summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* powerpc/xive: Use hw CPU ids when configuring the CPU queuesCédric Le Goater2018-02-151-6/+10
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-2/+16
|\
| * Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2018-02-012-3/+18
| |\
| | * KVM: PPC: Book3S HV: Enable use of the new XIVE "single escalation" featureBenjamin Herrenschmidt2018-01-191-2/+16
* | | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-062-5/+5
|\ \ \
| * \ \ Merge branch 'pci/resource' into nextBjorn Helgaas2018-01-311-3/+3
| |\ \ \
| | * | | powerpc: Set I/O port resource types correctlyBjorn Helgaas2017-12-181-3/+3
| * | | | powerpc/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-111-2/+2
| |/ / /
* | | | Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-0216-511/+136
|\ \ \ \
| * | | | powerpc/cell: Remove axonram driverMichael Ellerman2018-01-282-384/+0
| * | | | powerpc: Use octal numbers for file permissionsRussell Currey2018-01-222-2/+2
| * | | | Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2018-01-216-42/+96
| |\ \ \ \
| | * | | | powerpc/sysdev: change CPM GPIO to platform_deviceChristophe Leroy2018-01-205-38/+94
| | * | | | powerpc/fsl_pci: Fix ptr_ret.cocci warningsVasyl Gomonovych2018-01-201-3/+1
| | * | | | powerpc/fsl_pci: Correct fsl_pci_mcheck_exceptionJoakim Tjernlund2018-01-201-1/+1
| * | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-01-211-1/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | powerpc/xive: Add interrupt flag to disable automatic EOIBenjamin Herrenschmidt2018-01-121-1/+2
| | | |/ / | | |/| |
| * | | | powerpc/mpic_timer: avoid struct timevalArnd Bergmann2018-01-212-54/+17
| | |/ / | |/| |
| * | | powerpc/xive: Remove incorrect debug codeBenjamin Herrenschmidt2018-01-161-5/+0
| * | | powerpc: Use pr_warn instead of pr_warningJoe Perches2017-12-046-24/+20
| |/ /
* | | powerpc: rename swiotlb_dma_opsChristoph Hellwig2018-01-151-1/+1
* | | powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig2018-01-102-3/+3
| |/ |/|
* | kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-281-1/+3
|/
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-162-3/+3
|\
| * Merge branch 'fixes' into nextMichael Ellerman2017-11-102-0/+12
| |\
| * | powerpc/ipic: Fix status get and status clearChristophe Leroy2017-11-061-2/+2
| * | powerpc/axonram: Drop unnecessary variable initialisationMarkus Elfring2017-10-221-1/+1
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0214-0/+14
* | | Merge tag 'powerpc-4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-10-062-0/+12
|\ \ \ | | |/ | |/|
| * | powerpc/xive: Clear XIVE internal structures when a CPU is removedCédric Le Goater2017-10-041-0/+8
| * | powerpc/xive: Fix IPI resetCédric Le Goater2017-10-041-0/+4
| |/
* / rapidio: remove global irq spinlocks from the subsystemIoan Nicu2017-10-032-2/+23
|/
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-2/+2
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* | powerpc/xive: Fix section __init warningCédric Le Goater2017-09-041-1/+1
* | powerpc/xive: improve debugging macrosCédric Le Goater2017-09-021-2/+6
* | powerpc/xive: introduce H_INT_ESB hcallCédric Le Goater2017-09-023-3/+52
* | powerpc/xive: add the HW IRQ number under xive_irq_dataCédric Le Goater2017-09-022-0/+4
* | powerpc/xive: introduce xive_esb_write()Cédric Le Goater2017-09-021-1/+10
* | powerpc/xive: rename xive_poke_esb() in xive_esb_read()Cédric Le Goater2017-09-021-10/+10
* | powerpc/xive: guest exploitation of the XIVE interrupt controllerCédric Le Goater2017-09-024-0/+637
* | powerpc/xive: introduce a common routine xive_queue_page_alloc()Cédric Le Goater2017-09-023-11/+27
* | axonram: Return directly after a failed kzalloc() in axon_ram_probe()Markus Elfring2017-09-011-22/+17
* | axonram: Improve a size determination in axon_ram_probe()Markus Elfring2017-09-011-1/+1
* | axonram: Delete an error message for a failed memory allocation in axon_ram_p...Markus Elfring2017-09-011-1/+0
* | powerpc/xive: Fix the size of the cpumask used in xive_find_target_in_mask()Cédric Le Goater2017-08-241-1/+1
* | powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-2320-116/+110
* | powerpc: Add const to bin_attribute structuresBhumika Goyal2017-08-171-1/+1
* | powerpc/xmon: Exclude all of xmon from ftraceNaveen N. Rao2017-08-151-3/+3