index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kvm
/
mmu.c
Age
Commit message (
Expand
)
Author
2024-04-11
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
2023-12-20
riscv: Use accessors to page table entries instead of direct dereference
Alexandre Ghiti
2023-08-31
Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-08-17
KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
Sean Christopherson
2023-08-17
KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
David Matlack
2023-04-21
RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
Anup Patel
2023-04-21
KVM: RISC-V: Retry fault if vma_lookup() results become invalid
David Matlack
2023-02-15
Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-02-07
KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizes
Alexandre Ghiti
2022-12-29
KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Sean Christopherson
2022-12-07
RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()
Christophe JAILLET
2022-12-07
RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()
Bo Liu
2022-08-19
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
2022-08-01
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
2022-07-29
RISC-V: KVM: Use PAGE_KERNEL_IO in kvm_riscv_gstage_ioremap()
Anup Patel
2022-07-29
RISC-V: KVM: Add G-stage ioremap() and iounmap() functions
Anup Patel
2022-07-29
RISC-V: KVM: Fix variable spelling mistake
Zhang Jiaming
2022-07-11
riscv: Fix missing PAGE_PFN_MASK
Alexandre Ghiti
2022-06-24
KVM: Allow for different capacities in kvm_mmu_memory_cache structs
David Matlack
2022-05-20
RISC-V: KVM: Add remote HFENCE functions based on VCPU requests
Anup Patel
2022-05-20
RISC-V: KVM: Introduce range based local HFENCE functions
Anup Patel
2022-05-20
RISC-V: KVM: Add Sv57x4 mode support for G-stage
Anup Patel
2022-05-20
RISC-V: KVM: Use G-stage name for hypervisor page table
Anup Patel
2022-01-20
RISC-V: Do not use cpumask data structure for hartid bitmap
Atish Patra
2022-01-06
RISC-V: KVM: Add VM capability to allow userspace get GPA bits
Anup Patel
2022-01-06
KVM: RISC-V: Use common KVM implementation of MMU memory caches
Sean Christopherson
2021-12-08
KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
Sean Christopherson
2021-12-08
KVM: RISC-V: Use "new" memslot instead of userspace memory region
Sean Christopherson
2021-12-08
KVM: Let/force architectures to deal with arch specific memslot data
Sean Christopherson
2021-11-22
KVM: RISC-V: Unmap stage2 mapping when deleting/moving a memslot
Sean Christopherson
2021-11-01
RISC-V: KVM: fix boolreturn.cocci warnings
Bixuan Cui
2021-10-04
RISC-V: KVM: Implement MMU notifiers
Anup Patel
2021-10-04
RISC-V: KVM: Implement stage2 page table programming
Anup Patel
2021-10-04
RISC-V: KVM: Handle MMIO exits for VCPU
Anup Patel
2021-10-04
RISC-V: Add initial skeletal KVM support
Anup Patel