summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-6/+12
|\
| * kernel/smp: Tell the user we're bringing up secondary CPUsMichael Ellerman2016-10-261-0/+2
| * kernel/smp: Make the SMP boot message common on all archesMichael Ellerman2016-10-261-6/+7
| * kernel/smp: Define pr_fmt() for smp.cMichael Ellerman2016-10-261-0/+3
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-124-13/+28
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-11-234-13/+28
| |\ \
| | * | rcu: Don't kick unless grace period or requestPaul E. McKenney2016-11-141-1/+2
| | * | rcu: Make expedited grace periods recheck dyntick idle statePaul E. McKenney2016-11-142-1/+12
| | * | torture: Trace long read-side delaysPaul E. McKenney2016-11-141-1/+10
| | * | rcu: Remove obsolete comment from __call_rcu()Paul E. McKenney2016-11-141-7/+0
| | * | rcu: Remove obsolete rcu_check_callbacks() header commentPaul E. McKenney2016-11-141-2/+1
| | * | rcu: Tighten up __call_rcu() rcu_head alignment checkPaul E. McKenney2016-11-141-1/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-106-70/+138
|\ \ \ \
| * | | | kcov: add missing #include <linux/sched.h>Kefeng Wang2016-12-071-0/+1
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-071-1/+3
| |\ \ \ \
| | * | | | sched/autogroup: Fix 64-bit kernel nice level adjustmentMike Galbraith2016-11-241-1/+3
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-071-11/+8
| |\ \ \ \ \
| | * | | | | perf/core: Remove invalid warning from list_update_cgroup_even()tDavid Carrillo-Cisneros2016-12-061-11/+8
| * | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-12-073-58/+126
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | lockdep: Fix report formattingDmitry Vyukov2016-12-061-54/+57
| | * | | | | locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner2016-12-021-2/+3
| | * | | | | locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2016-12-021-2/+66
| | |/ / / /
* | | | | | bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-083-2/+4
* | | | | | bpf: fix state equivalenceAlexei Starovoitov2016-12-081-1/+1
* | | | | | bpf: fix loading of BPF_MAXINSNS sized programsDaniel Borkmann2016-12-072-5/+2
* | | | | | clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri2016-12-071-0/+1
* | | | | | bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-053-1/+90
* | | | | | bpf: Preserve const register type on const OR alu opsGianluca Borello2016-12-051-2/+7
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-032-4/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-021-2/+8
| |\ \ \ \ \
| | * | | | | bpf: fix states equal logic for varlen accessJosef Bacik2016-11-301-2/+8
| | |/ / / /
| * | | | | Re-enable CONFIG_MODVERSIONS in a slightly weaker formLinus Torvalds2016-11-291-2/+3
| |/ / / /
* | | | | bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-022-1/+37
* | | | | bpf: Refactor cgroups code in prep for new typeDavid Ahern2016-12-022-18/+20
* | | | | bpf: BPF for lightweight tunnel infrastructureThomas Graf2016-12-021-3/+11
* | | | | audit: remove useless synchronize_net()WANG Cong2016-12-011-2/+1
* | | | | bpf: cgroup: fix documentation of __cgroup_bpf_update()Daniel Mack2016-11-291-2/+2
* | | | | bpf: allow for mount options to specify permissionsDaniel Borkmann2016-11-271-1/+53
* | | | | bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann2016-11-271-2/+15
* | | | | bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann2016-11-272-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-263-8/+42
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-11-231-0/+13
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | perf/core: Fix address filter parserAlexander Shishkin2016-11-211-0/+2
| | * | | perf/core: Do not set cpuctx->cgrp for unscheduled cgroupsDavid Carrillo-Cisneros2016-11-151-0/+11
| * | | | sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov2016-11-222-0/+20
| * | | | sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov2016-11-221-11/+12
* | | | | bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack2016-11-251-0/+81
* | | | | cgroup: add support for eBPF programsDaniel Mack2016-11-253-0/+186
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-223-27/+87
|\ \ \ \ \ | |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-11-211-3/+17
| |\ \ \ \
OpenPOWER on IntegriCloud