index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
/
proc_misc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-24
vmallocinfo: add NUMA information
Eric Dumazet
1
-2
/
+13
2008-07-24
mm/vmstat.c: proper externs
Adrian Bunk
1
-4
/
+0
2008-07-08
Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...
Ingo Molnar
1
-4
/
+20
2008-07-08
x86, generic: CPA add statistics about state of direct mapping v4
Andi Kleen
1
-0
/
+7
2008-06-16
Merge branch 'linus' into x86/irqstats
Ingo Molnar
1
-4
/
+4
2008-06-06
pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflags
Thomas Tuttle
1
-2
/
+2
2008-06-06
pagemap: return map count, not reference count, in /proc/kpagecount
Thomas Tuttle
1
-1
/
+1
2008-05-25
x86: make /proc/stat account for all interrupts
Jan Beulich
1
-0
/
+9
2008-05-24
mm: fix atomic_t overflow in vm
Alan Cox
1
-1
/
+1
2008-04-30
mm: Add NR_WRITEBACK_TEMP counter
Miklos Szeredi
1
-0
/
+2
2008-04-29
proc: remove proc_root from drivers
Alexey Dobriyan
1
-1
/
+1
2008-04-29
proc: switch to proc_create()
Alexey Dobriyan
1
-44
/
+22
2008-04-28
vmalloc: show vmalloced areas via /proc/vmallocinfo
Christoph Lameter
1
-0
/
+17
2008-03-04
block/genhd.c: proper externs
Adrian Bunk
1
-2
/
+1
2008-02-08
procfs: constify function pointer tables
Jan Engelhardt
1
-11
/
+11
2008-02-06
proc: loadavg reading race
Michal Schmidt
1
-3
/
+8
2008-02-06
proper prototype for get_filesystem_list()
Adrian Bunk
1
-1
/
+0
2008-02-06
proper show_interrupts() prototype
Adrian Bunk
1
-1
/
+1
2008-02-05
maps4: make page monitoring /proc file optional
Matt Mackall
1
-0
/
+4
2008-02-05
maps4: add /proc/kpageflags interface
Matt Mackall
1
-1
/
+83
2008-02-05
maps4: add /proc/kpagecount interface
Matt Mackall
1
-0
/
+50
2008-01-03
Unify /proc/slabinfo configuration
Linus Torvalds
1
-19
/
+2
2008-01-02
slub: register slabinfo to procfs
Pekka Enberg
1
-0
/
+17
2007-10-19
pid namespaces: define and use task_active_pid_ns() wrapper
Sukadev Bhattiprolu
1
-1
/
+2
2007-10-17
report the per-irq statistics on all arches
Ravikiran G Thirumalai
1
-3
/
+0
2007-10-16
Print out statistics in relation to fragmentation avoidance to /proc/pagetype...
Mel Gorman
1
-0
/
+14
2007-10-16
Merge branch 'locks' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-9
/
+10
2007-10-15
sched: guest CPU accounting: add guest-CPU /proc/stat field
Laurent Vivier
1
-4
/
+11
2007-10-10
Rework /proc/locks via seq_files and seq_list helpers
Pavel Emelyanov
1
-9
/
+10
2007-07-22
x86_64: Avoid too many remote cpu references due to /proc/stat
Ravikiran G Thirumalai
1
-1
/
+2
2007-07-19
Avoid too many remote cpu references due to /proc/stat
Ravikiran G Thirumalai
1
-3
/
+12
2007-07-16
Use boot based time for uptime in /proc
Tomas Janousek
1
-0
/
+1
2007-07-16
Use boot based time for process start time and boot time in /proc
Tomas Janousek
1
-3
/
+3
2007-05-08
proc: cleanup: use seq_release_private() where appropriate
Martin Peschke
1
-8
/
+1
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-05-07
mm/slab.c: proper prototypes
Adrian Bunk
1
-2
/
+0
2007-02-12
[PATCH] mark struct file_operations const 6
Arjan van de Ven
1
-13
/
+13
2007-02-11
[PATCH] proc_misc warning fix
Andrew Morton
1
-7
/
+12
2007-02-11
[PATCH] Drop get_zone_counts()
Christoph Lameter
1
-7
/
+2
2007-01-10
[PATCH] fix linux banner format string
Roman Zippel
1
-7
/
+1
2006-12-11
Make SLES9 "get_kernel_version" work on the kernel binary again
Linus Torvalds
1
-2
/
+10
2006-12-08
[PATCH] proc_misc build fix
Andrew Morton
1
-0
/
+1
2006-12-08
[PATCH] use current->nsproxy->pid_ns
Cedric Le Goater
1
-1
/
+1
2006-12-08
[PATCH] rename struct pspace to struct pid_namespace
Sukadev Bhattiprolu
1
-2
/
+2
2006-12-08
[PATCH] Fix linux banner utsname information
Herbert Poetzl
1
-2
/
+2
2006-12-07
[PATCH] remove the syslog interface when printk is disabled
Mike Galbraith
1
-0
/
+2
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-10-02
[PATCH] Define struct pspace
Sukadev Bhattiprolu
1
-1
/
+2
2006-09-30
[PATCH] BLOCK: Make it possible to disable the block layer [try #6]
David Howells
1
-1
/
+10
2006-09-26
[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE
Christoph Lameter
1
-1
/
+6
[next]