summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-132-4/+4
|\
| * procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-132-3/+3
| * thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-131-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-191-4/+5
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-121-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/+2Star
| |\ \ \ | | |_|/ | |/| |
| | * | 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/+0Star
| | |\ \
| | | * | sched/autogroup: Fix crash on reboot when autogroup is disabledMike Galbraith2012-10-301-78/+0Star
* | | | | mm, oom: change type of oom_score_adj to shortDavid Rientjes2012-12-121-5/+5
|/ / / /
* | | / proc: check vma->vm_file before dereferencingStanislav Kinsbursky2012-11-271-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-171-2/+5
* | | procfs: don't need a PATH_MAX allocation to hold a string representation of a...Jeff Layton2012-10-131-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/+1Star
* | | oom: remove deprecated oom_adjDavidlohr Bueso2012-10-091-116/+1Star
* | | 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-051-1/+1
* | | proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi2012-10-051-2/+1Star
* | | proc: use kzalloc instead of kmalloc and memsetyan2012-10-051-7/+6Star
* | | proc: no need to initialize proc_inode->fd in proc_get_inode()yan2012-10-051-1/+0Star
* | | proc: return -ENOMEM when inode allocation failedyan2012-10-051-1/+1
* | | coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov2012-10-051-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-035-407/+441
|\ \ \
| * | | proc_map_files_readdir(): don't bother with grabbing filesAl Viro2012-09-271-19/+9Star
| * | | make get_file() return its argumentAl Viro2012-09-271-2/+1Star
| * | | don't leak O_CLOEXEC into ->f_flagsAl Viro2012-09-271-1/+1
| * | | procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file v2Cyrill Gorcunov2012-09-271-48/+64
| * | | procfs: Move /proc/pid/fd[info] handling code to fd.[ch]Cyrill Gorcunov2012-09-275-387/+416
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-2/+25
|\ \ \ | |/ / |/| |
| * | userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman2012-09-181-0/+15
| * | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-181-2/+10
| |/
* / fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri2012-09-171-3/+2Star
|/
* proc: do not allow negative offsets on /proc/<pid>/environDjalal Harouni2012-07-311-3/+6
* proc: environ_read() make sure offset points to environment address rangeDjalal Harouni2012-07-311-6/+7
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-07-241-0/+5
|\
| * of: Improve prom_update_property() functionDong Aisheng2012-07-111-0/+5
* | VFS: Pass mount flags to sget()David Howells2012-07-141-2/+1Star
* | fs: add nd_jump_linkChristoph Hellwig2012-07-141-2/+1Star
* | fs: move path_put on failure out of ->follow_linkChristoph Hellwig2012-07-141-4/+8
* | stop passing nameidata to ->lookup()Al Viro2012-07-147-18/+19
* | stop passing nameidata * to ->d_revalidate()Al Viro2012-07-144-15/+15
|/