summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-12-08powerpc/ps3: Interrupt code cleanupGeoff Levand1-50/+53
2011-12-08powerpc/kdump: Only save CPU state first time through the secondary CPU captu...Anton Blanchard1-12/+21
2011-12-08powerpc/kdump: Delay before sending IPI on a system resetAnton Blanchard1-7/+26
2011-12-08powerpc/xics: Reset the CPPR if H_EOI failsAnton Blanchard1-6/+7
2011-12-08powerpc: Reduce pseries panic timeout from 180s to 10sAnton Blanchard1-0/+2
2011-12-08powerpc: Rework die()Anton Blanchard2-56/+74
2011-12-08powerpc: Cleanup crash/kexec codeAnton Blanchard2-19/+3
2011-12-08powerpc/kdump: Use setjmp/longjmp to handle kdump and system reset recursionAnton Blanchard1-15/+57
2011-12-08powerpc: Remove broken and complicated kdump system reset codeAnton Blanchard3-101/+25
2011-12-08powerpc: Give us time to get all oopses out before panickingAnton Blanchard1-1/+13
2011-12-08powerpc/cpuidle: Handle power_save=offDeepthi Dharwar2-0/+4
2011-12-08powerpc/cpuidle: Enable cpuidle and directly call cpuidle_idle_call() for pSe...Deepthi Dharwar2-84/+23
2011-12-08powerpc/cpuidle: cpuidle driver for pSeriesDeepthi Dharwar8-3/+350
2011-12-08powerpc/cpuidle: Add cpu_idle_wait() to allow switching of idle routinesDeepthi Dharwar4-0/+34
2011-12-08Merge branch 'booke-hugetlb' into nextBenjamin Herrenschmidt14-87/+155
2011-12-07Merge branch 'mpic' into nextBenjamin Herrenschmidt33-621/+225
2011-12-07powerpc/pci: Make pci_read_irq_line() staticBenjamin Herrenschmidt2-4/+1
2011-12-07powerpc/powernv: Workaround OFW issues in prom_init.cBenjamin Herrenschmidt1-4/+10
2011-12-07powerpc/powernv: Display diag data on p7ioc EEH errorsBenjamin Herrenschmidt4-19/+140
2011-12-07powerpc/powernv: Update OPAL interfacesBenjamin Herrenschmidt3-6/+137
2011-12-07powerpc: Define/use HUGETLB_NEED_PRELOAD insead of complicated #ifBecky Bruce2-2/+8
2011-12-07powerpc/book3e: Change hugetlb preload to take vma argumentBecky Bruce3-4/+9
2011-12-07powerpc: Enable hugetlb by default for corenet64 platformsBecky Bruce1-0/+1
2011-12-07powerpc: Enable Hugetlb by default for 32-bit 85xx/corenetBecky Bruce3-0/+3
2011-12-07powerpc: Kconfig updates for FSL BookE HUGETLB 64-bitBecky Bruce1-2/+2
2011-12-07powerpc: Add gpages reservation code for 64-bit FSL BOOKEBecky Bruce3-9/+28
2011-12-07powerpc: Add hugepage support to 64-bit tablewalk code for FSL_BOOK3EBecky Bruce1-7/+7
2011-12-07powerpc: Whitespace/comment changes to tlb_low_64e.SBecky Bruce1-17/+11
2011-12-07powerpc: hugetlb: modify include usage for FSL BookE codeBecky Bruce3-33/+29
2011-12-07powerpc: Update hugetlb huge_pte_alloc and tablewalk code for FSL BOOKEBecky Bruce1-6/+42
2011-12-07powerpc: Fix booke hugetlb preload code for PPC_MM_SLICES and 64-bitBecky Bruce1-9/+6
2011-12-07powerpc: hugetlb: fix huge_ptep_set_access_flags return valueBecky Bruce1-0/+11
2011-12-07powerpc: Only define HAVE_ARCH_HUGETLB_UNMAPPED_AREA if PPC_MM_SLICESBecky Bruce2-4/+4
2011-12-07powerpc/mpic: Add in-core support for cascaded MPICsKyle Moffett3-56/+33
2011-12-07powerpc/mpic: Cache the device-tree node in "struct mpic"Kyle Moffett2-17/+19
2011-12-07powerpc/mpic: Put "pic-no-reset" test back into the MPIC codeKyle Moffett1-6/+1
2011-12-07powerpc/mpic: Don't open-code dcr_resource_startKyle Moffett1-5/+2
2011-12-07powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett31-47/+42
2011-12-07powerpc/mpic: Search for open-pic device-tree node if NULLKyle Moffett23-244/+58
2011-12-07powerpc/mpic: Save computed phys_addr for board-specific codeKyle Moffett7-54/+23
2011-12-07powerpc/mpic: Assume a device-node was passed in mpic_alloc()Kyle Moffett1-29/+21
2011-12-07powerpc: Consolidate mpic_alloc() OF address translationKyle Moffett20-175/+55
2011-12-07powerpc/85xx: Move mpc85xx_smp_init() decl to a new "smp.h"Kyle Moffett9-40/+23
2011-11-30powerpc/40x: Add APM8018X SOC supportTanmay Inamdar5-0/+307
2011-11-28powerpc+sparc64/mm: Remove hack in mmap randomize layoutDan McGee2-14/+6
2011-11-28powerpc/xics: Harden xics hypervisor backendAnton Blanchard1-11/+27
2011-11-28powerpc: Decode correct MSR bits in oops outputAnton Blanchard1-3/+19
2011-11-28arch/powerpc: Remove duplicate/redundant Altivec entriesMatthew McClintock1-2/+1
2011-11-28powerpc/maple: Enable access to HT Host-Bridge on MapleDmitry Eremin-Solenikov1-0/+55
2011-11-28powerpc: Implement CONFIG_STRICT_DEVMEMsukadev@linux.vnet.ibm.com3-0/+31