summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
...
* | axonram: Return directly after a failed kzalloc() in axon_ram_probe()Markus Elfring2017-09-011-22/+17Star
* | 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/+0Star
* | 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/+110Star
* | 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/+0Star
* | 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/+0Star
* | 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-281-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-031-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-061-12/+33
|\ \ \ | |_|/ |/| |
| * | block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-19/+4Star
| * | axon_ram: add dax_operations supportDan Williams2017-04-201-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/+6Star
* | | 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-101-2/+1Star
|/
* 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
* Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-165-50/+20Star
|\
| * powerpc/fsl-lbc: use DEFINE_SPINLOCK()Fabian Frederick2016-12-101-1/+1
| * powerpc/fsl_pmc: use builtin_platform_driverGeliang Tang2016-12-051-5/+1Star
| * powerpc/fsl_soc: improve and simplify get_baudrateHeiner Kallweit2016-11-231-8/+2Star
| * powerpc/fsl_soc: improve and simplify get_brgfreqHeiner Kallweit2016-11-231-17/+7Star
| * powerpc/fsl_soc: improve and simplify fsl_get_sys_freqHeiner Kallweit2016-11-231-10/+4Star
| * powerpc: Add support for relative exception tablesNicholas Piggin2016-11-141-1/+1
| * powerpc: EX_TABLE macro for exception tablesNicholas Piggin2016-11-142-8/+4Star