summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* 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/+20
|\
| * powerpc/fsl-lbc: use DEFINE_SPINLOCK()Fabian Frederick2016-12-091-1/+1
| * powerpc/fsl_pmc: use builtin_platform_driverGeliang Tang2016-12-041-5/+1
| * powerpc/fsl_soc: improve and simplify get_baudrateHeiner Kallweit2016-11-231-8/+2
| * powerpc/fsl_soc: improve and simplify get_brgfreqHeiner Kallweit2016-11-231-17/+7
| * powerpc/fsl_soc: improve and simplify fsl_get_sys_freqHeiner Kallweit2016-11-231-10/+4
| * powerpc: Add support for relative exception tablesNicholas Piggin2016-11-141-1/+1
| * powerpc: EX_TABLE macro for exception tablesNicholas Piggin2016-11-142-8/+4
* | powerpc/virtex: Use generic xilinx irqchip driverZubair Lutfullah Kakakhel2016-11-291-209/+2
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+3
|\
| * ppc: move exports to definitionsAl Viro2016-08-071-0/+3
* | Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-147-29/+41
|\ \
| * | powerpc/fsl_pci: Size upper inbound window based on RAM sizeScott Wood2016-09-251-7/+5
| * | soc/fsl/qe: fix Oops on CPM1 (and likely CPM2)Christophe Leroy2016-09-253-6/+15
| * | powerpc/mpic: use of_property_read_boolJulia Lawall2016-09-251-1/+1
| * | powerpc: Convert fsl_rstcr_restart to a reset handlerAndrey Smirnov2016-09-252-15/+20
* | | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-0725-62/+62
|\| |
| * | powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-2024-61/+61
| * | powerpc/sparse: Make a bunch of things staticDaniel Axtens2016-09-131-1/+1
* | | powerpc/xics/opal: Fix processor numbers in OPAL ICPBenjamin Herrenschmidt2016-09-061-5/+7
|/ /
* | powerpc: sysdev: cpm: fix gpio save_regs functionsChristophe Leroy2016-08-222-3/+6
* | powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-08-221-1/+1
* | powerpc/xics: Properly set Edge/Level type and enable resendBenjamin Herrenschmidt2016-08-094-9/+59
|/
* powerpc/fsl_rio: fix a missing error codeDan Carpenter2016-08-041-0/+1
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-1/+1
* powerpc/fsl_rio: apply changes for RIO spec rev 3Alexandre Bounine2016-08-021-15/+5
* rapidio: change inbound window size type to u64Alexandre Bounine2016-08-021-2/+2
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-308-115/+264
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-07-302-11/+19
| |\
| | * powerpc/8xx: Fix vaddr for IMMR early remapChristophe Leroy2016-07-091-5/+17
| | * powerpc/85xx: Don't report SRAM to L2 cache fallback as errorClaudiu Manoil2016-07-081-6/+2
| * | powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt2016-07-211-96/+88
| * | powerpc/xics: Add ICP OPAL backendBenjamin Herrenschmidt2016-07-173-2/+149
| * | powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens2016-07-142-6/+8
| |/
* | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-2/+2
|\ \
| * | pmem: kill __pmem address spaceDan Williams2016-07-121-2/+2
| |/
* / block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-1/+1
|\
| * dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-181-1/+1
* | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-202-1/+32
|\ \
| * | powerpc/fsl-pci: Add a workaround for PCI 5 erratachenhui zhao2016-05-151-0/+24
| * | powerpc/mpic: handle subsys_system_register() failureAndrew Donnellan2016-04-271-1/+8
| |/
* | powerpc: ppc4xx: drop unused variableLinus Walleij2016-03-311-1/+0
* | powerpc: simple-gpio: use gpiochip data pointerLinus Walleij2016-03-301-9/+4
* | powerpc: ppc4xx: use gpiochip data pointerLinus Walleij2016-03-301-11/+5