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
Age
Commit message (
Expand
)
Author
2020-06-09
mmap locking API: convert mmap_sem call sites missed by coccinelle
Michel Lespinasse
2020-06-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-01
KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info
Vitaly Kuznetsov
2020-06-01
KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu
Paolo Bonzini
2020-05-27
kvm/x86: Remove redundant function implementations
彭浩(Richard)
2020-05-27
Merge branch 'kvm-master' into HEAD
Paolo Bonzini
2020-05-27
KVM: x86: simplify is_mmio_spte
Paolo Bonzini
2020-05-27
KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generated
Sean Christopherson
2020-05-20
Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...
Paolo Bonzini
2020-05-19
x86/kvm: Sanitize kvm_async_pf_task_wait()
Thomas Gleixner
2020-05-19
KVM: x86: only do L1TF workaround on affected processors
Paolo Bonzini
2020-05-15
KVM: x86/mmu: Add a helper to consolidate root sp allocation
Sean Christopherson
2020-05-15
KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums
Sean Christopherson
2020-05-15
KVM: x86/mmu: Move max hugepage level to a separate #define
Sean Christopherson
2020-05-15
KVM: x86/mmu: Tweak PSE hugepage handling to avoid 2M vs 4M conundrum
Sean Christopherson
2020-05-13
KVM: x86/mmu: Capture TDP level when updating CPUID
Sean Christopherson
2020-04-21
KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2
Paolo Bonzini
2020-04-21
KVM: x86/mmu: Set @writable to false for non-visible accesses by L2
Sean Christopherson
2020-04-21
KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related code
Sean Christopherson
2020-04-21
KVM: nVMX: Don't flush TLB on nested VMX transition
Sean Christopherson
2020-04-21
KVM: nVMX: Skip MMU sync on nested VMX transition when possible
Sean Christopherson
2020-04-21
KVM: x86/mmu: Add module param to force TLB flush on root reuse
Sean Christopherson
2020-04-21
KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switch
Sean Christopherson
2020-04-21
KVM: x86/mmu: Move fast_cr3_switch() side effects to __kvm_mmu_new_cr3()
Sean Christopherson
2020-04-21
KVM: x86/mmu: Use KVM_REQ_TLB_FLUSH_CURRENT for MMU specific flushes
Sean Christopherson
2020-04-21
KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()
Sean Christopherson
2020-04-21
KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()
Sean Christopherson
2020-04-20
docs: fix broken references for ReST files that moved around
Mauro Carvalho Chehab
2020-04-20
KVM: x86: cleanup kvm_inject_emulated_page_fault
Paolo Bonzini
2020-04-20
KVM: x86: introduce kvm_mmu_invalidate_gva
Paolo Bonzini
2020-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-03-31
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-31
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
2020-03-16
KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd
Paolo Bonzini
2020-03-16
KVM: x86: unify callbacks to load paging root
Paolo Bonzini
2020-03-16
KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs
Sean Christopherson
2020-03-16
KVM: x86/mmu: Configure max page level during hardware setup
Sean Christopherson
2020-03-16
KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function
Sean Christopherson
2020-03-16
KVM: x86: Move kvm_emulate.h into KVM's private directory
Sean Christopherson
2020-03-16
KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()
Sean Christopherson
2020-03-16
KVM: nVMX: Allow L1 to use 5-level page walks for nested EPT
Sean Christopherson
2020-03-16
KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack
Sean Christopherson
2020-03-16
KVM: x86/mmu: Don't drop level/direct from MMU role calculation
Sean Christopherson
2020-03-16
KVM: x86: enable dirty log gradually in small chunks
Jay Zhou
2020-03-16
KVM: x86/mmu: Reuse the current root if possible for fast switch
Sean Christopherson
2020-03-16
KVM: x86/mmu: Ignore guest CR3 on fast root switch for direct MMU
Sean Christopherson
2020-03-16
KVM: Remove unnecessary asm/kvm_host.h includes
Peter Xu
2020-03-16
KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes
Sean Christopherson
2020-03-16
KVM: x86/mmu: Use range-based TLB flush for dirty log memslot flush
Sean Christopherson
2020-03-16
KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c
Sean Christopherson
[next]