summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-12-16Merge branch 'kexec' into nextBenjamin Herrenschmidt6-203/+214
2011-12-16Merge branch 'ps3' into nextBenjamin Herrenschmidt8-147/+154
2011-12-16Merge branch 'cpuidle' into nextBenjamin Herrenschmidt12-87/+411
2011-12-08powerpc: Enable squashfs as a moduleAnton Blanchard2-0/+10
2011-12-08powerpc/nvram: Add spinlock to oops_to_nvram to prevent oops in compression c...Anton Blanchard1-0/+7
2011-12-08powerpc: Provide a way for KVM to indicate that NV GPR values are lostPaul Mackerras4-0/+9
2011-12-08powerpc/powernv: Fix problems in onlining CPUsPaul Mackerras2-2/+2
2011-12-08powerpc/pseries: Increase minimum RMO size from 64MB to 256MBAnton Blanchard1-1/+1
2011-12-08powerpc: Punch a hole in /dev/mem for librtassukadev@linux.vnet.ibm.com2-0/+15
2011-12-08powerpc: Add support for OpenBlockS 600Benjamin Herrenschmidt7-3/+438
2011-12-08powerpc/ps3: Update ps3_defconfigGeoff Levand1-19/+20
2011-12-08powerpc/ps3: Add __init to ps3_smp_probeGeoff Levand1-1/+1
2011-12-08powerpc/ps3: Fix PS3 repository build warningsGeoff Levand1-67/+68
2011-12-08powerpc/ps3: Fix hcall lv1_read_repository_nodeGeoff Levand2-3/+3
2011-12-08powerpc/ps3: Fix hcall lv1_get_version_infoGeoff Levand3-4/+6
2011-12-08powerpc/ps3: Fix hcall lv1_get_virtual_address_space_id_of_ppeGeoff Levand2-2/+2
2011-12-08powerpc/ps3: Fix hcall lv1_net_stop_rx_dmaGeoff Levand1-2/+2
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