summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2012-12-142-2/+4
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-205-1/+46
* userns: For /proc/self/{uid,gid}_map derive the lower userns from the struct ...Eric W. Biederman2012-11-201-2/+10
* userns: Implement unshare of the user namespaceEric W. Biederman2012-11-203-7/+41
* userns: Implent proc namespace operationsEric W. Biederman2012-11-201-17/+73
* userns: Kill task_user_nsEric W. Biederman2012-11-202-4/+16
* userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman2012-11-202-14/+17
* userns: Allow unprivileged use of setns.Eric W. Biederman2012-11-202-4/+6
* userns: Allow unprivileged users to create new namespacesEric W. Biederman2012-11-201-2/+3
* userns: Allow setting a userns mapping to your current uid.Eric W. Biederman2012-11-201-0/+15
* userns: Allow unprivileged users to create user namespaces.Eric W. Biederman2012-11-191-8/+0
* vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman2012-11-191-1/+1
* pidns: Support unsharing the pid namespace.Eric W. Biederman2012-11-193-10/+26
* pidns: Consolidate initialzation of special init task stateEric W. Biederman2012-11-191-3/+3
* pidns: Add setns supportEric W. Biederman2012-11-191-0/+54
* pidns: Deny strange cases when creating pid namespaces.Eric W. Biederman2012-11-191-0/+2
* pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1Eric W. Biederman2012-11-193-26/+17
* pidns: Don't allow new processes in a dead pid namespace.Eric W. Biederman2012-11-191-1/+7
* pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman2012-11-193-13/+24
* pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-197-10/+10
* pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman2012-11-193-6/+14
* userns: make each net (net_ns) belong to a user_nsEric W. Biederman2012-11-181-1/+1
* Merge branch 'akpm' (Andrew's fixes)Linus Torvalds2012-10-251-1/+11
|\
| * pidns: limit the nesting depth of pid namespacesAndrew Vagin2012-10-251-1/+11
* | Makefile: Documentation for external tool should be correctH. Peter Anvin2012-10-251-4/+2
|/
* Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-241-31/+10
|\
| * Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo2012-10-191-12/+3
| * Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo2012-10-191-17/+6
| * cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura2012-10-161-2/+1
* | Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-241-1/+1
|\ \
| * | workqueue: cancel_delayed_work() should return %false if work item is idleDan Magenheimer2012-10-241-1/+1
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-242-183/+166
|\ \
| * \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-10-211-0/+4
| |\ \
| | * | ring-buffer: Check for uninitialized cpu buffer before resizingVaibhav Nagarnaik2012-10-111-0/+4
| * | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-10-211-183/+162
| |\ \ \
| | * | | uprobes: Fix the racy uprobe->flags manipulationOleg Nesterov2012-10-071-14/+14
| | * | | uprobes: Fix prepare_uprobe() race with itselfOleg Nesterov2012-10-071-0/+8
| | * | | uprobes: Introduce prepare_uprobe()Oleg Nesterov2012-10-071-19/+41
| | * | | uprobes: Fix handle_swbp() vs unregister() + register() raceOleg Nesterov2012-10-071-0/+9
| | * | | uprobes: Do not delete uprobe if uprobe_unregister() failsOleg Nesterov2012-10-071-6/+6
| | * | | uprobes: Don't return success if alloc_uprobe() failsOleg Nesterov2012-10-071-1/+3
| | * | | uprobes: Simplify is_swbp_at_addr(), remove stale commentsOleg Nesterov2012-09-291-49/+24
| | * | | uprobes: Kill set_orig_insn()->is_swbp_at_addr()Oleg Nesterov2012-09-291-9/+23
| | * | | uprobes: Introduce copy_opcode(), kill read_opcode()Oleg Nesterov2012-09-291-44/+19
| | * | | uprobes: Kill set_swbp()->is_swbp_at_addr()Oleg Nesterov2012-09-291-11/+0
| | * | | uprobes: Restrict valid_vma(false) to skip VM_SHARED vmasOleg Nesterov2012-09-291-9/+4
| | * | | uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXECOleg Nesterov2012-09-291-2/+2
| | * | | uprobes: Change write_opcode() to use FOLL_FORCEOleg Nesterov2012-09-291-1/+1
| | * | | uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov2012-09-291-0/+2
| | * | | uprobes: Kill UTASK_BP_HIT stateOleg Nesterov2012-09-291-20/+9
OpenPOWER on IntegriCloud