summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | powerpc/xive: Fix section mismatch warningsMichael Ellerman2017-08-102-3/+3
* | powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xxChristophe Leroy2017-08-103-183/+0
* | powerpc/cpm1: link to CONFIG_CPM1 instead of CONFIG_8xxChristophe Leroy2017-08-103-3/+4
* | powerpc/4xx: Create 4xx pseudo-platform in platforms/4xxMichael Ellerman2017-08-1010-4741/+0
* | powerpc/xive: Ensure active irqd when setting affinityBenjamin Herrenschmidt2017-08-101-0/+4
* | powerpc/ipic: Support edge on IRQ0Scott Wood2017-07-241-0/+1
|/
* Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-073-4/+4
|\
| * Merge branch 'fixes' into nextMichael Ellerman2017-07-032-2/+3
| |\
| * | powerpc/xive: Silence message about VP block allocationBenjamin Herrenschmidt2017-06-281-2/+2
| * | powerpc: Fix some spelling mistakesColin Ian King2017-06-051-1/+1
| * | powerpc/8xx: fix mpc8xx_get_irq() return on no irqChristophe Leroy2017-06-021-1/+1
* | | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-0/+8
|\ \ \ | |_|/ |/| |
| * | dax: remove default copy_from_iter fallbackDan Williams2017-06-271-0/+8
| |/
* | powerpc/xive: Fix offset for store EOI MMIOsBenjamin Herrenschmidt2017-06-151-1/+1
* | powerpc/sysdev/simple_gpio: Fix oops in gpio save_regs functionChristophe Leroy2017-06-011-1/+2
|/
* Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-121-0/+25
|\
| * powerpc/8xx: Adding support of IRQ in MPC8xx GPIOChristophe Leroy2017-05-021-0/+25
* | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-05-092-11/+217
|\ \
| * | KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-272-11/+217
* | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-12/+33
|\ \ \ | |_|/ |/| |
| * | block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-19/+4
| * | axon_ram: add dax_operations supportDan Williams2017-04-191-6/+42
* | | powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()Michael Ellerman2017-04-261-0/+3
* | | powerpc/xive: Fix missing check of rc != OPAL_BUSYMichael Ellerman2017-04-201-0/+1
* | | powerpc: Change the doorbell IPI calling conventionNicholas Piggin2017-04-135-19/+6
* | | Merge branch 'topic/xive' (early part) into nextMichael Ellerman2017-04-128-4/+2024
|\ \ \ | | |/ | |/|
| * | powerpc: Consolidate variants of real-mode MMIOsBenjamin Herrenschmidt2017-04-101-4/+4
| * | powerpc/xive: Native exploitation of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-107-0/+2020
| |/
* | powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman2017-04-111-2/+1
|/
* axonram: Fix gendisk handlingJan Kara2017-03-081-1/+4
* powerpc/xics: Work around limitations of OPAL XICS priority handlingBalbir Singh2017-03-062-3/+24
* powerpc/powernv: Properly set "host-ipi" on IPIsBenjamin Herrenschmidt2017-02-091-2/+4
* powerpc/powernv: Fix CPU hotplug to handle waking on HVIBenjamin Herrenschmidt2017-02-091-0/+29
* powerpc/icp-opal: Fix missing KVM case and harden replayBenjamin Herrenschmidt2017-01-171-7/+24
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
OpenPOWER on IntegriCloud