summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/ps3
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-021-1/+1
|\
| * powerpc: Implement tick broadcast IPI as a fixed IPI messageSrivatsa S. Bhat2014-03-051-1/+1
| * powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI messageSrivatsa S. Bhat2014-03-051-1/+1
* | usb: host: remove selects of USB_ARCH_HAS_?HCIPaul Bolle2014-02-181-2/+0Star
|/
* powerpc/ps3: Remove inline marking of EXPORT_SYMBOL functionsDenis Efremov2013-12-021-1/+1
* PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V2013-06-211-2/+3
* powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V2013-04-301-3/+3
* powerpc: Use encode avpn where we need only avpn valuesAneesh Kumar K.V2013-04-301-1/+1
* powerpc: Use PTR_RET instead of IS_ERR/PTR_ERRAdrian-Leonard Radu2013-04-181-3/+1Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-241-6/+8
|\
| * powerpc/ps3: Increase verbosity of htab errorsGeoff Levand2013-02-151-6/+8
* | arch/powerpc/platforms/ps3: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-1/+1
|/
* POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot2012-11-151-3/+3
* powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V2012-09-171-11/+11
* powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling2012-09-101-3/+7
* powerpc/ps3: Minor Kconfig cleanupGeoff Levand2012-04-251-4/+4
* powerpc/ps3: Remove MEMORY_HOTPLUG requirementAndre Heider2012-04-251-1/+0Star
* powerpc/ps3: Add highmem region memory earlyHector Martin2012-04-251-56/+10Star
* powerpc/ps3: Use highmem region from repositoryAndre Heider2012-04-251-2/+49
* powerpc/ps3: Add highmem repository read routinesAndre Heider2012-04-252-0/+73
* powerpc/ps3: Add highmem repository write routinesGeoff Levand2012-04-252-0/+83
* powerpc/ps3: Add PS3 repository write supportGeoff Levand2012-04-252-0/+71
* irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely2012-04-121-2/+1Star
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-051-6/+7
|\
| * PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-6/+7
* | Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-0/+1
* | irq_domain/powerpc: constify irq_domain_opsGrant Likely2012-02-161-1/+1
* | irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-161-2/+1Star
* | irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-141-5/+5
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-01-075-121/+127
|\
| * powerpc/ps3: Add __init to ps3_smp_probeGeoff Levand2011-12-081-1/+1
| * powerpc/ps3: Fix PS3 repository build warningsGeoff Levand2011-12-081-67/+68
| * powerpc/ps3: Fix hcall lv1_read_repository_nodeGeoff Levand2011-12-081-2/+2
| * powerpc/ps3: Fix hcall lv1_get_version_infoGeoff Levand2011-12-081-1/+3
| * powerpc/ps3: Fix hcall lv1_get_virtual_address_space_id_of_ppeGeoff Levand2011-12-081-1/+1
| * powerpc/ps3: Interrupt code cleanupGeoff Levand2011-12-081-50/+53
* | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo2011-12-081-1/+0Star
|/
* powerpc/ps3: Fix SMP lockdep boot warningGeoff Levand2011-11-161-32/+32
* powerpc/ps3: Fix lost SMP IPIsGeoff Levand2011-11-163-1/+25
* powerpc/ps3: Fix PS3 repository build warningsGeoff Levand2011-11-081-16/+16
* powerpc/irq: Remove IRQF_DISABLEDYong Zhang2011-11-081-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-077-5/+6
|\
| * powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-11-011-2/+0Star
| * powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-11-013-3/+3
| * powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-11-013-0/+3
* | powerpc/ps3: Add gelic udbg driverHector Martin2011-09-203-0/+286
* | powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller2011-09-201-0/+7
|/
* powerpc: Remove trival irq_host_ops.unmapMilton Miller2011-05-191-6/+0Star