1. df8106d proc: move /proc/stat to fs/proc/stat.c by Alexey Dobriyan · 16 years ago
  2. f500975 proc: move rest of /proc/partitions code to block/genhd.c by Alexey Dobriyan · 16 years ago
  3. 8591cf4 proc: move /proc/cpuinfo code to fs/proc/cpuinfo.c by Alexey Dobriyan · 16 years ago
  4. fe25104 proc: move /proc/devices code to fs/proc/devices.c by Alexey Dobriyan · 16 years ago
  5. d8ba7a3 proc: move rest of /proc/locks to fs/locks.c by Alexey Dobriyan · 16 years ago
  6. ae04811 proc: move /proc/kmsg creation to fs/proc/kmsg.c by Alexey Dobriyan · 16 years ago
  7. 6596892 proc: remove remnants of ->read_proc in proc_misc.c by Alexey Dobriyan · 16 years ago
  8. 6e62775 proc: move /proc/execdomains to kernel/exec_domain.c by Alexey Dobriyan · 16 years ago
  9. cf9887f proc: switch /proc/cmdline to seq_file by Alexey Dobriyan · 16 years ago
  10. 6827400 proc: move /proc/filesystems to fs/filesystems.c by Alexey Dobriyan · 16 years ago
  11. 4c150f6 proc: move /proc/stram to m68k-specific code by Alexey Dobriyan · 16 years ago
  12. 813dcf7 proc: move /proc/hardware to m68k-specific code by Alexey Dobriyan · 16 years ago
  13. b457d15 proc: switch /proc/version to seq_file by Alexey Dobriyan · 16 years ago
  14. e1759c2 proc: switch /proc/meminfo to seq_file by Alexey Dobriyan · 16 years ago
  15. 9617760 proc: switch /proc/uptime to seq_file by Alexey Dobriyan · 16 years ago
  16. 5b3acc8 proc: switch /proc/loadavg to seq_file by Alexey Dobriyan · 16 years ago
  17. 6c2f91e proc: use WARN() rather than printk+backtrace by Arjan van de Ven · 16 years ago
  18. 1e0edd3 proc: spread __init by Alexey Dobriyan · 16 years ago
  19. 5bcd7ff proc: proc_init_inodecache() can't fail by Alexey Dobriyan · 16 years ago
  20. 7c88db0 proc: fix vma display mismatch between /proc/pid/{maps,smaps} by Joe Korty · 16 years ago
  21. f696a36 [PATCH] move executable checking into ->permission() by Miklos Szeredi · 16 years ago
  22. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  23. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  24. 9301975 Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  25. 99ebcf8 Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  26. 85a0ee3 kdump: add is_vmcore_usable() and vmcore_unusable() by Simon Horman · 16 years ago
  27. 57cac4d kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCORE by Vivek Goyal · 16 years ago
  28. 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 16 years ago
  29. 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
  30. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  31. c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 16 years ago
  32. f40cbaa proc: move sysrq-trigger out of fs/proc/ by Alexey Dobriyan · 16 years ago
  33. 2be3b52 proc: fixup irq iterator by Thomas Gleixner · 16 years ago
  34. 2cc21ef genirq: remove sparse irq code by Thomas Gleixner · 16 years ago
  35. 6d50bc2 x86: use 28 bits irq NR for pci msi/msix and ht by Yinghai Lu · 16 years ago
  36. 52b1732 x86_64: make /proc/interrupts work with dyn irq_desc by Yinghai Lu · 16 years ago
  37. c7fb03a irq, fs/proc: replace loop with nr_irqs for proc/stat by Yinghai Lu · 16 years ago
  38. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 16 years ago
  39. da27c11 fs/proc: use nr_irqs by Yinghai Lu · 16 years ago
  40. 8acd3a6 Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  41. 3bbfe05 proc: remove kernel.maps_protect by Alexey Dobriyan · 16 years ago
  42. 45acb8d proc: remove now unneeded ADDBUF macro by Alexey Dobriyan · 16 years ago
  43. 4783072 [PATCH] proc: show personality via /proc/pid/personality by Kees Cook · 16 years ago
  44. a6bebbc [PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock() by Lai Jiangshan · 16 years ago
  45. 53167a3 proc: move PROC_PAGE_MONITOR to fs/proc/Kconfig by Alexey Dobriyan · 16 years ago
  46. 8132436 proc: make grab_header() static by Adrian Bunk · 16 years ago
  47. a70973c proc: remove unused get_dma_list() by Alexey Dobriyan · 16 years ago
  48. a04f4de proc: remove dummy vmcore_open() by Alexey Dobriyan · 16 years ago
  49. e167523 proc: proc_sys_root tweak by Alexey Dobriyan · 16 years ago
  50. 300b994 proc: fix return value of proc_reg_open() in "too late" case by Alexey Dobriyan · 16 years ago
  51. bfcd17a Configure out file locking features by Thomas Petazzoni · 16 years ago
  52. f06febc timers: fix itimer/many thread hang by Frank Mayhar · 16 years ago
  53. d7a3e49 mm: ifdef Quicklists in /proc/meminfo by Hugh Dickins · 16 years ago
  54. 665020c proc: more debugging for "already registered" case by Alexey Dobriyan · 16 years ago
  55. 4904862 sched: fix process time monotonicity by Balbir Singh · 16 years ago
  56. 4b85615 mm: show quicklist usage in /proc/meminfo by KOSAKI Motohiro · 16 years ago
  57. cc99609 [PATCH] proc: inode number fixlet by Alexey Dobriyan · 16 years ago
  58. 1804dc6 /proc/self/maps doesn't display the real file offset by Clement Calmels · 16 years ago
  59. 7c44319 proc: fix warnings by Alexander Beregalov · 16 years ago
  60. 9a18540 [PATCH 2/2] proc: switch inode number allocation to IDA by Alexey Dobriyan · 16 years ago
  61. 67935df [PATCH 1/2] proc: fix inode number bogorithmetic by Alexey Dobriyan · 16 years ago
  62. 940389b task IO accounting: move all IO statistics in struct task_io_accounting by Andrea Righi · 16 years ago
  63. 5995477 task IO accounting: improve code readability by Andrea Righi · 16 years ago
  64. 4836e30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  65. b2d002d task IO accounting: correctly account threads IO statistics by Andrea Righi · 16 years ago
  66. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  67. 9043476f [PATCH] sanitize proc_sysctl by Al Viro · 16 years ago
  68. ebcb673 /proc/PID/syscall by Roland McGrath · 16 years ago
  69. 0d094ef tracehook: tracehook_tracer_task by Roland McGrath · 16 years ago
  70. 267e2a9 Use WARN() in fs/proc/ by Arjan van de Ven · 16 years ago
  71. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  72. 297c5d9 task IO accounting: provide distinct tgid/tid I/O statistics by Andrea Righi · 16 years ago
  73. 6eedf8d proc: move Kconfig to fs/proc/Kconfig by Alexey Dobriyan · 16 years ago
  74. a9bd4a3 proc: remove pathetic remount code by Alexey Dobriyan · 16 years ago
  75. 881adb8 proc: always do ->release by Alexey Dobriyan · 16 years ago
  76. 6e644c3 move proc_kmsg_operations to fs/proc/internal.h by Adrian Bunk · 16 years ago
  77. 79885b2 elf: use ELF_CORE_EFLAGS for kcore ELF header flags by Edgar E. Iglesias · 16 years ago
  78. a47a126 vmallocinfo: add NUMA information by Eric Dumazet · 16 years ago
  79. c748e13 mm/vmstat.c: proper externs by Adrian Bunk · 16 years ago
  80. c010b2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  81. 8086cd4 netns: make get_proc_net() static by Adrian Bunk · 16 years ago
  82. ee1e6ab proc: fix /proc/*/pagemap some more by Alexey Dobriyan · 16 years ago
  83. db6d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  84. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  85. b6fcbdb proc: consolidate per-net single-release callers by Pavel Emelyanov · 16 years ago
  86. de05c55 proc: consolidate per-net single_open callers by Pavel Emelyanov · 16 years ago
  87. a3da5bf Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  88. 006ebb4 Security: split proc ptrace checking into read vs. attach by Stephen Smalley · 16 years ago
  89. 6924d1a Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/threadinfo', 'x86/timers', 'x86/vdso' and 'x86/xen' into x86/devel by Ingo Molnar · 16 years ago
  90. ce0c0e5 x86, generic: CPA add statistics about state of direct mapping v4 by Andi Kleen · 16 years ago
  91. 5d7e0d2 Fix pagemap_read() use of struct mm_walk by Andrew Morton · 16 years ago
  92. 20cbc97 Fix clear_refs_write() use of struct mm_walk by Andrew Morton · 16 years ago
  93. c54f9da Merge branch 'linus' into x86/irqstats by Ingo Molnar · 16 years ago
  94. bcf8039 pagemap: fix large pages in pagemap by Dave Hansen · 16 years ago
  95. 2165009 pagemap: pass mm into pagewalkers by Dave Hansen · 16 years ago
  96. 156a9ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6 by Linus Torvalds · 16 years ago
  97. 4710d1a pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflags by Thomas Tuttle · 16 years ago
  98. bbcdac0 pagemap: return map count, not reference count, in /proc/kpagecount by Thomas Tuttle · 16 years ago
  99. aed5417 proc: calculate the correct /proc/<pid> link count by Vegard Nossum · 16 years ago
  100. aae8679 pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid/pagemap by Thomas Tuttle · 16 years ago