index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_hv_uvmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-14
KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
Jordan Niethe
1
-1
/
+1
2023-08-21
mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_once
Suren Baghdasaryan
1
-0
/
+1
2023-02-09
mm: replace vma->vm_flags indirect modification in ksm_madvise
Suren Baghdasaryan
1
-1
/
+5
2022-11-24
KVM: PPC: Book3S HV: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-3
/
+2
2022-10-12
mm: free device private pages have zero refcount
Alistair Popple
1
-1
/
+1
2022-10-12
mm/memory.c: fix race when faulting a device private page
Alistair Popple
1
-8
/
+11
2022-05-19
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-3
/
+5
2022-05-18
KVM: PPC: Book3S HV: fix incorrect NULL check on list iterator
Xiaomeng Tong
1
-3
/
+5
2022-05-05
powerpc: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2022-03-08
KVM: use __vcalloc for very large allocations
Paolo Bonzini
1
-1
/
+1
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
1
-1
/
+0
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
1
-0
/
+1
2021-12-08
KVM: Keep memslots in tree-based structures instead of array-based ones
Maciej S. Szmigiero
1
-7
/
+7
2021-11-11
mm/migrate.c: remove MIGRATE_PFN_LOCKED
Alistair Popple
1
-2
/
+2
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-06-29
arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_inters...
Liam Howlett
1
-1
/
+1
2021-06-10
powerpc: Add missing linux/{of.h,irqdomain.h} include directives
Marc Zyngier
1
-0
/
+1
2020-10-13
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
1
-0
/
+1
2020-10-13
mm/memremap_pages: convert to 'struct range'
Dan Williams
1
-6
/
+7
2020-08-09
Merge tag 'kvm-ppc-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-169
/
+531
2020-07-28
mm/migrate: add a flags parameter to migrate_vma
Ralph Campbell
1
-1
/
+3
2020-07-28
KVM: PPC: Book3S HV: Rework secure mem slot dropping
Laurent Dufour
1
-17
/
+35
2020-07-28
KVM: PPC: Book3S HV: Move kvmppc_svm_page_out up
Laurent Dufour
1
-76
/
+90
2020-07-28
KVM: PPC: Book3S HV: Migrate hot plugged memory
Laurent Dufour
1
-4
/
+19
2020-07-28
KVM: PPC: Book3S HV: In H_SVM_INIT_DONE, migrate remaining normal-GFNs to sec...
Ram Pai
1
-22
/
+132
2020-07-28
KVM: PPC: Book3S HV: Track the state GFNs associated with secure VMs
Ram Pai
1
-19
/
+172
2020-07-28
KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_START
Ram Pai
1
-35
/
+88
2020-07-28
KVM: PPC: Book3S HV: Fix function definition in book3s_hv_uvmem.c
Ram Pai
1
-11
/
+10
2020-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+14
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-3
/
+3
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-6
/
+6
2020-05-27
KVM: PPC: Book3S HV: Read ibm,secure-memory nodes
Laurent Dufour
1
-0
/
+14
2020-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+18
2020-03-26
mm: handle multiple owners of device private pages in migrate_vma
Christoph Hellwig
1
-0
/
+1
2020-03-26
memremap: add an owner field to struct dev_pagemap
Christoph Hellwig
1
-0
/
+2
2020-03-26
KVM: PPC: Book3S HV: Add a capability for enabling secure guests
Paul Mackerras
1
-0
/
+13
2020-03-24
KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURN
Laurent Dufour
1
-1
/
+2
2020-03-24
KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supported
Fabiano Rosas
1
-0
/
+3
2020-01-29
KVM: PPC: Book3S HV: Release lock on page-out failure path
Bharata B Rao
1
-1
/
+1
2020-01-17
KVM: PPC: Book3S HV: Implement H_SVM_INIT_ABORT hcall
Sukadev Bhattiprolu
1
-0
/
+28
2020-01-17
KVM: PPC: Add skip_page_out parameter to uvmem functions
Sukadev Bhattiprolu
1
-2
/
+2
2019-11-28
KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VM
Bharata B Rao
1
-0
/
+37
2019-11-28
KVM: PPC: Book3S HV: Radix changes for secure guest
Bharata B Rao
1
-0
/
+32
2019-11-28
KVM: PPC: Book3S HV: Shared pages support for secure guests
Bharata B Rao
1
-4
/
+81
2019-11-28
KVM: PPC: Book3S HV: Support for running secure guests
Bharata B Rao
1
-0
/
+639