1. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  2. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  3. dcdaa2f Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  4. 683b96f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  5. aa3ecf3 Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  6. 1270dd8 fs/proc: calculate /proc/* and /proc/*/task/* nlink at init time by Alexey Dobriyan · 8 years ago
  7. bac5f5d fs/proc/base.c: save decrement during lookup/readdir in /proc/$PID by Alexey Dobriyan · 8 years ago
  8. 209b14d fs/proc/array.c: slightly improve render_sigset_t by Rasmus Villemoes · 8 years ago
  9. 492b2da proc: tweak comments about 2 stage open and everything by Alexey Dobriyan · 8 years ago
  10. 39a10ac proc: kmalloc struct pde_opener by Alexey Dobriyan · 8 years ago
  11. f5887c71 proc: fix type of struct pde_opener::closing field by Alexey Dobriyan · 8 years ago
  12. 06a0c41 proc: just list_del() struct pde_opener by Alexey Dobriyan · 8 years ago
  13. 9a87fe0 proc: make struct struct map_files_info::len unsigned int by Alexey Dobriyan · 8 years ago
  14. 623f594 proc: make struct pid_entry::len unsigned by Alexey Dobriyan · 8 years ago
  15. af884cd proc: report no_new_privs state by Kees Cook · 8 years ago
  16. a66c0410 mm: add cond_resched() in gather_pte_stats() by Hugh Dickins · 8 years ago
  17. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  18. 2a07a1f proc/self: use generic_readlink by Miklos Szeredi · 8 years ago
  19. 0821e30 Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 8 years ago
  20. f97df70 xenfs: Use proc_create_mount_point() to create /proc/xen by Seth Forshee · 8 years ago
  21. db978da proc: Pass file mode to proc_pid_make_inode by Andreas Gruenbacher · 8 years ago
  22. b4eb4f7 audit: less stack usage for /proc/*/loginuid by Alexey Dobriyan · 8 years ago
  23. 06b2849 proc: fix NULL dereference when reading /proc/<pid>/auxv by Leon Yu · 8 years ago
  24. 272ddc8 proc: don't use FOLL_FORCE for reading cmdline and environment by Linus Torvalds · 8 years ago
  25. 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
  26. b18cb64 fs/proc: Stop trying to report thread stacks by Andy Lutomirski · 8 years ago
  27. 0a1eb2d fs/proc: Stop reporting eip and esp in /proc/PID/stat by Andy Lutomirski · 8 years ago
  28. 6347e8d mm: replace access_remote_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  29. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  30. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  31. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  32. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  33. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  34. 855af07 mm, proc: fix region lost in /proc/self/smaps by Robert Ho · 8 years ago
  35. 4b2bd5f proc: fix timerslack_ns CAP_SYS_NICE check when adjusting self by John Stultz · 8 years ago
  36. 904763e proc: add LSM hook checks to /proc/<tid>/timerslack_ns by John Stultz · 8 years ago
  37. 7abbaf9 proc: relax /proc/<tid>/timerslack_ns capability requirements by John Stultz · 8 years ago
  38. e16e2d8 meminfo: break apart a very long seq_printf with #ifdefs by Joe Perches · 8 years ago
  39. 75ba1d0 seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char by Joe Perches · 8 years ago
  40. f7a5f13 proc: faster /proc/*/status by Alexey Dobriyan · 8 years ago
  41. 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
  42. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  43. c531716 proc: switch auxv to use of __mem_open() by Al Viro · 8 years ago
  44. 687ee0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  45. d7e25c6 Merge branch 'x86/urgent' into x86/asm by Thomas Gleixner · 8 years ago
  46. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  47. 2554c72 fs: proc: Delete inode time initializations in proc_alloc_inode() by Deepa Dinamani · 8 years ago
  48. 771187d proc: unsigned file descriptors by Alexey Dobriyan · 8 years ago
  49. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  50. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  51. df04abf fs/proc/kcore.c: Add bounce buffer for ktext data by Jiri Olsa · 8 years ago
  52. f5beeb1 fs/proc/kcore.c: Make bounce buffer global for read by Jiri Olsa · 8 years ago
  53. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  54. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  55. 98ac9a6 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  56. ca120cf mm: fix show_smap() for zone_device-pmd ranges by Dan Williams · 8 years ago
  57. 511a8cd Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  58. cd81a917 mm: introduce get_task_exe_file by Mateusz Guzik · 8 years ago
  59. 8b927d7 proc: Fix return address printk conversion specifer in /proc/<pid>/stack by Josh Poimboeuf · 8 years ago
  60. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  61. e79c6a4 net: make net namespace sysctls belong to container's owner by Dmitry Torokhov · 8 years ago
  62. c110486 proc: make proc entries inherit ownership from parent by Dmitry Torokhov · 8 years ago
  63. 2f95ff9 proc, meminfo: use correct helpers for calculating LRU sizes in meminfo by Mel Gorman · 8 years ago
  64. 13bcc6a sysctl: Stop implicitly passing current into sysctl_table_root.lookup by Eric W. Biederman · 8 years ago
  65. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  66. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  67. 4b2e016 fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2 by Geert Uytterhoeven · 8 years ago
  68. ca52953 fs/proc/task_mmu.c: suppress compilation warnings with W=1 by Valdis Kletnieks · 8 years ago
  69. 519ded5 procfs: avoid 32-bit time_t in /proc/*/stat by Arnd Bergmann · 8 years ago
  70. ef41939 proc_oom_score: remove tasklist_lock and pid_alive() by Oleg Nesterov · 8 years ago
  71. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  72. dc12e90 qstr: constify instances in procfs by Al Viro · 8 years ago
  73. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  74. 1c88e19 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  75. d30dd8b mm: track NR_KERNEL_STACK in KiB instead of number of stacks by Andy Lutomirski · 8 years ago
  76. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  77. 4b9d0fa mm: rename NR_ANON_PAGES to NR_ANON_MAPPED by Mel Gorman · 8 years ago
  78. 50658e2 mm: move page mapped accounting to the node by Mel Gorman · 8 years ago
  79. 44a70ade mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj by Michal Hocko · 8 years ago
  80. 1d5f0ac proc, oom_adj: extract oom_score_adj setting into a helper by Michal Hocko · 8 years ago
  81. f913da5 proc, oom: drop bogus sighand lock by Michal Hocko · 8 years ago
  82. d49fbf7 proc, oom: drop bogus task_lock and mm check by Michal Hocko · 8 years ago
  83. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  84. 65c4537 mm, rmap: account shmem thp pages by Kirill A. Shutemov · 8 years ago
  85. a2982cc vfs: Generalize filesystem nodev handling. by Eric W. Biederman · 8 years ago
  86. e94591d proc: Convert proc_mount to use mount_ns. by Eric W. Biederman · 8 years ago
  87. 8654df4 mnt: Refactor fs_fully_visible into mount_too_revealing by Eric W. Biederman · 8 years ago
  88. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  89. f5364c1 Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) by Linus Torvalds · 8 years ago
  90. e54ad7f proc: prevent stacking filesystems on top by Jann Horn · 8 years ago
  91. 4e80153 mm, proc: make clear_refs killable by Michal Hocko · 8 years ago
  92. 1b3044e procfs: fix pthread cross-thread naming if !PR_DUMPABLE by Janis Danisevskis · 8 years ago
  93. 3e42979 procfs: expose umask in /proc/<PID>/status by Richard W.M. Jones · 8 years ago
  94. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  95. 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 9 years ago
  96. 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  97. 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  98. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 9 years ago
  99. e55d531 crash_dump: Add vmcore_elf32_check_arch by Daniel Wagner · 9 years ago
  100. 1e92a61 Revert "proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan"" by Robin Humble · 9 years ago