summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | PPC: Add asm helpers for BE 32bit load/storeAlexander Graf2014-07-281-0/+4
| | * | | | | | KVM: PPC: e500: Fix default tlb for victim hintMihai Caraman2014-07-282-1/+8
| | * | | | | | KVM: PPC: Book3S HV: Add H_SET_MODE hcall handlingMichael Neuling2014-07-282-1/+57
| | * | | | | | KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras2014-07-289-5/+84
| | * | | | | | KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handlingPaul Mackerras2014-07-288-0/+153
| | * | | | | | KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu scheduleMihai Caraman2014-07-281-3/+3
| | * | | | | | KVM: PPC: Book3S PR: Fix sparse endian checksAlexander Graf2014-07-281-10/+11
| | * | | | | | KVM: PPC: Book3S PR: Fix ABIv2 on LEAlexander Graf2014-07-282-0/+8
| | * | | | | | KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()Anton Blanchard2014-07-282-2/+2
| | * | | | | | KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issueAnton Blanchard2014-07-281-2/+2
| | * | | | | | KVM: PPC: Book3S PR: Handle hyp doorbell exitsAlexander Graf2014-07-281-0/+1
| | * | | | | | KVM: PPC: Book3s HV: Fix tlbie compile errorAlexander Graf2014-07-281-6/+2
| | * | | | | | KVM: PPC: Book3s PR: Disable AIL mode with OPALAlexander Graf2014-07-281-0/+12
| | * | | | | | KVM: PPC: BOOK3S: PR: Emulate instruction counterAneesh Kumar K.V2014-07-285-6/+14
| | * | | | | | KVM: PPC: BOOK3S: PR: Emulate virtual timebase registerAneesh Kumar K.V2014-07-287-7/+30
| | * | | | | | KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulationAneesh Kumar K.V2014-07-064-12/+21
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-07130-1800/+4296
|\ \ \ \ \ \ \
| * | | | | | | powerpc/eeh: Export eeh_iommu_group_to_pe()Gavin Shan2014-08-071-0/+1
| * | | | | | | powerpc/eeh: Add missing #ifdef CONFIG_IOMMU_APIBenjamin Herrenschmidt2014-08-051-0/+4
| * | | | | | | powerpc: Reduce scariness of interrupt frames in stack tracesPaul Mackerras2014-08-051-1/+1
| * | | | | | | powerpc: start loop at section start of start in vmemmap_populated()Li Zhong2014-08-051-1/+2
| * | | | | | | powerpc: implement vmemmap_free()Li Zhong2014-08-051-21/+64
| * | | | | | | powerpc: implement vmemmap_remove_mapping() for BOOK3SLi Zhong2014-08-052-1/+23
| * | | | | | | powerpc: implement vmemmap_list_free()Li Zhong2014-08-051-10/+52
| * | | | | | | powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTEMadhusudanan Kandasamy2014-08-051-2/+3
| * | | | | | | powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.Mahesh Salgaonkar2014-08-051-12/+37
| * | | | | | | powerpc/book3s: handle HMIs for cpus in nap mode.Mahesh Salgaonkar2014-08-051-0/+32
| * | | | | | | powerpc/powernv: Invoke opal call to handle hmi.Mahesh Salgaonkar2014-08-056-7/+267
| * | | | | | | powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar2014-08-0513-3/+139
| * | | | | | | powerpc/iommu: Fix comments with it_page_shiftAlexey Kardashevskiy2014-08-051-2/+2
| * | | | | | | powerpc/powernv: Handle compound PE in config accessorsGavin Shan2014-08-051-28/+59
| * | | | | | | powerpc/powernv: Handle compound PE for EEHGavin Shan2014-08-051-47/+78
| * | | | | | | powerpc/powernv: Handle compound PEGavin Shan2014-08-052-0/+146
| * | | | | | | powerpc/powernv: Split ioda_eeh_get_state()Gavin Shan2014-08-051-80/+104
| * | | | | | | powerpc/powernv: Allow to freeze PEGavin Shan2014-08-052-1/+9
| * | | | | | | powerpc/powernv: Enable M64 aperatus for PHB3Guo Chao2014-08-053-22/+307
| * | | | | | | powerpc/eeh: Aux PE data for error logGavin Shan2014-08-054-15/+58
| * | | | | | | powerpc/eeh: Make diag-data not endian dependentGavin Shan2014-08-053-108/+139
| * | | | | | | powerpc/eeh: Replace pr_warning() with pr_warn()Gavin Shan2014-08-058-44/+48
| * | | | | | | powerpc/eeh: Reduce lines of log dumpGavin Shan2014-08-051-5/+33
| * | | | | | | powerpc/eeh: Selectively enable IO for error logGavin Shan2014-08-054-6/+23
| * | | | | | | powerpc/eeh: Refactor EEH flag accessorsGavin Shan2014-08-056-38/+27
| * | | | | | | powerpc/eeh: Fetch IOMMU table in reliable wayGavin Shan2014-08-051-11/+22
| * | | | | | | powerpc/powernv: Fix IOMMU table for VFIO devGavin Shan2014-08-051-9/+21
| * | | | | | | powerpc/eeh: Wrong place to call pci_get_slot()Mike Qiu2014-08-051-33/+13
| * | | | | | | powerpc: Fix wrong defintion in boot/io.hLucas Tanure2014-08-051-1/+1
| * | | | | | | powerpc/pci: Reorder pci bus/bridge unregistration during PHB removalTyrel Datwyler2014-08-051-2/+2
| * | | | | | | powerpc/powernv: Update dev->dma_mask in pci_set_dma_mask() pathBrian W Hart2014-08-051-0/+1
| * | | | | | | powerpc/64e: Add __ref to early_alloc_pgtable()Scott Wood2014-08-051-1/+1
| * | | | | | | powerpc/mm/numa: Fix break placementAndrey Utkin2014-08-051-1/+1
OpenPOWER on IntegriCloud