1. 721d8b4 MAINTAINERS: update bouncing aacraid@adaptec.com addresses by Joe Perches · 7 years ago
  2. 32785c0 fs/dcache.c: add cond_resched() in shrink_dentry_list() by Nikolay Borisov · 7 years ago
  3. de99626 include/linux/kfifo.h: fix comment by Valentin Vidic · 7 years ago
  4. a61fc2c ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_ops by Andrew Morton · 7 years ago
  5. 24704f3 kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_param by Waiman Long · 7 years ago
  6. 64a11f3 fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array() by Waiman Long · 7 years ago
  7. 23c8cec ipc/msg: introduce msgctl(MSG_STAT_ANY) by Davidlohr Bueso · 7 years ago
  8. a280d6d ipc/sem: introduce semctl(SEM_STAT_ANY) by Davidlohr Bueso · 7 years ago
  9. c21a697 ipc/shm: introduce shmctl(SHM_STAT_ANY) by Davidlohr Bueso · 7 years ago
  10. edc41b3 kernel/params.c: downgrade warning for unsafe parameters by Chris Wilson · 7 years ago
  11. 2d87b30 kernel/sysctl.c: fix sizeof argument to match variable name by Randy Dunlap · 7 years ago
  12. bbd876a rapidio: use a reference count for struct mport_dma_req by Ioan Nicu · 7 years ago
  13. b94bb1f drivers/rapidio/rio-scan.c: fix typo in comment by Vasyl Gomonovych · 7 years ago
  14. c31dbb1 exec: pin stack limit during exec by Kees Cook · 7 years ago
  15. b838383 exec: introduce finalize_exec() before start_thread() by Kees Cook · 7 years ago
  16. 8f2af15 exec: pass stack rlimit into mm layout functions by Kees Cook · 7 years ago
  17. d64d01a seq_file: account everything to kmemcg by Alexey Dobriyan · 7 years ago
  18. 096523203 seq_file: allocate seq_file from kmem_cache by Alexey Dobriyan · 7 years ago
  19. 9ad553a fs/reiserfs/journal.c: add missing resierfs_warning() arg by Andrew Morton · 7 years ago
  20. ad12c3a autofs4: use wait_event_killable by Matthew Wilcox · 7 years ago
  21. 1a6a05a init/ramdisk: use pr_cont() at the end of ramdisk loading by Aaro Koskinen · 7 years ago
  22. 5d43090 checkpatch: whinge about bool bitfields by Joe Perches · 7 years ago
  23. 38dca98 checkpatch: allow space between colon and bracket by Heinrich Schuchardt · 7 years ago
  24. 6a48721 checkpatch: add test for assignment at start of line by Joe Perches · 7 years ago
  25. bc22d9a checkpatch: test SYMBOLIC_PERMS multiple times per line by Joe Perches · 7 years ago
  26. 8d2e11b checkpatch: two spelling fixes by Claudio Fontana · 7 years ago
  27. 478b179 checkpatch: improve get_quoted_string for TRACE_EVENT macros by Joe Perches · 7 years ago
  28. e3c6bc9 checkpatch: warn for use of %px by Tobin C. Harding · 7 years ago
  29. e3d95a2 checkpatch: add sub routine get_stat_here() by Tobin C. Harding · 7 years ago
  30. c2066ca checkpatch: remove unused variable declarations by Tobin C. Harding · 7 years ago
  31. 2a9f9d8 checkpatch: add sub routine get_stat_real() by Tobin C. Harding · 7 years ago
  32. 3d102fc checkpatch: add Crypto ON_STACK to declaration_macros by Gilad Ben-Yossef · 7 years ago
  33. 9f3a899 checkpatch.pl: add SPDX license tag check by Rob Herring · 7 years ago
  34. 85e1206 checkpatch: improve parse_email signature checking by Joe Perches · 7 years ago
  35. 68c1f08 lib/list_debug.c: print unmangled addresses by Matthew Wilcox · 7 years ago
  36. 3175060 lib/test_ubsan.c: make test_ubsan_misaligned_access() static by Colin Ian King · 7 years ago
  37. 854686f lib: add testing module for UBSAN by Jinbum Park · 7 years ago
  38. f6f66c1 lib/test_bitmap.c: do not accidentally use stack VLA by Kees Cook · 7 years ago
  39. 5f00ae0 lib/Kconfig.debug: Debug Lockups and Hangs: keep SOFTLOCKUP options together by Randy Dunlap · 7 years ago
  40. d387a31 MAINTAINERS: update email address for Alexandre Bounine by Alexandre Bounine · 7 years ago
  41. 2cfe0d3 task_struct: only use anon struct under randstruct plugin by Kees Cook · 7 years ago
  42. d4ef8d3 clang-format: add configuration file by Miguel Ojeda · 7 years ago
  43. 3ea056c uts: create "struct uts_namespace" from kmem_cache by Alexey Dobriyan · 7 years ago
  44. bc4f2f5 taint: add taint for randstruct by Kees Cook · 7 years ago
  45. 9c4560e taint: consolidate documentation by Kees Cook · 7 years ago
  46. 47d4b26 taint: convert to indexed initialization by Kees Cook · 7 years ago
  47. 1f5bd05 proc: selftests: test /proc/uptime by Alexey Dobriyan · 7 years ago
  48. 4f11343 proc: use slower rb_first() by Alexey Dobriyan · 7 years ago
  49. 05c3f29 proc: selftests: shotgun testing of read/readdir/readlink/write by Alexey Dobriyan · 7 years ago
  50. 9cdd83e proc: switch struct proc_dir_entry::count to refcount by Alexey Dobriyan · 7 years ago
  51. b77d70d proc: reject "." and ".." as filenames by Alexey Dobriyan · 7 years ago
  52. 5de3d40 proc: add selftest for last field of /proc/loadavg by Alexey Dobriyan · 7 years ago
  53. fe079a5 proc: do mmput ASAP for /proc/*/map_files by Alexey Dobriyan · 7 years ago
  54. 58c501a proc: faster /proc/cmdline by Alexey Dobriyan · 7 years ago
  55. 1539d58 proc: register filesystem last by Alexey Dobriyan · 7 years ago
  56. 35318db proc: fix /proc/*/map_files lookup some more by Alexey Dobriyan · 7 years ago
  57. b4884f2 proc: move "struct proc_dir_entry" into kmem cache by Alexey Dobriyan · 7 years ago
  58. c4219ed proc: test /proc/self/syscall by Alexey Dobriyan · 7 years ago
  59. 9cd6565 proc: test /proc/self/wchan by Alexey Dobriyan · 7 years ago
  60. 835b94e fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache() by Danilo Krummrich · 7 years ago
  61. a0b0d1c fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table by Danilo Krummrich · 7 years ago
  62. 21dae0a proc: use set_puts() at /proc/*/wchan by Alexey Dobriyan · 7 years ago
  63. 24b2ec2 proc: check permissions earlier for /proc/*/wchan by Alexey Dobriyan · 7 years ago
  64. d0f0223 proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status by Andrei Vagin · 7 years ago
  65. 48dffbf proc: optimize single-symbol delimiters to spead up seq_put_decimal_ull by Andrei Vagin · 7 years ago
  66. f664066 proc: replace seq_printf on seq_putc to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  67. d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  68. 2acddbe proc: account "struct pde_opener" by Alexey Dobriyan · 7 years ago
  69. 195b8cf proc: move "struct pde_opener" to kmem cache by Alexey Dobriyan · 7 years ago
  70. a9fabc3 proc: randomize "struct pde_opener" by Alexey Dobriyan · 7 years ago
  71. e7a6e29 proc: faster open/close of files without ->release hook by Alexey Dobriyan · 7 years ago
  72. e74a0ef proc: move /proc/sysvipc creation to where it belongs by Alexey Dobriyan · 7 years ago
  73. 2f89742 proc: do less stuff under ->pde_unload_lock by Alexey Dobriyan · 7 years ago
  74. 68c3411 proc: get rid of task lock/unlock pair to read umask for the "status" file by Mateusz Guzik · 7 years ago
  75. 8cfa67b procfs: optimize seq_pad() to speed up /proc/pid/maps by Andrei Vagin · 7 years ago
  76. 0e3dc01 procfs: add seq_put_hex_ll to speed up /proc/pid/maps by Andrei Vagin · 7 years ago
  77. 69ca372 kasan: prevent compiler from optimizing away memset in tests by Andrey Konovalov · 7 years ago
  78. 91c93ed kasan: fix invalid-free test crashing the kernel by Andrey Konovalov · 7 years ago
  79. c389539 kasan, slub: fix handling of kasan_slab_free hook by Andrey Konovalov · 7 years ago
  80. b7d349c mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving by Joonsoo Kim · 7 years ago
  81. 3d2054a ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=y by Joonsoo Kim · 7 years ago
  82. 1d47a3e mm/cma: remove ALLOC_CMA by Joonsoo Kim · 7 years ago
  83. bad8c6c mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE by Joonsoo Kim · 7 years ago
  84. d3cda23 mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request by Joonsoo Kim · 7 years ago
  85. 94723aa mm: unclutter THP migration by Michal Hocko · 7 years ago
  86. 666feb2 mm, migrate: remove reason argument from new_page_t by Michal Hocko · 7 years ago
  87. a49bd4d mm, numa: rework do_pages_move by Michal Hocko · 7 years ago
  88. bfc6b1c mm/swapfile.c: make pointer swap_avail_heads static by Colin Ian King · 7 years ago
  89. 4eaf431 memcg: fix per_node_info cleanup by Michal Hocko · 7 years ago
  90. a06ad63 swap: divide-by-zero when zero length swap file on ssd by Tom Abraham · 7 years ago
  91. e27be24 mm: memcg: make sure memory.events is uptodate when waking pollers by Johannes Weiner · 7 years ago
  92. a38c015 mm/ksm.c: fix inconsistent accounting of zero pages by Claudio Imbrenda · 7 years ago
  93. 8a97ea5 mm/z3fold.c: use gfpflags_allow_blocking by Matthew Wilcox · 7 years ago
  94. 1ec6995 z3fold: fix memory leak by Xidong Wang · 7 years ago
  95. 2a70f6a memcg, thp: do not invoke oom killer on thp charges by Michal Hocko · 7 years ago
  96. 0770712 mm/migrate: properly preserve write attribute in special migrate entry by Ralph Campbell · 7 years ago
  97. bc8755b mm: check __highest_present_section_nr directly in memory_dev_init() by Wei Yang · 7 years ago
  98. 09a913a sched/numa: avoid trapping faults and attempting migration of file-backed dirty pages by Mel Gorman · 7 years ago
  99. e8eddfd Documentation/vm/hmm.txt: typos and syntaxes fixes by Jérôme Glisse · 7 years ago
  100. 9d8a463 mm/hmm: fix header file if/else/endif maze, again by Arnd Bergmann · 7 years ago