summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-174-7/+75
|\
| * fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-171-1/+1
| * procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov2012-12-171-0/+2
| * proc: pid/status: show all supplementary groupsArtem Bityutskiy2012-12-171-1/+1
| * /proc/pid/status: add "Seccomp" fieldKees Cook2012-12-171-0/+8
| * procfs: add VmFlags field in smaps outputCyrill Gorcunov2012-12-171-0/+53
| * proc: don't show nonexistent capabilitiesAndrew Vagin2012-12-171-0/+9
| * procfs: use kbasename()Andy Shevchenko2012-12-171-5/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-179-217/+249
|\ \ | |/ |/|
| * proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-10/+14
| * proc: Fix the namespace inode permission checks.Eric W. Biederman2012-11-202-23/+152
| * proc: Generalize proc inode allocationEric W. Biederman2012-11-201-13/+13
| * userns: Allow unprivilged mounts of proc and sysfsEric W. Biederman2012-11-201-0/+1
| * procfs: Print task uids and gids in the userns that opened the proc fileEric W. Biederman2012-11-201-1/+1
| * userns: Implent proc namespace operationsEric W. Biederman2012-11-201-0/+4
| * vfs: Add setns support for the mount namespaceEric W. Biederman2012-11-191-0/+5
| * pidns: Add setns supportEric W. Biederman2012-11-191-0/+3
| * pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman2012-11-192-9/+0
| * pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+1
| * procfs: Don't cache a pid in the root inode.Eric W. Biederman2012-11-192-18/+1
| * procfs: Use the proc generic infrastructure for proc/self.Eric W. Biederman2012-11-195-152/+64
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-132-4/+4
|\ \
| * | procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-122-3/+3
| * | thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-121-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-4/+5
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-291-2/+3
| |\ \
| * | | sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman2012-11-181-4/+5
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-111-2/+2
|\ \ \ \
| * | | | Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"Ingo Molnar2012-12-111-0/+78
| * | | | Merge tag 'cputime-adjustment-cleanups' of git://git.kernel.org/pub/scm/linux...Ingo Molnar2012-12-082-80/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker2012-11-281-2/+2
| | * | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-11-181-78/+0
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | sched/autogroup: Fix crash on reboot when autogroup is disabledMike Galbraith2012-10-301-78/+0
* | | | | mm, oom: change type of oom_score_adj to shortDavid Rientjes2012-12-111-5/+5
|/ / / /
* | | / proc: check vma->vm_file before dereferencingStanislav Kinsbursky2012-11-261-2/+3
| |_|/ |/| |
* | | mm, oom: reintroduce /proc/pid/oom_adjDavid Rientjes2012-11-161-0/+109
|/ /
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-241-4/+10
|\ \
| * | nohz: Fix idle ticks in cpu summary line of /proc/statMichal Hocko2012-10-101-4/+10
* | | hold task->mempolicy while numa_maps scans.KAMEZAWA Hiroyuki2012-10-192-3/+51
* | | mm, mempolicy: fix printing stack contents in numa_mapsDavid Rientjes2012-10-161-2/+5
* | | procfs: don't need a PATH_MAX allocation to hold a string representation of a...Jeff Layton2012-10-121-2/+3
* | | kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi2012-10-091-1/+7
* | | rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.cMichel Lespinasse2012-10-091-0/+1
* | | rbtree: empty nodes have no colorMichel Lespinasse2012-10-091-3/+1
* | | oom: remove deprecated oom_adjDavidlohr Bueso2012-10-091-116/+1
* | | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* | | fs/proc/root.c: use NULL instead of 0 for pointerSachin Kamat2012-10-061-1/+1
* | | proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi2012-10-061-2/+1
* | | proc: use kzalloc instead of kmalloc and memsetyan2012-10-061-7/+6
* | | proc: no need to initialize proc_inode->fd in proc_get_inode()yan2012-10-061-1/+0