index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
mmu.c
Age
Commit message (
Expand
)
Author
2022-02-25
KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs
Paolo Bonzini
2022-02-18
KVM: x86/mmu: Remove MMU auditing
Sean Christopherson
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG
David Matlack
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...
David Matlack
2022-02-10
KVM: x86/mmu: Move restore_acc_track_spte() to spte.h
David Matlack
2022-02-10
KVM: x86/mmu: Drop new_spte local variable from restore_acc_track_spte()
David Matlack
2022-02-10
KVM: x86/mmu: Remove unnecessary warnings from restore_acc_track_spte()
David Matlack
2022-02-10
KVM: x86/mmu: Rename __rmap_write_protect() to rmap_write_protect()
David Matlack
2022-02-10
KVM: x86/mmu: Rename rmap_write_protect() to kvm_vcpu_write_protect_gfn()
David Matlack
2022-02-10
KVM: x86/mmu: Consolidate comments about {Host,MMU}-writable
David Matlack
2022-02-10
KVM: x86/mmu: Rename DEFAULT_SPTE_MMU_WRITEABLE to DEFAULT_SPTE_MMU_WRITABLE
David Matlack
2022-02-10
KVM: x86/mmu: Check SPTE writable invariants when setting leaf SPTEs
David Matlack
2022-02-10
KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor names
Sean Christopherson
2022-02-10
KVM: x86/mmu: Remove unused "vcpu" of reset_{tdp,ept}_shadow_zero_bits_mask()
Jinrong Liang
2022-02-10
KVM: x86/mmu: Remove unused "kvm" of __rmap_write_protect()
Jinrong Liang
2022-02-10
KVM: x86/mmu: Remove unused "kvm" of kvm_mmu_unlink_parents()
Jinrong Liang
2022-01-19
KVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot_remove_write_access()
David Matlack
2021-12-21
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
2021-12-19
KVM: x86: Retry page fault if MMU reload is pending and root has no sp
Sean Christopherson
2021-12-08
KVM: X86: Rename gpte_is_8_bytes to has_4_byte_gpte and invert the direction
Lai Jiangshan
2021-12-08
KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()
Lai Jiangshan
2021-12-08
KVM: X86: Add huge_page_level to __reset_rsvds_bits_mask_ept()
Lai Jiangshan
2021-12-08
KVM: X86: Remove mmu->translate_gpa
Lai Jiangshan
2021-12-08
KVM: X86: Add parameter struct kvm_mmu *mmu into mmu->gva_to_gpa()
Lai Jiangshan
2021-12-08
KVM: X86: Calculate quadrant when !role.gpte_is_8_bytes
Lai Jiangshan
2021-12-08
KVM: X86: Remove useless code to set role.gpte_is_8_bytes when role.direct
Lai Jiangshan
2021-12-08
KVM: X86: Fix comment in __kvm_mmu_create()
Lai Jiangshan
2021-12-08
KVM: X86: Skip allocating pae_root for vcpu->arch.guest_mmu when !tdp_enabled
Lai Jiangshan
2021-12-08
KVM: x86: change TLB flush indicator to bool
Vihas Mak
2021-12-08
KVM: x86/mmu: Propagate memslot const qualifier
Ben Gardon
2021-12-08
KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pages
Ben Gardon
2021-12-08
KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_active
Ben Gardon
2021-12-08
KVM: Optimize gfn lookup in kvm_zap_gfn_range()
Maciej S. Szmigiero
2021-12-08
KVM: Keep memslots in tree-based structures instead of array-based ones
Maciej S. Szmigiero
2021-12-08
KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array
Maciej S. Szmigiero
2021-12-02
KVM: x86/mmu: Retry page fault if root is invalidated by memslot update
Sean Christopherson
2021-11-30
KVM: x86/mmu: Handle "default" period when selectively waking kthread
Sean Christopherson
2021-11-30
KVM: MMU: shadow nested paging does not have PKU
Paolo Bonzini
2021-11-30
KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path
Sean Christopherson
2021-11-26
KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg()
Lai Jiangshan
2021-11-26
KVM: X86: Fix when shadow_root_level=5 && guest root_level<4
Lai Jiangshan
2021-11-26
KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN
Vitaly Kuznetsov
2021-11-18
KVM: x86/mmu: Pass parameter flush as false in kvm_tdp_mmu_zap_collapsible_sp...
Hou Wenlong
2021-11-18
KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()
Hou Wenlong
2021-11-18
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
2021-11-18
KVM: x86/mmu: include EFER.LMA in extended mmu role
Maxim Levitsky
2021-11-11
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
2021-11-11
kvm: mmu: Use fast PF path for access tracking of huge pages when possible
Junaid Shahid
2021-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-10-22
KVM: x86/mmu: Extract zapping of rmaps for gfn range to separate helper
Sean Christopherson
[next]