summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix duplicate const clang warning in user access codeAnton Blanchard2015-06-111-4/+4
* vfio: powerpc/spapr: Support Dynamic DMA windowsAlexey Kardashevskiy2015-06-111-1/+1
* vfio: powerpc/spapr: Register memory and define IOMMU v2Alexey Kardashevskiy2015-06-111-0/+6
* powerpc/mmu: Add userspace-to-physical addresses translation cacheAlexey Kardashevskiy2015-06-112-0/+21
* powerpc/iommu/ioda2: Add get_table_size() to calculate the size of future tableAlexey Kardashevskiy2015-06-111-0/+5
* vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows APIAlexey Kardashevskiy2015-06-111-0/+19
* powerpc/powernv: Implement multilevel TCE tablesAlexey Kardashevskiy2015-06-111-0/+2
* powerpc/iommu/powernv: Release replaced TCEAlexey Kardashevskiy2015-06-111-4/+18
* vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership controlAlexey Kardashevskiy2015-06-111-1/+10
* powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupAlexey Kardashevskiy2015-06-111-1/+7
* powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupAlexey Kardashevskiy2015-06-112-9/+12
* powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy2015-06-112-25/+17
* powerpc/powernv: Do not set "read" flag if direction==DMA_NONEAlexey Kardashevskiy2015-06-111-0/+1
* vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driverAlexey Kardashevskiy2015-06-111-4/+0
* powerpc/iommu/powernv: Get rid of set_iommu_table_base_and_groupAlexey Kardashevskiy2015-06-111-7/+0
* powerpc/mm: Add trace point for tracking hash pte faultAneesh Kumar K.V2015-06-101-0/+20
* powerpc/dscr: Add some in-code documentationAnshuman Khandual2015-06-071-0/+9
* powerpc/powernv: Add opal-prd channelJeremy Kerr2015-06-053-1/+79
* cxl: Move include file cxl.h -> cxl-base.hMichael Neuling2015-06-031-1/+1
* powerpc/pci: Add pcibios_disable_device() hookMichael Neuling2015-06-031-0/+2
* powerpc/pci: Add shutdown hook to pci_controller_opsMichael Neuling2015-06-031-0/+2
* powerpc: Add cxl context to device archdataMichael Neuling2015-06-031-0/+3
* powerpc/pci: Add release_device() hook to phb opsMichael Neuling2015-06-031-0/+2
* powerpc/pci: add dma_set_mask to pci_controller_opsDaniel Axtens2015-06-021-0/+2
* powerpc: Remove MSI-related PCI controller ops from ppc_mdDaniel Axtens2015-06-021-6/+0
* powerpc: Add MSI operations to pci_controller_ops structDaniel Axtens2015-05-221-0/+6
* powerpc/powernv: Add a virtual irqchip for opal eventsAlistair Popple2015-05-221-0/+3
* powerpc/powernv: Reorder OPAL subsystem initialisationAlistair Popple2015-05-221-0/+3
* powerpc/powernv: Introduce sysfs control for fastsleep workaround behaviorShreyas B. Prabhu2015-05-222-0/+8
* powerpc: Fix cpu_online_cores_map to return only online threads maskShreyas B. Prabhu2015-05-221-5/+8
* powerpc: Enable sys_kcmp() for CRIULaurent Dufour2015-05-201-1/+1
* powerpc/eeh: Introduce eeh_pe_inject_err()Gavin Shan2015-05-122-0/+28
* powerpc/eeh: Move PE state constants aroundGavin Shan2015-05-122-5/+32
* powerpc: Make STRICT_MM_TYPECHECKS a config optionMichael Ellerman2015-05-112-4/+2
* Revert "powerpc/tm: Abort syscalls in active transactions"Michael Ellerman2015-04-301-1/+1
* Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-262-31/+14
|\
| * powerpc/mm/thp: Return pte address if we find trans_splitting.Aneesh Kumar K.V2015-04-171-10/+2
| * powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-171-1/+10
| * KVM: PPC: Remove page table walk helpersAneesh Kumar K.V2015-04-171-21/+0
| * KVM: PPC: Use READ_ONCE when dereferencing pte_t pointerAneesh Kumar K.V2015-04-171-1/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-266-16/+68
|\ \
| * | KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras2015-04-211-0/+2
| * | KVM: PPC: Book3S HV: Use bitmap of active threads rather than countPaul Mackerras2015-04-211-7/+8
| * | KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_wokenPaul Mackerras2015-04-211-2/+0
| * | KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpuPaul Mackerras2015-04-211-2/+3
| * | KVM: PPC: Book3S HV: Minor cleanupsPaul Mackerras2015-04-211-2/+0
| * | KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA updatePaul Mackerras2015-04-211-3/+2
| * | KVM: PPC: Book3S HV: Accumulate timing information for real-mode codePaul Mackerras2015-04-212-0/+24
| * | KVM: PPC: Book3S HV: Create debugfs file for each guest's HPTPaul Mackerras2015-04-212-0/+4
| * | KVM: PPC: Book3S HV: Add helpers for lock/unlock hpteAneesh Kumar K.V2015-04-211-0/+14
OpenPOWER on IntegriCloud