summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-101-0/+11
| * powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FWCédric Le Goater2020-12-101-2/+0
| * powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FWCédric Le Goater2020-12-101-46/+8
| * powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUGCédric Le Goater2020-12-102-6/+0
| * powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flagCédric Le Goater2020-12-101-2/+2
| * KVM: PPC: Book3S HV: XIVE: Show detailed configuration in debug outputCédric Le Goater2020-12-103-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-031-0/+6
| * KVM: PPC: Book3S HV: Ratelimit machine check messages coming from guestsNicholas Piggin2020-12-031-4/+16
| * KVM: PPC: Book3S HV: Don't attempt to recover machine checks for FWNMI enable...Nicholas Piggin2020-12-031-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-141-10/+2
* | mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-141-0/+1
* | mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-141-6/+7
|/
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-222-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
| * KVM: PPC: Book3S HV: Fix function definition in book3s_hv_uvmem.cRam Pai2020-07-281-11/+10
| * KVM: PPC: Clean up redundant kvm_run parameters in assemblyTianjia Zhang2020-07-235-49/+44
| * KVM: PPC: Protect kvm_vcpu_read_guest with srcu locksAlexey Kardashevskiy2020-07-214-12/+29
| * KVM: PPC: Book3S HV: Increase KVMPPC_NR_LPIDS on POWER8 and POWER9Cédric Le Goater2020-07-211-2/+6
| * KVM: PPC: Book3SHV: Enable support for ISA v3.1 guestsAlistair Popple2020-07-211-2/+10
* | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-077-15/+83
|\ \
| * | powerpc/64s: Move HMI IRQ stat from percpu variable to paca.Mahesh Salgaonkar2020-07-291-1/+1