Commit Graph

564 Commits (268157ba673e2a868c167211e39fcad4ada5fd1e)

Author SHA1 Message Date
Linus Torvalds ee568b25ee Avoid 64-bit "switch()" statements on 32-bit architectures 16 years ago
Zhang Le ee6f779b9e filp->f_pos not correctly updated in proc_task_readdir 16 years ago
Wu Fengguang ad3bdefe87 proc: fix kflags to uflags copying in /proc/kpageflags 16 years ago
Helge Bahmann e07a4b9217 proc: fix PG_locked reporting in /proc/kpageflags 16 years ago
Krzysztof Sachanowicz cac711211a proc: proc_get_inode should de_put when inode already initialized 16 years ago
Magnus Damm 921d58c0e6 vmcore: remove saved_max_pfn check 16 years ago
David Howells 38f714795b NOMMU: Improve procfs output using per-MM VMAs 16 years ago
David Howells 8feae13110 NOMMU: Make VMAs per MM as for MMU-mode linux 16 years ago
Mel Gorman 3340289ddf mm: report the MMU pagesize in /proc/pid/smaps 16 years ago
Mel Gorman 08fba69986 mm: report the pagesize backing a VMA in /proc/pid/smaps 16 years ago
Frederik Schwarzer 025dfdafe7 trivial: fix then -> than typos in comments and documentation 16 years ago
Al Viro 56ff5efad9 zero i_uid/i_gid on inode allocation 16 years ago
WANG Cong 230e40fbda proc: remove write-only variable in proc_pident_lookup() 16 years ago
Hannes Eder dfe6b7d940 proc: fix sparse warning 16 years ago
Ken Chen 2ec220e27f proc: add /proc/*/stack 16 years ago
Alexey Dobriyan 631f9c1868 proc: remove '##' usage 16 years ago
Alexey Dobriyan ecae934edc proc: remove useless WARN_ONs 16 years ago
Alexey Dobriyan b4df2b92d8 proc: stop using BKL 16 years ago
KOSAKI Motohiro 26ddd8d5ca proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c 16 years ago
Ingo Molnar 826e08b015 sched: fix warning in fs/proc/base.c 16 years ago
Ken Chen 9c2c48020e schedstat: consolidate per-task cpu runtime stats 16 years ago
KOSAKI Motohiro 13bd41bc22 proc: enclose desc variable of show_stat() in CONFIG_SPARSE_IRQ 16 years ago
Anton Vorontsov 6b82b3e4b5 powerpc: Remove `have_of' global variable 16 years ago
Hugh Dickins 9c24624727 KSYM_SYMBOL_LEN fixes 16 years ago
Matt Mackall 49c50342c7 pagemap: fix 32-bit pagemap regression 16 years ago
Yinghai Lu 240d367b4e sparseirq: fix Alpha build failure 16 years ago
Yinghai Lu 0b8f1efad3 sparse irq_desc[] array: core kernel and x86 changes 16 years ago
Al Viro 5c06fe772d Fix broken ownership of /proc/sys/ files 16 years ago
David Howells c69e8d9c01 CRED: Use RCU to access another task's creds and to release a task's own creds 16 years ago
David Howells b6dff3ec5e CRED: Separate task security context from task_struct 16 years ago
Alexey Dobriyan 6c87df37dc proc: revert /proc/uptime to ->read_proc hook 17 years ago
Alan Cox 526719ba51 Switch to a valid email address... 17 years ago
Alexey Dobriyan 59c7572e82 proc: remove fs/proc/proc_misc.c 17 years ago
Alexey Dobriyan 5aa140c2de proc: move /proc/vmcore creation to fs/proc/vmcore.c 17 years ago
Alexey Dobriyan 6d80e53f00 proc: move pagecount stuff to fs/proc/page.c 17 years ago
Alexey Dobriyan 97ce5d6dcb proc: move all /proc/kcore stuff to fs/proc/kcore.c 17 years ago
Alexey Dobriyan b5aadf7f14 proc: move /proc/schedstat boilerplate to kernel/sched_stats.h 17 years ago
Alexey Dobriyan 3b5d5c6b0c proc: move /proc/modules boilerplate to kernel/module.c 17 years ago
Alexey Dobriyan 31d85ab28e proc: move /proc/diskstats boilerplate to block/genhd.c 17 years ago
Alexey Dobriyan 5c9fe6281b proc: move /proc/zoneinfo boilerplate to mm/vmstat.c 17 years ago
Alexey Dobriyan b6aa44ab69 proc: move /proc/vmstat boilerplate to mm/vmstat.c 17 years ago
Alexey Dobriyan 74e2e8e8ce proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c 17 years ago
Alexey Dobriyan 8f32f7e5ac proc: move /proc/buddyinfo boilerplate to mm/vmstat.c 17 years ago
Alexey Dobriyan 5f6a6a9c4e proc: move /proc/vmallocinfo to mm/vmalloc.c 17 years ago
Alexey Dobriyan 7b3c3a50a3 proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c 17 years ago
Alexey Dobriyan a0ec95a8e6 proc: move /proc/slab_allocators boilerplate to mm/slab.c 17 years ago
Alexey Dobriyan d6917e19f3 proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.c 17 years ago
Alexey Dobriyan df8106dbb5 proc: move /proc/stat to fs/proc/stat.c 17 years ago
Alexey Dobriyan f500975a3f proc: move rest of /proc/partitions code to block/genhd.c 17 years ago
Alexey Dobriyan 8591cf4322 proc: move /proc/cpuinfo code to fs/proc/cpuinfo.c 17 years ago