summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2012-10-28nohz: Fix idle ticks in cpu summary line of /proc/statMichal Hocko1-4/+10
2012-10-13kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi1-1/+7
2012-10-02fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri1-3/+2
2012-06-10vfs: Fix /proc/<tid>/fdinfo/<fd> file handlingLinus Torvalds1-7/+10
2012-06-10mm: fix NULL ptr deref when walking hugepagesSasha Levin1-1/+1
2012-05-18Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-12/+8
2012-05-18proc: move fd symlink i_mode calculations into tid_fd_revalidate()Linus Torvalds1-29/+14
2012-05-17fs, proc: fix ABBA deadlock in case of execution attempt of map_files/ entriesCyrill Gorcunov1-12/+8
2012-05-10proc/pid/pagemap: correctly report non-present ptes and holes between vmasKonstantin Khlebnikov1-2/+10
2012-04-25revert "proc: clear_refs: do not clear reserved pages"Will Deacon1-3/+0
2012-04-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+28
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-4/+5
2012-04-05proc: fix mount -t proc -o AAAVasiliy Kulikov1-4/+5
2012-03-30proc: stats: Use arch_idle_time for idle and iowait times if availableMartin Schwidefsky1-6/+28
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-03-29Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+0
2012-03-29pagemap: remove remaining unneeded spin_lock()Naoya Horiguchi1-1/+0
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds3-7/+6
2012-03-28fs/proc/namespaces.c: prevent crash when ns_entries[] is emptyAndrew Morton1-3/+3
2012-03-28mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli1-3/+2
2012-03-28procfs: fix /proc/statmKAMEZAWA Hiroyuki1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2-76/+1201
2012-03-23proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar1-1/+1
2012-03-23procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki1-55/+64
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki1-28/+27
2012-03-23proc: speed up /proc/stat handlingEric Dumazet1-2/+5
2012-03-23fs/proc/kcore.c: make get_sparsemem_vmemmap_info() staticDjalal Harouni1-2/+4
2012-03-22sysctl: protect poll() in entries that may go awayLucas De Marchi1-1/+16
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds5-116/+333
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+23
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar4-61/+239
2012-03-21pagemap: introduce data structure for pagemap entryNaoya Horiguchi1-31/+38
2012-03-21pagemap: export KPF_THPNaoya Horiguchi1-0/+2
2012-03-21thp: optimize away unnecessary page table lockingNaoya Horiguchi1-48/+25
2012-03-21pagemap: avoid splitting thp when reading /proc/pid/pagemapNaoya Horiguchi1-4/+48
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-0/+9
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+3
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+2
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-12/+3
2012-03-20procfs: clean proc_fill_super() upAl Viro1-4/+3
2012-03-20kcore: fix spelling in read_kcore() commentLaura Vasilescu1-1/+1
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto1-2/+1
2012-02-23fadump: Introduce cleanup routine to invalidate /proc/vmcore.Mahesh Salgaonkar1-0/+23
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells1-1/+1
2012-02-14security: trim security.hAl Viro1-0/+2
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh1-20/+0
2012-02-01sysctl: Don't call sysctl_follow_link unless we are a link.Eric W. Biederman1-12/+12