summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
| * | powerpc/kvm/cma: Improve kernel log during bootAneesh Kumar K.V2020-07-291-1/+1
| * | powerpc/kvm: Use correct CONFIG symbol in commentMichael Ellerman2020-07-291-1/+1
| * | powerpc/watchpoint: Rename current H_SET_MODE DAWR macroRavi Bangoria2020-07-261-1/+1
| * | KVM: PPC: Fix typo on H_DISABLE_AND_GET hcallLeonardo Bras2020-07-231-1/+1
| * | KVM: PPC: Book3S HV: Save/restore new PMU registersAthira Rajeev2020-07-223-2/+52
| * | KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCRAthira Rajeev2020-07-222-8/+26
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-08-051-1/+3
|\ \ \
| * | | mm/migrate: add a flags parameter to migrate_vmaRalph Campbell2020-07-281-1/+3
| |/ /
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-043-5/+2
|\ \ \
| * | | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-2/+2
| * | | KVM: PPC: Book3S PR: Remove uninitialized_var() usageKees Cook2020-07-161-3/+0
| |/ /
* / / powerpc64: Break asm/percpu.h vs spinlock_types.h dependencyPeter Zijlstra2020-07-101-0/+1
|/ /
* | powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUALAneesh Kumar K.V2020-06-221-1/+2
* | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-171-2/+2
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-10/+10
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-10/+10
* | Merge tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-131-1/+1
|\ \
| * | KVM: PPC: Fix nested guest RC bits updateAlexey Kardashevskiy2020-06-121-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-1219-213/+256
|\ \ \ | |_|/ |/| |
| * | KVM: PPC: Book3S HV: Close race with page faults around memslot flushesPaul Mackerras2020-05-281-0/+5
| * | KVM: PPC: Book3S HV: Remove user-triggerable WARN_ONPaul Mackerras2020-05-281-4/+7
| * | KVM: PPC: Book3S HV: Relax check on H_SVM_INIT_ABORTLaurent Dufour2020-05-271-3/+8
| * | KVM: PPC: Book3S: Fix some RCU-list locksQian Cai2020-05-271-4/+14
| * | KVM: PPC: Book3S HV: Ignore kmemleak false positivesQian Cai2020-05-271-2/+14
| * | KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang2020-05-2717-194/+192
| * | KVM: PPC: Remove redundant kvm_run from vcpu_archTianjia Zhang2020-05-272-6/+3
| * | KVM: PPC: Book3S HV: Read ibm,secure-memory nodesLaurent Dufour2020-05-271-0/+14
| * | KVM: PPC: Book3S HV: Remove redundant NULL checkChen Zhou2020-05-271-2/+1
* | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-3/+3
* | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-093-11/+11
* | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-095-5/+5
* | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-095-5/+5
* | | mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder2020-06-082-2/+2
| |/ |/|
* | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-0510-137/+161
|\ \
| * \ Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2020-06-031-6/+29
| |\ \