summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-202-2/+12
|\
| * signals, pkeys: Notify userspace about protection key faultsDave Hansen2016-02-181-0/+4
| * mm/gup: Introduce get_user_pages_remote()Dave Hansen2016-02-161-2/+8
* | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-202-1/+5
|\ \
| * | sched: Always inline context_switch()Josh Poimboeuf2016-02-291-1/+1
| * | sched: Mark __schedule() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
| * | bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
* | | Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-03-193-5/+23
|\ \ \
| * | | audit: Fix typo in commentWei Yuan2016-02-082-4/+4
| * | | audit: log failed attempts to change audit_pid configurationRichard Guy Briggs2016-01-251-2/+6
| * | | audit: stop an old auditd being starved out by a new auditdRichard Guy Briggs2016-01-251-1/+15
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1912-114/+1116
|\ \ \ \
| * | | | bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov2016-03-091-1/+1
| * | | | bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov2016-03-091-0/+5
| * | | | bpf: convert stackmap to pre-allocationAlexei Starovoitov2016-03-082-18/+70
| * | | | bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov2016-03-082-1/+4
| * | | | bpf: pre-allocate hash map elementsAlexei Starovoitov2016-03-082-74/+181
| * | | | bpf: introduce percpu_freelistAlexei Starovoitov2016-03-083-1/+132
| * | | | bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov2016-03-082-2/+13
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-086-144/+266
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-2312-156/+266
| |\ \ \ \ \
| * | | | | | bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann2016-02-211-10/+32
| * | | | | | bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov2016-02-204-1/+247
| * | | | | | perf: generalize perf_callchainAlexei Starovoitov2016-02-202-14/+20
| * | | | | | bpf: grab rcu read lock for bpf_percpu_hash_updateSasha Levin2016-02-191-1/+7
| * | | | | | bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov2016-02-063-26/+178
| * | | | | | bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov2016-02-061-11/+91
| * | | | | | bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov2016-02-061-47/+228
* | | | | | | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-03-185-485/+692
|\ \ \ \ \ \ \
| * | | | | | | cgroup: avoid false positive gcc-6 warningArnd Bergmann2016-03-161-0/+3
| * | | | | | | cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo2016-03-161-2/+18
| * | | | | | | cgroup: implement cgroup_subsys->implicit_on_dflTejun Heo2016-03-081-7/+31
| * | | | | | | cgroup: use css_set->mg_dst_cgrp for the migration target cgroupTejun Heo2016-03-081-13/+13
| * | | | | | | cgroup: make cgroup[_taskset]_migrate() take cgroup_root instead of cgroupTejun Heo2016-03-081-35/+35
| * | | | | | | cgroup: move migration destination verification out of cgroup_migrate_prepare...Tejun Heo2016-03-081-8/+20
| * | | | | | | cgroup: fix incorrect destination cgroup in cgroup_update_dfl_csses()Tejun Heo2016-03-081-1/+1
| * | | | | | | cgroup: update css iteration in cgroup_update_dfl_csses()Tejun Heo2016-03-031-11/+8
| * | | | | | | cgroup: allocate 2x cgrp_cset_links when setting up a new rootTejun Heo2016-03-031-3/+4
| * | | | | | | cgroup: make cgroup_calc_subtree_ss_mask() take @this_ss_maskTejun Heo2016-03-031-10/+7
| * | | | | | | cgroup: reimplement rebind_subsystems() using cgroup_apply_control() and friendsTejun Heo2016-03-031-79/+28
| * | | | | | | cgroup: use cgroup_apply_enable_control() in cgroup creation pathTejun Heo2016-03-031-24/+14
| * | | | | | | cgroup: combine cgroup_mutex locking and offline css drainingTejun Heo2016-03-031-28/+27
| * | | | | | | cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_cont...Tejun Heo2016-03-031-23/+58
| * | | | | | | cgroup: introduce cgroup_{save|propagate|restore}_control()Tejun Heo2016-03-031-20/+62
| * | | | | | | cgroup: make cgroup_drain_offline() and cgroup_apply_control_{disable|enable}...Tejun Heo2016-03-031-10/+31
| * | | | | | | cgroup: factor out cgroup_apply_control_enable() from cgroup_subtree_control_...Tejun Heo2016-03-031-30/+47
| * | | | | | | cgroup: factor out cgroup_apply_control_disable() from cgroup_subtree_control...Tejun Heo2016-03-031-33/+41
| * | | | | | | cgroup: factor out cgroup_drain_offline() from cgroup_subtree_control_write()Tejun Heo2016-03-031-25/+52
| * | | | | | | cgroup: introduce cgroup_control() and cgroup_ss_mask()Tejun Heo2016-03-031-35/+37
| * | | | | | | cgroup: factor out cgroup_create() out of cgroup_mkdir()Tejun Heo2016-03-031-29/+43
OpenPOWER on IntegriCloud