aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-29Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-29pagemap: remove remaining unneeded spin_lock()Naoya Horiguchi
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28fs/proc/namespaces.c: prevent crash when ns_entries[] is emptyAndrew Morton
2012-03-28mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli
2012-03-28procfs: fix /proc/statmKAMEZAWA Hiroyuki
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds
2012-03-23proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar
2012-03-23procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki
2012-03-23proc: speed up /proc/stat handlingEric Dumazet
2012-03-23fs/proc/kcore.c: make get_sparsemem_vmemmap_info() staticDjalal Harouni
2012-03-22sysctl: protect poll() in entries that may go awayLucas De Marchi
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar
2012-03-21pagemap: introduce data structure for pagemap entryNaoya Horiguchi
2012-03-21pagemap: export KPF_THPNaoya Horiguchi
2012-03-21thp: optimize away unnecessary page table lockingNaoya Horiguchi
2012-03-21pagemap: avoid splitting thp when reading /proc/pid/pagemapNaoya Horiguchi
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20procfs: clean proc_fill_super() upAl Viro
2012-03-20kcore: fix spelling in read_kcore() commentLaura Vasilescu
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto
2012-02-23fadump: Introduce cleanup routine to invalidate /proc/vmcore.Mahesh Salgaonkar
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells
2012-02-14security: trim security.hAl Viro
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh
2012-02-01sysctl: Don't call sysctl_follow_link unless we are a link.Eric W. Biederman
2012-02-01sysctl: Comments to make the code clearer.Eric W. Biederman
2012-02-01sysctl: Correct error return from get_subdirEric W. Biederman
2012-02-01sysctl: An easier to read version of find_subdirEric W. Biederman
2012-02-01proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov
2012-02-01proc: unify mem_read() and mem_write()Oleg Nesterov
2012-02-01proc: mem_release() should check mm != NULLOleg Nesterov
2012-01-30sysctl: fix memset parameters in setup_sysctl_set()Dan Carpenter
2012-01-30sysctl: remove an unused variableDan Carpenter
2012-01-24sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman
2012-01-24sysctl: Index sysctl directories with rbtrees.Eric W. Biederman
2012-01-24sysctl: Make the header lists per directory.Eric W. Biederman
2012-01-24sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman
2012-01-24sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman
2012-01-24sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman