1. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  2. 44c752f vmcore: move get_vmcore_size out of __init by Rahul Lakkireddy · 6 years ago
  3. 7f7ccc2 proc: do not access cmdline nor environ from file-backed areas by Willy Tarreau · 6 years ago
  4. 7efe48d vmcore: append device dumps to vmcore as elf notes by Rahul Lakkireddy · 6 years ago
  5. 2724273 vmcore: add API to collect hardware dump in second kernel by Rahul Lakkireddy · 6 years ago
  6. 3955333 proc/kcore: don't bounds check against address 0 by Laura Abbott · 6 years ago
  7. 9a1015b proc: fix /proc/loadavg regression by Alexey Dobriyan · 7 years ago
  8. 2e0ad55 proc: revalidate kernel thread inodes to root:root by Alexey Dobriyan · 7 years ago
  9. 88c28f2 mm, pagemap: fix swap offset value for PMD migration entry by Huang Ying · 7 years ago
  10. 1da4d37 proc: revalidate misc dentries by Alexey Dobriyan · 7 years ago
  11. 64a11f3 fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array() by Waiman Long · 7 years ago
  12. 4f11343 proc: use slower rb_first() by Alexey Dobriyan · 7 years ago
  13. 9cdd83e proc: switch struct proc_dir_entry::count to refcount by Alexey Dobriyan · 7 years ago
  14. b77d70d proc: reject "." and ".." as filenames by Alexey Dobriyan · 7 years ago
  15. fe079a5 proc: do mmput ASAP for /proc/*/map_files by Alexey Dobriyan · 7 years ago
  16. 58c501a proc: faster /proc/cmdline by Alexey Dobriyan · 7 years ago
  17. 1539d58 proc: register filesystem last by Alexey Dobriyan · 7 years ago
  18. 35318db proc: fix /proc/*/map_files lookup some more by Alexey Dobriyan · 7 years ago
  19. b4884f2 proc: move "struct proc_dir_entry" into kmem cache by Alexey Dobriyan · 7 years ago
  20. 835b94e fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache() by Danilo Krummrich · 7 years ago
  21. a0b0d1c fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table by Danilo Krummrich · 7 years ago
  22. 21dae0a proc: use set_puts() at /proc/*/wchan by Alexey Dobriyan · 7 years ago
  23. 24b2ec2 proc: check permissions earlier for /proc/*/wchan by Alexey Dobriyan · 7 years ago
  24. d0f0223 proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status by Andrei Vagin · 7 years ago
  25. f664066 proc: replace seq_printf on seq_putc to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  26. d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  27. 2acddbe proc: account "struct pde_opener" by Alexey Dobriyan · 7 years ago
  28. 195b8cf proc: move "struct pde_opener" to kmem cache by Alexey Dobriyan · 7 years ago
  29. a9fabc3 proc: randomize "struct pde_opener" by Alexey Dobriyan · 7 years ago
  30. e7a6e29 proc: faster open/close of files without ->release hook by Alexey Dobriyan · 7 years ago
  31. e74a0ef proc: move /proc/sysvipc creation to where it belongs by Alexey Dobriyan · 7 years ago
  32. 2f89742 proc: do less stuff under ->pde_unload_lock by Alexey Dobriyan · 7 years ago
  33. 68c3411 proc: get rid of task lock/unlock pair to read umask for the "status" file by Mateusz Guzik · 7 years ago
  34. 0e3dc01 procfs: add seq_put_hex_ll to speed up /proc/pid/maps by Andrei Vagin · 7 years ago
  35. e05a959 procfs: remove CONFIG_HARDWALL dependency by Arnd Bergmann · 7 years ago
  36. e525de3 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  37. 595dd46 vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page by Jia Zhang · 7 years ago
  38. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  39. 4bf8ba8 fs/proc/consoles.c: use seq_putc() in show_console_dev() by Markus Elfring · 7 years ago
  40. 93ad5bc proc: rearrange args by Alexey Dobriyan · 7 years ago
  41. 15b158b proc: spread likely/unlikely a bit by Alexey Dobriyan · 7 years ago
  42. efb1a57 fs/proc: use __ro_after_init by Alexey Dobriyan · 7 years ago
  43. 53f6334 fs/proc/internal.h: fix up comment by Alexey Dobriyan · 7 years ago
  44. 163cf54 fs/proc/internal.h: rearrange struct proc_dir_entry by Alexey Dobriyan · 7 years ago
  45. d0290bc fs/proc/kcore.c: use probe_kernel_read() instead of memcpy() by Heiko Carstens · 7 years ago
  46. 171ef91 fs/proc/array.c: delete children_seq_release() by Alexey Dobriyan · 7 years ago
  47. 20d28cd proc: less memory for /proc/*/map_files readdir by Alexey Dobriyan · 7 years ago
  48. 593bc69 fs/proc/vmcore.c: simpler /proc/vmcore cleanup by Alexey Dobriyan · 7 years ago
  49. ac7f106 proc: fix /proc/*/map_files lookup by Alexey Dobriyan · 7 years ago
  50. 9f7118b proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nth by Alexey Dobriyan · 7 years ago
  51. e3912ac proc: use %u for pid printing and slightly less stack by Alexey Dobriyan · 7 years ago
  52. a3cf988 mm: use updated pmdp_invalidate() interface to track dirty/accessed bits by Kirill A. Shutemov · 7 years ago
  53. 8526d84 fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual memory by Konstantin Khlebnikov · 7 years ago
  54. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  55. 8bb2ee1 proc: fix coredump vs read /proc/*/stat race by Alexey Dobriyan · 7 years ago
  56. ba3edf1f proc: show si_ptr in /proc/<pid>/timers without hashing by Linus Torvalds · 7 years ago
  57. 8f5abe8 proc: don't report kernel addresses in /proc/<pid>/stack by Linus Torvalds · 7 years ago
  58. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  59. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 7 years ago
  60. a3f8683 ->poll() methods should return __poll_t by Al Viro · 7 years ago
  61. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  62. 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
  63. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  64. 95846ec pid: replace pid bitmap implementation with IDR API by Gargi Sharma · 7 years ago
  65. 0746a0b proc: use do-while in name_to_int() by Alexey Dobriyan · 7 years ago
  66. 3ee2a19 proc: : uninline name_to_int() by Alexey Dobriyan · 7 years ago
  67. c643401 proc, coredump: add CoreDumping flag to /proc/pid/status by Roman Gushchin · 7 years ago
  68. 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
  69. 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
  70. af5b0f6 mm: consolidate page table accounting by Kirill A. Shutemov · 7 years ago
  71. c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
  72. b4e98d9 mm: account pud page tables by Kirill A. Shutemov · 7 years ago
  73. 7d5905d x86 / CPU: Always show current CPU frequency in /proc/cpuinfo by Rafael J. Wysocki · 7 years ago
  74. 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
  75. 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
  76. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  77. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  78. b83d7e4 mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entry by Huang Ying · 7 years ago
  79. b6fb293 mm: Define MAP_SYNC and VM_SYNC flags by Jan Kara · 7 years ago
  80. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  81. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  82. c79dde6 tty fix oops when rmmod 8250 by nixiaoming · 7 years ago
  83. 1d48b08 sched/debug: Rename task-state printing helpers by Peter Zijlstra · 7 years ago
  84. c6eb50d mode_t whack-a-mole: task_dump_owner() by Al Viro · 7 years ago
  85. 8ef9925 sched/debug: Add explicit TASK_PARKED printing by Peter Zijlstra · 7 years ago
  86. 06eb618 sched/debug: Add explicit TASK_IDLE printing by Peter Zijlstra · 7 years ago
  87. 1593baa sched/debug: Implement consistent task-state printing by Peter Zijlstra · 7 years ago
  88. fd7d562 fs/proc: Report eip/esp in /prod/PID/stat for coredumping by John Ogness · 7 years ago
  89. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
  90. 6dec0dd procfs: remove unused variable by Arnd Bergmann · 7 years ago
  91. 410bd5e procfs: use faster rb_first_cached() by Davidlohr Bueso · 7 years ago
  92. 1403830 fs, proc: unconditional cond_resched when reading smaps by David Rientjes · 7 years ago
  93. 855d976 proc: uninline proc_create() by Alexey Dobriyan · 7 years ago
  94. 1240ea0 fs, proc: remove priv argument from is_stack by Michal Hocko · 7 years ago
  95. df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
  96. 5042db4 mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory by Jérôme Glisse · 7 years ago
  97. ab6e3d0 mm: soft-dirty: keep soft-dirty bits over thp migration by Naoya Horiguchi · 7 years ago
  98. 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
  99. d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
  100. 493b0e9 mm: add /proc/pid/smaps_rollup by Daniel Colascione · 7 years ago