summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge branch 'cpuidle' into nextBenjamin Herrenschmidt2011-12-167-87/+366
| |\ \ \ \ \ \ \ \
| | * | | | | | | | powerpc/cpuidle: Handle power_save=offDeepthi Dharwar2011-12-081-0/+3
| | * | | | | | | | powerpc/cpuidle: Enable cpuidle and directly call cpuidle_idle_call() for pSe...Deepthi Dharwar2011-12-082-84/+23
| | * | | | | | | | powerpc/cpuidle: cpuidle driver for pSeriesDeepthi Dharwar2011-12-086-3/+340
| | |/ / / / / / /
| * | | | | | | | powerpc/nvram: Add spinlock to oops_to_nvram to prevent oops in compression c...Anton Blanchard2011-12-081-0/+7
| * | | | | | | | powerpc/powernv: Fix problems in onlining CPUsPaul Mackerras2011-12-081-1/+1
| * | | | | | | | powerpc: Add support for OpenBlockS 600Benjamin Herrenschmidt2011-12-082-1/+12
| |/ / / / / / /
| * | | | | | | Merge branch 'booke-hugetlb' into nextBenjamin Herrenschmidt2011-12-081-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | powerpc: Kconfig updates for FSL BookE HUGETLB 64-bitBecky Bruce2011-12-071-2/+2
| | |/ / / / / /
| * | | | | | | Merge branch 'mpic' into nextBenjamin Herrenschmidt2011-12-0731-539/+94
| |\ \ \ \ \ \ \
| | * | | | | | | powerpc/mpic: Add in-core support for cascaded MPICsKyle Moffett2011-12-072-54/+5
| | * | | | | | | powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett2011-12-0729-36/+31
| | * | | | | | | powerpc/mpic: Search for open-pic device-tree node if NULLKyle Moffett2011-12-0722-240/+28
| | * | | | | | | powerpc/mpic: Save computed phys_addr for board-specific codeKyle Moffett2011-12-075-49/+14
| | * | | | | | | powerpc: Consolidate mpic_alloc() OF address translationKyle Moffett2011-12-0719-148/+21
| | * | | | | | | powerpc/85xx: Move mpc85xx_smp_init() decl to a new "smp.h"Kyle Moffett2011-12-079-40/+23
| | |/ / / / / /
| * | | | | | | powerpc/powernv: Display diag data on p7ioc EEH errorsBenjamin Herrenschmidt2011-12-074-19/+140
| * | | | | | | powerpc/powernv: Update OPAL interfacesBenjamin Herrenschmidt2011-12-072-2/+10
| |/ / / / / /
| * | | | | | powerpc/maple: Enable access to HT Host-Bridge on MapleDmitry Eremin-Solenikov2011-11-281-0/+55
| * | | | | | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2011-11-2538-963/+274
| |\ \ \ \ \ \
| | * | | | | | powerpc/85xx: Renamed mpc85xx_common.c to common.cKumar Gala2011-11-242-1/+1
| | * | | | | | powerpc/85xx: Additional consolidate of_platform_bus_probe callsKumar Gala2011-11-244-29/+7
| | * | | | | | powerpc/85xx: consolidate of_platform_bus_probe callsDmitry Eremin-Solenikov2011-11-2416-218/+40
| | * | | | | | powerpc/85xx: separate cpm2 pic initDmitry Eremin-Solenikov2011-11-2416-157/+89
| | * | | | | | powerpc/83xx: make mpc830x_rdb use mpc83xx_setup_pciDmitry Eremin-Solenikov2011-11-241-8/+1
| | * | | | | | powerpc/83xx: merge PCI bridge additionsDmitry Eremin-Solenikov2011-11-2413-80/+34
| | * | | | | | powerpc/83xx: consolidate of_platform_bus_probe callsDmitry Eremin-Solenikov2011-11-2415-180/+31
| | * | | | | | powerpc/83xx: consolidate init_IRQ functionsDmitry Eremin-Solenikov2011-11-2415-287/+68
| | * | | | | | powerpc/8xxx: Update device tree bus probe for new RapidIO node bindingKai Jiang2011-11-243-3/+3
| | |/ / / / /
| * | | | | | powerpc/powernv: PCI support for p7IOC under OPAL v2Benjamin Herrenschmidt2011-11-254-5/+1426
| * | | | | | powerpc/powernv: Fixup p7ioc PCIe root complex class codeBenjamin Herrenschmidt2011-11-251-0/+7
| * | | | | | powerpc/powernv: Add TCE SW invalidation supportBenjamin Herrenschmidt2011-11-252-15/+75
| * | | | | | powerpc: Mark IPI interrupts IRQF_NO_THREADThomas Gleixner2011-11-251-2/+2
| * | | | | | powerpc/wsp: Mark opb cascade handler IRQF_NO_THREADThomas Gleixner2011-11-251-1/+2
| * | | | | | powerpc/85xx: Mark cascade irq IRQF_NO_THREADThomas Gleixner2011-11-251-1/+1
| * | | | | | powerpc/book3e: Add Chroma as a new WSP/PowerEN platform.Jimi Xenidis2011-11-257-52/+344
| * | | | | | powerpc/icswx: Simple ACOP fault handlerJimi Xenidis2011-11-251-1/+12
| * | | | | | powerpc/book3e: Add ICSWX/ACOP support to Book3e cores like A2Jimi Xenidis2011-11-252-1/+2
| * | | | | | powerpc: Split ICSWX ACOP and PID processingJimi Xenidis2011-11-251-0/+8
| * | | | | | powerpc/powermac: Add missing of_node_putJulia Lawall2011-11-251-2/+6
| * | | | | | powerpc/cell/iommu: Add missing of_node_putJulia Lawall2011-11-251-0/+2
| * | | | | | powerpc/pseries: Software invalidatation of TCEsMilton Miller2011-11-251-5/+56
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-062-4/+12
|\ \ \ \ \ \
| * | | | | | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-4/+8
| * | | | | | powerpc: Tell RCU about idle after hcall tracingPaul E. McKenney2011-12-111-0/+4
| * | | | | | nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-4/+4
| * | | | | | nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-4/+4
| | |/ / / / | |/| | | |
* | | | | | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo2011-12-082-2/+0
* | | | | | powerpc: Cleanup memblock usageTejun Heo2011-12-081-13/+9
|/ / / / /
* | | | | powerpc/85xx: Fix compile error on p3060_qds.cKumar Gala2011-11-231-1/+1
OpenPOWER on IntegriCloud