Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
a89a8fb93ba63d4ad39db97c90997c409c87ccb9
/
arch
/
x86
/
kvm
a89a8fb
KVM: VMX: Modify mode switching and vmentry functions
by Mohammed Gamal
· 16 years ago
ea953ef
KVM: VMX: Add invalid guest state handler
by Mohammed Gamal
· 16 years ago
04fa4d3
KVM: VMX: Add module parameter and emulation flag.
by Mohammed Gamal
· 16 years ago
648dfaa
KVM: VMX: Add Guest State Validity Checks
by Mohammed Gamal
· 16 years ago
6762b72
KVM: Device assignment: Check for privileges before assigning irq
by Amit Shah
· 16 years ago
dc7404c
KVM: Handle spurious acks for PIT interrupts
by Avi Kivity
· 16 years ago
85428ac
KVM: fix i8259 reset irq acking
by Marcelo Tosatti
· 16 years ago
ecfc79c
KVM: VMX: Use interrupt queue for !irqchip_in_kernel
by Avi Kivity
· 16 years ago
29415c3
KVM: set debug registers after "schedulable" section
by Marcelo Tosatti
· 16 years ago
464d17c
KVM: VMX: Clean up magic number 0x66 in init_rmode_tss
by Sheng Yang
· 16 years ago
6ad18fb
KVM: Reduce stack usage in kvm_pv_mmu_op()
by Dave Hansen
· 16 years ago
b772ff3
KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()
by Dave Hansen
· 16 years ago
f0d6627
KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()
by Dave Hansen
· 16 years ago
4d5c5d0
KVM: pci device assignment
by Ben-Ami Yassour
· 16 years ago
3cf57fe
KVM: PIT: fix injection logic and count
by Marcelo Tosatti
· 16 years ago
f524472
KVM: irq ack notification
by Marcelo Tosatti
· 16 years ago
564f153
KVM: Add irq ack notifier list
by Avi Kivity
· 16 years ago
b5e2fec
KVM: Ignore DEBUGCTL MSRs with no effect
by Alexander Graf
· 16 years ago
313dbd49
KVM: VMX: Avoid vmwrite(HOST_RSP) when possible
by Avi Kivity
· 17 years ago
80e31d4
KVM: SVM: Unify register save/restore across 32 and 64 bit hosts
by Avi Kivity
· 17 years ago
c801949
KVM: VMX: Unify register save/restore across 32 and 64 bit hosts
by Avi Kivity
· 17 years ago
77ab6db
KVM: VMX: Reinject real mode exception
by Jan Kiszka
· 17 years ago
19bd8af
KVM: Consolidate XX_VECTOR defines
by Jan Kiszka
· 17 years ago
7edd0ce
KVM: Consolidate PIC isr clearing into a function
by Avi Kivity
· 17 years ago
60bd83a
KVM: VMX: Remove redundant check in handle_rmode_exception
by Mohammed Gamal
· 17 years ago
f7d9238
KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts()
by Avi Kivity
· 17 years ago
937a7ea
KVM: Add a pending interrupt queue
by Avi Kivity
· 17 years ago
35920a3
KVM: VMX: Fix pending exception processing
by Avi Kivity
· 17 years ago
26eef70
KVM: Clear exception queue before emulating an instruction
by Avi Kivity
· 17 years ago
668f612
KVM: VMX: Move nmi injection failure processing to vm exit path
by Avi Kivity
· 17 years ago
cf393f7
KVM: Move NMI IRET fault processing to new vmx_complete_interrupts()
by Avi Kivity
· 17 years ago
5b5c6a5
KVM: MMU: Simplify kvm_mmu_zap_page()
by Avi Kivity
· 17 years ago
31aa2b4
KVM: MMU: Separate the code for unlinking a shadow page from its parents
by Avi Kivity
· 17 years ago
867767a
KVM: Introduce kvm_set_irq to inject interrupts in guests
by Amit Shah
· 17 years ago
5fdbf97
KVM: x86: accessors for guest registers
by Marcelo Tosatti
· 17 years ago
ca60dfb
KVM: VMX: Rename misnamed msr bits
by Sheng Yang
· 17 years ago
0afe2db
Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D
by Ingo Molnar
· 16 years ago
534e38b
KVM: VMX: Always return old for clear_flush_young() when using EPT
by Sheng Yang
· 16 years ago
e5eab0c
KVM: SVM: fix guest global tlb flushes with NPT
by Joerg Roedel
· 16 years ago
44874f8
KVM: SVM: fix random segfaults with NPT enabled
by Joerg Roedel
· 16 years ago
315a655
x86: move VMX MSRs to msr-index.h
by Sheng Yang
· 16 years ago
cd5998e
KVM: MMU: Fix torn shadow pte
by Avi Kivity
· 16 years ago
ed84862
KVM: Advertise synchronized mmu support to userspace
by Avi Kivity
· 16 years ago
e930bff
KVM: Synchronize guest physical memory map to host virtual memory map
by Andrea Arcangeli
· 16 years ago
604b38a
KVM: Allow browsing memslots with mmu_lock
by Andrea Arcangeli
· 16 years ago
a1708ce
KVM: Allow reading aliases with mmu_lock
by Andrea Arcangeli
· 16 years ago
cddb8a5
mmu-notifiers: core
by Andrea Arcangeli
· 16 years ago
5fdbcb9
KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.ko
by Sheng Yang
· 17 years ago
5ec5726
KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameter
by Sheng Yang
· 17 years ago
c93cd3a
KVM: task switch: translate guest segment limit to virt-extension byte granular field
by Marcelo Tosatti
· 16 years ago
577bdc4
KVM: Avoid instruction emulation when event delivery is pending
by Avi Kivity
· 16 years ago
34198bf8
KVM: task switch: use seg regs provided by subarch instead of reading from GDT
by Marcelo Tosatti
· 17 years ago
98899aa
KVM: task switch: segment base is linear address
by Marcelo Tosatti
· 17 years ago
5f4cb66
KVM: SVM: allow enabling/disabling NPT by reloading only the architecture module
by Joerg Roedel
· 17 years ago
722c05f
KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts
by Avi Kivity
· 17 years ago
2a7c5b8
KVM: x86 emulator: emulate clflush
by Glauber Costa
· 17 years ago
376c53c
KVM: MMU: improve invalid shadow root page handling
by Marcelo Tosatti
· 17 years ago
34d4cb8
KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction
by Marcelo Tosatti
· 17 years ago
d6e88ae
KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues
by Avi Kivity
· 17 years ago
c65bbfa
KVM: check injected pic irq within valid pic irqs
by Ben-Ami Yassour
· 17 years ago
19fdfa0
KVM: x86 emulator: Fix HLT instruction
by Mohammed Gamal
· 17 years ago
ac9f6dc
KVM: Apply the kernel sigmask to vcpus blocked due to being uninitialized
by Avi Kivity
· 17 years ago
4e1096d
KVM: VMX: Add ept_sync_context in flush_tlb
by Sheng Yang
· 17 years ago
5a4c928
KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held
by Marcelo Tosatti
· 17 years ago
0da1db75
KVM: SVM: fix suspend/resume support
by Joerg Roedel
· 17 years ago
f8b78fa
KVM: move slots_lock acquision down to vapic_exit
by Marcelo Tosatti
· 17 years ago
efa67e0
KVM: VMX: Fake emulate Intel perfctr MSRs
by Chris Lalancette
· 17 years ago
65267ea
KVM: VMX: Fix a wrong usage of vmcs_config
by Sheng Yang
· 17 years ago
db475c3
KVM: MMU: Fix printk format
by Avi Kivity
· 17 years ago
6ada8cc
KVM: MMU: When debug is enabled, make it a run-time parameter
by Avi Kivity
· 17 years ago
7a5b56d
KVM: x86 emulator: lazily evaluate segment registers
by Avi Kivity
· 17 years ago
0adc867
KVM: x86 emulator: avoid segment base adjust for lea
by Avi Kivity
· 17 years ago
f5b4edc
KVM: x86 emulator: simplify rip relative decoding
by Avi Kivity
· 17 years ago
84411d8
KVM: x86 emulator: simplify r/m decoding
by Avi Kivity
· 17 years ago
dc71d0f
KVM: x86 emulator: simplify sib decoding
by Avi Kivity
· 17 years ago
8684c0a
KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases
by Avi Kivity
· 17 years ago
b13354f
KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)
by Mohammed Gamal
· 17 years ago
f76c710
KVM: Use printk_rlimit() instead of reporting emulation failures just once
by Avi Kivity
· 17 years ago
25be460
KVM: Do not calculate linear rip in emulation failure report
by Glauber Costa
· 17 years ago
622395a
KVM: only abort guest entry if timer count goes from 0->1
by Marcelo Tosatti
· 17 years ago
542472b
KVM: Add coalesced MMIO support (x86 part)
by Laurent Vivier
· 17 years ago
9276049
KVM: kvm_io_device: extend in_range() to manage len and write attribute
by Laurent Vivier
· 17 years ago
131d827
KVM: MMU: Avoid page prefetch on SVM
by Avi Kivity
· 17 years ago
d761a50
KVM: MMU: Move nonpaging_prefetch_page()
by Avi Kivity
· 17 years ago
91ed7a0
KVM: x86 emulator: implement 'push imm' (opcode 0x68)
by Avi Kivity
· 17 years ago
19e4363
KVM: x86 emulator: simplify push imm8 emulation
by Avi Kivity
· 17 years ago
eab9f71
KVM: MMU: Optimize prefetch_page()
by Avi Kivity
· 17 years ago
38d5bc6
KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction
by Guillaume Thouvenin
· 17 years ago
4257198
KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction
by Guillaume Thouvenin
· 17 years ago
615ac12
KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction
by Guillaume Thouvenin
· 17 years ago
954cd36
KVM: x86 emulator: add support for jmp far 0xea
by Guillaume Thouvenin
· 17 years ago
89c6963
KVM: x86 emulator: Update c->dst.bytes in decode instruction
by Guillaume Thouvenin
· 17 years ago
3e6e0aa
KVM: Prefixes segment functions that will be exported with "kvm_"
by Guillaume Thouvenin
· 17 years ago
9ba075a
KVM: MTRR support
by Avi Kivity
· 17 years ago
f08864b
KVM: VMX: Enable NMI with in-kernel irqchip
by Sheng Yang
· 17 years ago
3419ffc
KVM: IOAPIC/LAPIC: Enable NMI support
by Sheng Yang
· 17 years ago
50d40d7
KVM: Remove unnecessary ->decache_regs() call
by Avi Kivity
· 17 years ago
7cc8883
KVM: Remove decache_vcpus_on_cpu() and related callbacks
by Avi Kivity
· 17 years ago
543e424
KVM: VMX: Add list of potentially locally cached vcpus
by Avi Kivity
· 17 years ago
4ecac3f
KVM: Handle virtualization instruction #UD faults during reboot
by Avi Kivity
· 17 years ago
Next »