summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-3/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* powerpc: Remove core support for Marvell mv64x60 hostbridgesMark Greer2018-06-046-1171/+0
* powerpc/xics: Add missing of_node_put() in error pathYueHaibing2018-06-031-3/+4
* powerpc: cpm_gpio: Remove owner assignment from platform_driverFabio Estevam2018-06-031-1/+0
* powerpc/xive: Remove (almost) unused macrosRussell Currey2018-06-031-1/+1
* powerpc/xive: prepare all hcalls to support long busy delaysCédric Le Goater2018-05-101-8/+28
* powerpc/xive: fix hcall H_INT_RESET to support long busy delaysCédric Le Goater2018-05-101-5/+47
* powerpc/xive: Fix trying to "push" an already active pool VPBenjamin Herrenschmidt2018-04-191-0/+4
* Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-073-3/+3
|\
| * Merge branch 'topic/paca' into nextMichael Ellerman2018-03-312-2/+2
| |\
| | * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-1/+1
| | * powerpc/mpic: Check if cpu_possible() in mpic_physmask()Michael Ellerman2018-03-301-1/+1
| * | powerpc/xive: Fix wrong xmon output caused by typoFrederic Barrat2018-03-311-1/+1
* | | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-052-0/+2
|/ /
* | 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
OpenPOWER on IntegriCloud