1. 8993780 Make SLES9 "get_kernel_version" work on the kernel binary again by Linus Torvalds · 18 years ago
  2. aba76fd [PATCH] io-accounting: report in procfs by Andrew Morton · 18 years ago
  3. 7bf6538 [PATCH] proc_misc build fix by Andrew Morton · 18 years ago
  4. f4f154f [PATCH] fault injection: process filtering for fault-injection capabilities by Akinobu Mita · 18 years ago
  5. 6cc1b22 [PATCH] use current->nsproxy->pid_ns by Cedric Le Goater · 18 years ago
  6. 61a58c6 [PATCH] rename struct pspace to struct pid_namespace by Sukadev Bhattiprolu · 18 years ago
  7. 6b3286e [PATCH] rename struct namespace to struct mnt_namespace by Kirill Korotaev · 18 years ago
  8. 1ec320a [PATCH] add process_session() helper routine: deprecate old field by Cedric Le Goater · 18 years ago
  9. 2fddfee [PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  10. 9159350 [PATCH] do_task_stat(): don't take tty_mutex by Oleg Nesterov · 18 years ago
  11. a2ee864 [PATCH] Fix linux banner utsname information by Herbert Poetzl · 18 years ago
  12. 9711ef9 [PATCH] make fs/proc/base.c:proc_pid_instantiate() static by Adrian Bunk · 18 years ago
  13. 3602760 [PATCH] elf: fix kcore note size calculation by Magnus Damm · 18 years ago
  14. c36264d [PATCH] remove the syslog interface when printk is disabled by Mike Galbraith · 18 years ago
  15. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  16. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  17. 8fb4fc6 [PATCH] Allow user processes to raise their oom_adj value by Guillem Jover · 18 years ago
  18. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  19. 701e054 [PATCH] mounstats NULL pointer dereference by Vasily Tarasov · 18 years ago
  20. 8ac773b [PATCH] OOM killer meets userspace headers by Alexey Dobriyan · 18 years ago
  21. 0187f87 [PATCH] PROC_NUMBUF is wrong by Andrew Morton · 18 years ago
  22. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  23. 1a657f78 [PATCH] introduce get_task_pid() to fix unsafe get_pid() by Oleg Nesterov · 18 years ago
  24. 1c0d04c [PATCH] proc: comment what proc_fill_cache does by Eric W. Biederman · 18 years ago
  25. 5e61fea [PATCH] proc: remove the useless SMP-safe comments from /proc by Eric W. Biederman · 18 years ago
  26. 7bcd6b0 [PATCH] proc: remove trailing blank entry from pid_entry arrays by Eric W. Biederman · 18 years ago
  27. 8e95bd9 [PATCH] proc: properly compute TGID_OFFSET by Eric W. Biederman · 18 years ago
  28. b0fa9db [PATCH] proc: drop tasklist lock in task_state() by Oleg Nesterov · 18 years ago
  29. a593d6e [PATCH] proc: convert do_task_stat() to use lock_task_sighand() by Oleg Nesterov · 18 years ago
  30. 5e6b3f4 [PATCH] proc: convert task_sig() to use lock_task_sighand() by Oleg Nesterov · 18 years ago
  31. 7fbaac0 [PATCH] proc: Use pid_task instead of open coding it by Eric W. Biederman · 18 years ago
  32. 72d9dcf [PATCH] proc: Merge proc_tid_attr and proc_tgid_attr by Eric W. Biederman · 18 years ago
  33. 61a2878 [PATCH] proc: Remove the hard coded inode numbers by Eric W. Biederman · 18 years ago
  34. 444ceed [PATCH] proc: Factor out an instantiate method from every lookup method by Eric W. Biederman · 18 years ago
  35. 801199c [PATCH] proc: Make the generation of the self symlink table driven by Eric W. Biederman · 18 years ago
  36. 1651e14 [PATCH] namespaces: incorporate fs namespace into nsproxy by Serge E. Hallyn · 18 years ago
  37. 3fbc964 [PATCH] Define struct pspace by Sukadev Bhattiprolu · 18 years ago
  38. f6c7a1f [PATCH] proc: give the root directory a task by Eric W. Biederman · 18 years ago
  39. 20cdc89 [PATCH] proc: modify proc_pident_lookup to be completely table driven by Eric W. Biederman · 18 years ago
  40. 28a6d67 [PATCH] proc: reorder the functions in base.c by Eric W. Biederman · 18 years ago
  41. 0804ef4 [PATCH] proc: readdir race fix (take 3) by Eric W. Biederman · 18 years ago
  42. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  43. 632dd20 [PATCH] Kcore elf note namesz field fix by Vivek Goyal · 18 years ago
  44. f7ca54f [PATCH] fix mem_write() return value by Frederik Deweerdt · 18 years ago
  45. 3cfd088 [PATCH] tty: stop the tty vanishing under procfs access by Alan Cox · 18 years ago
  46. f269fdd [PATCH] NOMMU: move the fallback arch_vma_name() to a sensible place by David Howells · 18 years ago
  47. dbf8685 [PATCH] NOMMU: Implement /proc/pid/maps for NOMMU by David Howells · 18 years ago
  48. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  49. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  50. 182e8e2 [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_HIGHMEM by Christoph Lameter · 18 years ago
  51. f5ef68d [PATCH] /proc/meminfo: don't put spaces in names by Andrew Morton · 18 years ago
  52. 6d76fa5 Don't allow chmod() on the /proc/<pid>/ files by Linus Torvalds · 18 years ago
  53. 92d0328 Mark /proc MS_NOSUID and MS_NOEXEC by Linus Torvalds · 18 years ago
  54. 2589045 [PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delays by Shailabh Nagar · 18 years ago
  55. 9ee8ab9 Relax /proc fix a bit by Linus Torvalds · 18 years ago
  56. 18b0bbd Fix nasty /proc vulnerability by Linus Torvalds · 18 years ago
  57. 0635170 [PATCH] /fs/proc/: 'larger than buffer size' memory accessed by clear_user() by Adam B. Jerome · 18 years ago
  58. b4cac1a [PATCH] FDPIC: Move roundup() into linux/kernel.h by David Howells · 18 years ago
  59. 31304c9 [PATCH] uclinux: fix proc_task()/get_proc-task() naming by Greg Ungerer · 18 years ago
  60. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  61. d2c5e30 [PATCH] zoned vm counters: conversion of nr_bounce to per zone counter by Christoph Lameter · 18 years ago
  62. fd39fc8 [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter by Christoph Lameter · 18 years ago
  63. ce866b3 [PATCH] zoned vm counters: conversion of nr_writeback to per zone counter by Christoph Lameter · 18 years ago
  64. b1e7a8f [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter by Christoph Lameter · 18 years ago
  65. df849a1 [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter by Christoph Lameter · 18 years ago
  66. 9a865ff [PATCH] zoned vm counters: conversion of nr_slab to per zone counter by Christoph Lameter · 18 years ago
  67. f3dbd34 [PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPED by Christoph Lameter · 18 years ago
  68. 347ce43 [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter by Christoph Lameter · 18 years ago
  69. 65ba55f [PATCH] zoned vm counters: convert nr_mapped to per zone counter by Christoph Lameter · 18 years ago
  70. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  71. e6e5494 [PATCH] vdso: randomize the i386 vDSO by moving it into a vma by Ingo Molnar · 18 years ago
  72. 42c3e03 [PATCH] SELinux: Add sockcreate node to procattr API by Eric Paris · 18 years ago
  73. c1df7fb [PATCH] cleanup next_tid() by Oleg Nesterov · 18 years ago
  74. a872ff0 [PATCH] simplify/fix first_tid() by Oleg Nesterov · 18 years ago
  75. cc28873 [PATCH] proc: Remove tasklist_lock from proc_task_readdir. by Eric W. Biederman · 18 years ago
  76. df26c40 [PATCH] proc: Cleanup proc_fd_access_allowed by Eric W. Biederman · 18 years ago
  77. 778c114 [PATCH] proc: Use sane permission checks on the /proc/<pid>/fd/ symlinks by Eric W. Biederman · 18 years ago
  78. 5b0c1dd [PATCH] proc: optimize proc_check_dentry_visible by Eric W. Biederman · 18 years ago
  79. 13b41b0 [PATCH] proc: Use struct pid not struct task_ref by Eric W. Biederman · 18 years ago
  80. 99f8955 [PATCH] proc: don't lock task_structs indefinitely by Eric W. Biederman · 18 years ago
  81. 8578cea [PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as strings by Eric W. Biederman · 18 years ago
  82. 9cc8cbc [PATCH] simply fix first_tgid by Eric W. Biederman · 18 years ago
  83. de75873 [PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup() by Eric W. Biederman · 18 years ago
  84. 454cc10 [PATCH] proc: Remove tasklist_lock from proc_pid_readdir by Eric W. Biederman · 18 years ago
  85. 0bc58a9 [PATCH] proc: refactor reading directories of tasks by Eric W. Biederman · 18 years ago
  86. cd6a3ce [PATCH] proc: Close the race of a process dying durning lookup by Eric W. Biederman · 18 years ago
  87. 48e6484 [PATCH] proc: Rewrite the proc dentry flush on exit optimization by Eric W. Biederman · 18 years ago
  88. 662795d [PATCH] proc: Move proc_maps_operations into task_mmu.c by Eric W. Biederman · 18 years ago
  89. 6e66b52 [PATCH] proc: Fix the link count for /proc/<pid>/task by Eric W. Biederman · 18 years ago
  90. 0f2fe20 [PATCH] proc: Properly filter out files that are not visible to a process by Eric W. Biederman · 18 years ago
  91. 22c2c5d [PATCH] proc: Kill proc_mem_inode_operations by Eric W. Biederman · 18 years ago
  92. 6860206 [PATCH] proc: Remove bogus proc_task_permission by Eric W. Biederman · 18 years ago
  93. aed7a6c [PATCH] proc: Replace proc_inode.type with proc_inode.fd by Eric W. Biederman · 18 years ago
  94. 87bfbf6 [PATCH] proc: Simplify the ownership rules for /proc by Eric W. Biederman · 18 years ago
  95. 1679654 [PATCH] proc: Remove unnecessary and misleading assignments from proc_pid_make_inode by Eric W. Biederman · 18 years ago
  96. ff9724a [PATCH] proc: Remove useless BKL in proc_pid_readlink by Eric W. Biederman · 18 years ago
  97. 5634708 [PATCH] proc: Fix the .. inode number on /proc/<pid>/fd by Eric W. Biederman · 18 years ago
  98. 4eb582c [PATCH] keys: add a way to store the appropriate context for newly-created keys by Michael LeMay · 18 years ago
  99. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  100. e018290 [PATCH] proc_loginuid_write() uses simple_strtoul() on non-terminated array by Al Viro · 18 years ago