index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-20
KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction
Marcelo Tosatti
1
-0
/
+5
2008-07-20
KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues
Avi Kivity
1
-9
/
+9
2008-07-20
KVM: Apply the kernel sigmask to vcpus blocked due to being uninitialized
Avi Kivity
1
-5
/
+5
2008-07-20
KVM: move slots_lock acquision down to vapic_exit
Marcelo Tosatti
1
-2
/
+2
2008-07-20
KVM: x86 emulator: lazily evaluate segment registers
Avi Kivity
1
-21
/
+0
2008-07-20
KVM: Use printk_rlimit() instead of reporting emulation failures just once
Avi Kivity
1
-3
/
+1
2008-07-20
KVM: Do not calculate linear rip in emulation failure report
Glauber Costa
1
-2
/
+2
2008-07-20
KVM: Add coalesced MMIO support (x86 part)
Laurent Vivier
1
-0
/
+3
2008-07-20
KVM: kvm_io_device: extend in_range() to manage len and write attribute
Laurent Vivier
1
-11
/
+17
2008-07-20
KVM: Prefixes segment functions that will be exported with "kvm_"
Guillaume Thouvenin
1
-39
/
+39
2008-07-20
KVM: MTRR support
Avi Kivity
1
-4
/
+48
2008-07-20
KVM: VMX: Enable NMI with in-kernel irqchip
Sheng Yang
1
-0
/
+1
2008-07-20
KVM: IOAPIC/LAPIC: Enable NMI support
Sheng Yang
1
-0
/
+6
2008-07-20
KVM: Remove unnecessary ->decache_regs() call
Avi Kivity
1
-1
/
+0
2008-07-20
KVM: Remove decache_vcpus_on_cpu() and related callbacks
Avi Kivity
1
-8
/
+0
2008-07-20
KVM: VMX: Add list of potentially locally cached vcpus
Avi Kivity
1
-27
/
+0
2008-07-20
KVM: add missing kvmtrace bits
Joerg Roedel
1
-5
/
+20
2008-07-20
KVM: add statics were possible, function definition in lapic.h
Harvey Harrison
1
-2
/
+2
2008-06-26
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
1
-1
/
+1
2008-06-24
KVM: Make kvm host use the paravirt clocksource structs
Gerd Hoffmann
1
-13
/
+62
2008-06-24
KVM: close timer injection race window in __vcpu_run
Marcelo Tosatti
1
-0
/
+1
2008-06-24
KVM: Fix race between timer migration and vcpu migration
Marcelo Tosatti
1
-12
/
+3
2008-06-06
KVM: migrate PIT timer
Marcelo Tosatti
1
-1
/
+1
2008-05-04
KVM: avoid fx_init() schedule in atomic
Andrea Arcangeli
1
-1
/
+10
2008-05-04
KVM: Avoid spurious execeptions after setting registers
Jan Kiszka
1
-0
/
+2
2008-05-04
KVM: x86: task switch: fix wrong bit setting for the busy flag
Izik Eidus
1
-2
/
+2
2008-05-04
KVM: VMX: Prepare an identity page table for EPT in real mode
Sheng Yang
1
-0
/
+2
2008-05-04
KVM: MMU: Add EPT support
Sheng Yang
1
-0
/
+3
2008-04-27
KVM: fix kvm_vcpu_kick vs __vcpu_run race
Marcelo Tosatti
1
-2
/
+14
2008-04-27
KVM: add ioctls to save/store mpstate
Marcelo Tosatti
1
-0
/
+19
2008-04-27
KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*
Avi Kivity
1
-9
/
+9
2008-04-27
KVM: Add trace markers
Feng (Eric) Liu
1
-0
/
+26
2008-04-27
KVM: Free apic access page on vm destruction
Avi Kivity
1
-0
/
+2
2008-04-27
KVM: MMU: unify slots_lock usage
Marcelo Tosatti
1
-33
/
+20
2008-04-27
KVM: x86: hardware task switching support
Izik Eidus
1
-0
/
+409
2008-04-27
KVM: MMU: hypercall based pte updates and TLB flushes
Marcelo Tosatti
1
-1
/
+17
2008-04-27
KVM: Provide unlocked version of emulator_write_phys()
Avi Kivity
1
-7
/
+14
2008-04-27
KVM: add basic paravirt support
Marcelo Tosatti
1
-0
/
+1
2008-04-27
KVM: Add save/restore supporting of in kernel PIT
Sheng Yang
1
-0
/
+48
2008-04-27
KVM: In kernel PIT model
Sheng Yang
1
-0
/
+9
2008-04-27
KVM: replace remaining __FUNCTION__ occurances
Harvey Harrison
1
-6
/
+6
2008-04-27
KVM: detect if VCPU triple faults
Joerg Roedel
1
-5
/
+15
2008-04-27
KVM: Prefix control register accessors with kvm_ to avoid namespace pollution
Avi Kivity
1
-23
/
+23
2008-04-27
KVM: MMU: large page support
Marcelo Tosatti
1
-0
/
+1
2008-04-27
KVM: MMU: ignore zapped root pagetables
Marcelo Tosatti
1
-0
/
+12
2008-04-27
KVM: Implement dummy values for MSR_PERF_STATUS
Alexander Graf
1
-1
/
+7
2008-04-27
KVM: sparse fixes for kvm/x86.c
Harvey Harrison
1
-13
/
+13
2008-04-27
KVM: Add stat counter for hypercalls
Amit Shah
1
-0
/
+2
2008-04-27
KVM: Use x86's segment descriptor struct instead of private definition
Avi Kivity
1
-8
/
+7
2008-04-27
KVM: Add API for determining the number of supported memory slots
Avi Kivity
1
-0
/
+3
[next]