summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-02-202-2/+2
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2017-02-202-2/+2
| |\
| | * PM / sleep: Fix test_suspend after sleep state reworkGeert Uytterhoeven2017-02-181-1/+1
| | * Merge back earlier suspend/hibernation changes for v4.11.Rafael J. Wysocki2017-01-30154-3023/+6271
| | |\
| | | * PM / Hibernate: Use rb_entry() instead of container_of()Geliang Tang2017-01-271-1/+1
* | | | Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-02-202-2/+41
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel2017-02-1035-238/+538
| |\ \ \ \ \ \ \
| | | | | * | | | Merge branch 'iommu/guest-msi' of git://git.kernel.org/pub/scm/linux/kernel/g...Joerg Roedel2017-01-302-2/+41
| | | | |/| | | |
| | | | | * | | | irqdomain: irq_domain_check_msi_remapEric Auger2017-01-231-0/+25
| | | | | * | | | genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creationEric Auger2017-01-231-2/+2
| | | | | * | | | irqdomain: Add irq domain MSI and MSI_REMAP flagsEric Auger2017-01-231-0/+14
* | | | | | | | | 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