Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | userns: Implent proc namespace operations | Eric W. Biederman | 2012-11-20 | 1 | -17/+73 | |
| * | | | | | | userns: Kill task_user_ns | Eric W. Biederman | 2012-11-20 | 2 | -4/+16 | |
| * | | | | | | userns: Make create_new_namespaces take a user_ns parameter | Eric W. Biederman | 2012-11-20 | 2 | -14/+17 | |
| * | | | | | | userns: Allow unprivileged use of setns. | Eric W. Biederman | 2012-11-20 | 2 | -4/+6 | |
| * | | | | | | userns: Allow unprivileged users to create new namespaces | Eric W. Biederman | 2012-11-20 | 1 | -2/+3 | |
| * | | | | | | userns: Allow setting a userns mapping to your current uid. | Eric W. Biederman | 2012-11-20 | 1 | -0/+15 | |
| * | | | | | | userns: Allow unprivileged users to create user namespaces. | Eric W. Biederman | 2012-11-19 | 1 | -8/+0 | |
| * | | | | | | vfs: Add a user namespace reference from struct mnt_namespace | Eric W. Biederman | 2012-11-19 | 1 | -1/+1 | |
| * | | | | | | pidns: Support unsharing the pid namespace. | Eric W. Biederman | 2012-11-19 | 3 | -10/+26 | |
| * | | | | | | pidns: Consolidate initialzation of special init task state | Eric W. Biederman | 2012-11-19 | 1 | -3/+3 | |
| * | | | | | | pidns: Add setns support | Eric W. Biederman | 2012-11-19 | 1 | -0/+54 | |
| * | | | | | | pidns: Deny strange cases when creating pid namespaces. | Eric W. Biederman | 2012-11-19 | 1 | -0/+2 | |
| * | | | | | | pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1 | Eric W. Biederman | 2012-11-19 | 3 | -26/+17 | |
| * | | | | | | pidns: Don't allow new processes in a dead pid namespace. | Eric W. Biederman | 2012-11-19 | 1 | -1/+7 | |
| * | | | | | | pidns: Make the pidns proc mount/umount logic obvious. | Eric W. Biederman | 2012-11-19 | 3 | -13/+24 | |
| * | | | | | | pidns: Use task_active_pid_ns where appropriate | Eric W. Biederman | 2012-11-19 | 7 | -10/+10 | |
| * | | | | | | pidns: Capture the user namespace and filter ns_last_pid | Eric W. Biederman | 2012-11-19 | 3 | -6/+14 | |
| * | | | | | | userns: make each net (net_ns) belong to a user_ns | Eric W. Biederman | 2012-11-18 | 1 | -1/+1 | |
* | | | | | | | sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_... | Mel Gorman | 2012-12-17 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2012-12-16 | 2 | -115/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'security-next-keys' of git://git.kernel.org/pub/scm/linux/kerne... | James Morris | 2012-10-03 | 1 | -112/+15 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | KEYS: Make the session and process keyrings per-thread | David Howells | 2012-10-02 | 1 | -112/+15 | |
| * | | | | | | | | seccomp: Make syscall skipping and nr changes more consistent | Andy Lutomirski | 2012-10-02 | 1 | -3/+10 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-12-16 | 6 | -17/+352 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node | Mel Gorman | 2012-12-11 | 3 | -1/+24 | |
| * | | | | | | | | mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D... | Mel Gorman | 2012-12-11 | 2 | -1/+16 | |
| * | | | | | | | | mm: sched: numa: Control enabling and disabling of NUMA balancing | Mel Gorman | 2012-12-11 | 3 | -17/+40 | |
| * | | | | | | | | mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate | Mel Gorman | 2012-12-11 | 3 | -8/+29 | |
| * | | | | | | | | sched: numa: Slowly increase the scanning period as NUMA faults are handled | Mel Gorman | 2012-12-11 | 1 | -1/+10 | |
| * | | | | | | | | mm: numa: Rate limit setting of pte_numa if node is saturated | Mel Gorman | 2012-12-11 | 1 | -0/+9 | |
| * | | | | | | | | mm: sched: numa: Implement slow start for working set sampling | Peter Zijlstra | 2012-12-11 | 3 | -1/+13 | |
| * | | | | | | | | sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r... | Mel Gorman | 2012-12-11 | 1 | -15/+21 | |
| * | | | | | | | | mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate | Peter Zijlstra | 2012-12-11 | 2 | -13/+59 | |
| * | | | | | | | | mm: numa: Add fault driven placement and migration | Peter Zijlstra | 2012-12-11 | 5 | -2/+173 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2012-12-15 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | padata: use __this_cpu_read per-cpu helper | Shan Wei | 2012-12-06 | 1 | -3/+2 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Revert "sched: Update_cfs_shares at period edge" | Linus Torvalds | 2012-12-14 | 1 | -10/+8 | |
* | | | | | | | | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-12-13 | 2 | -0/+65 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | time: export time information for KVM pvclock | Marcelo Tosatti | 2012-11-27 | 1 | -0/+50 | |
| * | | | | | | | | | sched: add notifier for cross-cpu migrations | Marcelo Tosatti | 2012-11-27 | 1 | -0/+15 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-12-13 | 3 | -39/+17 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | res_counter: delete res_counter_write() | Greg Thelen | 2012-12-12 | 1 | -22/+0 | |
| * | | | | | | | | | kthread: use N_MEMORY instead N_HIGH_MEMORY | Lai Jiangshan | 2012-12-12 | 1 | -1/+1 | |
| * | | | | | | | | | cpuset: use N_MEMORY instead N_HIGH_MEMORY | Lai Jiangshan | 2012-12-12 | 1 | -16/+16 | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 8 | -11/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | propagate name change to comments in kernel source | Nadia Yvette Chambers | 2012-12-06 | 8 | -11/+12 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-12-12 | 3 | -195/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-29 | 2 | -3/+19 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | userns: make each net (net_ns) belong to a user_ns | Eric W. Biederman | 2012-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-17 | 2 | -30/+38 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | | |