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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-16
proc: move sysrq-trigger out of fs/proc/
Alexey Dobriyan
1
-26
/
+0
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
2008-10-10
proc: make grab_header() static
Adrian Bunk
1
-1
/
+1
2008-10-10
proc: remove unused get_dma_list()
Alexey Dobriyan
1
-1
/
+0
2008-10-10
proc: remove dummy vmcore_open()
Alexey Dobriyan
1
-6
/
+0
2008-10-10
proc: proc_sys_root tweak
Alexey Dobriyan
1
-2
/
+2
2008-10-10
proc: fix return value of proc_reg_open() in "too late" case
Alexey Dobriyan
1
-1
/
+1
2008-09-30
Configure out file locking features
Thomas Petazzoni
1
-0
/
+4
2008-09-14
mm: ifdef Quicklists in /proc/meminfo
Hugh Dickins
1
-4
/
+8
2008-09-14
proc: more debugging for "already registered" case
Alexey Dobriyan
1
-2
/
+2
2008-09-05
sched: fix process time monotonicity
Balbir Singh
1
-59
/
+0
2008-09-03
mm: show quicklist usage in /proc/meminfo
KOSAKI Motohiro
1
-2
/
+5
2008-08-25
[PATCH] proc: inode number fixlet
Alexey Dobriyan
1
-0
/
+1
2008-08-21
/proc/self/maps doesn't display the real file offset
Clement Calmels
2
-4
/
+4
2008-08-06
proc: fix warnings
Alexander Beregalov
1
-4
/
+7
2008-08-01
[PATCH 2/2] proc: switch inode number allocation to IDA
Alexey Dobriyan
1
-5
/
+5
2008-08-01
[PATCH 1/2] proc: fix inode number bogorithmetic
Alexey Dobriyan
1
-12
/
+9
2008-07-28
task IO accounting: move all IO statistics in struct task_io_accounting
Andrea Righi
1
-5
/
+5
2008-07-27
task IO accounting: improve code readability
Andrea Righi
1
-41
/
+16
2008-07-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-238
/
+199
2008-07-27
task IO accounting: correctly account threads IO statistics
Andrea Righi
1
-34
/
+22
2008-07-27
[PATCH] sanitize ->permission() prototype
Al Viro
2
-3
/
+2
2008-07-27
[PATCH] sanitize proc_sysctl
Al Viro
2
-235
/
+197
2008-07-26
/proc/PID/syscall
Roland McGrath
1
-0
/
+26
2008-07-26
tracehook: tracehook_tracer_task
Roland McGrath
2
-6
/
+16
2008-07-26
Use WARN() in fs/proc/
Arjan van de Ven
1
-4
/
+1
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
1
-1
/
+1
2008-07-25
task IO accounting: provide distinct tgid/tid I/O statistics
Andrea Righi
1
-15
/
+71
2008-07-25
proc: move Kconfig to fs/proc/Kconfig
Alexey Dobriyan
1
-0
/
+59
2008-07-25
proc: remove pathetic remount code
Alexey Dobriyan
1
-7
/
+0
2008-07-25
proc: always do ->release
Alexey Dobriyan
3
-4
/
+91
2008-07-25
move proc_kmsg_operations to fs/proc/internal.h
Adrian Bunk
2
-0
/
+3
2008-07-25
elf: use ELF_CORE_EFLAGS for kcore ELF header flags
Edgar E. Iglesias
1
-5
/
+5
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-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-6
/
+5
2008-07-23
netns: make get_proc_net() static
Adrian Bunk
1
-6
/
+5
2008-07-22
proc: fix /proc/*/pagemap some more
Alexey Dobriyan
1
-1
/
+1
2008-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-0
/
+32
2008-07-21
tty: Ldisc revamp
Alan Cox
1
-48
/
+0
2008-07-18
proc: consolidate per-net single-release callers
Pavel Emelyanov
1
-0
/
+8
2008-07-18
proc: consolidate per-net single_open callers
Pavel Emelyanov
1
-0
/
+24
2008-07-15
Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+16
2008-07-14
Security: split proc ptrace checking into read vs. attach
Stephen Smalley
3
-8
/
+9
2008-07-08
Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...
Ingo Molnar
5
-91
/
+146
[next]