summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-225-116/+333
|\
| * procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar2012-03-214-61/+239
| * pagemap: introduce data structure for pagemap entryNaoya Horiguchi2012-03-211-31/+38
| * pagemap: export KPF_THPNaoya Horiguchi2012-03-211-0/+2
| * thp: optimize away unnecessary page table lockingNaoya Horiguchi2012-03-211-48/+25
| * pagemap: avoid splitting thp when reading /proc/pid/pagemapNaoya Horiguchi2012-03-211-4/+48
| * mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-03-211-0/+9
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-211-0/+23
|\ \
| * | fadump: Introduce cleanup routine to invalidate /proc/vmcore.Mahesh Salgaonkar2012-02-231-0/+23
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-13/+3
|\ \ \
| * | | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-12/+3
| * | | procfs: clean proc_fill_super() upAl Viro2012-03-201-4/+3
| |/ /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-211-0/+2
|\ \ \ | |_|/ |/| |
| * | security: trim security.hAl Viro2012-02-141-0/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-1/+1
|\ \
| * | kcore: fix spelling in read_kcore() commentLaura Vasilescu2012-03-201-1/+1
| |/
* | sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto2012-03-021-2/+1
|/
* Fix race in process_vm_rw_coreChristopher Yeoh2012-02-021-20/+0
* proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov2012-02-011-1/+13
* proc: unify mem_read() and mem_write()Oleg Nesterov2012-02-011-58/+32
* proc: mem_release() should check mm != NULLOleg Nesterov2012-02-011-2/+2
* proc: clear_refs: do not clear reserved pagesWill Deacon2012-01-231-0/+3
*-. Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds2012-01-191-0/+2
|\ \
| * | sched/accounting, proc: Fix /proc/stat interrupts sumRussell King2012-01-161-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-171-4/+1
|\ \ \
| * | | audit: only allow tasks to set their loginuid if it is -1Eric Paris2012-01-171-3/+0
| * | | audit: remove task argument to audit_set_loginuidEric Paris2012-01-171-1/+1
* | | | proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds2012-01-171-106/+39
* | | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-1/+1
|\ \ \ \
| * | | | ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-051-1/+1
* | | | | c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4Cyrill Gorcunov2012-01-121-2/+5
* | | | | proc: fix null pointer deref in proc_pid_permission()Xiaotian Feng2012-01-121-0/+2
| |/ / / |/| | |
* | | | procfs: add hidepid= and gid= mount optionsVasiliy Kulikov2012-01-103-4/+94
* | | | procfs: parse mount optionsVasiliy Kulikov2012-01-103-2/+64
* | | | procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov2012-01-101-0/+355
* | | | procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov2012-01-101-10/+10
* | | | tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki2012-01-101-0/+3
* | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-085-122/+6
|\ \ \ \ | |_|/ / |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-063-6/+6
| |\ \ \ \
| | * | | | switch procfs to umode_t useAl Viro2012-01-033-6/+6
| | |/ / /
| * | | | vfs: trim includes a bitAl Viro2012-01-031-1/+0
| * | | | vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro2012-01-031-114/+0
| |/ / /
| * | | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-063-41/+41
|\ \ \ | |/ / |/| |
| * | Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin Schwidefsky2011-12-192-30/+26
| |\ \
| | * \ Merge commit 'v3.2-rc5' into sched/coreIngo Molnar2011-12-152-5/+6
| | |\ \
| | * | | sched/accounting: Change cpustat fields to an arrayGlauber Costa2011-12-062-36/+31
| * | | | [S390] fix cputime overflow in uptime_proc_showMartin Schwidefsky2011-12-151-2/+7
| * | | | [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-153-20/+19
* | | | | procfs: do not confuse jiffies with cputime64_tAndreas Schwab2011-12-291-2/+2
|/ / / /
OpenPOWER on IntegriCloud