1. c76adee mm, thp, proc: report THP eligibility for each vma by Michal Hocko · 6 years ago
  2. 94764e3 proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted() by Borislav Petkov · 6 years ago
  3. 6ea856e fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.c by David Hildenbrand · 4 years, 10 months ago
  4. 5469534 /proc/<pid>/cmdline: add back the setproctitle() special case by Linus Torvalds · 5 years ago
  5. 54ffaa5 /proc/<pid>/cmdline: remove all the special cases by Linus Torvalds · 5 years ago
  6. af0883f proc: use down_read_killable mmap_sem for /proc/pid/maps by Konstantin Khlebnikov · 5 years ago
  7. 6ecdcbc proc: use down_read_killable mmap_sem for /proc/pid/map_files by Konstantin Khlebnikov · 5 years ago
  8. 3d617da proc: use down_read_killable mmap_sem for /proc/pid/clear_refs by Konstantin Khlebnikov · 5 years ago
  9. 42beb7b proc: use down_read_killable mmap_sem for /proc/pid/pagemap by Konstantin Khlebnikov · 5 years ago
  10. 1b3042d proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollup by Konstantin Khlebnikov · 5 years ago
  11. 2c7b50c fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys inodes. by Radoslaw Burny · 5 years ago
  12. 6a811c0 fs/proc/array.c: allow reporting eip/esp for all coredumping threads by John Ogness · 5 years ago
  13. 7928396 proc: prevent changes to overridden credentials by Paul Moore · 5 years ago
  14. 4d476a0 fs/proc/proc_sysctl.c: Fix a NULL pointer dereference by YueHaibing · 5 years ago
  15. 6ff17bc coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping by Andrea Arcangeli · 5 years ago
  16. 83e3e89 x86/gart: Exclude GART aperture from kcore by Kairui Song · 5 years ago
  17. 07d0d2b fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links by YueHaibing · 5 years ago
  18. 845d73b proc: fix /proc/net/* after setns(2) by Alexey Dobriyan · 5 years ago
  19. a89e0d5 proc, oom: do not report alien mms when setting oom_score_adj by Michal Hocko · 5 years ago
  20. dd5f4d0 mm: proc: smaps_rollup: fix pss_locked calculation by Sandeep Patil · 5 years ago
  21. 6bb4132 proc/sysctl: don't return ENOMEM on lookup when a table is unregistering by Ivan Delalande · 6 years ago
  22. 30391e4 mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range() by Vlastimil Babka · 6 years ago
  23. f8a00ce proc: restrict kernel stack dumps to root by Jann Horn · 6 years ago
  24. a1b3d2f fs/proc/kcore.c: fix invalid memory access in multi-page read optimization by Dominique Martinet · 6 years ago
  25. d207ea8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  26. a2036a1 fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds by Arnd Bergmann · 6 years ago
  27. 23c8509 proc/kcore: add vmcoreinfo note to /proc/kcore by Omar Sandoval · 6 years ago
  28. bf991c2 proc/kcore: optimize multiple page reads by Omar Sandoval · 6 years ago
  29. 37e949b proc/kcore: clean up ELF header generation by Omar Sandoval · 6 years ago
  30. 3673fb0 proc/kcore: hold lock during read by Omar Sandoval · 6 years ago
  31. b66fb00 proc/kcore: fix memory hotplug vs multiple opens race by Omar Sandoval · 6 years ago
  32. 0b172f8 proc/kcore: replace kclist_lock rwlock with rwsem by Omar Sandoval · 6 years ago
  33. bf53183 proc/kcore: don't grab lock for memory hotplug notifier by Omar Sandoval · 6 years ago
  34. a8dd9c4 proc/kcore: don't grab lock for kclist_add() by Omar Sandoval · 6 years ago
  35. df865e8 fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries by James Morse · 6 years ago
  36. 36f0620 fs/proc/vmcore.c: use new typedef vm_fault_t by Souptick Joarder · 6 years ago
  37. 9a27e97 proc: use "unsigned int" in /proc/stat hook by Alexey Dobriyan · 6 years ago
  38. 891ae71 proc: spread "const" a bit by Alexey Dobriyan · 6 years ago
  39. f6d2f58 proc: use macro in /proc/latency hook by Alexey Dobriyan · 6 years ago
  40. 41089b6 proc: save 2 atomic ops on write to "/proc/*/attr/*" by Alexey Dobriyan · 6 years ago
  41. a44937f proc: put task earlier in /proc/*/fail-nth by Alexey Dobriyan · 6 years ago
  42. 8d48b2e proc: smaller readlock section in readdir("/proc") by Alexey Dobriyan · 6 years ago
  43. bdf228a fs/proc/uptime.c: use ktime_get_boottime_ts64 by Arnd Bergmann · 6 years ago
  44. 2d6e4e8 proc: fixup PDE allocation bloat by Alexey Dobriyan · 6 years ago
  45. 7e8a630 /proc/meminfo: add percpu populated pages count by Dennis Zhou (Facebook) · 6 years ago
  46. 258f669 mm: /proc/pid/smaps_rollup: convert to single value seq_file by Vlastimil Babka · 6 years ago
  47. f154795 mm: /proc/pid/smaps: factor out common stats printing by Vlastimil Babka · 6 years ago
  48. 8e68d68 mm: /proc/pid/smaps: factor out mem stats gathering by Vlastimil Babka · 6 years ago
  49. 871305b mm: /proc/pid/*maps remove is_pid and related wrappers by Vlastimil Babka · 6 years ago
  50. 6855dc4 x86: Add entry trampolines to kcore by Adrian Hunter · 6 years ago
  51. e70cc2b fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps* by Vlastimil Babka · 6 years ago
  52. 4a770e6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  53. 877f919 proc: add proc_seq_release by Chunyu Hu · 6 years ago
  54. f5b6534 proc: fix missing final NUL in get_mm_cmdline() rewrite by Linus Torvalds · 6 years ago
  55. 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  56. 24074a3 proc: Make inline name size calculation automatic by David Howells · 6 years ago
  57. b5d903c2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  58. 26b9513 proc: skip branch in /proc/*/* lookup by Alexey Dobriyan · 6 years ago
  59. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  60. 15eefe2 Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64 by Arnd Bergmann · 6 years ago
  61. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  62. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  63. 3ca24ce Merge branch 'proc-cmdline' by Linus Torvalds · 6 years ago
  64. 4189b86 Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  65. d85b399 fix proc_fill_cache() in case of d_alloc_parallel() failure by Al Viro · 6 years ago
  66. 5d008fb proc: use "unsigned int" for /proc/*/stack by Alexey Dobriyan · 6 years ago
  67. 197850a proc: use "unsigned int" for sigqueue length by Alexey Dobriyan · 6 years ago
  68. a4ef389 proc: use "unsigned int" in proc_fill_cache() by Alexey Dobriyan · 6 years ago
  69. 9411692 proc: smaller RCU section in ->getattr() by Alexey Dobriyan · 6 years ago
  70. 3cb4e16 proc: deduplicate /proc/*/cmdline implementation by Alexey Dobriyan · 6 years ago
  71. 6a6cbe7 proc: simpler iterations for /proc/*/cmdline by Alexey Dobriyan · 6 years ago
  72. 6a6b9c4 proc: somewhat simpler code for /proc/*/cmdline by Alexey Dobriyan · 6 years ago
  73. b42262a proc: more "unsigned int" in /proc/*/cmdline by Alexey Dobriyan · 6 years ago
  74. 1d40a5e mm: mark pages in use for page tables by Matthew Wilcox · 6 years ago
  75. ab6ecf2 mm: /proc/pid/pagemap: hide swap entries from unprivileged users by Huang Ying · 6 years ago
  76. 88aa7cc mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct by Yang Shi · 6 years ago
  77. c90fca9 Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  78. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  79. af6c5d5 Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 6 years ago
  80. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 6 years ago
  81. b058efc Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  82. eeee314 Merge tag 'docs-4.18' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  83. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  84. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  85. 888e2b0 switch the rest of procfs lookups to d_splice_alias() by Al Viro · 6 years ago
  86. 0168b9e procfs: switch instantiate_t to d_splice_alias() by Al Viro · 6 years ago
  87. 9883638 don't bother with tid_fd_revalidate() in lookups by Al Viro · 6 years ago
  88. 1ae9bd8 proc_lookupfd_common(): don't bother with instantiate unless the file is open by Al Viro · 6 years ago
  89. 1bbc551 procfs: get rid of ancient BS in pid_revalidate() uses by Al Viro · 6 years ago
  90. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  91. 3b78ce4 Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  92. 44c752f vmcore: move get_vmcore_size out of __init by Rahul Lakkireddy · 6 years ago
  93. 6b59808 workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status} by Tejun Heo · 6 years ago
  94. 88b72b3 proc: Consolidate task->comm formatting into proc_task_name() by Tejun Heo · 6 years ago
  95. 564def7 proc: Add a way to make network proc files writable by David Howells · 6 years ago
  96. 5ab8271 fs/proc: simplify and clarify get_mm_cmdline() function by Linus Torvalds · 6 years ago
  97. e4b4e44 fs/proc: re-factor proc_pid_cmdline_read() a bit by Linus Torvalds · 6 years ago
  98. 7f7ccc2 proc: do not access cmdline nor environ from file-backed areas by Willy Tarreau · 6 years ago
  99. 2f42939 proc: update SIZEOF_PDE_INLINE_NAME for the new pde fields by Christoph Hellwig · 6 years ago
  100. 8a8dcab tty: replace ->proc_fops with ->proc_show by Christoph Hellwig · 6 years ago