summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-211-57/+21
|\
| * Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-57/+21
| |\
| | * blktrace: use existing disk debugfs directoryOmar Sandoval2017-02-021-5/+8
| | * block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval2017-02-021-13/+5
| | * blktrace: make do_blk_trace_setup() staticOmar Sandoval2017-02-021-3/+3
| | * block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-1/+1
| | * block: cleanup tracingChristoph Hellwig2017-01-271-37/+6
* | | sched/core: Fix build paravirt build on arm and arm64Mark Brown2017-02-211-0/+3
* | | 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