summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | locking/mutex: Enable optimistic spinning of woken waiterWaiman Long2016-10-251-23/+54
| * | | | | | | | | locking/mutex: Simplify some ww_mutex code in __mutex_lock_common()Waiman Long2016-10-251-9/+4Star
| * | | | | | | | | locking/mutex: Restructure wait loopPeter Zijlstra2016-10-251-5/+25
| * | | | | | | | | locking/mutex: Add lock handoff to avoid starvationPeter Zijlstra2016-10-251-23/+119
| * | | | | | | | | locking/mutex: Allow MUTEX_SPIN_ON_OWNER when DEBUG_MUTEXESPeter Zijlstra2016-10-251-1/+1
| * | | | | | | | | locking/mutex: Rework mutex::ownerPeter Zijlstra2016-10-255-265/+157Star
* | | | | | | | | | 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/+0Star
| | * | | | | | | | | rcu: Remove obsolete rcu_check_callbacks() header commentPaul E. McKenney2016-11-141-2/+1Star
| | * | | | | | | | | 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-081-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/+8Star
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | perf/core: Remove invalid warning from list_update_cgroup_even()tDavid Carrillo-Cisneros2016-12-061-11/+8Star
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | 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/+2Star
* | | | | | | | | | 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-301-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/+1Star
* | | | | | | | | bpf: cgroup: fix documentation of __cgroup_bpf_update()Daniel Mack2016-11-301-2/+2
* | | | | | | | | bpf: allow for mount options to specify permissionsDaniel Borkmann2016-11-281-1/+53
* | | | | | | | | bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann2016-11-281-2/+15
* | | | | | | | | bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann2016-11-282-2/+2
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-273-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