summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pseries/cpuidle: smt-snooze-delay cleanup.Deepthi Dharwar2014-01-291-2/+0
* powerpc: Fix 32-bit frames for signals delivered when transactionalPaul Mackerras2014-01-291-12/+7
* powerpc: Fix hw breakpoints on !HAVE_HW_BREAKPOINT configurationsAndreas Schwab2014-01-291-1/+1
* Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2014-01-292-83/+0
|\
| * clk: mpc5xxx: switch to COMMON_CLK, retire PPC_CLOCKGerhard Sittig2014-01-122-83/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-2746-391/+2197
|\ \
| * | powerpc/eeh: Handle multiple EEH errorsGavin Shan2014-01-151-72/+78
| * | Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-01-1511-57/+756
| |\ \
| | * | powerpc: Replaced tlbilx with tlbwe in the initialization codeDiana Craciun2014-01-101-8/+2
| | * | powerpc/e6500: TLB miss handler with hardware tablewalk supportScott Wood2014-01-093-0/+45
| | * | powerpc/fsl_booke: smp support for booting a relocatable kernel above 64MKevin Hao2014-01-091-13/+28
| | * | powerpc/fsl_booke: make sure PAGE_OFFSET map to memstart_addr for relocatable...Kevin Hao2014-01-091-5/+69
| | * | powerpc: introduce early_get_first_memblock_infoKevin Hao2014-01-091-1/+40
| | * | powerpc/fsl_booke: set the tlb entry for the kernel address in AS1Kevin Hao2014-01-091-0/+81
| | * | powerpc: enable the relocatable support for the fsl booke 32bit kernelKevin Hao2014-01-092-0/+36
| | * | powerpc/fsl_booke: introduce get_phys_addr functionKevin Hao2014-01-091-20/+30
| | * | powerpc/fsl_booke: protect the access to MAS7Kevin Hao2014-01-091-0/+2
| | * | powerpc/85xx: add sysfs for pw20 state and altivec idleWang Dongsheng2014-01-091-0/+316
| | * | powerpc/85xx: add hardware automatically enter pw20 stateWang Dongsheng2014-01-071-0/+21
| | * | powerpc/85xx: add hardware automatically enter altivec idle stateWang Dongsheng2014-01-071-0/+21
| | * | powerpc/fsl-booke: Use SPRN_SPRGn rather than mfsprg/mtsprgScott Wood2014-01-071-16/+16
| | * | powerpc: fix exception clearing in e500 SPE float emulationJoseph Myers2014-01-071-2/+28
| | * | powerpc/booke64: Add LRAT error exception handlerMihai Caraman2014-01-072-0/+29
| | |/
| * | powerpc: Fix transactional FP/VMX/VSX unavailable handlersPaul Mackerras2014-01-151-9/+36
| * | powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras2014-01-158-46/+188
| * | powerpc: Fix races with irq_workBenjamin Herrenschmidt2014-01-151-0/+11
| * | Move precessing of MCE queued event out from syscall exit path.Mahesh Salgaonkar2014-01-152-8/+10
| * | powerpc/iommu: Don't detach device without IOMMU groupGavin Shan2014-01-151-0/+11
| * | powerpc/eeh: Hotplug improvementGavin Shan2014-01-152-3/+22
| * | powerpc/eeh: Add restore_config operationGavin Shan2014-01-151-0/+3
| * | powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-1512-11/+1
| |/
| * Merge branch 'merge' into nextBenjamin Herrenschmidt2013-12-307-11/+16
| |\
| * | powerpc: Fix endian issues in power7/8 machine check handlerAnton Blanchard2013-12-301-3/+3
| * | powerpc/iommu: Update the generic code to use dynamic iommu page sizesAlistair Popple2013-12-303-50/+67
| * | powerpc/iommu: Add it_page_shift field to determine iommu page sizeAlistair Popple2013-12-301-2/+3
| * | powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple2013-12-303-50/+51
| * | powerpc: Fix "attempt to move .org backwards" errorMahesh Salgaonkar2013-12-301-140/+138
| * | powerpc: Dynamically allocate slb_shadow from memblockJeremy Kerr2013-12-091-7/+25
| * | powerpc: Make slb_shadow a localJeremy Kerr2013-12-091-1/+1
| * | powerpc: Increase EEH recovery timeout for SR-IOVBrian King2013-12-052-2/+2
| * | PPC: POWERNV: move iommu_add_device earlierAlexey Kardashevskiy2013-12-051-44/+4
| * | powerpc/powernv: Machine check exception handling.Mahesh Salgaonkar2013-12-051-0/+27
| * | powerpc/book3s: Queue up and process delayed MCE events.Mahesh Salgaonkar2013-12-053-2/+164
| * | powerpc/book3s: Decode and save machine check event.Mahesh Salgaonkar2013-12-053-9/+273
| * | powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power8.Mahesh Salgaonkar2013-12-052-0/+38
| * | powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power7.Mahesh Salgaonkar2013-12-053-0/+155
| * | powerpc/book3s: Add flush_tlb operation in cpu_spec.Mahesh Salgaonkar2013-12-052-11/+35
| * | powerpc/book3s: Introduce a early machine check hook in cpu_spec.Mahesh Salgaonkar2013-12-051-2/+5
| * | powerpc/book3s: Return from interrupt if coming from evil context.Mahesh Salgaonkar2013-12-052-0/+83
| * | powerpc/book3s: handle machine check in Linux host.Mahesh Salgaonkar2013-12-053-0/+127
OpenPOWER on IntegriCloud