summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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-091-6/+2Star
| * | powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt2016-07-211-96/+88Star
| * | 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-291-2/+2
|\ \
| * | pmem: kill __pmem address spaceDan Williams2016-07-131-2/+2
| |/
* / block: convert to device_add_disk()Dan Williams2016-06-271-2/+1Star
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-271-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-161-0/+24
| * | powerpc/mpic: handle subsys_system_register() failureAndrew Donnellan2016-04-271-1/+8
| |/
* | powerpc: ppc4xx: drop unused variableLinus Walleij2016-03-311-1/+0Star
* | powerpc: simple-gpio: use gpiochip data pointerLinus Walleij2016-03-301-9/+4Star
* | powerpc: ppc4xx: use gpiochip data pointerLinus Walleij2016-03-301-11/+5Star
* | powerpc: cpm_common: use gpiochip data pointerLinus Walleij2016-03-301-12/+6Star
* | powerpc: sysdev: cpm1: use gpiochip data pointerLinus Walleij2016-03-301-24/+12Star
|/
* rapidio: add global inbound port write interfacesAlexandre Bounine2016-03-223-6/+12
* powerpc/fsl_rio: changes to mport registrationAlexandre Bounine2016-03-221-6/+12
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-199-17/+439
|\
| * powerpc/rcpm: Fix build break when SMP=nMichael Ellerman2016-03-161-0/+1
| * powerpc/fsl-lbc: Modify suspend/resume entry sequenceRaghav Dogra2016-03-091-11/+38
| * powerpc/885: set SDCR to 0x40Christophe Leroy2016-03-091-1/+4
| * powerpc/rcpm: add RCPM driverchenhui zhao2016-03-053-0/+391
| * powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-014-5/+5
* | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-182-2/+2
|\ \
| * | powerpc: simple_gpio: Be sure to clamp return valueLinus Walleij2016-01-251-1/+1
| * | powerpc: ppc4cc/gpio: Be sure to clamp return valueLinus Walleij2016-01-251-1/+1
| |/
* / powerpc/xics: Add icp_native_cause_ipi_rmSuresh Warrier2016-02-291-0/+21
|/
* mm, dax, pmem: introduce pfn_tDan Williams2016-01-161-5/+4Star
* Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-1516-3022/+15Star
|\
| * powerpc/fsl_lbc: removal of dead codeRaghav Dogra2015-12-231-2/+0Star
| * powerpc/85xx: Add PCIe controller support for bsc9132qdsHarninder Rai2015-12-231-0/+13
| * QE: Move QE from arch/powerpc to drivers/socZhao Qiang2015-12-2314-3113/+1Star
| * QE: use subsys_initcall to init qeZhao Qiang2015-12-231-0/+13
| * QE/CPM: move muram management functions to qe_commonZhao Qiang2015-12-234-209/+239
| * CPM/QE: use genalloc to manage CPM/QE muramZhao Qiang2015-12-231-38/+88
| * powerpc/axonram: Fix module autoload for OF platform driverLuis de Bethencourt2015-11-261-0/+1
* | EDAC, mpc85xx: Make mpc85xx-pci-edac a platform deviceScott Wood2015-12-112-10/+27
|/
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-111-2/+3
|\
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-2/+3
* | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-066-54/+83
|\ \
| * \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2015-11-023-44/+68
| |\ \
| | * | powerpc: handle error case in cpm_muram_alloc()Christophe Leroy2015-10-281-1/+2
| | * | powerpc: mpic: use IRQCHIP_SKIP_SET_WAKE instead of redundant mpic_irq_set_wakeSudeep Holla2015-10-281-19/+4Star
| | * | powerpc/fsl_pci: Don't set up inbound windows in kdump crash kernelScott Wood2015-10-171-23/+61
| | * | powerpc/fsl_pci: Check for get_user/probe_kernel_address failureScott Wood2015-10-171-1/+1
| * | | powerpc/msi: Fix section mismatch warning in msi_bitmap_alloc()Denis Kirjanov2015-10-281-1/+1
| |/ /
| * | powerpc/mpc5xxx: Use of_get_next_parent to simplify codeChristophe Jaillet2015-10-151-4/+1Star