1. ce18d17 mm: untag user pointers in mmap/munmap/mremap/brk by Catalin Marinas · 5 years ago
  2. 6cf5354 vfio/type1: untag user pointers in vaddr_get_pfn by Andrey Konovalov · 5 years ago
  3. 78063a9 tee/shm: untag user pointers in tee_shm_register by Andrey Konovalov · 5 years ago
  4. e275faf media/v4l2-core: untag user pointers in videobuf_dma_contig_user_get by Andrey Konovalov · 5 years ago
  5. 4fdfae8 drm/radeon: untag user pointers in radeon_gem_userptr_ioctl by Andrey Konovalov · 5 years ago
  6. 35f3fc8 drm/amdgpu: untag user pointers by Andrey Konovalov · 5 years ago
  7. 7d03257 userfaultfd: untag user pointers by Andrey Konovalov · 5 years ago
  8. ed8a66b fs/namespace: untag user pointers in copy_mount_options by Andrey Konovalov · 5 years ago
  9. 5d65e7a mm: untag user pointers in get_vaddr_frames by Andrey Konovalov · 5 years ago
  10. f965259 mm: untag user pointers in mm/gup.c by Andrey Konovalov · 5 years ago
  11. 057d3389 mm: untag user pointers passed to memory syscalls by Andrey Konovalov · 5 years ago
  12. 903f433 lib: untag user pointers in strn*_user by Andrey Konovalov · 5 years ago
  13. 09b35b4 lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rle by Dave Rodgman · 5 years ago
  14. 984035a ipc/sem.c: convert to use built-in RCU list checking by Joel Fernandes (Google) · 5 years ago
  15. c231740 ipc/mqueue: improve exception handling in do_mq_notify() by Markus Elfring · 5 years ago
  16. 97b0b1a ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb() by Markus Elfring · 5 years ago
  17. a44f71a bug: move WARN_ON() "cut here" into exception handler by Kees Cook · 5 years ago
  18. 2da1ead bug: consolidate __WARN_FLAGS usage by Kees Cook · 5 years ago
  19. d4bce14 bug: clean up helper macros to remove __WARN_TAINT() by Kees Cook · 5 years ago
  20. d38aba4 bug: lift "cut here" out of __warn() by Kees Cook · 5 years ago
  21. f2f84b0 bug: consolidate warn_slowpath_fmt() usage by Kees Cook · 5 years ago
  22. 89348fc bug: rename __WARN_printf_taint() to __WARN_printf() by Kees Cook · 5 years ago
  23. ee87113 bug: refactor away warn_slowpath_fmt_taint() by Kees Cook · 5 years ago
  24. da036ae scripts/gdb: handle split debug by Douglas Anderson · 5 years ago
  25. 7d92bda kgdb: don't use a notifier to enter kgdb at panic; call directly by Douglas Anderson · 5 years ago
  26. ac7c3e4 compiler: enable CONFIG_OPTIMIZE_INLINING forcibly by Masahiro Yamada · 5 years ago
  27. 9dd819a uaccess: add missing __must_check attributes by Kees Cook · 5 years ago
  28. d5372c3 kexec: restore arch_kexec_kernel_image_probe declaration by Vasily Gorbik · 5 years ago
  29. 7c3a6ae kexec: bail out upon SIGKILL when allocating memory. by Tetsuo Handa · 5 years ago
  30. 2a4a408 cpumask: nicer for_each_cpumask_and() signature by Alexey Dobriyan · 5 years ago
  31. 8495f7e fork: improve error message for corrupted page tables by Sai Praneeth Prakhya · 5 years ago
  32. aadc4e0 fat: delete an unnecessary check before brelse() by Markus Elfring · 5 years ago
  33. b25bab1 fs/reiserfs/do_balan.c: remove set but not used variable by Jason Yan · 5 years ago
  34. 3e9fd5a fs/reiserfs/journal.c: remove set but not used variable by Jason Yan · 5 years ago
  35. da5184c fs/reiserfs/do_balan.c: remove set but not used variables by zhengbin · 5 years ago
  36. 4fadcd1 fs/reiserfs/fix_node.c: remove set but not used variables by zhengbin · 5 years ago
  37. 73fbff5 fs/reiserfs/prints.c: remove set but not used variables by zhengbin · 5 years ago
  38. 4a70aeb fs/reiserfs/objectid.c: remove set but not used variables by zhengbin · 5 years ago
  39. d4a1a85 fs/reiserfs/lbalance.c: remove set but not used variables by zhengbin · 5 years ago
  40. 66985cb fs/reiserfs/stree.c: remove set but not used variables by zhengbin · 5 years ago
  41. 6e9ca45 fs/reiserfs/journal.c: remove set but not used variables by zhengbin · 5 years ago
  42. d256085 fs: reiserfs: remove unnecessary check of bh in remove_from_transaction() by Jia-Ju Bai · 5 years ago
  43. dbbf869 checkpatch: make git output use LANGUAGE=en_US.utf8 by Joe Perches · 5 years ago
  44. 5a7f445 checkpatch: remove obsolete period from "ambiguous SHA1" query by Sean Christopherson · 5 years ago
  45. 94fb984 checkpatch: allow consecutive close braces by Joe Perches · 5 years ago
  46. 462811d checkpatch: prefer __section over __attribute__((section(...))) by Joe Perches · 5 years ago
  47. 6dba824 checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSE by Brendan Jackman · 5 years ago
  48. a8dd86b checkpatch.pl: warn on invalid commit id by Matteo Croce · 5 years ago
  49. ffbce89 checkpatch: improve SPDX license checking by Joe Perches · 5 years ago
  50. 634cffc checkpatch: don't interpret stack dumps as commit IDs by Joe Perches · 5 years ago
  51. 091cb09 lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG builds by Stephen Boyd · 5 years ago
  52. 8e72a7a lib/extable.c: add missing prototypes by Valdis Kletnieks · 5 years ago
  53. e3f4faa lib/generic-radix-tree.c: make 2 functions static inline by Valdis Kletnieks · 5 years ago
  54. 9a15646 strscpy: reject buffer sizes larger than INT_MAX by Kees Cook · 5 years ago
  55. d1a445d include/trace/events/writeback.h: fix -Wstringop-truncation warnings by Qian Cai · 5 years ago
  56. 917cda2 kernel-doc: core-api: include string.h into core-api by Joe Perches · 5 years ago
  57. 6d2052d augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition by Michel Lespinasse · 5 years ago
  58. 315cc06 augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro by Michel Lespinasse · 5 years ago
  59. 444b8a8 augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro by Michel Lespinasse · 5 years ago
  60. c7d4f7e rbtree: avoid generating code twice for the cached versions (tools copy) by Michel Lespinasse · 5 years ago
  61. 0f74914 kernel/elfcore.c: include proper prototypes by Valdis Kletnieks · 5 years ago
  62. 541be05 linux/coff.h: add include guard by Masahiro Yamada · 5 years ago
  63. e55d9d9 memcg, kmem: do not fail __GFP_NOFAIL charges by Michal Hocko · 5 years ago
  64. 351c8a0 Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  65. 3cf7487 Merge tag 'sound-fix-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
  66. b6cb84b Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  67. 2e959dd Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  68. 9c9fa97 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  69. 2b38d01 mm/zsmalloc.c: fix a -Wunused-function warning by Qian Cai · 5 years ago
  70. 068619e zswap: do not map same object twice by Vitaly Wool · 5 years ago
  71. d2fcd82 zswap: use movable memory if zpool support allocate movable memory by Hui Zhu · 5 years ago
  72. c165f25 zpool: add malloc_support_movable to zpool_driver by Hui Zhu · 5 years ago
  73. 28eb3c80 shmem: fix obsolete comment in shmem_getpage_gfp() by Miles Chen · 5 years ago
  74. f3bc0db mm/madvise: reduce code duplication in error handling paths by Mike Rapoport · 5 years ago
  75. 76f3495 mm: mmap: increase sockets maximum memory size pgoff for 32bits by Ivan Khoronzhuk · 5 years ago
  76. 73848a9 mm/mmap.c: refine find_vma_prev() with rb_last() by Wei Yang · 5 years ago
  77. 54c95a1 riscv: make mmap allocation top-down by default by Alexandre Ghiti · 5 years ago
  78. 9035bd2 mips: use generic mmap top-down layout and brk randomization by Alexandre Ghiti · 5 years ago
  79. 0903646 mips: replace arch specific way to determine 32bit task with generic version by Alexandre Ghiti · 5 years ago
  80. e548599 mips: adjust brk randomization offset to fit generic version by Alexandre Ghiti · 5 years ago
  81. b5fb861 mips: use STACK_TOP when computing mmap base address by Alexandre Ghiti · 5 years ago
  82. b1f61b5 mips: properly account for stack randomization and stack guard gap by Alexandre Ghiti · 5 years ago
  83. dba79c3 arm: use generic mmap top-down layout and brk randomization by Alexandre Ghiti · 5 years ago
  84. 86e568e arm: use STACK_TOP when computing mmap base address by Alexandre Ghiti · 5 years ago
  85. af0f429 arm: properly account for stack randomization and stack guard gap by Alexandre Ghiti · 5 years ago
  86. e7142bf arm64, mm: make randomization selected by generic topdown mmap layout by Alexandre Ghiti · 5 years ago
  87. 67f3977 arm64, mm: move generic mmap layout functions to mm by Alexandre Ghiti · 5 years ago
  88. e8d54b6 arm64: consider stack randomization for mmap base only when necessary by Alexandre Ghiti · 5 years ago
  89. 28058ed arm64: make use of is_compat_task instead of hardcoding this test by Alexandre Ghiti · 5 years ago
  90. 649775b mm, fs: move randomize_stack_top from fs to mm by Alexandre Ghiti · 5 years ago
  91. f385cb8 uprobe: collapse THP pmd after removing all uprobes by Song Liu · 5 years ago
  92. 27e1f82 khugepaged: enable collapse pmd for pte-mapped THP by Song Liu · 5 years ago
  93. 5a52c9d uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT by Song Liu · 5 years ago
  94. bfe7b00 mm, thp: introduce FOLL_SPLIT_PMD by Song Liu · 5 years ago
  95. fb4fb04 uprobe: use original page when all uprobes are removed by Song Liu · 5 years ago
  96. 010c164 mm: move memcmp_pages() and pages_identical() by Song Liu · 5 years ago
  97. 87eaceb mm: thp: make deferred split shrinker memcg aware by Yang Shi · 5 years ago
  98. 0a432dc mm: shrinker: make shrinker not depend on memcg kmem by Yang Shi · 5 years ago
  99. 7ae8853 mm: move mem_cgroup_uncharge out of __page_cache_release() by Yang Shi · 5 years ago
  100. 364c1ee mm: thp: extract split_queue_* into a struct by Yang Shi · 5 years ago