summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: fix exception clearing in e500 SPE float emulationJoseph Myers2014-01-081-1/+5
* powerpc/booke64: Add LRAT error exception handlerMihai Caraman2014-01-082-0/+2
* Merge branch 'merge' into nextBenjamin Herrenschmidt2013-12-305-12/+13
|\
| * powerpc: Make unaligned accesses endian-safe for powerpcRajesh B Prathipati2013-12-301-1/+6
| * powerpc: Fix bad stack check in exception entryMichael Neuling2013-12-301-1/+1
| * powerpc/powernv: Fix OPAL LPC access in Little EndianBenjamin Herrenschmidt2013-12-131-1/+1
| * powerpc/powernv: Fix endian issue in opal_xscom_readAnton Blanchard2013-12-131-1/+1
| * powerpc: Fix PTE page address mismatch in pgtable ctor/dtorHong H. Pham2013-12-102-8/+4
* | powerpc/iommu: Update the generic code to use dynamic iommu page sizesAlistair Popple2013-12-301-7/+12
* | powerpc/iommu: Add it_page_shift field to determine iommu page sizeAlistair Popple2013-12-301-0/+1
* | powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple2013-12-301-5/+5
* | powerpc/powernv: Get FSP memory errors and plumb into memory poison infrastru...Mahesh Salgaonkar2013-12-091-0/+52
* | powerpc/mm: Enable _PAGE_NUMA for book3sAneesh Kumar K.V2013-12-092-1/+71
* | powerpc/mm: Free up _PAGE_COHERENCE for numa fault use laterAneesh Kumar K.V2013-12-091-1/+1
* | powerpc: Make slb_shadow a localJeremy Kerr2013-12-091-2/+0
* | powerpc: Add real mode cache inhibited IO accessorsMichael Ellerman2013-12-051-0/+16
* | PPC: POWERNV: move iommu_add_device earlierAlexey Kardashevskiy2013-12-051-0/+26
* | powerpc/powernv: Move SG list structure to header fileVasant Hegde2013-12-051-0/+22
* | powerpc/powernv: Infrastructure to read opal messages in generic format.Mahesh Salgaonkar2013-12-051-1/+23
* | powerpc/powernv: Machine check exception handling.Mahesh Salgaonkar2013-12-051-0/+1
* | powerpc/book3s: Queue up and process delayed MCE events.Mahesh Salgaonkar2013-12-051-0/+3
* | powerpc/book3s: Decode and save machine check event.Mahesh Salgaonkar2013-12-051-0/+124
* | powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power8.Mahesh Salgaonkar2013-12-051-0/+3
* | powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power7.Mahesh Salgaonkar2013-12-052-0/+72
* | powerpc/book3s: Add flush_tlb operation in cpu_spec.Mahesh Salgaonkar2013-12-051-0/+5
* | powerpc/book3s: Introduce a early machine check hook in cpu_spec.Mahesh Salgaonkar2013-12-051-0/+7
* | powerpc/book3s: Introduce exclusive emergency stack for machine check exception.Mahesh Salgaonkar2013-12-051-0/+9
* | powerpc/book3s: Split the common exception prolog logic into two section.Mahesh Salgaonkar2013-12-051-7/+14
* | powerpc: Make irq_stat.timers_irqs counting more specificfan.du2013-12-021-1/+2
* | powerpc: purge all the prefetched instructions for the coherent icache flushKevin Hao2013-12-021-1/+13
* | powerpc: Move the patch_exception to a common placeKevin Hao2013-12-021-0/+7
|/
* powerpc/kdump: Adding symbols in vmcoreinfo to facilitate dump filteringHari Bathini2013-11-251-0/+1
* powerpc/8xx: mfspr SPRN_TBRx in lieu of mftb/mftbu is not supportedLEROY Christophe2013-11-223-0/+17
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-11-221-1/+1
|\
| * powerpc: Make cpu_to_chip_id() available when SMP=nMichael Ellerman2013-11-211-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-214-0/+41
|\ \ | |/ |/|
| * powerpc: Set eflags correctly for ELF ABIv2 core dumps.Rusty Russell2013-11-201-0/+2
| * powerpc: Add TIF_ELF2ABI flag.Rusty Russell2013-11-202-0/+11
| * pseries: Add H_SET_MODE to change exception endiannessAnton Blanchard2013-11-202-0/+28
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0
|\ \
| * | preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-1515-281/+277
|\ \ \
| * \ \ Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-0417-295/+302
| |\ \ \
| | * | | kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V2013-10-171-1/+5
| | * | | kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-172-3/+5
| | * | | kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-2/+4
| | * | | kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V2013-10-172-55/+3
| | * | | kvm: powerpc: book3s: Cleanup interrupt handling codeAneesh Kumar K.V2013-10-171-0/+11
| | * | | kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-172-24/+66
| | * | | kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLEAneesh Kumar K.V2013-10-175-12/+10