summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | KVM: PPC: Add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulationSimon Guo2018-05-222-0/+24
| | * | KVM: PPC: Book3S PR: Enable use on POWER9 inside HPT-mode guestsPaul Mackerras2018-05-181-2/+9
| | * | KVM: PPC: Book3S HV: Send kvmppc_bad_interrupt NMIs to Linux handlersNicholas Piggin2018-05-181-1/+14
| | * | KVM: PPC: Book3S HV: Fix kvmppc_bad_host_intr for real mode interruptsNicholas Piggin2018-05-181-0/+2
| | * | KVM: PPC: Book3S HV: radix: Do not clear partition PTE when RC or write bits ...Nicholas Piggin2018-05-181-21/+47
| | * | KVM: PPC: Book3S HV: radix: Refine IO region partition scope attributesNicholas Piggin2018-05-181-3/+7
| | * | KVM: PPC: Book3S HV: Make radix handle process scoped LPID flush in C, with r...Nicholas Piggin2018-05-182-7/+32
| | * | KVM: PPC: Book3S HV: Make radix use the Linux translation flush functions for...Nicholas Piggin2018-05-181-28/+8
| | * | KVM: PPC: Book3S HV: Recursively unmap all page table entries when unmappingNicholas Piggin2018-05-181-54/+138
| | * | KVM: PPC: Book3S HV: Use a helper to unmap ptes in the radix fault pathNicholas Piggin2018-05-181-23/+23
| | * | KVM: PPC: Book3S HV: Lockless tlbie for HPT hcallsNicholas Piggin2018-05-183-22/+3
| | * | KVM: PPC: Fix a mmio_host_swabbed uninitialized usage issueSimon Guo2018-05-182-1/+2
| | * | KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_archSimon Guo2018-05-1814-80/+79
| | * | KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into itSimon Guo2018-05-1812-54/+55
| | * | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-05-184-7/+247
| | |\ \
| | * | | KVM: PPC: Book3S: Change return type to vm_fault_tSouptick Joarder2018-05-171-1/+1
| | * | | KVM: PPC: Book3S: Check KVM_CREATE_SPAPR_TCE_64 parametersAlexey Kardashevskiy2018-05-171-1/+2
| | * | | KVM: PPC: Book3S: Allow backing bigger guest IOMMU pages with smaller physica...Alexey Kardashevskiy2018-05-172-20/+94
| | * | | KVM: PPC: Book3S: Use correct page shift in H_STUFF_TCEAlexey Kardashevskiy2018-05-172-2/+2
| | * | | KVM: PPC: Book3S HV: Fix inaccurate commentPaul Mackerras2018-05-171-1/+1
| | * | | KVM: PPC: Book3S HV: Set RWMR on POWER8 so PURR/SPURR count correctlyPaul Mackerras2018-05-173-1/+62
| | * | | KVM: PPC: Book3S HV: Add 'online' register to ONE_REG interfacePaul Mackerras2018-05-173-0/+9
* | | | | treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-151-1/+1
|/ / / /
* | | | Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-136-35/+9
|\ \ \ \
| * | | | powerpc/kbuild: move -mprofile-kernel check to KconfigNicholas Piggin2018-06-116-34/+8
| * | | | gcc-plugins: move GCC version check for PowerPC to KconfigMasahiro Yamada2018-06-111-1/+1
* | | | | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-1216-24/+27
|\ \ \ \ \
| * | | | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-122-2/+2
| * | | | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-122-2/+3
| * | | | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-129-15/+15
| * | | | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-124-5/+7
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-122-3/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-06-011-2/+1
| * | | | | kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
* | | | | | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-107-1/+22
|\ \ \ \ \ \
| * | | | | | powerpc: Wire up restartable sequences system callBoqun Feng2018-06-063-1/+3
| * | | | | | powerpc: Add syscall detection for restartable sequencesBoqun Feng2018-06-062-0/+15
| * | | | | | powerpc: Add support for restartable sequencesBoqun Feng2018-06-062-0/+4
* | | | | | | mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-073-6/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-07255-6194/+3902
|\ \ \ \ \ \
| * | | | | | powerpc/64s/radix: Fix missing ptesync in flush_cache_vmapNicholas Piggin2018-06-061-3/+2
| * | | | | | powerpc: fix build failure by disabling attribute-alias warning in pci_32Christophe Leroy2018-06-051-0/+4
| * | | | | | powerpc-opal: fix spelling mistake "Uniterrupted" -> "Uninterrupted"Colin Ian King2018-06-051-1/+1
| * | | | | | powerpc: fix spelling mistake: "Usupported" -> "Unsupported"Colin Ian King2018-06-051-1/+1
| * | | | | | powerpc/pkeys: Detach execute_only key on !PROT_EXECRam Pai2018-06-051-2/+2
| * | | | | | powerpc/powernv: copy/paste - Mask SO bit in CRHaren Myneni2018-06-041-1/+2
| * | | | | | powerpc: Remove core support for Marvell mv64x60 hostbridgesMark Greer2018-06-046-1171/+0
| * | | | | | powerpc/boot: Remove core support for Marvell mv64x60 hostbridgesMark Greer2018-06-043-652/+1
| * | | | | | powerpc/boot: Remove support for Marvell mv64x60 i2c controllerMark Greer2018-06-042-205/+1
| * | | | | | powerpc/boot: Remove support for Marvell MPSC serial controllerMark Greer2018-06-044-175/+1
OpenPOWER on IntegriCloud