1. ba3edf1f proc: show si_ptr in /proc/<pid>/timers without hashing by Linus Torvalds · 7 years ago
  2. 8f5abe8 proc: don't report kernel addresses in /proc/<pid>/stack by Linus Torvalds · 7 years ago
  3. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  4. 2753278 Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  5. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  6. 95846ec pid: replace pid bitmap implementation with IDR API by Gargi Sharma · 7 years ago
  7. 0746a0b proc: use do-while in name_to_int() by Alexey Dobriyan · 7 years ago
  8. 3ee2a19 proc: : uninline name_to_int() by Alexey Dobriyan · 7 years ago
  9. c643401 proc, coredump: add CoreDumping flag to /proc/pid/status by Roman Gushchin · 7 years ago
  10. e75080f Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  11. a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  12. af5b0f6 mm: consolidate page table accounting by Kirill A. Shutemov · 7 years ago
  13. c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
  14. b4e98d9 mm: account pud page tables by Kirill A. Shutemov · 7 years ago
  15. 7d5905d x86 / CPU: Always show current CPU frequency in /proc/cpuinfo by Rafael J. Wysocki · 7 years ago
  16. fb0255f Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  17. 3e20146 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  18. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  19. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  20. b83d7e4 mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entry by Huang Ying · 7 years ago
  21. b6fb293 mm: Define MAP_SYNC and VM_SYNC flags by Jan Kara · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  24. c79dde6 tty fix oops when rmmod 8250 by nixiaoming · 7 years ago
  25. 1d48b08 sched/debug: Rename task-state printing helpers by Peter Zijlstra · 7 years ago
  26. c6eb50d mode_t whack-a-mole: task_dump_owner() by Al Viro · 7 years ago
  27. 8ef9925 sched/debug: Add explicit TASK_PARKED printing by Peter Zijlstra · 7 years ago
  28. 06eb618 sched/debug: Add explicit TASK_IDLE printing by Peter Zijlstra · 7 years ago
  29. 1593baa sched/debug: Implement consistent task-state printing by Peter Zijlstra · 7 years ago
  30. fd7d562 fs/proc: Report eip/esp in /prod/PID/stat for coredumping by John Ogness · 7 years ago
  31. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
  32. 6dec0dd procfs: remove unused variable by Arnd Bergmann · 7 years ago
  33. 410bd5e procfs: use faster rb_first_cached() by Davidlohr Bueso · 7 years ago
  34. 1403830 fs, proc: unconditional cond_resched when reading smaps by David Rientjes · 7 years ago
  35. 855d976 proc: uninline proc_create() by Alexey Dobriyan · 7 years ago
  36. 1240ea0 fs, proc: remove priv argument from is_stack by Michal Hocko · 7 years ago
  37. df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
  38. 5042db4 mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory by Jérôme Glisse · 7 years ago
  39. ab6e3d0 mm: soft-dirty: keep soft-dirty bits over thp migration by Naoya Horiguchi · 7 years ago
  40. 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
  41. d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
  42. 493b0e9 mm: add /proc/pid/smaps_rollup by Daniel Colascione · 7 years ago
  43. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
  44. bafb076 Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  45. 3a9ff4f Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  46. d985524 Merge 4.13-rc5 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  47. b3a81d0 mm: fix KSM data corruption by Minchan Kim · 7 years ago
  48. d507e2e mm: fix global NR_SLAB_.*CLAIMABLE counter reads by Johannes Weiner · 7 years ago
  49. 74dc338 sched/debug: Use task_pid_nr_ns in /proc/$pid/sched by Aleksa Sarai · 7 years ago
  50. 24a81a2 Merge 4.13-rc2 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  51. e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  52. 133d55c block: order /proc/devices by major number by Logan Gunthorpe · 7 years ago
  53. 8a932f7 char_dev: order /proc/devices by major number by Logan Gunthorpe · 7 years ago
  54. 168c42b fault-inject: add /proc/<pid>/fail-nth by Akinobu Mita · 7 years ago
  55. 1203c8e fault-inject: simplify access check for fail-nth by Akinobu Mita · 7 years ago
  56. bfc7409 fault-inject: make fail-nth read/write interface symmetric by Akinobu Mita · 7 years ago
  57. 9049f2f fault-inject: parse as natural 1-based value for fail-nth write interface by Akinobu Mita · 7 years ago
  58. ecaad81 fault-inject: automatically detect the number base for fail-nth write interface by Akinobu Mita · 7 years ago
  59. ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  60. 4ca6df1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  61. e41d581 fault-inject: support systematic fault injection by Dmitry Vyukov · 7 years ago
  62. 61d9b56 sysctl: add unsigned int range support by Luis R. Rodriguez · 7 years ago
  63. 4f2fec0 sysctl: simplify unsigned int support by Luis R. Rodriguez · 7 years ago
  64. 89c5b53 sysctl: fix lax sysctl_check_table() sanity check by Luis R. Rodriguez · 7 years ago
  65. 2fd1d2c proc: Fix proc_sys_prune_dcache to hold a sb reference by Eric W. Biederman · 7 years ago
  66. cde1b69 fs/proc/generic.c: switch to ida_simple_get/remove by Heiner Kallweit · 7 years ago
  67. 8c03cc8 fs/proc/task_mmu.c: remove obsolete comment in show_map_vma() by Vasily Averin · 7 years ago
  68. 55a7b21 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  69. 3859a27 randstruct: Mark various structs for randomization by Kees Cook · 8 years ago
  70. 3edb1dd Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/core by Will Deacon · 7 years ago
  71. 737326a fs/proc: kcore: use kcore_list type to check for vmalloc/module address by Ard Biesheuvel · 7 years ago
  72. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  73. f511c0b "Yes, people use FOLL_FORCE ;)" by Linus Torvalds · 7 years ago
  74. 8ee74a9 proc: try to remove use of FOLL_FORCE entirely by Linus Torvalds · 8 years ago
  75. eaa0d19 pidns: expose task pid_ns_for_children to userspace by Kirill Tkhai · 8 years ago
  76. f245e1c17 fs/proc/inode.c: remove cast from memory allocation by Tobin C. Harding · 8 years ago
  77. e579dde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  78. cf8496e proc: show MADV_FREE pages info in smaps by Shaohua Li · 8 years ago
  79. 76f1948 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  80. d66bb16 proc: Fix unbalanced hard link numbers by Takashi Iwai · 8 years ago
  81. b54807f sysctl: Remove dead register_sysctl_root by Eric W. Biederman · 8 years ago
  82. 5b7abea thp: fix MADV_DONTNEED vs clear soft dirty race by Kirill A. Shutemov · 8 years ago
  83. 1680a38 sysctl: add sanity check for proc_douintvec by Liping Zhang · 8 years ago
  84. 7c23b33 livepatch: add /proc/<pid>/patch_state by Josh Poimboeuf · 8 years ago
  85. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  86. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  87. 3905f9a sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  88. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  89. f719ff9 sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  90. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  91. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  92. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  93. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  94. 6a3827d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
  95. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  96. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  97. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  98. 4eb5aaa sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h> by Ingo Molnar · 8 years ago
  99. 4f17722 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 8 years ago
  100. 388f793 mm: use mmget_not_zero() helper by Vegard Nossum · 8 years ago