summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2012-04-06proc: fix mount -t proc -o AAAVasiliy Kulikov1-4/+5
2012-03-30pagemap: remove remaining unneeded spin_lock()Naoya Horiguchi1-1/+0
2012-03-29fs/proc/namespaces.c: prevent crash when ns_entries[] is emptyAndrew Morton1-3/+3
2012-03-29mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli1-3/+2
2012-03-29procfs: fix /proc/statmKAMEZAWA Hiroyuki1-1/+1
2012-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2-76/+1201
2012-03-24proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar1-1/+1
2012-03-24procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki1-55/+64
2012-03-24procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki1-28/+27
2012-03-24proc: speed up /proc/stat handlingEric Dumazet1-2/+5
2012-03-24fs/proc/kcore.c: make get_sparsemem_vmemmap_info() staticDjalal Harouni1-2/+4
2012-03-23sysctl: 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-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+23
2012-03-22procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar4-61/+239
2012-03-22pagemap: introduce data structure for pagemap entryNaoya Horiguchi1-31/+38
2012-03-22pagemap: export KPF_THPNaoya Horiguchi1-0/+2
2012-03-22thp: optimize away unnecessary page table lockingNaoya Horiguchi1-48/+25
2012-03-22pagemap: avoid splitting thp when reading /proc/pid/pagemapNaoya Horiguchi1-4/+48
2012-03-22mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-0/+9
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+3
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+2
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro1-12/+3
2012-03-21procfs: 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-14security: trim security.hAl Viro1-0/+2
2012-02-03Fix race in process_vm_rw_coreChristopher Yeoh1-20/+0
2012-02-02sysctl: Don't call sysctl_follow_link unless we are a link.Eric W. Biederman1-12/+12
2012-02-02sysctl: Comments to make the code clearer.Eric W. Biederman1-0/+16
2012-02-02sysctl: Correct error return from get_subdirEric W. Biederman1-1/+4
2012-02-02sysctl: An easier to read version of find_subdirEric W. Biederman1-3/+3
2012-02-02proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov1-1/+13
2012-02-02proc: unify mem_read() and mem_write()Oleg Nesterov1-58/+32
2012-02-02proc: mem_release() should check mm != NULLOleg Nesterov1-2/+2
2012-01-31sysctl: fix memset parameters in setup_sysctl_set()Dan Carpenter1-1/+1
2012-01-31sysctl: remove an unused variableDan Carpenter1-2/+0
2012-01-25sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman1-0/+17
2012-01-25sysctl: Index sysctl directories with rbtrees.Eric W. Biederman1-90/+134
2012-01-25sysctl: Make the header lists per directory.Eric W. Biederman1-17/+11
2012-01-25sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman1-9/+11
2012-01-25sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman1-18/+12
2012-01-25sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman1-102/+295
2012-01-25sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman1-1/+10
2012-01-25sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman1-199/+143
2012-01-25sysctl: Add a root pointer to ctl_table_setEric W. Biederman1-0/+3
2012-01-25sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman1-36/+62
2012-01-25sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman1-26/+76