summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2021-07-1410-63/+49
|\
| * Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-06-204-7/+7
| |\
| | * powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not setAthira Rajeev2021-06-181-1/+1
| | * powerpc: Fix initrd corruption with relative jump labelsMichael Ellerman2021-06-151-1/+1
| | * powerpc/signal64: Copy siginfo before changing regs->nipMichael Ellerman2021-06-141-5/+4
| | * powerpc/mem: Add back missing header to fix 'no previous prototype' errorChristophe Leroy2021-06-061-0/+1
| * | Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-06-068-57/+49
| |\|
| | * Revert "powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs"Frederic Barrat2021-06-011-6/+5
| | * KVM: PPC: Book3S HV: Save host FSCR in the P7/8 pathNicholas Piggin2021-05-282-1/+7
| | * powerpc: Fix reverse map real-mode address lookup with huge vmallocNicholas Piggin2021-05-284-48/+35
| | * powerpc/kprobes: Fix validation of prefixed instructions across page boundaryNaveen N. Rao2021-05-281-2/+2
* | | Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-06-256-38/+79
|\| |
| * | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-302-0/+24
| |\ \
| | * | powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllersChris Packham2021-05-271-0/+8
| | * | powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllersChris Packham2021-05-271-0/+16
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-292-1/+2
| |\ \ \ | | |/ / | |/| |
| * | | Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-05-233-37/+54
| |\ \ \ | | | |/ | | |/|
| | * | powerpc/64s/syscall: Fix ptrace syscall info with scv syscallsNicholas Piggin2021-05-202-35/+52
| | * | powerpc: Fix early setup to make early_ioremap() workAlexey Kardashevskiy2021-05-201-2/+2
| * | | Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-201-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | quota: Disable quotactl_path syscallJan Kara2021-05-171-1/+1
* | | | KVM: debugfs: Reuse binary stats descriptorsJing Zhang2021-06-252-58/+0
* | | | KVM: stats: Support binary stats retrieval for a VCPUJing Zhang2021-06-252-0/+83
* | | | KVM: stats: Support binary stats retrieval for a VMJing Zhang2021-06-252-0/+34
* | | | KVM: stats: Add fd-based API to read binary stats dataJing Zhang2021-06-241-1/+1
* | | | KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-246-28/+23
* | | | Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-06-2351-1603/+2229
|\ \ \ \
| * | | | KVM: PPC: Book3S HV: Workaround high stack usage with clangNathan Chancellor2021-06-221-1/+2
| * | | | KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVMBharata B Rao2021-06-222-7/+32
| * | | | KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capabilityBharata B Rao2021-06-221-0/+3
| * | | | KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao2021-06-225-7/+170
| * | | | KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATEBharata B Rao2021-06-213-0/+222
| * | | | powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao2021-06-212-0/+6
| * | | | KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE argumentsAneesh Kumar K.V2021-06-211-2/+2
| * | | | KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processorsSuraj Jitindar Singh2021-06-214-8/+39
| * | | | KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 pathNicholas Piggin2021-06-104-501/+43
| * | | | KVM: PPC: Book3S HV P9: implement hash host / hash guest supportNicholas Piggin2021-06-104-13/+44
| * | | | KVM: PPC: Book3S HV P9: implement hash guest supportNicholas Piggin2021-06-106-38/+101
| * | | | KVM: PPC: Book3S HV P9: Reflect userspace hcalls to hash guests to support PR...Nicholas Piggin2021-06-101-6/+16
| * | | | KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faultsNicholas Piggin2021-06-102-9/+144
| * | | | KVM: PPC: Book3S HV: small pseries_do_hcall cleanupNicholas Piggin2021-06-101-14/+15
| * | | | KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HVNicholas Piggin2021-06-101-1/+1
| * | | | KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulationNicholas Piggin2021-06-102-51/+8
| * | | | KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlersNicholas Piggin2021-06-108-138/+23
| * | | | KVM: PPC: Book3S HV: Remove radix guest support from P7/8 pathNicholas Piggin2021-06-102-101/+3
| * | | | KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9Nicholas Piggin2021-06-104-26/+7
| * | | | KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUNicholas Piggin2021-06-107-118/+34
| * | | | KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possibleNicholas Piggin2021-06-101-20/+20
| * | | | KVM: PPC: Book3S HV P9: Add helpers for OS SPR handlingNicholas Piggin2021-06-101-55/+93
| * | | | KVM: PPC: Book3S HV P9: Move SPR loading after expiry time checkNicholas Piggin2021-06-101-14/+22