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