Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
6ff2d39b91aec3dcae951afa982059e3dd9b49dc
/
fs
/
proc
5c06fe7
Fix broken ownership of /proc/sys/ files
by Al Viro
· 16 years ago
c8126cc
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc
by Linus Torvalds
· 16 years ago
6c87df3
proc: revert /proc/uptime to ->read_proc hook
by Alexey Dobriyan
· 16 years ago
526719b
Switch to a valid email address...
by Alan Cox
· 16 years ago
88ed86f
Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc
by Linus Torvalds
· 16 years ago
2248485
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
by Linus Torvalds
· 16 years ago
59c7572
proc: remove fs/proc/proc_misc.c
by Alexey Dobriyan
· 16 years ago
5aa140c
proc: move /proc/vmcore creation to fs/proc/vmcore.c
by Alexey Dobriyan
· 16 years ago
6d80e53
proc: move pagecount stuff to fs/proc/page.c
by Alexey Dobriyan
· 16 years ago
97ce5d6
proc: move all /proc/kcore stuff to fs/proc/kcore.c
by Alexey Dobriyan
· 16 years ago
b5aadf7
proc: move /proc/schedstat boilerplate to kernel/sched_stats.h
by Alexey Dobriyan
· 16 years ago
3b5d5c6
proc: move /proc/modules boilerplate to kernel/module.c
by Alexey Dobriyan
· 16 years ago
31d85ab
proc: move /proc/diskstats boilerplate to block/genhd.c
by Alexey Dobriyan
· 16 years ago
5c9fe62
proc: move /proc/zoneinfo boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
b6aa44a
proc: move /proc/vmstat boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
74e2e8e
proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
8f32f7e
proc: move /proc/buddyinfo boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
5f6a6a9
proc: move /proc/vmallocinfo to mm/vmalloc.c
by Alexey Dobriyan
· 16 years ago
7b3c3a5
proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c
by Alexey Dobriyan
· 16 years ago
a0ec95a8
proc: move /proc/slab_allocators boilerplate to mm/slab.c
by Alexey Dobriyan
· 16 years ago
d6917e1
proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.c
by Alexey Dobriyan
· 16 years ago
df8106d
proc: move /proc/stat to fs/proc/stat.c
by Alexey Dobriyan
· 16 years ago
f500975
proc: move rest of /proc/partitions code to block/genhd.c
by Alexey Dobriyan
· 16 years ago
8591cf4
proc: move /proc/cpuinfo code to fs/proc/cpuinfo.c
by Alexey Dobriyan
· 16 years ago
fe25104
proc: move /proc/devices code to fs/proc/devices.c
by Alexey Dobriyan
· 16 years ago
d8ba7a3
proc: move rest of /proc/locks to fs/locks.c
by Alexey Dobriyan
· 16 years ago
ae04811
proc: move /proc/kmsg creation to fs/proc/kmsg.c
by Alexey Dobriyan
· 16 years ago
6596892
proc: remove remnants of ->read_proc in proc_misc.c
by Alexey Dobriyan
· 16 years ago
6e62775
proc: move /proc/execdomains to kernel/exec_domain.c
by Alexey Dobriyan
· 16 years ago
cf9887f
proc: switch /proc/cmdline to seq_file
by Alexey Dobriyan
· 16 years ago
6827400
proc: move /proc/filesystems to fs/filesystems.c
by Alexey Dobriyan
· 16 years ago
4c150f6
proc: move /proc/stram to m68k-specific code
by Alexey Dobriyan
· 16 years ago
813dcf7
proc: move /proc/hardware to m68k-specific code
by Alexey Dobriyan
· 16 years ago
b457d15
proc: switch /proc/version to seq_file
by Alexey Dobriyan
· 16 years ago
e1759c2
proc: switch /proc/meminfo to seq_file
by Alexey Dobriyan
· 16 years ago
9617760
proc: switch /proc/uptime to seq_file
by Alexey Dobriyan
· 16 years ago
5b3acc8
proc: switch /proc/loadavg to seq_file
by Alexey Dobriyan
· 16 years ago
6c2f91e
proc: use WARN() rather than printk+backtrace
by Arjan van de Ven
· 16 years ago
1e0edd3
proc: spread __init
by Alexey Dobriyan
· 16 years ago
5bcd7ff
proc: proc_init_inodecache() can't fail
by Alexey Dobriyan
· 16 years ago
7c88db0
proc: fix vma display mismatch between /proc/pid/{maps,smaps}
by Joe Korty
· 16 years ago
f696a36
[PATCH] move executable checking into ->permission()
by Miklos Szeredi
· 16 years ago
3222a3e
[PATCH] fix ->llseek for more directories
by Christoph Hellwig
· 16 years ago
aeb5d72
[PATCH] introduce fmode_t, do annotations
by Al Viro
· 16 years ago
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
99ebcf8
Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
85a0ee3
kdump: add is_vmcore_usable() and vmcore_unusable()
by Simon Horman
· 16 years ago
57cac4d
kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCORE
by Vivek Goyal
· 16 years ago
5344b7e
vmstat: mlocked pages statistics
by Nick Piggin
· 16 years ago
7b85412
Unevictable LRU Page Statistics
by Lee Schermerhorn
· 16 years ago
4f98a2f
vmscan: split LRU lists into anon & file sets
by Rik van Riel
· 16 years ago
c465a76
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus
by Thomas Gleixner
· 16 years ago
f40cbaa
proc: move sysrq-trigger out of fs/proc/
by Alexey Dobriyan
· 16 years ago
2be3b52
proc: fixup irq iterator
by Thomas Gleixner
· 16 years ago
2cc21ef
genirq: remove sparse irq code
by Thomas Gleixner
· 16 years ago
6d50bc2
x86: use 28 bits irq NR for pci msi/msix and ht
by Yinghai Lu
· 16 years ago
52b1732
x86_64: make /proc/interrupts work with dyn irq_desc
by Yinghai Lu
· 16 years ago
c7fb03a
irq, fs/proc: replace loop with nr_irqs for proc/stat
by Yinghai Lu
· 16 years ago
7f95ec9
x86: move kstat_irqs from kstat to irq_desc
by Yinghai Lu
· 16 years ago
da27c11
fs/proc: use nr_irqs
by Yinghai Lu
· 16 years ago
8acd3a6
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 16 years ago
3bbfe05
proc: remove kernel.maps_protect
by Alexey Dobriyan
· 16 years ago
45acb8d
proc: remove now unneeded ADDBUF macro
by Alexey Dobriyan
· 16 years ago
4783072
[PATCH] proc: show personality via /proc/pid/personality
by Kees Cook
· 16 years ago
a6bebbc
[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock()
by Lai Jiangshan
· 16 years ago
53167a3
proc: move PROC_PAGE_MONITOR to fs/proc/Kconfig
by Alexey Dobriyan
· 16 years ago
8132436
proc: make grab_header() static
by Adrian Bunk
· 16 years ago
a70973c
proc: remove unused get_dma_list()
by Alexey Dobriyan
· 16 years ago
a04f4de
proc: remove dummy vmcore_open()
by Alexey Dobriyan
· 16 years ago
e167523
proc: proc_sys_root tweak
by Alexey Dobriyan
· 16 years ago
300b994
proc: fix return value of proc_reg_open() in "too late" case
by Alexey Dobriyan
· 16 years ago
bfcd17a
Configure out file locking features
by Thomas Petazzoni
· 16 years ago
f06febc
timers: fix itimer/many thread hang
by Frank Mayhar
· 16 years ago
d7a3e49
mm: ifdef Quicklists in /proc/meminfo
by Hugh Dickins
· 16 years ago
665020c
proc: more debugging for "already registered" case
by Alexey Dobriyan
· 16 years ago
4904862
sched: fix process time monotonicity
by Balbir Singh
· 16 years ago
4b85615
mm: show quicklist usage in /proc/meminfo
by KOSAKI Motohiro
· 16 years ago
cc99609
[PATCH] proc: inode number fixlet
by Alexey Dobriyan
· 16 years ago
1804dc6
/proc/self/maps doesn't display the real file offset
by Clement Calmels
· 16 years ago
7c44319
proc: fix warnings
by Alexander Beregalov
· 16 years ago
9a18540
[PATCH 2/2] proc: switch inode number allocation to IDA
by Alexey Dobriyan
· 16 years ago
67935df
[PATCH 1/2] proc: fix inode number bogorithmetic
by Alexey Dobriyan
· 16 years ago
940389b
task IO accounting: move all IO statistics in struct task_io_accounting
by Andrea Righi
· 16 years ago
5995477
task IO accounting: improve code readability
by Andrea Righi
· 16 years ago
4836e30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
b2d002d
task IO accounting: correctly account threads IO statistics
by Andrea Righi
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
9043476
[PATCH] sanitize proc_sysctl
by Al Viro
· 16 years ago
ebcb673
/proc/PID/syscall
by Roland McGrath
· 16 years ago
0d094ef
tracehook: tracehook_tracer_task
by Roland McGrath
· 16 years ago
267e2a9
Use WARN() in fs/proc/
by Arjan van de Ven
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
297c5d9
task IO accounting: provide distinct tgid/tid I/O statistics
by Andrea Righi
· 16 years ago
6eedf8d
proc: move Kconfig to fs/proc/Kconfig
by Alexey Dobriyan
· 16 years ago
a9bd4a3
proc: remove pathetic remount code
by Alexey Dobriyan
· 16 years ago
881adb8
proc: always do ->release
by Alexey Dobriyan
· 16 years ago
6e644c3
move proc_kmsg_operations to fs/proc/internal.h
by Adrian Bunk
· 16 years ago
79885b2
elf: use ELF_CORE_EFLAGS for kcore ELF header flags
by Edgar E. Iglesias
· 16 years ago
a47a126
vmallocinfo: add NUMA information
by Eric Dumazet
· 16 years ago
c748e13
mm/vmstat.c: proper externs
by Adrian Bunk
· 16 years ago
Next »