summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* locking/qspinlock: Elide back-to-back RELEASE operations with smp_wmb()Will Deacon2018-04-271-16/+17
* locking/qspinlock: Use smp_store_release() in queued_spin_unlock()Will Deacon2018-04-272-12/+7
* locking/qspinlock: Use smp_cond_load_relaxed() to wait for next nodeWill Deacon2018-04-271-4/+2
* locking/mcs: Use smp_cond_load_acquire() in MCS spin loopJason Low2018-04-271-4/+6
* locking/qspinlock: Use atomic_cond_read_acquire()Will Deacon2018-04-271-6/+6
* locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queueWill Deacon2018-04-271-11/+8
* locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpathWill Deacon2018-04-272-49/+58
* locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper boundWill Deacon2018-04-271-0/+2
* locking/qspinlock: Bound spinning on pending->locked transition in slowpathWill Deacon2018-04-271-3/+17
* locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon2018-04-275-71/+46
* locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_rela...Will Deacon2018-04-273-6/+25
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-04-273-86/+89
|\
| * virtio_console: reset on out of memoryMichael S. Tsirkin2018-04-251-7/+10
| * virtio_console: move removal codeMichael S. Tsirkin2018-04-251-36/+36
| * virtio_console: drop custom control queue cleanupMichael S. Tsirkin2018-04-251-17/+0
| * virtio_console: free buffers after resetMichael S. Tsirkin2018-04-251-25/+24
| * virtio: add ability to iterate over vqsMichael S. Tsirkin2018-04-251-0/+3
| * virtio_console: don't tie bufs to a vqMichael S. Tsirkin2018-04-251-7/+7
| * virtio_balloon: add array of stat namesMichael S. Tsirkin2018-04-241-0/+15
* | Merge tag 'hwmon-for-linus-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-273-6/+20
|\ \
| * | hwmon: (k10temp) Add support for AMD Ryzen w/ Vega graphicsGuenter Roeck2018-04-251-0/+5
| * | hwmon: (k10temp) Add temperature offset for Ryzen 2700XGuenter Roeck2018-04-251-3/+9
| * | hwmon: (nct6683) Enable EC access if disabled at bootGuenter Roeck2018-04-231-2/+2
| * | hwmon: (scmi) handle absence of few types of sensorsSudeep Holla2018-04-231-1/+4
| |/
* | Merge tag 'pci-v4.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-273-26/+33
|\ \
| * | PCI: Add "PCIe" to pcie_print_link_status() messagesJakub Kicinski2018-04-201-2/+2
| * | Merge remote-tracking branch 'lorenzo/pci/host/fixes' into for-linusBjorn Helgaas2018-04-202-24/+31
| |\ \
| | * | PCI: kirin: Fix reset gpio nameLoic Poulain2018-04-171-1/+1
| | * | PCI: aardvark: Fix PCIe Max Read Request Size settingEvan Wang2018-04-161-1/+3
| | * | PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq modeVictor Gu2018-04-161-17/+24
| | * | PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()Victor Gu2018-04-161-3/+1
| | * | PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf()Victor Gu2018-04-161-2/+2
| |/ /
* | | Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-277-12/+73
|\ \ \
| * | | tracing: Fix missing tab for hwlat_detector print formatPeter Xu2018-04-251-1/+1
| * | | selftests: ftrace: Add a testcase for multiple actions on triggerMasami Hiramatsu2018-04-251-0/+44
| * | | selftests: ftrace: Fix trigger extended error testcaseMasami Hiramatsu2018-04-251-1/+1
| * | | kprobes: Fix random address output of blacklist fileThomas Richter2018-04-251-1/+1
| * | | tracing: Fix kernel crash while using empty filter with perfRavi Bangoria2018-04-251-7/+7
| * | | tracing/x86: Update syscall trace events to handle new prefixed syscall func ...Steven Rostedt (VMware)2018-04-251-2/+17
| * | | tracing: Add missing forward declarationAhbong Chang2018-04-191-0/+2
| |/ /
* | | Merge tag 'acpi-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-04-264-14/+98
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'acpi-watchdog', 'acpi-button' and 'acpi-video'Rafael J. Wysocki2018-04-263-13/+97
| |\ \ \ \ \
| | | | * | | ACPI / video: Only default only_lcd to true on Win8-ready _desktops_Hans de Goede2018-04-241-2/+25
| | | | | |/ | | | | |/|
| | | * / | ACPI / button: make module loadable when booted in non-ACPI modeArd Biesheuvel2018-04-241-1/+23
| | | |/ /
| | * / / ACPI / watchdog: Prefer iTCO_wdt on Lenovo Z50-70Mika Westerberg2018-04-241-10/+49
| | |/ /
| * / / ACPI / scan: Initialize watchdog before PNPMika Westerberg2018-04-231-1/+1
| |/ /
* | | Merge tag 'pm-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-04-264-334/+17
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'acpi-pm' and 'pm-cpufreq'Rafael J. Wysocki2018-04-263-332/+14
| |\ \ \ \
| | | * | | cpufreq: brcmstb-avs-cpufreq: remove development debug supportMarkus Mayer2018-04-242-332/+1
| | | |/ /
| | * / / ACPI / PM: Blacklist Low Power S0 Idle _DSM for ThinkPad X1 Tablet(2016)Chen Yu2018-04-231-0/+13
| | |/ /