summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2015-06-19powerpc/mm: Change the swap encoding in pte.Aneesh Kumar K.V3-5/+23
2015-06-19powerpc/mm: PTE_RPN_MAX is not used, remove the sameAneesh Kumar K.V1-2/+0
2015-06-19powerpc/tm: Abort syscalls in active transactionsSam bobroff3-5/+8
2015-06-18powerpc/include: Add opal-prd to installed uapi headersJeremy Kerr1-0/+1
2015-06-11powerpc: Fix duplicate const clang warning in user access codeAnton Blanchard1-4/+4
2015-06-11vfio: powerpc/spapr: Support Dynamic DMA windowsAlexey Kardashevskiy1-1/+1
2015-06-11vfio: powerpc/spapr: Register memory and define IOMMU v2Alexey Kardashevskiy1-0/+6
2015-06-11powerpc/mmu: Add userspace-to-physical addresses translation cacheAlexey Kardashevskiy2-0/+21
2015-06-11powerpc/iommu/ioda2: Add get_table_size() to calculate the size of future tableAlexey Kardashevskiy1-0/+5
2015-06-11vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows APIAlexey Kardashevskiy1-0/+19
2015-06-11powerpc/powernv: Implement multilevel TCE tablesAlexey Kardashevskiy1-0/+2
2015-06-11powerpc/iommu/powernv: Release replaced TCEAlexey Kardashevskiy1-4/+18
2015-06-11vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership controlAlexey Kardashevskiy1-1/+10
2015-06-11powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupAlexey Kardashevskiy1-1/+7
2015-06-11powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupAlexey Kardashevskiy2-9/+12
2015-06-11powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy2-25/+17
2015-06-11powerpc/powernv: Do not set "read" flag if direction==DMA_NONEAlexey Kardashevskiy1-0/+1
2015-06-11vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driverAlexey Kardashevskiy1-4/+0
2015-06-11powerpc/iommu/powernv: Get rid of set_iommu_table_base_and_groupAlexey Kardashevskiy1-7/+0
2015-06-10powerpc/mm: Add trace point for tracking hash pte faultAneesh Kumar K.V1-0/+20
2015-06-07powerpc/dscr: Add some in-code documentationAnshuman Khandual1-0/+9
2015-06-05powerpc/powernv: Add opal-prd channelJeremy Kerr3-1/+79
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling1-1/+1
2015-06-03powerpc/pci: Add pcibios_disable_device() hookMichael Neuling1-0/+2
2015-06-03powerpc/pci: Add shutdown hook to pci_controller_opsMichael Neuling1-0/+2
2015-06-03powerpc: Add cxl context to device archdataMichael Neuling1-0/+3
2015-06-03powerpc/pci: Add release_device() hook to phb opsMichael Neuling1-0/+2
2015-06-02powerpc/pci: add dma_set_mask to pci_controller_opsDaniel Axtens1-0/+2
2015-06-02powerpc: Remove MSI-related PCI controller ops from ppc_mdDaniel Axtens1-6/+0
2015-05-22powerpc: Add MSI operations to pci_controller_ops structDaniel Axtens1-0/+6
2015-05-22powerpc/powernv: Add a virtual irqchip for opal eventsAlistair Popple1-0/+3
2015-05-22powerpc/powernv: Reorder OPAL subsystem initialisationAlistair Popple1-0/+3
2015-05-22powerpc/powernv: Introduce sysfs control for fastsleep workaround behaviorShreyas B. Prabhu2-0/+8
2015-05-22powerpc: Fix cpu_online_cores_map to return only online threads maskShreyas B. Prabhu1-5/+8
2015-05-20powerpc: Enable sys_kcmp() for CRIULaurent Dufour1-1/+1
2015-05-12powerpc/eeh: Introduce eeh_pe_inject_err()Gavin Shan2-0/+28
2015-05-12powerpc/eeh: Move PE state constants aroundGavin Shan2-5/+32
2015-05-11powerpc: Make STRICT_MM_TYPECHECKS a config optionMichael Ellerman2-4/+2
2015-04-30Revert "powerpc/tm: Abort syscalls in active transactions"Michael Ellerman1-1/+1
2015-04-26Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2-31/+14
2015-04-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-16/+68
2015-04-21KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras1-0/+2
2015-04-21KVM: PPC: Book3S HV: Use bitmap of active threads rather than countPaul Mackerras1-7/+8
2015-04-21KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_wokenPaul Mackerras1-2/+0
2015-04-21KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpuPaul Mackerras1-2/+3
2015-04-21KVM: PPC: Book3S HV: Minor cleanupsPaul Mackerras1-2/+0
2015-04-21KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA updatePaul Mackerras1-3/+2
2015-04-21KVM: PPC: Book3S HV: Accumulate timing information for real-mode codePaul Mackerras2-0/+24
2015-04-21KVM: PPC: Book3S HV: Create debugfs file for each guest's HPTPaul Mackerras2-0/+4
2015-04-21KVM: PPC: Book3S HV: Add helpers for lock/unlock hpteAneesh Kumar K.V1-0/+14