summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ACPI / property: Allow multiple property compatible _DSD entriesMika Westerberg2018-10-025-29/+86
* PCI/PME: Implement runtime PM callbacksMika Westerberg2018-10-021-0/+27
* PCI: pciehp: Implement runtime PM callbacksMika Westerberg2018-10-021-0/+18
* PCI/portdrv: Add runtime PM hooks for port service driversMika Westerberg2018-10-023-6/+28
* PCI/portdrv: Resume upon exit from system suspend if left runtime suspendedMika Westerberg2018-10-021-2/+2
* PCI: pciehp: Do not handle events if interrupts are maskedMika Westerberg2018-10-021-2/+4
* PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg2018-10-023-0/+30
* PCI / ACPI: Enable wake automatically for power managed bridgesMika Westerberg2018-10-021-1/+15
* PCI: Do not skip power-managed bridges in pci_enable_wake()Mika Westerberg2018-10-021-3/+6
* PCI: Make link active reporting detection genericKeith Busch2018-10-026-33/+34
* PCI: Unify device inaccessibleKeith Busch2018-10-022-11/+59
* PCI/ERR: Always report current recovery status for udevKeith Busch2018-10-021-3/+2
* PCI/ERR: Simplify broadcast calloutsKeith Busch2018-10-021-69/+38
* PCI/ERR: Run error recovery callbacks for all affected devicesKeith Busch2018-09-261-64/+21
* PCI/ERR: Handle fatal error recoveryKeith Busch2018-09-265-102/+28
* PCI/ERR: Use slot reset if availableKeith Busch2018-09-215-3/+41
* PCI/AER: Don't read upstream ports below fatal errorsKeith Busch2018-09-211-2/+3
* PCI/AER: Take reference on error devicesKeith Busch2018-09-211-1/+2
* PCI/DPC: Save and restore config stateKeith Busch2018-09-203-6/+65
* PCI: portdrv: Restore PCI config state on slot resetKeith Busch2018-09-201-0/+8
* PCI: portdrv: Initialize service drivers directlyKeith Busch2018-09-206-8/+37
* PCI: hotplug: Document TODOsLukas Wunner2018-09-181-0/+74
* PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-1827-321/+223
* PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-1824-340/+64
* PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-1817-36/+35
* PCI: pciehp: Reshuffle controller struct for clarityLukas Wunner2018-09-181-26/+31
* PCI: pciehp: Rename controller struct members for clarityLukas Wunner2018-09-184-39/+39
* PCI: pciehp: Unify controller and slot structsLukas Wunner2018-09-185-282/+210
* PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner2018-09-184-18/+26
* PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner2018-09-174-47/+18
* PCI: pciehp: Drop unnecessary includesLukas Wunner2018-09-175-10/+0
* PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner2018-09-173-13/+34
* PCI: Simplify disconnected markingLukas Wunner2018-09-172-12/+5
* Linux 4.19-rc4v4.19-rc4Linus Torvalds2018-09-161-1/+1
* Code of Conduct: Let's revamp it.Greg Kroah-Hartman2018-09-163-29/+82
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-157-25/+30
|\
| * x86/APM: Fix build warning when PROC_FS is not enabledRandy Dunlap2018-09-151-0/+2
| * Revert "x86/mm/legacy: Populate the user page-table with user pgd's"Joerg Roedel2018-09-142-10/+1
| * x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3Guenter Roeck2018-09-121-2/+1
| * x86/xen: Disable CPU0 hotplug for Xen PVJuergen Gross2018-09-121-1/+3
| * x86/EISA: Don't probe EISA bus for Xen PV guestsBoris Ostrovsky2018-09-111-2/+8
| * x86/doc: Fix Documentation/x86/earlyprintk.txtRandy Dunlap2018-09-101-10/+15
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-09-153-15/+22
|\ \
| * | sched/fair: Fix kernel-doc notation warningRandy Dunlap2018-09-101-0/+1
| * | sched/fair: Fix load_balance redo for !imbalanceVincent Guittot2018-09-101-1/+1
| * | sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot2018-09-101-3/+3
| * | sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle2018-09-101-1/+2
| * | sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot2018-09-101-4/+10
| * | sched/topology: Set correct NUMA topology typeSrikar Dronamraju2018-09-101-4/+1
| * | sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang2018-09-101-2/+4
| |/