summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-2018-338/+1127
|\
| * fork: Fix task_struct alignmentPeter Zijlstra2017-02-201-1/+1
| * locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long2017-02-101-81/+5
| * lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park2017-02-101-1/+1
| * locking/mutex: Fix lockdep_assert_held() failPeter Zijlstra2017-01-303-35/+11
| * locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()Steven Rostedt (VMware)2017-01-301-1/+1
| * locking/rwsem: Reinit wake_q after useWaiman Long2017-01-221-2/+5
| * locking/atomic, kref: Add KREF_INIT()Peter Zijlstra2017-01-141-3/+1
| * locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson2017-01-141-0/+254
| * locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson2017-01-141-0/+115
| * locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson2017-01-141-0/+98
| * locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson2017-01-141-0/+39
| * locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson2017-01-142-0/+141
| * locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson2017-01-141-0/+73
| * locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debuggingNicolai Hähnle2017-01-141-0/+4
| * locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...Nicolai Hähnle2017-01-141-26/+52
| * locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loopNicolai Hähnle2017-01-141-20/+29
| * locking/mutex: Improve inliningPeter Zijlstra2017-01-141-41/+44
| * locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...Nicolai Hähnle2017-01-141-19/+40
| * locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...Nicolai Hähnle2017-01-141-10/+30
| * locking/ww_mutex: Add waiters in stamp orderNicolai Hähnle2017-01-141-7/+69
| * locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappersNicolai Hähnle2017-01-141-8/+8
| * locking/ww_mutex: Set use_ww_ctx even when locking without a contextNicolai Hähnle2017-01-141-12/+17
| * locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()Nicolai Hähnle2017-01-141-2/+8
| * locking/mutex: Fix mutex handoffPeter Zijlstra2017-01-142-58/+56
| * locking/percpu-rwsem: Replace waitqueue with rcuwaitDavidlohr Bueso2017-01-141-4/+3
| * sched/wait, RCU: Introduce rcuwait machineryDavidlohr Bueso2017-01-141-0/+30
| * sched/core: Remove set_task_state()Davidlohr Bueso2017-01-145-13/+13
| * kernel/locking: Compute 'current' directlyDavidlohr Bueso2017-01-144-29/+22
| * kernel/exit: Compute 'current' directlyDavidlohr Bueso2017-01-141-11/+11
| * locking/pvqspinlock: Don't wait if vCPU is preemptedPan Xinhui2017-01-121-1/+1
| * locking/spinlocks: Remove the unused spin_lock_bh_nested() APIWaiman Long2017-01-121-8/+0
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-2032-2406/+2579
|\ \
| * | sched/core: Remove unlikely() annotation from sched_move_task()Steven Rostedt (VMware)2017-02-101-2/+2
| * | sched/autogroup: Rename auto_group.[ch] to autogroup.[ch]Ingo Molnar2017-02-084-2/+2
| * | sched/topology: Split out scheduler topology code from core.c into topology.cIngo Molnar2017-02-074-1658/+1684
| * | sched/core: Remove unnecessary #include headersIngo Molnar2017-02-071-49/+10
| * | sched/rq_clock: Consolidate the ordering of the rq_clock methodsIngo Molnar2017-02-071-75/+78
| * | sched/core: Clean up commentsIngo Molnar2017-02-071-176/+182
| * | sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang2017-02-013-3/+5
| * | sched/cputime, vtime: Return nsecs instead of cputime_t to accountFrederic Weisbecker2017-02-011-20/+11
| * | sched/cputime: Complete nsec conversion of tick based accountingFrederic Weisbecker2017-02-011-30/+22
| * | sched/cputime: Push time to account_system_time() in nsecsFrederic Weisbecker2017-02-011-20/+19
| * | sched/cputime: Push time to account_idle_time() in nsecsFrederic Weisbecker2017-02-011-9/+9
| * | sched/cputime: Push time to account_steal_time() in nsecsFrederic Weisbecker2017-02-011-5/+6
| * | sched/cputime: Push time to account_user_time() in nsecsFrederic Weisbecker2017-02-011-18/+24
| * | timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker2017-02-012-68/+39
| * | timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker2017-02-015-132/+96
| * | timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated...Frederic Weisbecker2017-02-011-9/+2
| * | sched/cputime: Increment kcpustat directly on irqtime accountFrederic Weisbecker2017-02-012-36/+21