summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-0822-167/+1537
|\
| * KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář2017-04-274-5/+5
| * KVM: PPC: Book3S PR: Do not fail emulation with mtspr/mfspr for unknown SPRsThomas Huth2017-04-202-8/+34
| * KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy2017-04-205-3/+518
| * KVM: PPC: iommu: Unify TCE checkingAlexey Kardashevskiy2017-04-204-55/+39
| * KVM: PPC: Use preregistered memory API to access TCE listAlexey Kardashevskiy2017-04-201-16/+42
| * KVM: PPC: Pass kvm* to kvmppc_find_table()Alexey Kardashevskiy2017-04-203-10/+12
| * KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanentlyAlexey Kardashevskiy2017-04-201-0/+1
| * Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-04-208-20/+141
| |\
| * | KVM: PPC: Align the table size to system page sizeAlexey Kardashevskiy2017-04-201-1/+1
| * | KVM: PPC: Book3S PR: Preserve storage control bitsAlexey Kardashevskiy2017-04-204-1/+5
| * | KVM: PPC: Book3S PR: Exit KVM on failed mappingAlexey Kardashevskiy2017-04-202-2/+9
| * | KVM: PPC: Book3S PR: Get rid of unused local variableAlexey Kardashevskiy2017-04-201-3/+1
| * | KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init()Markus Elfring2017-04-201-3/+2
| * | KVM: PPC: Book3S HV: Use common error handling code in kvmppc_clr_passthru_irq()Markus Elfring2017-04-201-5/+3
| * | KVM: PPC: Add MMIO emulation for remaining floating-point instructionsPaul Mackerras2017-04-202-0/+16
| * | KVM: PPC: Emulation for more integer loads and storesPaul Mackerras2017-04-202-49/+91
| * | KVM: PPC: Add MMIO emulation for stdx (store doubleword indexed)Alexey Kardashevskiy2017-04-202-0/+7
| * | KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructionsBin Lu2017-04-206-7/+731
| * | KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interruptsPaul Mackerras2017-04-203-0/+26
| * | kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini2017-04-072-3/+3
| * | kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini2017-04-071-5/+0
* | | Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-051-4/+1
|\ \ \
| * | | of: Add function for generating a DT modalias with a newlineRob Herring2017-03-221-4/+1
* | | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-052-12/+34
|\ \ \ \
| * | | | block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-19/+4
| * | | | axon_ram: add dax_operations supportDan Williams2017-04-192-6/+43
* | | | | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-051-1/+2
|\ \ \ \ \
| * | | | | cma: Store a name in the cma structureLaura Abbott2017-04-181-1/+2
* | | | | | Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-05181-2426/+7295
|\ \ \ \ \ \
| * | | | | | powerpc/64s: Power9 has no LPCR[VRMASD] field so don't set itNicholas Piggin2017-05-031-9/+12
| * | | | | | powerpc/powernv: Fix TCE kill on NVLink2Alistair Popple2017-05-033-6/+14
| * | | | | | powerpc/mm/radix: Drop support for CPUs without lockless tlbieMichael Ellerman2017-05-031-38/+7
| * | | | | | powerpc/book3s/mce: Move add_taint() later in virtual modeMahesh Salgaonkar2017-05-032-2/+4
| * | | | | | powerpc/sysfs: Move #ifdef CONFIG_HOTPLUG_CPU out of the function bodyMichael Ellerman2017-05-031-2/+4
| * | | | | | powerpc/smp: Document irq enable/disable after migrating IRQsMichael Ellerman2017-05-031-1/+8
| * | | | | | powerpc/mpc52xx: Don't select user-visible RTAS_PROCMichael Ellerman2017-05-031-1/+0
| * | | | | | powerpc/powernv: Document cxl dependency on special case in pnv_eeh_reset()Andrew Donnellan2017-05-031-0/+7
| * | | | | | powerpc/eeh: Clean up and document event handling functionsRussell Currey2017-05-021-12/+24
| * | | | | | powerpc/eeh: Avoid use after free in eeh_handle_special_event()Russell Currey2017-05-021-4/+15
| * | | | | | powerpc/64: Allow CONFIG_RELOCATABLE if COMPILE_TESTNicholas Piggin2017-05-011-2/+2
| * | | | | | powerpc/xmon: Teach xmon oops about radix vectorsMichael Neuling2017-05-011-2/+12
| * | | | | | powerpc/mm/hash: Fix off-by-one in comment about kernel contexts idsMichael Ellerman2017-04-281-1/+1
| * | | | | | powerpc/pseries: Enable VFIOAlexey Kardashevskiy2017-04-281-2/+38
| * | | | | | powerpc/powernv: Fix iommu table size calculation hook for small tablesAlexey Kardashevskiy2017-04-281-1/+2
| * | | | | | powerpc/powernv: Check kzalloc() return value in pnv_pci_table_allocAlexey Kardashevskiy2017-04-282-0/+6
| * | | | | | powerpc: Add arch/powerpc/tools directoryNicholas Piggin2017-04-284-2/+2
| * | | | | | powerpc: Use the new post-link pass to check relocationsNicholas Piggin2017-04-282-11/+34
| * | | | | | powerpc/xmon: Wait for secondaries before IPI'ing on system resetNicholas Piggin2017-04-281-9/+27
| * | | | | | powerpc/pseries: Implement NMI IPI with H_SIGNAL_SYS_RESETNicholas Piggin2017-04-282-1/+26
OpenPOWER on IntegriCloud