1. 5aa140c proc: move /proc/vmcore creation to fs/proc/vmcore.c by Alexey Dobriyan · 16 years ago
  2. 6d80e53 proc: move pagecount stuff to fs/proc/page.c by Alexey Dobriyan · 16 years ago
  3. 97ce5d6 proc: move all /proc/kcore stuff to fs/proc/kcore.c by Alexey Dobriyan · 16 years ago
  4. b5aadf7 proc: move /proc/schedstat boilerplate to kernel/sched_stats.h by Alexey Dobriyan · 16 years ago
  5. 3b5d5c6 proc: move /proc/modules boilerplate to kernel/module.c by Alexey Dobriyan · 16 years ago
  6. 31d85ab proc: move /proc/diskstats boilerplate to block/genhd.c by Alexey Dobriyan · 16 years ago
  7. 5c9fe62 proc: move /proc/zoneinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
  8. b6aa44a proc: move /proc/vmstat boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
  9. 74e2e8e proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
  10. 8f32f7e proc: move /proc/buddyinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
  11. 5f6a6a9 proc: move /proc/vmallocinfo to mm/vmalloc.c by Alexey Dobriyan · 16 years ago
  12. 7b3c3a5 proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c by Alexey Dobriyan · 16 years ago
  13. a0ec95a8 proc: move /proc/slab_allocators boilerplate to mm/slab.c by Alexey Dobriyan · 16 years ago
  14. d6917e1 proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.c by Alexey Dobriyan · 16 years ago
  15. df8106d proc: move /proc/stat to fs/proc/stat.c by Alexey Dobriyan · 16 years ago
  16. f500975 proc: move rest of /proc/partitions code to block/genhd.c by Alexey Dobriyan · 16 years ago
  17. 8591cf4 proc: move /proc/cpuinfo code to fs/proc/cpuinfo.c by Alexey Dobriyan · 16 years ago
  18. fe25104 proc: move /proc/devices code to fs/proc/devices.c by Alexey Dobriyan · 16 years ago
  19. d8ba7a3 proc: move rest of /proc/locks to fs/locks.c by Alexey Dobriyan · 16 years ago
  20. ae04811 proc: move /proc/kmsg creation to fs/proc/kmsg.c by Alexey Dobriyan · 16 years ago
  21. 6596892 proc: remove remnants of ->read_proc in proc_misc.c by Alexey Dobriyan · 16 years ago
  22. 6e62775 proc: move /proc/execdomains to kernel/exec_domain.c by Alexey Dobriyan · 16 years ago
  23. cf9887f proc: switch /proc/cmdline to seq_file by Alexey Dobriyan · 16 years ago
  24. 6827400 proc: move /proc/filesystems to fs/filesystems.c by Alexey Dobriyan · 16 years ago
  25. 4c150f6 proc: move /proc/stram to m68k-specific code by Alexey Dobriyan · 16 years ago
  26. 813dcf7 proc: move /proc/hardware to m68k-specific code by Alexey Dobriyan · 16 years ago
  27. b457d15 proc: switch /proc/version to seq_file by Alexey Dobriyan · 16 years ago
  28. e1759c2 proc: switch /proc/meminfo to seq_file by Alexey Dobriyan · 16 years ago
  29. 9617760 proc: switch /proc/uptime to seq_file by Alexey Dobriyan · 16 years ago
  30. 5b3acc8 proc: switch /proc/loadavg to seq_file by Alexey Dobriyan · 16 years ago
  31. 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
  32. 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 16 years ago
  33. 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
  34. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  35. f40cbaa proc: move sysrq-trigger out of fs/proc/ by Alexey Dobriyan · 16 years ago
  36. 2be3b52 proc: fixup irq iterator by Thomas Gleixner · 16 years ago
  37. 2cc21ef genirq: remove sparse irq code by Thomas Gleixner · 16 years ago
  38. 6d50bc2 x86: use 28 bits irq NR for pci msi/msix and ht by Yinghai Lu · 16 years ago
  39. 52b1732 x86_64: make /proc/interrupts work with dyn irq_desc by Yinghai Lu · 16 years ago
  40. c7fb03a irq, fs/proc: replace loop with nr_irqs for proc/stat by Yinghai Lu · 16 years ago
  41. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 16 years ago
  42. da27c11 fs/proc: use nr_irqs by Yinghai Lu · 16 years ago
  43. 8acd3a6 Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  44. a70973c proc: remove unused get_dma_list() by Alexey Dobriyan · 16 years ago
  45. bfcd17a Configure out file locking features by Thomas Petazzoni · 16 years ago
  46. d7a3e49 mm: ifdef Quicklists in /proc/meminfo by Hugh Dickins · 16 years ago
  47. 4b85615 mm: show quicklist usage in /proc/meminfo by KOSAKI Motohiro · 16 years ago
  48. a47a126 vmallocinfo: add NUMA information by Eric Dumazet · 16 years ago
  49. c748e13 mm/vmstat.c: proper externs by Adrian Bunk · 16 years ago
  50. 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
  51. ce0c0e5 x86, generic: CPA add statistics about state of direct mapping v4 by Andi Kleen · 16 years ago
  52. c54f9da Merge branch 'linus' into x86/irqstats by Ingo Molnar · 16 years ago
  53. 4710d1a pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflags by Thomas Tuttle · 16 years ago
  54. bbcdac0 pagemap: return map count, not reference count, in /proc/kpagecount by Thomas Tuttle · 16 years ago
  55. a2eddfa x86: make /proc/stat account for all interrupts by Jan Beulich · 16 years ago
  56. 80119ef mm: fix atomic_t overflow in vm by Alan Cox · 16 years ago
  57. fc3ba69 mm: Add NR_WRITEBACK_TEMP counter by Miklos Szeredi · 16 years ago
  58. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 16 years ago
  59. 0d5c9f5 proc: switch to proc_create() by Alexey Dobriyan · 16 years ago
  60. a10aa57 vmalloc: show vmalloced areas via /proc/vmallocinfo by Christoph Lameter · 16 years ago
  61. a0db701 block/genhd.c: proper externs by Adrian Bunk · 17 years ago
  62. 03a4482 procfs: constify function pointer tables by Jan Engelhardt · 17 years ago
  63. 07a154b proc: loadavg reading race by Michal Schmidt · 17 years ago
  64. 011e3fc proper prototype for get_filesystem_list() by Adrian Bunk · 17 years ago
  65. f74596d proper show_interrupts() prototype by Adrian Bunk · 17 years ago
  66. 1e88328 maps4: make page monitoring /proc file optional by Matt Mackall · 17 years ago
  67. 304daa8 maps4: add /proc/kpageflags interface by Matt Mackall · 17 years ago
  68. 161f47b maps4: add /proc/kpagecount interface by Matt Mackall · 17 years ago
  69. 158a962 Unify /proc/slabinfo configuration by Linus Torvalds · 17 years ago
  70. 6b6adc2 slub: register slabinfo to procfs by Pekka Enberg · 17 years ago
  71. 2894d650 pid namespaces: define and use task_active_pid_ns() wrapper by Sukadev Bhattiprolu · 17 years ago
  72. f13ef77 report the per-irq statistics on all arches by Ravikiran G Thirumalai · 17 years ago
  73. 467c996 Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo by Mel Gorman · 17 years ago
  74. 541010e Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  75. 5e84cfd sched: guest CPU accounting: add guest-CPU /proc/stat field by Laurent Vivier · 17 years ago
  76. 7f8ada9 Rework /proc/locks via seq_files and seq_list helpers by Pavel Emelyanov · 17 years ago
  77. c3508f8 x86_64: Avoid too many remote cpu references due to /proc/stat by Ravikiran G Thirumalai · 17 years ago
  78. 4004c69 Avoid too many remote cpu references due to /proc/stat by Ravikiran G Thirumalai · 17 years ago
  79. d621414 Use boot based time for uptime in /proc by Tomas Janousek · 17 years ago
  80. 924b42d Use boot based time for process start time and boot time in /proc by Tomas Janousek · 17 years ago
  81. 09f0892 proc: cleanup: use seq_release_private() where appropriate by Martin Peschke · 17 years ago
  82. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  83. ac26772 mm/slab.c: proper prototypes by Adrian Bunk · 17 years ago
  84. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 18 years ago
  85. 100bb93 [PATCH] proc_misc warning fix by Andrew Morton · 18 years ago
  86. 65e458d4 [PATCH] Drop get_zone_counts() by Christoph Lameter · 18 years ago
  87. 3eb3c74 [PATCH] fix linux banner format string by Roman Zippel · 18 years ago
  88. 8993780 Make SLES9 "get_kernel_version" work on the kernel binary again by Linus Torvalds · 18 years ago
  89. 7bf6538 [PATCH] proc_misc build fix by Andrew Morton · 18 years ago
  90. 6cc1b22 [PATCH] use current->nsproxy->pid_ns by Cedric Le Goater · 18 years ago
  91. 61a58c6 [PATCH] rename struct pspace to struct pid_namespace by Sukadev Bhattiprolu · 18 years ago
  92. a2ee864 [PATCH] Fix linux banner utsname information by Herbert Poetzl · 18 years ago
  93. c36264d [PATCH] remove the syslog interface when printk is disabled by Mike Galbraith · 18 years ago
  94. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  95. 3fbc964 [PATCH] Define struct pspace by Sukadev Bhattiprolu · 18 years ago
  96. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  97. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  98. 182e8e2 [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_HIGHMEM by Christoph Lameter · 18 years ago
  99. f5ef68d [PATCH] /proc/meminfo: don't put spaces in names by Andrew Morton · 18 years ago
  100. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago