summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...Pan Xinhui2016-11-222-5/+22
| * | | | | | | | | | locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...Pan Xinhui2016-11-221-1/+8
| * | | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-229-56/+103
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long2016-11-214-11/+11
| * | | | | | | | | | | locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger2016-11-165-12/+12
| * | | | | | | | | | | locking/core, stop_machine: Yield the CPU during stop machine()Christian Borntraeger2016-11-161-1/+1
| * | | | | | | | | | | locking/lockdep: Remove unused parameter from the add_lock_to_list() functionTahsin Erdogan2016-11-111-5/+5
| * | | | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-119-62/+95
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | 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/+4
| * | | | | | | | | | | 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/+157
* | | | | | | | | | | | 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
OpenPOWER on IntegriCloud