Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7a6d3c8b3049d07123628f2bf57127bba2cc878f
/
fs
/
proc
2f6d311
proc: vmcore - use kzalloc in get_new_element()
by Cyrill Gorcunov
· 15 years ago
bcac2b1
procfs: remove sparse errors in proc_devtree.c
by Michal Simek
· 15 years ago
d3d64df
proc: export statistics for softirq to /proc
by Keika Kobayashi
· 15 years ago
2ff05b2
oom: move oom_adj value from task_struct to mm_struct
by David Rientjes
· 15 years ago
6837765
mm: remove CONFIG_UNEVICTABLE_LRU config option
by KOSAKI Motohiro
· 15 years ago
1779754
proc: export more page flags in /proc/kpageflags
by Wu Fengguang
· 15 years ago
ed7ce0f
proc: kpagecount/kpageflags code cleanup
by Wu Fengguang
· 15 years ago
20a0307
mm: introduce PageHuge() for testing huge/gigantic pages
by Wu Fengguang
· 15 years ago
3174c21
Move junk from proc_fs.h to fs/proc/internal.h
by Al Viro
· 16 years ago
73fbad2
Merge branch 'next' into for-linus
by James Morris
· 15 years ago
99e97b8
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
0b4ec6e
Merge branch 'master' into next
by James Morris
· 15 years ago
bd6daba
procfs: make errno values consistent when open pident vs exit(2) race occurs
by KOSAKI Motohiro
· 15 years ago
2c9e703
Merge branch 'master' into next
by James Morris
· 15 years ago
2d02494
sched, timers: cleanup avenrun users
by Thomas Gleixner
· 16 years ago
107db7c
CRED: Guard the setprocattr security hook against ptrace
by David Howells
· 15 years ago
6f5bbff
Convert obvious places to deactivate_locked_super()
by Al Viro
· 16 years ago
f83ce3e
proc: avoid information leaks to non-privileged processes
by Jake Edge
· 16 years ago
00a62ce
mm: fix Committed_AS underflow on large NR_CPUS environment
by KOSAKI Motohiro
· 16 years ago
0816178
pagemap: require aligned-length, non-null reads of /proc/pid/pagemap
by Vitaly Mayatskikh
· 16 years ago
e1c8053
[S390] /proc/stat idle field for idle cpus
by Martin Schwidefsky
· 16 years ago
31b0709
proc: mounts_poll() make consistent to mdstat_poll
by KOSAKI Motohiro
· 16 years ago
4c96729
nommu: fix typo vma->pg_off to vma->vm_pgoff
by Nobuhiro Iwamatsu
· 16 years ago
6260a4b
/proc/pid/maps: don't show pgoff of pure ANON VMAs
by KAMEZAWA Hiroyuki
· 16 years ago
811158b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
8fe74cf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
33e5d769
nommu: fix a number of issues with the per-MM VMA patch
by David Howells
· 16 years ago
0f043a8
proc tty: remove struct tty_operations::read_proc
by Alexey Dobriyan
· 16 years ago
ae149b6
proc tty: add struct tty_operations::proc_fops
by Alexey Dobriyan
· 16 years ago
5ad4e53
Get rid of indirect include of fs_struct.h
by Al Viro
· 16 years ago
498052b
New locking/refcounting for fs_struct
by Al Viro
· 16 years ago
a9caa3d
Revert "proc: revert /proc/uptime to ->read_proc hook"
by Alexey Dobriyan
· 16 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
3dec7f5
proc 1/2: do PDE usecounting even for ->read_proc, ->write_proc
by Alexey Dobriyan
· 16 years ago
09729a9
proc: fix sparse warnings in pagemap_read()
by Milind Arun Choudhary
· 16 years ago
1681bc3
proc: move fs/proc/inode-alloc.txt comment into a source file
by Randy Dunlap
· 16 years ago
973c32b
trivial: fix typo "kernal" -> "kernel"
by Uwe Kleine-Koenig
· 16 years ago
7c2c7d9
fix setuid sometimes wouldn't
by Hugh Dickins
· 16 years ago
a3ec947
vfs: simple_set_mnt() should return void
by Sukadev Bhattiprolu
· 16 years ago
d72f71e
constify dentry_operations: procfs
by Al Viro
· 16 years ago
ee568b2
Avoid 64-bit "switch()" statements on 32-bit architectures
by Linus Torvalds
· 16 years ago
ee6f779
filp->f_pos not correctly updated in proc_task_readdir
by Zhang Le
· 16 years ago
ad3bdef
proc: fix kflags to uflags copying in /proc/kpageflags
by Wu Fengguang
· 16 years ago
e07a4b9
proc: fix PG_locked reporting in /proc/kpageflags
by Helge Bahmann
· 16 years ago
cac7112
proc: proc_get_inode should de_put when inode already initialized
by Krzysztof Sachanowicz
· 16 years ago
c40f6f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommu
by Linus Torvalds
· 16 years ago
921d58c
vmcore: remove saved_max_pfn check
by Magnus Damm
· 16 years ago
38f7147
NOMMU: Improve procfs output using per-MM VMAs
by David Howells
· 16 years ago
8feae13
NOMMU: Make VMAs per MM as for MMU-mode linux
by David Howells
· 16 years ago
a0c9f24
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc
by Linus Torvalds
· 16 years ago
57c44c5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
3340289
mm: report the MMU pagesize in /proc/pid/smaps
by Mel Gorman
· 16 years ago
08fba69
mm: report the pagesize backing a VMA in /proc/pid/smaps
by Mel Gorman
· 16 years ago
025dfda
trivial: fix then -> than typos in comments and documentation
by Frederik Schwarzer
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
230e40f
proc: remove write-only variable in proc_pident_lookup()
by WANG Cong
· 16 years ago
dfe6b7d
proc: fix sparse warning
by Hannes Eder
· 16 years ago
2ec220e
proc: add /proc/*/stack
by Ken Chen
· 16 years ago
631f9c1
proc: remove '##' usage
by Alexey Dobriyan
· 16 years ago
ecae934
proc: remove useless WARN_ONs
by Alexey Dobriyan
· 16 years ago
b4df2b9
proc: stop using BKL
by Alexey Dobriyan
· 16 years ago
db200df
Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
179475a
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
3c92ec8
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 16 years ago
a39b863
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
26ddd8d
proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c
by KOSAKI Motohiro
· 16 years ago
860cf88
Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.28' into irq/core
by Ingo Molnar
· 16 years ago
cbacc2c
Merge branch 'next' into for-linus
by James Morris
· 16 years ago
826e08b
sched: fix warning in fs/proc/base.c
by Ingo Molnar
· 16 years ago
9c2c480
schedstat: consolidate per-task cpu runtime stats
by Ken Chen
· 16 years ago
13bd41bc
proc: enclose desc variable of show_stat() in CONFIG_SPARSE_IRQ
by KOSAKI Motohiro
· 16 years ago
6b82b3e
powerpc: Remove `have_of' global variable
by Anton Vorontsov
· 16 years ago
9c24624
KSYM_SYMBOL_LEN fixes
by Hugh Dickins
· 16 years ago
49c5034
pagemap: fix 32-bit pagemap regression
by Matt Mackall
· 16 years ago
240d367
sparseirq: fix Alpha build failure
by Yinghai Lu
· 16 years ago
0b8f1ef
sparse irq_desc[] array: core kernel and x86 changes
by Yinghai Lu
· 16 years ago
f3a5c54
Merge branch 'master' into next
by James Morris
· 16 years ago
5c06fe7
Fix broken ownership of /proc/sys/ files
by Al Viro
· 16 years ago
c69e8d9
CRED: Use RCU to access another task's creds and to release a task's own creds
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 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
a0ec95a
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
Next »