1. 8918955 fs/proc/proc_sysctl.c: Fix a NULL pointer dereference by YueHaibing · 6 years ago
  2. 04f5866 coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping by Andrea Arcangeli · 6 years ago
  3. 631b7ab ptrace: Remove maxargs from task_current_syscall() by Steven Rostedt (Red Hat) · 8 years ago
  4. 23da958 fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links by YueHaibing · 6 years ago
  5. eebf364 fs/proc/kcore.c: make kcore_modules static by YueHaibing · 6 years ago
  6. ffc8599 x86/gart: Exclude GART aperture from kcore by Kairui Song · 6 years ago
  7. a9dce66 Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  8. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  9. 94f8f3b proc: commit to genradix by Kent Overstreet · 6 years ago
  10. d5a572a proc: calculate end pointer for /proc/*/* lookup at compile time by Alexey Dobriyan · 6 years ago
  11. a50243b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  12. be37f21 Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  13. ae5906c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  14. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  15. 45802da Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  16. 08b5577 proc: use seq_puts() everywhere by Alexey Dobriyan · 6 years ago
  17. 5713f35 proc: read kernel cpu stat pointer once by Alexey Dobriyan · 6 years ago
  18. 867aacc proc: remove unused argument in proc_pid_lookup() by Zhikang Zhang · 6 years ago
  19. 45f68ab fs/proc/thread_self.c: code cleanup for proc_setup_thread_self() by Chengguang Xu · 6 years ago
  20. 756ca74 fs/proc/self.c: code cleanup for proc_setup_self() by Chengguang Xu · 6 years ago
  21. 04a8645 mm: update ptep_modify_prot_commit to take old pte value as arg by Aneesh Kumar K.V · 6 years ago
  22. 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
  23. ca21508 mm: convert PG_balloon to PG_offline by David Hildenbrand · 6 years ago
  24. 78f8601 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  25. 3eb39f4 signal: add pidfd_send_signal() syscall by Christian Brauner · 6 years ago
  26. 66f592e proc: Add fs_context support to procfs by David Howells · 6 years ago
  27. 60a3c3a procfs: Move proc_fill_super() to fs/proc/root.c by David Howells · 6 years ago
  28. b2b4699 proc, oom: do not report alien mms when setting oom_score_adj by Michal Hocko · 6 years ago
  29. d869f86 Merge branch 'linus' into irq/core by Thomas Gleixner · 6 years ago
  30. 27dd768 mm: proc: smaps_rollup: fix pss_locked calculation by Sandeep Patil · 6 years ago
  31. c9ba756 Merge tag 'v5.0-rc6' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  32. c2da3f1 proc/stat: Make the interrupt statistics more efficient by Thomas Gleixner · 6 years ago
  33. 70f8a3c mm: make mm->pinned_vm an atomic64 counter by Davidlohr Bueso · 6 years ago
  34. d036bda sched/core: Convert sighand_struct.count to refcount_t by Elena Reshetova · 6 years ago
  35. 1fde6f2 proc: fix /proc/net/* after setns(2) by Alexey Dobriyan · 6 years ago
  36. 4b7d248 audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDIT by Richard Guy Briggs · 6 years ago
  37. 6d9c939 procfs: add smack subdir to attrs by Casey Schaufler · 6 years ago
  38. afe922c fs/proc/base.c: slightly faster /proc/*/limits by Alexey Dobriyan · 6 years ago
  39. 230f72e fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode() by Alexey Dobriyan · 6 years ago
  40. 81966d83 fs/proc/util.c: include fs/proc/internal.h for name_to_int() by Eric Biggers · 6 years ago
  41. 8da0b4f fs/proc/base.c: use ns_capable instead of capable for timerslack_ns by Benjamin Gordon · 6 years ago
  42. a1400af mm, proc: report PR_SET_THP_DISABLE in proc by Michal Hocko · 6 years ago
  43. 7635d9c mm, thp, proc: report THP eligibility for each vma by Michal Hocko · 6 years ago
  44. ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
  45. 144552f /proc/kpagecount: return 0 for special pages that are never mapped by Anthony Yznaga · 6 years ago
  46. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  47. ea5751c proc/sysctl: don't return ENOMEM on lookup when a table is unregistering by Ivan Delalande · 6 years ago
  48. 2d6bb6a Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  49. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  50. b5c2123 fs/proc/vmcore.c: Convert to use vmf_error() by Souptick Joarder · 6 years ago
  51. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  52. 4b85afb mm: zero-seek shrinkers by Johannes Weiner · 6 years ago
  53. 8508cf3 sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD by Johannes Weiner · 6 years ago
  54. 61f94e1 mm, proc: add KReclaimable to /proc/meminfo by Vlastimil Babka · 6 years ago
  55. fa76da4 mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range() by Vlastimil Babka · 6 years ago
  56. 99792e0 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  57. cf08961 proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted() by Borislav Petkov · 6 years ago
  58. 992b649 kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabled by Lianbo Jiang · 6 years ago
  59. f8a00ce proc: restrict kernel stack dumps to root by Jann Horn · 6 years ago
  60. 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
  61. a1b3d2f fs/proc/kcore.c: fix invalid memory access in multi-page read optimization by Dominique Martinet · 6 years ago
  62. c8d1262 fs/proc: Show STACKLEAK metrics in the /proc file system by Alexander Popov · 6 years ago
  63. 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
  64. a2036a1 fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds by Arnd Bergmann · 6 years ago
  65. 23c8509 proc/kcore: add vmcoreinfo note to /proc/kcore by Omar Sandoval · 6 years ago
  66. bf991c2 proc/kcore: optimize multiple page reads by Omar Sandoval · 6 years ago
  67. 37e949b proc/kcore: clean up ELF header generation by Omar Sandoval · 6 years ago
  68. 3673fb0 proc/kcore: hold lock during read by Omar Sandoval · 6 years ago
  69. b66fb00 proc/kcore: fix memory hotplug vs multiple opens race by Omar Sandoval · 6 years ago
  70. 0b172f8 proc/kcore: replace kclist_lock rwlock with rwsem by Omar Sandoval · 6 years ago
  71. bf53183 proc/kcore: don't grab lock for memory hotplug notifier by Omar Sandoval · 6 years ago
  72. a8dd9c4 proc/kcore: don't grab lock for kclist_add() by Omar Sandoval · 6 years ago
  73. df865e8 fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries by James Morse · 6 years ago
  74. 36f0620 fs/proc/vmcore.c: use new typedef vm_fault_t by Souptick Joarder · 6 years ago
  75. 9a27e97 proc: use "unsigned int" in /proc/stat hook by Alexey Dobriyan · 6 years ago
  76. 891ae71 proc: spread "const" a bit by Alexey Dobriyan · 6 years ago
  77. f6d2f58 proc: use macro in /proc/latency hook by Alexey Dobriyan · 6 years ago
  78. 41089b6 proc: save 2 atomic ops on write to "/proc/*/attr/*" by Alexey Dobriyan · 6 years ago
  79. a44937f proc: put task earlier in /proc/*/fail-nth by Alexey Dobriyan · 6 years ago
  80. 8d48b2e proc: smaller readlock section in readdir("/proc") by Alexey Dobriyan · 6 years ago
  81. bdf228a fs/proc/uptime.c: use ktime_get_boottime_ts64 by Arnd Bergmann · 6 years ago
  82. 2d6e4e8 proc: fixup PDE allocation bloat by Alexey Dobriyan · 6 years ago
  83. 7e8a630 /proc/meminfo: add percpu populated pages count by Dennis Zhou (Facebook) · 6 years ago
  84. 258f669 mm: /proc/pid/smaps_rollup: convert to single value seq_file by Vlastimil Babka · 6 years ago
  85. f154795 mm: /proc/pid/smaps: factor out common stats printing by Vlastimil Babka · 6 years ago
  86. 8e68d68 mm: /proc/pid/smaps: factor out mem stats gathering by Vlastimil Babka · 6 years ago
  87. 871305b mm: /proc/pid/*maps remove is_pid and related wrappers by Vlastimil Babka · 6 years ago
  88. 6855dc4 x86: Add entry trampolines to kcore by Adrian Hunter · 7 years ago
  89. e70cc2b fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps* by Vlastimil Babka · 6 years ago
  90. 4a770e6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  91. 877f919 proc: add proc_seq_release by Chunyu Hu · 7 years ago
  92. f5b6534 proc: fix missing final NUL in get_mm_cmdline() rewrite by Linus Torvalds · 7 years ago
  93. 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  94. 24074a3 proc: Make inline name size calculation automatic by David Howells · 7 years ago
  95. b5d903c2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  96. 26b9513 proc: skip branch in /proc/*/* lookup by Alexey Dobriyan · 7 years ago
  97. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  98. 15eefe2 Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64 by Arnd Bergmann · 7 years ago
  99. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  100. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago