summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/relocate fix relocate processing in LE modeLaurent Dufour2014-02-111-2/+2
* powerpc/eeh: Drop taken reference to driver on eeh_rmv_deviceThadeu Lima de Souza Cascardo2014-02-111-2/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-312-47/+44Star
|\
| * Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-292-47/+44Star
| |\
| | * KVM: PPC: Book3S HV: Add new state for transactional memoryMichael Neuling2014-01-271-3/+16
| | * KVM: PPC: Book3S HV: Basic little-endian guest supportAnton Blanchard2014-01-271-0/+1
| | * KVM: PPC: Book3S HV: Add support for DABRX register on POWER7Paul Mackerras2014-01-271-0/+1
| | * KVM: PPC: Book3S HV: Context-switch new POWER8 SPRsMichael Neuling2014-01-271-0/+23
| | * KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbersPaul Mackerras2014-01-271-1/+2
| | * KVM: PPC: Book3S HV: Use load/store_fp_state functions in HV guest entry/exitPaul Mackerras2014-01-091-2/+0Star
| | * KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras2014-01-091-7/+4Star
| | * kvm/powerpc: rename kvm_hypercall() to epapr_hypercall()Bharat Bhushan2014-01-091-39/+2Star
* | | powerpc: Make sure "cache" directory is removed when offlining cpuPaul Mackerras2014-01-291-0/+3
* | | powerpc/pseries/cpuidle: smt-snooze-delay cleanup.Deepthi Dharwar2014-01-291-2/+0Star
* | | powerpc: Fix 32-bit frames for signals delivered when transactionalPaul Mackerras2014-01-291-12/+7Star
* | | 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/+0Star
|\ \ \
| * | | clk: mpc5xxx: switch to COMMON_CLK, retire PPC_CLOCKGerhard Sittig2014-01-122-83/+0Star
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-2846-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-111-8/+2Star
| | * | | powerpc/e6500: TLB miss handler with hardware tablewalk supportScott Wood2014-01-103-0/+45
| | * | | powerpc/fsl_booke: smp support for booting a relocatable kernel above 64MKevin Hao2014-01-101-13/+28
| | * | | powerpc/fsl_booke: make sure PAGE_OFFSET map to memstart_addr for relocatable...Kevin Hao2014-01-101-5/+69
| | * | | powerpc: introduce early_get_first_memblock_infoKevin Hao2014-01-101-1/+40
| | * | | powerpc/fsl_booke: set the tlb entry for the kernel address in AS1Kevin Hao2014-01-101-0/+81
| | * | | powerpc: enable the relocatable support for the fsl booke 32bit kernelKevin Hao2014-01-102-0/+36
| | * | | powerpc/fsl_booke: introduce get_phys_addr functionKevin Hao2014-01-101-20/+30
| | * | | powerpc/fsl_booke: protect the access to MAS7Kevin Hao2014-01-101-0/+2
| | * | | powerpc/85xx: add sysfs for pw20 state and altivec idleWang Dongsheng2014-01-101-0/+316
| | * | | powerpc/85xx: add hardware automatically enter pw20 stateWang Dongsheng2014-01-081-0/+21
| | * | | powerpc/85xx: add hardware automatically enter altivec idle stateWang Dongsheng2014-01-081-0/+21
| | * | | powerpc/fsl-booke: Use SPRN_SPRGn rather than mfsprg/mtsprgScott Wood2014-01-081-16/+16
| | * | | powerpc: fix exception clearing in e500 SPE float emulationJoseph Myers2014-01-081-2/+28
| | * | | powerpc/booke64: Add LRAT error exception handlerMihai Caraman2014-01-082-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/+1Star
| |/ /
| * | 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/+138Star