1. 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
  2. 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 16 years ago
  3. 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
  4. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  5. f40cbaa proc: move sysrq-trigger out of fs/proc/ by Alexey Dobriyan · 16 years ago
  6. 2be3b52 proc: fixup irq iterator by Thomas Gleixner · 16 years ago
  7. 2cc21ef genirq: remove sparse irq code by Thomas Gleixner · 16 years ago
  8. 6d50bc2 x86: use 28 bits irq NR for pci msi/msix and ht by Yinghai Lu · 16 years ago
  9. 52b1732 x86_64: make /proc/interrupts work with dyn irq_desc by Yinghai Lu · 16 years ago
  10. c7fb03a irq, fs/proc: replace loop with nr_irqs for proc/stat by Yinghai Lu · 16 years ago
  11. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 16 years ago
  12. da27c11 fs/proc: use nr_irqs by Yinghai Lu · 16 years ago
  13. 8acd3a6 Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  14. a70973c proc: remove unused get_dma_list() by Alexey Dobriyan · 16 years ago
  15. bfcd17a Configure out file locking features by Thomas Petazzoni · 16 years ago
  16. d7a3e49 mm: ifdef Quicklists in /proc/meminfo by Hugh Dickins · 16 years ago
  17. 4b85615 mm: show quicklist usage in /proc/meminfo by KOSAKI Motohiro · 16 years ago
  18. a47a126 vmallocinfo: add NUMA information by Eric Dumazet · 16 years ago
  19. c748e13 mm/vmstat.c: proper externs by Adrian Bunk · 16 years ago
  20. 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 · 17 years ago
  21. ce0c0e5 x86, generic: CPA add statistics about state of direct mapping v4 by Andi Kleen · 17 years ago
  22. c54f9da Merge branch 'linus' into x86/irqstats by Ingo Molnar · 17 years ago
  23. 4710d1a pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflags by Thomas Tuttle · 17 years ago
  24. bbcdac0 pagemap: return map count, not reference count, in /proc/kpagecount by Thomas Tuttle · 17 years ago
  25. a2eddfa x86: make /proc/stat account for all interrupts by Jan Beulich · 17 years ago
  26. 80119ef mm: fix atomic_t overflow in vm by Alan Cox · 17 years ago
  27. fc3ba69 mm: Add NR_WRITEBACK_TEMP counter by Miklos Szeredi · 17 years ago
  28. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 17 years ago
  29. 0d5c9f5 proc: switch to proc_create() by Alexey Dobriyan · 17 years ago
  30. a10aa57 vmalloc: show vmalloced areas via /proc/vmallocinfo by Christoph Lameter · 17 years ago
  31. a0db701 block/genhd.c: proper externs by Adrian Bunk · 17 years ago
  32. 03a4482 procfs: constify function pointer tables by Jan Engelhardt · 17 years ago
  33. 07a154b proc: loadavg reading race by Michal Schmidt · 17 years ago
  34. 011e3fc proper prototype for get_filesystem_list() by Adrian Bunk · 17 years ago
  35. f74596d proper show_interrupts() prototype by Adrian Bunk · 17 years ago
  36. 1e88328 maps4: make page monitoring /proc file optional by Matt Mackall · 17 years ago
  37. 304daa8 maps4: add /proc/kpageflags interface by Matt Mackall · 17 years ago
  38. 161f47b maps4: add /proc/kpagecount interface by Matt Mackall · 17 years ago
  39. 158a962 Unify /proc/slabinfo configuration by Linus Torvalds · 17 years ago
  40. 6b6adc2 slub: register slabinfo to procfs by Pekka Enberg · 17 years ago
  41. 2894d650 pid namespaces: define and use task_active_pid_ns() wrapper by Sukadev Bhattiprolu · 17 years ago
  42. f13ef77 report the per-irq statistics on all arches by Ravikiran G Thirumalai · 17 years ago
  43. 467c996 Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo by Mel Gorman · 17 years ago
  44. 541010e Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  45. 5e84cfd sched: guest CPU accounting: add guest-CPU /proc/stat field by Laurent Vivier · 17 years ago
  46. 7f8ada9 Rework /proc/locks via seq_files and seq_list helpers by Pavel Emelyanov · 17 years ago
  47. c3508f8 x86_64: Avoid too many remote cpu references due to /proc/stat by Ravikiran G Thirumalai · 17 years ago
  48. 4004c69 Avoid too many remote cpu references due to /proc/stat by Ravikiran G Thirumalai · 17 years ago
  49. d621414 Use boot based time for uptime in /proc by Tomas Janousek · 17 years ago
  50. 924b42d Use boot based time for process start time and boot time in /proc by Tomas Janousek · 17 years ago
  51. 09f0892 proc: cleanup: use seq_release_private() where appropriate by Martin Peschke · 18 years ago
  52. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  53. ac26772 mm/slab.c: proper prototypes by Adrian Bunk · 18 years ago
  54. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 18 years ago
  55. 100bb93 [PATCH] proc_misc warning fix by Andrew Morton · 18 years ago
  56. 65e458d4 [PATCH] Drop get_zone_counts() by Christoph Lameter · 18 years ago
  57. 3eb3c74 [PATCH] fix linux banner format string by Roman Zippel · 18 years ago
  58. 8993780 Make SLES9 "get_kernel_version" work on the kernel binary again by Linus Torvalds · 18 years ago
  59. 7bf6538 [PATCH] proc_misc build fix by Andrew Morton · 18 years ago
  60. 6cc1b22 [PATCH] use current->nsproxy->pid_ns by Cedric Le Goater · 18 years ago
  61. 61a58c6 [PATCH] rename struct pspace to struct pid_namespace by Sukadev Bhattiprolu · 18 years ago
  62. a2ee864 [PATCH] Fix linux banner utsname information by Herbert Poetzl · 18 years ago
  63. c36264d [PATCH] remove the syslog interface when printk is disabled by Mike Galbraith · 18 years ago
  64. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  65. 3fbc964 [PATCH] Define struct pspace by Sukadev Bhattiprolu · 18 years ago
  66. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  67. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  68. 182e8e2 [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_HIGHMEM by Christoph Lameter · 18 years ago
  69. f5ef68d [PATCH] /proc/meminfo: don't put spaces in names by Andrew Morton · 18 years ago
  70. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  71. d2c5e30 [PATCH] zoned vm counters: conversion of nr_bounce to per zone counter by Christoph Lameter · 19 years ago
  72. fd39fc8 [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter by Christoph Lameter · 19 years ago
  73. ce866b3 [PATCH] zoned vm counters: conversion of nr_writeback to per zone counter by Christoph Lameter · 19 years ago
  74. b1e7a8f [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter by Christoph Lameter · 19 years ago
  75. df849a1 [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter by Christoph Lameter · 19 years ago
  76. 9a865ff [PATCH] zoned vm counters: conversion of nr_slab to per zone counter by Christoph Lameter · 19 years ago
  77. f3dbd34 [PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPED by Christoph Lameter · 19 years ago
  78. 347ce43 [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter by Christoph Lameter · 19 years ago
  79. 65ba55f [PATCH] zoned vm counters: convert nr_mapped to per zone counter by Christoph Lameter · 19 years ago
  80. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  81. 68eef3b [PATCH] Simplify proc/devices and fix early termination regression by Joe Korty · 19 years ago
  82. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 19 years ago
  83. 0a94502 [PATCH] for_each_possible_cpu: fixes for generic part by KAMEZAWA Hiroyuki · 19 years ago
  84. 871751e [PATCH] slab: implement /proc/slab_allocators by Al Viro · 19 years ago
  85. 5be0e95 [PATCH] proc: fix duplicate line in /proc/devices by Neil Horman · 19 years ago
  86. a185461 [PATCH] disable per cpu intr in /proc/stat by schwab@suse.de · 19 years ago
  87. 7170be5 [PATCH] convert /proc/devices to use seq_file interface by Neil Horman · 19 years ago
  88. 10cef60 [PATCH] slob: introduce the SLOB allocator by Matt Mackall · 19 years ago
  89. 14cf11a powerpc: Merge enough to start building in arch/powerpc. by Paul Mackerras · 19 years ago
  90. 666bfdd [PATCH] kdump: Access dump file in elf format (/proc/vmcore) by Vivek Goyal · 20 years ago
  91. ac20427 [PATCH] add check to /proc/devices read routines by Neil Horman · 20 years ago
  92. 295ab93 [PATCH] mm: add /proc/zoneinfo by Nikita Danilov · 20 years ago
  93. 4c4c402 [PATCH] meminfo: add Cached underflow check by Martin Hicks · 20 years ago
  94. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago