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
Age
Commit message (
Expand
)
Author
2008-09-11
KVM: VMX: Always return old for clear_flush_young() when using EPT
Sheng Yang
2008-09-11
KVM: SVM: fix guest global tlb flushes with NPT
Joerg Roedel
2008-09-11
KVM: SVM: fix random segfaults with NPT enabled
Joerg Roedel
2008-08-25
KVM: MMU: Fix torn shadow pte
Avi Kivity
2008-07-29
KVM: Advertise synchronized mmu support to userspace
Avi Kivity
2008-07-29
KVM: Synchronize guest physical memory map to host virtual memory map
Andrea Arcangeli
2008-07-29
KVM: Allow browsing memslots with mmu_lock
Andrea Arcangeli
2008-07-29
KVM: Allow reading aliases with mmu_lock
Andrea Arcangeli
2008-07-28
mmu-notifiers: core
Andrea Arcangeli
2008-07-27
KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.ko
Sheng Yang
2008-07-27
KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameter
Sheng Yang
2008-07-27
KVM: task switch: translate guest segment limit to virt-extension byte granul...
Marcelo Tosatti
2008-07-27
KVM: Avoid instruction emulation when event delivery is pending
Avi Kivity
2008-07-27
KVM: task switch: use seg regs provided by subarch instead of reading from GDT
Marcelo Tosatti
2008-07-27
KVM: task switch: segment base is linear address
Marcelo Tosatti
2008-07-27
KVM: SVM: allow enabling/disabling NPT by reloading only the architecture module
Joerg Roedel
2008-07-20
KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts
Avi Kivity
2008-07-20
KVM: x86 emulator: emulate clflush
Glauber Costa
2008-07-20
KVM: MMU: improve invalid shadow root page handling
Marcelo Tosatti
2008-07-20
KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction
Marcelo Tosatti
2008-07-20
KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues
Avi Kivity
2008-07-20
KVM: check injected pic irq within valid pic irqs
Ben-Ami Yassour
2008-07-20
KVM: x86 emulator: Fix HLT instruction
Mohammed Gamal
2008-07-20
KVM: Apply the kernel sigmask to vcpus blocked due to being uninitialized
Avi Kivity
2008-07-20
KVM: VMX: Add ept_sync_context in flush_tlb
Sheng Yang
2008-07-20
KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held
Marcelo Tosatti
2008-07-20
KVM: SVM: fix suspend/resume support
Joerg Roedel
2008-07-20
KVM: move slots_lock acquision down to vapic_exit
Marcelo Tosatti
2008-07-20
KVM: VMX: Fake emulate Intel perfctr MSRs
Chris Lalancette
2008-07-20
KVM: VMX: Fix a wrong usage of vmcs_config
Sheng Yang
2008-07-20
KVM: MMU: Fix printk format
Avi Kivity
2008-07-20
KVM: MMU: When debug is enabled, make it a run-time parameter
Avi Kivity
2008-07-20
KVM: x86 emulator: lazily evaluate segment registers
Avi Kivity
2008-07-20
KVM: x86 emulator: avoid segment base adjust for lea
Avi Kivity
2008-07-20
KVM: x86 emulator: simplify rip relative decoding
Avi Kivity
2008-07-20
KVM: x86 emulator: simplify r/m decoding
Avi Kivity
2008-07-20
KVM: x86 emulator: simplify sib decoding
Avi Kivity
2008-07-20
KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases
Avi Kivity
2008-07-20
KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)
Mohammed Gamal
2008-07-20
KVM: Use printk_rlimit() instead of reporting emulation failures just once
Avi Kivity
2008-07-20
KVM: Do not calculate linear rip in emulation failure report
Glauber Costa
2008-07-20
KVM: only abort guest entry if timer count goes from 0->1
Marcelo Tosatti
2008-07-20
KVM: Add coalesced MMIO support (x86 part)
Laurent Vivier
2008-07-20
KVM: kvm_io_device: extend in_range() to manage len and write attribute
Laurent Vivier
2008-07-20
KVM: MMU: Avoid page prefetch on SVM
Avi Kivity
2008-07-20
KVM: MMU: Move nonpaging_prefetch_page()
Avi Kivity
2008-07-20
KVM: x86 emulator: implement 'push imm' (opcode 0x68)
Avi Kivity
2008-07-20
KVM: x86 emulator: simplify push imm8 emulation
Avi Kivity
2008-07-20
KVM: MMU: Optimize prefetch_page()
Avi Kivity
2008-07-20
KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction
Guillaume Thouvenin
[next]