summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv_uvmem.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3s HV: Hold LPIDs in an unsigned longJordan Niethe2023-09-141-1/+1
* mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan2023-08-211-0/+1
* mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan2023-02-091-1/+5
* KVM: PPC: Book3S HV: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-11-241-3/+2
* mm: free device private pages have zero refcountAlistair Popple2022-10-121-1/+1
* mm/memory.c: fix race when faulting a device private pageAlistair Popple2022-10-121-8/+11
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-05-191-3/+5
|\
| * KVM: PPC: Book3S HV: fix incorrect NULL check on list iteratorXiaomeng Tong2022-05-181-3/+5
* | powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-241-1/+1
|\
| * KVM: use __vcalloc for very large allocationsPaolo Bonzini2022-03-081-1/+1
* | mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-1/+0
* | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
|/
* KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero2021-12-081-7/+7
* mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-111-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-1/+1
|\
| * arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_inters...Liam Howlett2021-06-291-1/+1
* | powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier2021-06-101-0/+1
|/
* 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
* Merge tag 'kvm-ppc-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-08-091-169/+531
|\
| * 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-281-4/+19
| * 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
* | mm/migrate: add a flags parameter to migrate_vmaRalph Campbell2020-07-281-1/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-121-0/+14
|\
| * KVM: PPC: Book3S HV: Read ibm,secure-memory nodesLaurent Dufour2020-05-271-0/+14
* | 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-091-6/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-021-1/+18
|\
| * KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras2020-03-261-0/+13
| * KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURNLaurent Dufour2020-03-241-1/+2
| * KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supportedFabiano Rosas2020-03-241-0/+3
* | mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig2020-03-261-0/+1
* | memremap: add an owner field to struct dev_pagemapChristoph Hellwig2020-03-261-0/+2
|/
* KVM: PPC: Book3S HV: Release lock on page-out failure pathBharata B Rao2020-01-291-1/+1
* KVM: PPC: Book3S HV: Implement H_SVM_INIT_ABORT hcallSukadev Bhattiprolu2020-01-171-0/+28
* KVM: PPC: Add skip_page_out parameter to uvmem functionsSukadev Bhattiprolu2020-01-171-2/+2
* KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VMBharata B Rao2019-11-281-0/+37
* KVM: PPC: Book3S HV: Radix changes for secure guestBharata B Rao2019-11-281-0/+32
* KVM: PPC: Book3S HV: Shared pages support for secure guestsBharata B Rao2019-11-281-4/+81
* KVM: PPC: Book3S HV: Support for running secure guestsBharata B Rao2019-11-281-0/+639