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.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
/
drivers
/
kvm
/
svm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-16
KVM: Clean up #includes
Avi Kivity
1
-3
/
+4
2007-07-16
KVM: SVM: Reliably detect if SVM was disabled by BIOS
Joerg Roedel
1
-0
/
+6
2007-07-16
KVM: Initialize the BSP bit in the APIC_BASE msr correctly
Avi Kivity
1
-3
/
+3
2007-07-16
KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)
Shani Moideen
1
-2
/
+2
2007-07-16
KVM: Flush remote tlbs when reducing shadow pte permissions
Avi Kivity
1
-5
/
+12
2007-07-16
KVM: Move duplicate halt handling code into kvm_main.c
Avi Kivity
1
-6
/
+1
2007-07-16
KVM: Lazy guest cr3 switching
Avi Kivity
1
-0
/
+4
2007-07-16
KVM: SVM: Allow direct guest access to PC debug port
Anthony Liguori
1
-3
/
+5
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-05-03
KVM: SVM: Only save/restore MSRs when needed
Anthony Liguori
1
-11
/
+15
2007-05-03
KVM: VMX: Properly shadow the CR0 register in the vcpu struct
Anthony Liguori
1
-2
/
+2
2007-05-03
KVM: Lazy FPU support for SVM
Anthony Liguori
1
-4
/
+31
2007-05-03
KVM: Per-vcpu statistics
Avi Kivity
1
-7
/
+7
2007-05-03
KVM: SVM: Report hardware exit reason to userspace instead of dmesg
Avi Kivity
1
-6
/
+1
2007-05-03
KVM: Use kernel-standard types
Avi Kivity
1
-3
/
+3
2007-05-03
KVM: SVM: enable LBRV virtualization if available
Joerg Roedel
1
-0
/
+13
2007-05-03
KVM: Remove unused function
Michal Piotrowski
1
-7
/
+0
2007-05-03
KVM: SVM: Ensure timestamp counter monotonicity
Avi Kivity
1
-4
/
+17
2007-05-03
KVM: SVM: forbid guest to execute monitor/mwait
Joerg Roedel
1
-1
/
+5
2007-05-03
KVM: Remove unused and write-only variables
Avi Kivity
1
-2
/
+0
2007-05-03
KVM: Don't allow the guest to turn off the cpu cache
Avi Kivity
1
-1
/
+3
2007-05-03
KVM: Remove set_cr0_no_modeswitch() arch op
Avi Kivity
1
-1
/
+0
2007-05-03
KVM: Avoid guest virtual addresses in string pio userspace interface
Avi Kivity
1
-21
/
+19
2007-05-03
KVM: Initialize the apic_base msr on svm too
Avi Kivity
1
-0
/
+3
2007-05-03
KVM: Add a special exit reason when exiting due to an interrupt
Avi Kivity
1
-0
/
+2
2007-05-03
KVM: Fold kvm_run::exit_type into kvm_run::exit_reason
Avi Kivity
1
-4
/
+3
2007-05-03
KVM: Handle cpuid in the kernel instead of punting to userspace
Avi Kivity
1
-2
/
+2
2007-05-03
KVM: Do not communicate to userspace through cpu registers during PIO
Avi Kivity
1
-0
/
+2
2007-05-03
KVM: Use the generic skip_emulated_instruction() in hypercall code
Dor Laor
1
-1
/
+2
2007-03-04
KVM: Per-vcpu inodes
Avi Kivity
1
-2
/
+1
2007-03-04
KVM: SVM: intercept SMI to handle it at host level
Joerg Roedel
1
-0
/
+1
2007-03-04
KVM: svm: init cr0 with the wp bit set
Avi Kivity
1
-1
/
+1
2007-03-04
KVM: Wire up hypercall handlers to a central arch-independent location
Avi Kivity
1
-9
/
+1
2007-03-04
KVM: Add hypercall host support for svm
Avi Kivity
1
-1
/
+15
2007-03-04
KVM: add MSR based hypercall API
Ingo Molnar
1
-0
/
+13
2007-03-04
KVM: Use ARRAY_SIZE macro instead of manual calculation.
Ahmed S. Darwish
1
-2
/
+3
2007-03-04
KVM: Cosmetics
Avi Kivity
1
-5
/
+5
2007-02-12
[PATCH] KVM: cpu hotplug support
Avi Kivity
1
-0
/
+5
2007-02-12
[PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intel
Avi Kivity
1
-1
/
+7
2007-02-12
[PATCH] kvm: Fix mmu going crazy of guest sets cr0.wp == 0
Avi Kivity
1
-1
/
+1
2007-02-09
[PATCH] kvm: NULL noise removal
Al Viro
1
-4
/
+4
2007-01-30
[PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.c
Robert P. J. Day
1
-1
/
+1
2007-01-27
[PATCH] KVM: SVM: Propagate cpu shutdown events to userspace
Joerg Roedel
1
-0
/
+15
2007-01-27
[PATCH] KVM: SVM: Fix SVM idt confusion
Leonard Norrgard
1
-4
/
+4
2007-01-23
[PATCH] KVM: fix race between mmio reads and injected interrupts
Avi Kivity
1
-1
/
+2
2007-01-12
[PATCH] KVM: add VM-exit profiling
Ingo Molnar
1
-0
/
+8
2007-01-06
[PATCH] KVM: Simplify test for interrupt window
Dor Laor
1
-2
/
+1
2007-01-06
[PATCH] KVM: MMU: Detect oom conditions and propagate error to userspace
Avi Kivity
1
-3
/
+11
2007-01-06
[PATCH] KVM: MMU: Remove invlpg interception
Avi Kivity
1
-1
/
+0
2007-01-06
[PATCH] KVM: MMU: oom handling
Avi Kivity
1
-1
/
+1
[next]