summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: add generic constant blinding for use in jitsDaniel Borkmann2016-05-161-0/+203
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-162-5/+15
* bpf: add bpf_patch_insn_single helperDaniel Borkmann2016-05-162-44/+80
* bpf: minor cleanups in ebpf codeDaniel Borkmann2016-05-161-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-157-17/+100
|\
| * Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-131-0/+63
| |\
| | * cgroup: fix compile warningFelipe Balbi2016-05-121-1/+1
| | * cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn2016-05-091-0/+63
| * | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-131-0/+11
| |\ \
| | * | workqueue: fix rebind bound workers warningWanpeng Li2016-05-121-0/+11
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-131-14/+6
| |\ \ \
| | * | | Revert "sched/fair: Fix fairness issue on migration"Ingo Molnar2016-05-111-14/+6
| * | | | perf/core: Disable the event on a truncated AUX recordAlexander Shishkin2016-05-121-1/+9
| |/ / /
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-103-1/+10
| |\ \ \
| | * | | sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang2016-05-102-0/+2
| | * | | sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakageRafael J. Wysocki2016-05-071-1/+8
| * | | | perf/core: Change the default paranoia level to 2Andy Lutomirski2016-05-091-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-092-15/+23
|\| | | |
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-061-13/+16
| |\| | |
| | * | | nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra2016-04-281-13/+16
| * | | | Merge tag 'trace-fixes-v4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-031-2/+7
| |\ \ \ \
| | * | | | tracing: Don't display trigger file for events that can't be enabledChunyu Hu2016-05-031-2/+7
* | | | | | bpf: improve verifier state equivalenceAlexei Starovoitov2016-05-061-20/+3
* | | | | | bpf: direct packet accessAlexei Starovoitov2016-05-062-8/+438
* | | | | | bpf: cleanup verifier codeAlexei Starovoitov2016-05-061-47/+53
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-0411-63/+188
|\| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-023-36/+71
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | bpf: fix check_map_func_compatibility logicAlexei Starovoitov2016-04-281-25/+40
| | * | | | bpf: fix refcnt overflowAlexei Starovoitov2016-04-283-11/+31
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-04-292-3/+7
| |\ \ \ \ \
| | * | | | | kcov: don't profile branches in kcovAndrey Ryabinin2016-04-281-0/+1
| | * | | | | kcov: don't trace the code coverage codeJames Morse2016-04-281-1/+1
| | * | | | | kexec: export OFFSET(page.compound_head) to find out compound tail pageAtsushi Kumagai2016-04-281-0/+1
| | * | | | | kexec: update VMCOREINFO for compound_order/dtorAtsushi Kumagai2016-04-281-2/+4
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-281-17/+38
| |\ \ \ \ \ \
| | * | | | | | perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra2016-04-281-16/+36
| | * | | | | | perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentationPeter Zijlstra2016-04-231-1/+2
| * | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-04-282-3/+36
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | lockdep: Fix lock_chain::base sizePeter Zijlstra2016-04-232-1/+25
| | * | | | | | locking/lockdep: Fix ->irq_context calculationBoqun Feng2016-04-231-2/+11
| * | | | | | | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-271-0/+29
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | workqueue: fix ghost PENDING flag while doing MQ IORoman Pen2016-04-261-0/+29
| * | | | | | | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-272-4/+7
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo2016-04-252-4/+7
| | | |_|_|/ | | |/| | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-275-15/+55
|\| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-261-1/+0
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn2016-04-261-1/+0
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Linus Torvalds2016-04-231-7/+26
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | cpu/hotplug: Fix rollback during error-out in __cpu_disable()Sebastian Andrzej Siewior2016-04-221-7/+26
| | |/ / / / /
| * | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-04-232-7/+28
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |