index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-23
proc: move /proc/buddyinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
1
-14
/
+0
2008-10-23
proc: move /proc/vmallocinfo to mm/vmalloc.c
Alexey Dobriyan
1
-28
/
+0
2008-10-23
proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c
Alexey Dobriyan
1
-17
/
+0
2008-10-23
proc: move /proc/slab_allocators boilerplate to mm/slab.c
Alexey Dobriyan
1
-30
/
+0
2008-10-23
proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.c
Alexey Dobriyan
3
-40
/
+54
2008-10-23
proc: move /proc/stat to fs/proc/stat.c
Alexey Dobriyan
3
-134
/
+154
2008-10-23
proc: move rest of /proc/partitions code to block/genhd.c
Alexey Dobriyan
1
-14
/
+0
2008-10-23
proc: move /proc/cpuinfo code to fs/proc/cpuinfo.c
Alexey Dobriyan
3
-14
/
+25
2008-10-23
proc: move /proc/devices code to fs/proc/devices.c
Alexey Dobriyan
3
-60
/
+71
2008-10-23
proc: move rest of /proc/locks to fs/locks.c
Alexey Dobriyan
1
-17
/
+0
2008-10-23
proc: move /proc/kmsg creation to fs/proc/kmsg.c
Alexey Dobriyan
3
-7
/
+9
2008-10-23
proc: remove remnants of ->read_proc in proc_misc.c
Alexey Dobriyan
1
-27
/
+0
2008-10-23
proc: move /proc/execdomains to kernel/exec_domain.c
Alexey Dobriyan
1
-9
/
+0
2008-10-23
proc: switch /proc/cmdline to seq_file
Alexey Dobriyan
3
-10
/
+30
2008-10-23
proc: move /proc/filesystems to fs/filesystems.c
Alexey Dobriyan
1
-8
/
+0
2008-10-23
proc: move /proc/stram to m68k-specific code
Alexey Dobriyan
1
-13
/
+0
2008-10-23
proc: move /proc/hardware to m68k-specific code
Alexey Dobriyan
1
-13
/
+0
2008-10-23
proc: switch /proc/version to seq_file
Alexey Dobriyan
3
-13
/
+35
2008-10-23
proc: switch /proc/meminfo to seq_file
Alexey Dobriyan
3
-137
/
+169
2008-10-23
proc: switch /proc/uptime to seq_file
Alexey Dobriyan
3
-21
/
+44
2008-10-23
proc: switch /proc/loadavg to seq_file
Alexey Dobriyan
3
-27
/
+52
2008-10-23
proc: use WARN() rather than printk+backtrace
Arjan van de Ven
1
-2
/
+1
2008-10-23
proc: spread __init
Alexey Dobriyan
2
-3
/
+4
2008-10-23
proc: proc_init_inodecache() can't fail
Alexey Dobriyan
3
-6
/
+5
2008-10-23
proc: fix vma display mismatch between /proc/pid/{maps,smaps}
Joe Korty
1
-9
/
+16
2008-10-23
[PATCH] move executable checking into ->permission()
Miklos Szeredi
1
-2
/
+8
2008-10-23
[PATCH] fix ->llseek for more directories
Christoph Hellwig
1
-0
/
+1
2008-10-21
[PATCH] introduce fmode_t, do annotations
Al Viro
1
-2
/
+2
2008-10-20
Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-21
/
+19
2008-10-20
Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+4
2008-10-20
kdump: add is_vmcore_usable() and vmcore_unusable()
Simon Horman
1
-1
/
+1
2008-10-20
kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCORE
Vivek Goyal
1
-3
/
+0
2008-10-20
vmstat: mlocked pages statistics
Nick Piggin
1
-0
/
+2
2008-10-20
Unevictable LRU Page Statistics
Lee Schermerhorn
1
-0
/
+6
2008-10-20
vmscan: split LRU lists into anon & file sets
Rik van Riel
1
-32
/
+45
2008-10-20
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...
Thomas Gleixner
11
-142
/
+43
2008-10-16
proc: move sysrq-trigger out of fs/proc/
Alexey Dobriyan
1
-26
/
+0
2008-10-16
proc: fixup irq iterator
Thomas Gleixner
1
-5
/
+2
2008-10-16
genirq: remove sparse irq code
Thomas Gleixner
1
-38
/
+5
2008-10-16
x86: use 28 bits irq NR for pci msi/msix and ht
Yinghai Lu
1
-1
/
+1
2008-10-16
x86_64: make /proc/interrupts work with dyn irq_desc
Yinghai Lu
1
-4
/
+24
2008-10-16
irq, fs/proc: replace loop with nr_irqs for proc/stat
Yinghai Lu
1
-14
/
+28
2008-10-16
x86: move kstat_irqs from kstat to irq_desc
Yinghai Lu
1
-1
/
+1
2008-10-16
fs/proc: use nr_irqs
Yinghai Lu
1
-5
/
+5
2008-10-14
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-0
/
+4
2008-10-10
proc: remove kernel.maps_protect
Alexey Dobriyan
4
-25
/
+1
2008-10-10
proc: remove now unneeded ADDBUF macro
Alexey Dobriyan
1
-5
/
+0
2008-10-10
[PATCH] proc: show personality via /proc/pid/personality
Kees Cook
1
-0
/
+9
2008-10-10
[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_l...
Lai Jiangshan
2
-10
/
+1
2008-10-10
proc: move PROC_PAGE_MONITOR to fs/proc/Kconfig
Alexey Dobriyan
1
-0
/
+10
[prev]
[next]