summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-27MAINTAINERS: Add myself as a co-maintainer for the locking subsystemWill Deacon
2018-04-27locking/qspinlock: Add stat tracking for pending vs. slowpathWaiman Long
2018-04-27locking/qspinlock: Use try_cmpxchg() instead of cmpxchg() when lockingWill Deacon
2018-04-27locking/qspinlock: Elide back-to-back RELEASE operations with smp_wmb()Will Deacon
2018-04-27locking/qspinlock: Use smp_store_release() in queued_spin_unlock()Will Deacon
2018-04-27locking/qspinlock: Use smp_cond_load_relaxed() to wait for next nodeWill Deacon
2018-04-27locking/mcs: Use smp_cond_load_acquire() in MCS spin loopJason Low
2018-04-27locking/qspinlock: Use atomic_cond_read_acquire()Will Deacon
2018-04-27locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queueWill Deacon
2018-04-27locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpathWill Deacon
2018-04-27locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper boundWill Deacon
2018-04-27locking/qspinlock: Bound spinning on pending->locked transition in slowpathWill Deacon
2018-04-27locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon
2018-04-27locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_rela...Will Deacon
2018-04-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-04-26Merge tag 'hwmon-for-linus-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-04-26Merge tag 'pci-v4.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-26Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-26Merge tag 'acpi-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-04-26Merge tag 'pm-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-04-26Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2018-04-26Merge branches 'acpi-watchdog', 'acpi-button' and 'acpi-video'Rafael J. Wysocki
2018-04-26Merge branches 'acpi-pm' and 'pm-cpufreq'Rafael J. Wysocki
2018-04-25Merge tag 'for_v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-04-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-04-25Merge tag 'for-linus-20180425' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-25Merge tag 'riscv-for-linus-4.17-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-25Merge tag 'dma-mapping-4.17-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-04-25virtio_console: reset on out of memoryMichael S. Tsirkin
2018-04-25virtio_console: move removal codeMichael S. Tsirkin
2018-04-25virtio_console: drop custom control queue cleanupMichael S. Tsirkin
2018-04-25virtio_console: free buffers after resetMichael S. Tsirkin
2018-04-25virtio: add ability to iterate over vqsMichael S. Tsirkin
2018-04-25virtio_console: don't tie bufs to a vqMichael S. Tsirkin
2018-04-25Revert "blk-mq: remove code for dealing with remapping queue"Ming Lei
2018-04-25tracing: Fix missing tab for hwlat_detector print formatPeter Xu
2018-04-25selftests: ftrace: Add a testcase for multiple actions on triggerMasami Hiramatsu
2018-04-25selftests: ftrace: Fix trigger extended error testcaseMasami Hiramatsu
2018-04-25kprobes: Fix random address output of blacklist fileThomas Richter
2018-04-25tracing: Fix kernel crash while using empty filter with perfRavi Bangoria
2018-04-25tracing/x86: Update syscall trace events to handle new prefixed syscall func ...Steven Rostedt (VMware)
2018-04-25block: mq: Add some minor doc for core structsLinus Walleij
2018-04-25bcache: mark Coly Li as bcache maintainerJens Axboe
2018-04-25MAINTAINERS: Remove me as maintainer of bcacheMichael Lyle
2018-04-25hwmon: (k10temp) Add support for AMD Ryzen w/ Vega graphicsGuenter Roeck
2018-04-25hwmon: (k10temp) Add temperature offset for Ryzen 2700XGuenter Roeck
2018-04-25random: rate limit unseeded randomness warningsTheodore Ts'o
2018-04-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds