summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-3037-229/+2296
|\
| * tty/hvc: Use opal irqchip interface if availableSam Mendoza-Jonas2016-07-271-1/+7
| * tty/hvc: Use IRQF_SHARED for OPAL hvc consolesSam Mendoza-Jonas2016-07-273-2/+11
| * crypto: vmx - Convert to CPU feature based module autoloadingAlastair D'Silva2016-07-212-5/+3
| * powerpc/pmac: Remove early allocation of the SMU command bufferBenjamin Herrenschmidt2016-07-211-1/+8
| * dt: Add of_device_compatible_match()Benjamin Herrenschmidt2016-07-201-0/+22
| * PCI: rpaphp: Fix slot registration for multiple slots under a PHBTyrel Datwyler2016-07-201-5/+12
| * cxl: fix potential NULL dereference in free_adapter()Andrew Donnellan2016-07-191-7/+9
| * cxl: remove dead Kconfig optionsAndrew Donnellan2016-07-192-14/+0
| * cpuidle/powernv: Add support for POWER ISA v3 idle statesShreyas B. Prabhu2016-07-151-0/+61
| * cpuidle/powernv: cleanup cpuidle-powernv.cShreyas B. Prabhu2016-07-151-18/+20
| * cpuidle/powernv: Use CPUIDLE_STATE_MAX instead of MAX_POWERNV_IDLE_STATESShreyas B. Prabhu2016-07-151-3/+1
| * cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cardsAndrew Donnellan2016-07-142-18/+226
| * PCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power stateAndrew Donnellan2016-07-141-1/+1
| * PCI/hotplug: pnv_php: export symbols and move struct types needed by cxlAndrew Donnellan2016-07-141-27/+5
| * cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie2016-07-143-1/+4
| * cxl: Add support for interrupts on the Mellanox CX4Ian Munsie2016-07-144-0/+108
| * cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie2016-07-145-0/+44
| * cxl: Add kernel APIs to get & set the max irqs per contextIan Munsie2016-07-141-0/+27
| * cxl: Add support for using the kernel API with a real PHBIan Munsie2016-07-143-2/+22
| * cxl: Do not create vPHB if there are no AFU configuration recordsIan Munsie2016-07-142-0/+14
| * cxl: Allow a default context to be associated with an external pci_devIan Munsie2016-07-146-28/+91
| * cxl: Move cxl_afu_get / cxl_afu_put to baseIan Munsie2016-07-142-12/+13
| * cxl: Enable bus mastering for devices using CAPP DMA modeIan Munsie2016-07-141-0/+3
| * cxl: Add cxl_slot_is_supported APIIan Munsie2016-07-141-0/+37
| * cxl: Use for_each_compatible_node() macroWei Yongjun2016-07-141-3/+2
| * cxl: Ignore CAPI adapters misplaced in switched slotsPhilippe Bergheaud2016-07-081-0/+29
| * cxl: make base more explicitly non-modularPaul Gortmaker2016-07-081-2/+1
| * cxl: Refine slice error debug messagesPhilippe Bergheaud2016-07-084-8/+57
| * cxl: Fix NULL pointer dereference on kernel contexts with no AFU interruptsIan Munsie2016-07-082-3/+2
| * cxl: Workaround XSL bug that does not clear the RA bit after a resetIan Munsie2016-07-081-0/+10
| * cxl: Fix bug where AFU disable operation had no effectIan Munsie2016-07-083-7/+53
| * cxl: Fix allocating a minimum of 2 pages for the SPAIan Munsie2016-07-081-1/+1
| * cxl: Fix allowing bogus AFU descriptors with 0 maximum processesIan Munsie2016-07-081-0/+15
| * powerpc/powernv: Add driver for operator panel on FSP machinesSuraj Jitindar Singh2016-06-293-0/+238
| * powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msgSuraj Jitindar Singh2016-06-294-5/+5
| * cxl: Add set and get private data to context structMichael Neuling2016-06-282-0/+24
| * cxl: Add mechanism for delivering AFU driver specific eventsPhilippe Bergheaud2016-06-284-9/+84
| * PCI/hotplug: PowerPC PowerNV PCI hotplug driverGavin Shan2016-06-213-0/+749
| * PCI: Add pcibios_setup_bridge()Gavin Shan2016-06-211-0/+5
| * cxl: Make vPHB device node match adapter'sFrederic Barrat2016-06-161-11/+10
| * cxl: Add support for CAPP DMA modeIan Munsie2016-06-162-1/+4
| * cxl: Abstract the differences between the PSL and XSLFrederic Barrat2016-06-164-48/+218
| * cxl: Update process element after allocating interruptsIan Munsie2016-06-164-17/+71
| * cxl: static-ify variables to fix sparse warningsAndrew Donnellan2016-06-161-2/+2
* | random: Fix crashes with sparse node idsMichael Ellerman2016-07-301-3/+2
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-07-301-1/+1
|\ \
| * \ Merge branch 'linus' into x86/cpu, to pick up fixesIngo Molnar2016-07-20393-2643/+4412
| |\ \
| * | | x86/cpu: Rename "WESTMERE2" family to "NEHALEM_G"Dave Hansen2016-07-011-1/+1
| * | | Merge branch 'x86/urgent' into x86/cpu, to pick up dependent fixIngo Molnar2016-07-01148-760/+1335
| |\ \ \