aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-20userns: For /proc/self/{uid,gid}_map derive the lower userns from the struct fileEric W. Biederman1-2/+10
2012-11-20userns: Implement unshare of the user namespaceEric W. Biederman3-7/+41
2012-11-20userns: Implent proc namespace operationsEric W. Biederman1-17/+73
2012-11-20userns: Kill task_user_nsEric W. Biederman2-4/+16
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman2-14/+17
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman2-4/+6
2012-11-20userns: Allow unprivileged users to create new namespacesEric W. Biederman1-2/+3
2012-11-20userns: Allow setting a userns mapping to your current uid.Eric W. Biederman1-0/+15
2012-11-19userns: Allow unprivileged users to create user namespaces.Eric W. Biederman1-8/+0
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman1-1/+1
2012-11-19pidns: Support unsharing the pid namespace.Eric W. Biederman3-10/+26
2012-11-19pidns: Consolidate initialzation of special init task stateEric W. Biederman1-3/+3
2012-11-19pidns: Add setns supportEric W. Biederman1-0/+54
2012-11-19pidns: Deny strange cases when creating pid namespaces.Eric W. Biederman1-0/+2
2012-11-19pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1Eric W. Biederman3-26/+17
2012-11-19pidns: Don't allow new processes in a dead pid namespace.Eric W. Biederman1-1/+7
2012-11-19pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman3-13/+24
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman7-10/+10
2012-11-19pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman3-6/+14
2012-11-18userns: make each net (net_ns) belong to a user_nsEric W. Biederman1-1/+1
2012-10-25Merge branch 'akpm' (Andrew's fixes)Linus Torvalds1-1/+11
2012-10-25Makefile: Documentation for external tool should be correctH. Peter Anvin1-4/+2
2012-10-25pidns: limit the nesting depth of pid namespacesAndrew Vagin1-1/+11
2012-10-24Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-31/+10
2012-10-24Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-10-24workqueue: cancel_delayed_work() should return %false if work item is idleDan Magenheimer1-1/+1
2012-10-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-183/+166
2012-10-22module_signing: fix printk format warningRandy Dunlap1-1/+1
2012-10-21Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgentIngo Molnar1-0/+4
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/urgentIngo Molnar1-183/+162
2012-10-19use clamp_t in UNAME26 fixKees Cook1-1/+1
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells3-28/+25
2012-10-19Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo1-12/+3
2012-10-19Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo1-17/+6
2012-10-19pidns: remove recursion from free_pid_ns()Cyrill Gorcunov1-7/+14
2012-10-19kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook1-5/+7
2012-10-16printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney1-1/+0
2012-10-16cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura1-2/+1
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds5-27/+578
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds4-5/+50
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+12
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-2/+6
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-99/+199
2012-10-12audit: make audit_inode take struct filenameJeff Layton1-2/+23
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton1-3/+3
2012-10-12audit: allow audit code to satisfy getname requests from its names_listJeff Layton1-0/+23
2012-10-12vfs: define struct filename and have getname() return itJeff Layton2-31/+37
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro2-0/+4
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-164/+119
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+70