开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_64_mmu_hv.c
Age
Commit message (
Expand
)
Author
2024-10-25
KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HV
Sean Christopherson
2024-10-25
KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
Sean Christopherson
2024-10-25
KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
Sean Christopherson
2024-04-11
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
2023-09-14
KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
Jordan Niethe
2023-09-14
KVM: PPC: Book3S HV: Introduce low level MSR accessor
Jordan Niethe
2023-08-16
powerpc: Make virt_to_pfn() a static inline
Linus Walleij
2023-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-04-03
KVM: PPC: Fetch prefixed instructions from the guest
Paul Mackerras
2023-04-03
KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_t
Paul Mackerras
2023-03-16
KVM: PPC: Standardize on "int" return types in the powerpc KVM code
Thomas Huth
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2022-11-24
KVM: PPC: Use __func__ to get function's name
XueBing Chen
2022-11-09
kvm: Add interruptible flag to __gfn_to_pfn_memslot()
Peter Xu
2022-08-19
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
2022-05-19
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2022-05-18
KVM: PPC: Book3S HV: Use consistent type for return value of kvm_age_rmapp()
Bo Liu
2022-05-13
KVM: PPC: Book3S HV: Remove KVMPPC_NR_LPIDS
Nicholas Piggin
2022-05-13
KVM: PPC: Book3S Nested: Use explicit 4096 LPID maximum
Nicholas Piggin
2022-05-13
KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, Nested
Nicholas Piggin
2022-05-13
KVM: PPC: Remove kvmppc_claim_lpid
Nicholas Piggin
2022-05-05
powerpc: fix typos in comments
Julia Lawall
2022-02-02
KVM: PPC: Merge powerpc's debugfs entry content into generic entry
Alexey Kardashevskiy
2021-12-08
KVM: Keep memslots in tree-based structures instead of array-based ones
Maciej S. Szmigiero
2021-05-12
KVM: PPC: Book3S HV: Fix kvm_unmap_gfn_range_hv() for Hash MMU
Michael Ellerman
2021-05-06
KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacks
Nicholas Piggin
2021-04-17
KVM: PPC: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
2021-02-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-02-22
KVM: x86/mmu: Consider the hva in mmu_notifier retry
David Stevens
2021-01-30
KVM: PPC: Book3S HV: Include prototypes
Cédric Le Goater
2020-07-21
KVM: PPC: Book3S HV: Increase KVMPPC_NR_LPIDS on POWER8 and POWER9
Cédric Le Goater
2020-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-08
mm/gup.c: convert to use get_user_{page|pages}_fast_only()
Souptick Joarder
2020-05-27
KVM: PPC: Clean up redundant 'kvm_run' parameters
Tianjia Zhang
2020-05-05
powerpc/kvm/book3s: Use find_kvm_host_pte in h_enter
Aneesh Kumar K.V
2020-05-05
powerpc/kvm/book3s: Use find_kvm_host_pte in page fault handler
Aneesh Kumar K.V
2020-05-05
Merge tag 'kvm-ppc-fixes-5.7-1' into topic/ppc-kvm
Michael Ellerman
2020-04-21
Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2020-04-21
KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functions
Paul Mackerras
2020-04-05
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-03-19
KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handler
Paul Mackerras
2020-03-04
powerpc/kvm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2020-01-17
KVM: PPC: Book3S: Replace current->mm by kvm->mm
Leonardo Bras
2019-11-01
Merge tag 'kvm-ppc-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2019-10-22
KVM: Add separate helper for putting borrowed reference to kvm
Sean Christopherson
2019-10-22
KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch op
Nicholas Piggin
2019-10-22
KVM: PPC: Reduce calls to get current->mm by storing the value locally
Leonardo Bras
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266
Thomas Gleixner
2019-05-29
KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup
Paul Mackerras
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
[next]