1. 33a7d69 proc/vmcore: fix clearing user buffer by properly using clear_user() by David Hildenbrand · 2 years, 11 months ago
  2. 9476446 proc: Avoid mixing integer types in mem_rw() by Marcelo Henrique Cerri · 3 years, 3 months ago
  3. b08854d proc: only require mm_struct for writing by Linus Torvalds · 3 years, 4 months ago
  4. 63ac765 proc: Track /proc/$pid/attr/ opener mm_struct by Kees Cook · 3 years, 4 months ago
  5. 3cfc8ca proc: Check /proc/$pid/attr/ writes against file opener by Kees Cook · 3 years, 5 months ago
  6. 700344f mm: add cond_resched() in gather_pte_stats() by Hugh Dickins · 8 years ago
  7. 61cda68 proc: don't allow async path resolution of /proc/self components by Jens Axboe · 3 years, 11 months ago
  8. 5b85bf5 proc: Use new_inode not new_inode_pseudo by Eric W. Biederman · 4 years, 4 months ago
  9. f8e84d7 vmalloc: fix remap_vmalloc_range() bounds checks by Jann Horn · 4 years, 6 months ago
  10. 45d90b9 proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted() by Borislav Petkov · 6 years ago
  11. 16903f1 coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping by Andrea Arcangeli · 5 years ago
  12. e83234d fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys inodes. by Radoslaw Burny · 5 years ago
  13. 730855b fs/proc/array.c: allow reporting eip/esp for all coredumping threads by John Ogness · 5 years ago
  14. 9f3a14b fs/proc/proc_sysctl.c: Fix a NULL pointer dereference by YueHaibing · 5 years ago
  15. 28f0641 fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links by YueHaibing · 6 years ago
  16. 2d182ba proc, oom: do not report alien mms when setting oom_score_adj by Michal Hocko · 6 years ago
  17. f311b6c proc: Remove empty line in /proc/self/status by Guenter Roeck · 6 years ago
  18. 4d5741a proc/sysctl: don't return ENOMEM on lookup when a table is unregistering by Ivan Delalande · 6 years ago
  19. dbf9a05 sched/cputime: Convert kcpustat to nsecs by Frederic Weisbecker · 8 years ago
  20. 3c5dc3f proc: restrict kernel stack dumps to root by Jann Horn · 6 years ago
  21. a3a7b99 proc: Fix proc_sys_prune_dcache to hold a sb reference by Eric W. Biederman · 7 years ago
  22. 631f93a proc/sysctl: Don't grab i_lock under sysctl_lock. by Eric W. Biederman · 8 years ago
  23. b96e215 proc/sysctl: prune stale dentries during unregistering by Konstantin Khlebnikov · 8 years ago
  24. b621438 fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table by Danilo Krummrich · 6 years ago
  25. 059befd vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page by Jia Zhang · 7 years ago
  26. e0a1a01 proc: fix /proc/*/map_files lookup by Alexey Dobriyan · 7 years ago
  27. f8cd89f proc: Use underscores for SSBD in 'status' by Konrad Rzeszutek Wilk · 6 years ago
  28. 036608d prctl: Add force disable speculation by Thomas Gleixner · 6 years ago
  29. 51ef9af proc: Provide details on speculation flaw mitigations by Kees Cook · 6 years ago
  30. 6f1abf8 proc: do not access cmdline nor environ from file-backed areas by Willy Tarreau · 6 years ago
  31. da3b224 fs/proc/kcore.c: use probe_kernel_read() instead of memcpy() by Heiko Carstens · 7 years ago
  32. 8a3f4ba proc: fix coredump vs read /proc/*/stat race by Alexey Dobriyan · 7 years ago
  33. 92ad6c1 tty fix oops when rmmod 8250 by nixiaoming · 7 years ago
  34. 9ad15a2 fs/proc: Report eip/esp in /prod/PID/stat for coredumping by John Ogness · 7 years ago
  35. cfc0eb40 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  36. 9618fba proc: add a schedule point in proc_pid_readdir() by Eric Dumazet · 8 years ago
  37. d10b21d proc: Fix unbalanced hard link numbers by Takashi Iwai · 7 years ago
  38. 5c9d083 thp: fix MADV_DONTNEED vs clear soft dirty race by Kirill A. Shutemov · 7 years ago
  39. 00cf64f sysctl: Drop reference added by grab_header in proc_sys_readdir by Zhou Chengming · 8 years ago
  40. 06b2849 proc: fix NULL dereference when reading /proc/<pid>/auxv by Leon Yu · 8 years ago
  41. 272ddc8 proc: don't use FOLL_FORCE for reading cmdline and environment by Linus Torvalds · 8 years ago
  42. 86c5bf7 Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  43. b18cb64 fs/proc: Stop trying to report thread stacks by Andy Lutomirski · 8 years ago
  44. 0a1eb2d fs/proc: Stop reporting eip and esp in /proc/PID/stat by Andy Lutomirski · 8 years ago
  45. 6347e8d mm: replace access_remote_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  46. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  47. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  48. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  49. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  50. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  51. 855af07 mm, proc: fix region lost in /proc/self/smaps by Robert Ho · 8 years ago
  52. 4b2bd5f proc: fix timerslack_ns CAP_SYS_NICE check when adjusting self by John Stultz · 8 years ago
  53. 904763e proc: add LSM hook checks to /proc/<tid>/timerslack_ns by John Stultz · 8 years ago
  54. 7abbaf9 proc: relax /proc/<tid>/timerslack_ns capability requirements by John Stultz · 8 years ago
  55. e16e2d8 meminfo: break apart a very long seq_printf with #ifdefs by Joe Perches · 8 years ago
  56. 75ba1d0 seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char by Joe Perches · 8 years ago
  57. f7a5f13 proc: faster /proc/*/status by Alexey Dobriyan · 8 years ago
  58. 0f30206 fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_write() obvious by James Morse · 8 years ago
  59. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  60. c531716 proc: switch auxv to use of __mem_open() by Al Viro · 8 years ago
  61. 687ee0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  62. d7e25c6 Merge branch 'x86/urgent' into x86/asm by Thomas Gleixner · 8 years ago
  63. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  64. 2554c72 fs: proc: Delete inode time initializations in proc_alloc_inode() by Deepa Dinamani · 8 years ago
  65. 771187d proc: unsigned file descriptors by Alexey Dobriyan · 8 years ago
  66. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  67. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  68. df04abf fs/proc/kcore.c: Add bounce buffer for ktext data by Jiri Olsa · 8 years ago
  69. f5beeb1 fs/proc/kcore.c: Make bounce buffer global for read by Jiri Olsa · 8 years ago
  70. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  71. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  72. 98ac9a6 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  73. ca120cf mm: fix show_smap() for zone_device-pmd ranges by Dan Williams · 8 years ago
  74. 511a8cd Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  75. cd81a91 mm: introduce get_task_exe_file by Mateusz Guzik · 8 years ago
  76. 8b927d7 proc: Fix return address printk conversion specifer in /proc/<pid>/stack by Josh Poimboeuf · 8 years ago
  77. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  78. e79c6a4 net: make net namespace sysctls belong to container's owner by Dmitry Torokhov · 8 years ago
  79. c110486 proc: make proc entries inherit ownership from parent by Dmitry Torokhov · 8 years ago
  80. 2f95ff9 proc, meminfo: use correct helpers for calculating LRU sizes in meminfo by Mel Gorman · 8 years ago
  81. 13bcc6a sysctl: Stop implicitly passing current into sysctl_table_root.lookup by Eric W. Biederman · 8 years ago
  82. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  83. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  84. 4b2e016 fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2 by Geert Uytterhoeven · 8 years ago
  85. ca52953 fs/proc/task_mmu.c: suppress compilation warnings with W=1 by Valdis Kletnieks · 8 years ago
  86. 519ded5 procfs: avoid 32-bit time_t in /proc/*/stat by Arnd Bergmann · 8 years ago
  87. ef41939 proc_oom_score: remove tasklist_lock and pid_alive() by Oleg Nesterov · 8 years ago
  88. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  89. dc12e90 qstr: constify instances in procfs by Al Viro · 8 years ago
  90. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  91. 1c88e19 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  92. d30dd8b mm: track NR_KERNEL_STACK in KiB instead of number of stacks by Andy Lutomirski · 8 years ago
  93. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  94. 4b9d0fa mm: rename NR_ANON_PAGES to NR_ANON_MAPPED by Mel Gorman · 8 years ago
  95. 50658e2 mm: move page mapped accounting to the node by Mel Gorman · 8 years ago
  96. 44a70ade mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj by Michal Hocko · 8 years ago
  97. 1d5f0ac proc, oom_adj: extract oom_score_adj setting into a helper by Michal Hocko · 8 years ago
  98. f913da5 proc, oom: drop bogus sighand lock by Michal Hocko · 8 years ago
  99. d49fbf7 proc, oom: drop bogus task_lock and mm check by Michal Hocko · 8 years ago
  100. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago