summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/xive: Assign boolean values to a bool variableJiapeng Chong2021-02-111-2/+2
* powerpc/32s: Change mfsrin() into a static inline functionChristophe Leroy2021-02-091-4/+0
* powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-093-0/+3
* KVM: PPC: Book3S HV: Context tracking exit guest context before enabling irqsNicholas Piggin2021-02-091-2/+4
* powerpc/kvm: Force selection of CONFIG_PPC_FPUChristophe Leroy2021-01-301-0/+1
* KVM: PPC: Book3S HV: Include prototypesCédric Le Goater2021-01-301-0/+1
* KVM: PPC: Make the VMX instruction emulation routines staticCédric Le Goater2021-01-301-4/+4
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-1713-99/+170
|\
| * KVM: PPC: Book3S HV: Fix mask size for emulated msgsndpLeonardo Bras2020-12-151-3/+3
| * KVM: PPC: fix comparison to bool warningKaixu Xia2020-12-151-3/+3
| * KVM: PPC: Book3S: Assign boolean values to a bool variableKaixu Xia2020-12-151-2/+2
| * KVM: PPC: Book3S HV: XIVE: Add a comment regarding VP numberingCédric Le Goater2020-12-111-0/+11
| * powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FWCédric Le Goater2020-12-111-2/+0
| * powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FWCédric Le Goater2020-12-111-46/+8
| * powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUGCédric Le Goater2020-12-112-6/+0
| * powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flagCédric Le Goater2020-12-111-2/+2
| * KVM: PPC: Book3S HV: XIVE: Show detailed configuration in debug outputCédric Le Goater2020-12-113-17/+82
| * powerpc/64s: Remove MSR[ISF] bitNicholas Piggin2020-12-091-1/+1
| * powerpc: Fix update form addressing in inline assemblyChristophe Leroy2020-12-041-2/+2
| * KVM: PPC: BOOK3S: PR: Ignore UAMOR SPRAneesh Kumar K.V2020-12-041-0/+6
| * KVM: PPC: Book3S HV: Ratelimit machine check messages coming from guestsNicholas Piggin2020-12-041-4/+16
| * KVM: PPC: Book3S HV: Don't attempt to recover machine checks for FWNMI enable...Nicholas Piggin2020-12-041-7/+16
| * Merge branch 'fixes' into nextMichael Ellerman2020-11-251-0/+7
| |\
| * | powerpc: Replace RFI by rfi on book3s/32 and bookeChristophe Leroy2020-11-191-2/+2
| * | powerpc/mm: Update tlbiel loop on POWER10Aneesh Kumar K.V2020-11-192-2/+16
* | | KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity checkGreg Kurz2020-12-011-5/+2
| |/ |/|
* | KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB pageCédric Le Goater2020-11-161-0/+7
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-2312-49/+110
|\
| * KVM: PPC: Book3S HV: Make struct kernel_param_ops definition constJoe Perches2020-10-211-1/+1
| * KVM: PPC: Book3S: Fix symbol undeclared warningsWang Wensheng2020-09-227-7/+7
| * KVM: PPC: Book3S: Remove redundant initialization of variable retJing Xiangfeng2020-09-221-1/+1
| * KVM: PPC: Book3S HV: XIVE: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-221-11/+1
| * KVM: PPC: Book3S HV: Set LPCR[HDICE] before writing HDECPaul Mackerras2020-09-172-5/+18
| * KVM: PPC: Book3S HV: Do not allocate HPT for a nested guestFabiano Rosas2020-09-171-0/+6
| * KVM: PPC: Don't return -ENOTSUPP to userspace in ioctlsGreg Kurz2020-09-172-5/+5
| * KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' methodGreg Kurz2020-09-032-19/+71
* | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-162-0/+15
|\ \
| * | powerpc/64s: handle ISA v3.1 local copy-paste context switchesNicholas Piggin2020-09-082-0/+15
| |/
* | KVM: PPC: Book3S HV: simplify kvm_cma_reserve()Mike Rapoport2020-10-131-10/+2
* | mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-131-0/+1
* | mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-131-6/+7
|/
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-212-2/+4
* Merge tag 'kvm-ppc-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-08-0912-242/+626
|\
| * KVM: PPC: Book3S HV: Rework secure mem slot droppingLaurent Dufour2020-07-281-17/+35
| * KVM: PPC: Book3S HV: Move kvmppc_svm_page_out upLaurent Dufour2020-07-281-76/+90
| * KVM: PPC: Book3S HV: Migrate hot plugged memoryLaurent Dufour2020-07-282-12/+25
| * KVM: PPC: Book3S HV: In H_SVM_INIT_DONE, migrate remaining normal-GFNs to sec...Ram Pai2020-07-281-22/+132
| * KVM: PPC: Book3S HV: Track the state GFNs associated with secure VMsRam Pai2020-07-281-19/+172
| * KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_STARTRam Pai2020-07-281-35/+88