Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | cgroup: fix and restructure error handling in copy_cgroup_ns() | Tejun Heo | 2016-02-29 | 1 | -13/+5 | |
| * | | | | | | | cgroup: fix alloc_cgroup_ns() error handling in copy_cgroup_ns() | Tejun Heo | 2016-02-18 | 1 | -2/+3 | |
| * | | | | | | | Add FS_USERNS_FLAG to cgroup fs | Serge Hallyn | 2016-02-16 | 1 | -0/+2 | |
| * | | | | | | | cgroup: mount cgroupns-root when inside non-init cgroupns | Serge Hallyn | 2016-02-16 | 1 | -1/+47 | |
| * | | | | | | | cgroup: cgroup namespace setns support | Aditya Kali | 2016-02-16 | 1 | -3/+16 | |
| * | | | | | | | cgroup: introduce cgroup namespaces | Aditya Kali | 2016-02-16 | 4 | -10/+192 | |
* | | | | | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 | 2 | -2/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | signals, pkeys: Notify userspace about protection key faults | Dave Hansen | 2016-02-18 | 1 | -0/+4 | |
| * | | | | | | | | mm/gup: Introduce get_user_pages_remote() | Dave Hansen | 2016-02-16 | 1 | -2/+8 | |
* | | | | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-03-20 | 2 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | sched: Always inline context_switch() | Josh Poimboeuf | 2016-02-29 | 1 | -1/+1 | |
| * | | | | | | | | | sched: Mark __schedule() stack frame as non-standard | Josh Poimboeuf | 2016-02-29 | 1 | -0/+2 | |
| * | | | | | | | | | bpf: Mark __bpf_prog_run() stack frame as non-standard | Josh Poimboeuf | 2016-02-29 | 1 | -0/+2 | |
* | | | | | | | | | | Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2016-03-19 | 3 | -5/+23 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | audit: Fix typo in comment | Wei Yuan | 2016-02-08 | 2 | -4/+4 | |
| * | | | | | | | | | | audit: log failed attempts to change audit_pid configuration | Richard Guy Briggs | 2016-01-25 | 1 | -2/+6 | |
| * | | | | | | | | | | audit: stop an old auditd being starved out by a new auditd | Richard Guy Briggs | 2016-01-25 | 1 | -1/+15 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 12 | -114/+1116 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | bpf: avoid copying junk bytes in bpf_get_current_comm() | Alexei Starovoitov | 2016-03-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTS | Alexei Starovoitov | 2016-03-09 | 1 | -0/+5 | |
| * | | | | | | | | | | | bpf: convert stackmap to pre-allocation | Alexei Starovoitov | 2016-03-08 | 2 | -18/+70 | |
| * | | | | | | | | | | | bpf: check for reserved flag bits in array and stack maps | Alexei Starovoitov | 2016-03-08 | 2 | -1/+4 | |
| * | | | | | | | | | | | bpf: pre-allocate hash map elements | Alexei Starovoitov | 2016-03-08 | 2 | -74/+181 | |
| * | | | | | | | | | | | bpf: introduce percpu_freelist | Alexei Starovoitov | 2016-03-08 | 3 | -1/+132 | |
| * | | | | | | | | | | | bpf: prevent kprobe+bpf deadlocks | Alexei Starovoitov | 2016-03-08 | 2 | -2/+13 | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-03-08 | 6 | -144/+266 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-02-23 | 12 | -156/+266 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | bpf: add new arg_type that allows for 0 sized stack buffer | Daniel Borkmann | 2016-02-21 | 1 | -10/+32 | |
| * | | | | | | | | | | | | bpf: introduce BPF_MAP_TYPE_STACK_TRACE | Alexei Starovoitov | 2016-02-20 | 4 | -1/+247 | |
| * | | | | | | | | | | | | perf: generalize perf_callchain | Alexei Starovoitov | 2016-02-20 | 2 | -14/+20 | |
| * | | | | | | | | | | | | bpf: grab rcu read lock for bpf_percpu_hash_update | Sasha Levin | 2016-02-19 | 1 | -1/+7 | |
| * | | | | | | | | | | | | bpf: add lookup/update support for per-cpu hash and array maps | Alexei Starovoitov | 2016-02-06 | 3 | -26/+178 | |
| * | | | | | | | | | | | | bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY map | Alexei Starovoitov | 2016-02-06 | 1 | -11/+91 | |
| * | | | | | | | | | | | | bpf: introduce BPF_MAP_TYPE_PERCPU_HASH map | Alexei Starovoitov | 2016-02-06 | 1 | -47/+228 | |
* | | | | | | | | | | | | | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2016-03-18 | 5 | -485/+692 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | cgroup: avoid false positive gcc-6 warning | Arnd Bergmann | 2016-03-16 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | cgroup: ignore css_sets associated with dead cgroups during migration | Tejun Heo | 2016-03-16 | 1 | -2/+18 | |
| * | | | | | | | | | | | | | cgroup: implement cgroup_subsys->implicit_on_dfl | Tejun Heo | 2016-03-08 | 1 | -7/+31 | |
| * | | | | | | | | | | | | | cgroup: use css_set->mg_dst_cgrp for the migration target cgroup | Tejun Heo | 2016-03-08 | 1 | -13/+13 | |
| * | | | | | | | | | | | | | cgroup: make cgroup[_taskset]_migrate() take cgroup_root instead of cgroup | Tejun Heo | 2016-03-08 | 1 | -35/+35 | |
| * | | | | | | | | | | | | | cgroup: move migration destination verification out of cgroup_migrate_prepare... | Tejun Heo | 2016-03-08 | 1 | -8/+20 | |
| * | | | | | | | | | | | | | cgroup: fix incorrect destination cgroup in cgroup_update_dfl_csses() | Tejun Heo | 2016-03-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | cgroup: update css iteration in cgroup_update_dfl_csses() | Tejun Heo | 2016-03-03 | 1 | -11/+8 | |
| * | | | | | | | | | | | | | cgroup: allocate 2x cgrp_cset_links when setting up a new root | Tejun Heo | 2016-03-03 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | cgroup: make cgroup_calc_subtree_ss_mask() take @this_ss_mask | Tejun Heo | 2016-03-03 | 1 | -10/+7 | |
| * | | | | | | | | | | | | | cgroup: reimplement rebind_subsystems() using cgroup_apply_control() and friends | Tejun Heo | 2016-03-03 | 1 | -79/+28 | |
| * | | | | | | | | | | | | | cgroup: use cgroup_apply_enable_control() in cgroup creation path | Tejun Heo | 2016-03-03 | 1 | -24/+14 | |
| * | | | | | | | | | | | | | cgroup: combine cgroup_mutex locking and offline css draining | Tejun Heo | 2016-03-03 | 1 | -28/+27 | |
| * | | | | | | | | | | | | | cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_cont... | Tejun Heo | 2016-03-03 | 1 | -23/+58 | |
| * | | | | | | | | | | | | | cgroup: introduce cgroup_{save|propagate|restore}_control() | Tejun Heo | 2016-03-03 | 1 | -20/+62 |