index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
KVM: x86 emulator: Fix segment loading in VM86
Kevin Wolf
2013-04-11
1
-3
/
+12
*
KVM: Move kvm_rebooting declaration out of x86
Geoff Levand
2013-04-08
1
-1
/
+0
*
KVM: Move kvm_spurious_fault to x86.c
Geoff Levand
2013-04-08
1
-0
/
+7
*
KVM: Move vm_list kvm_lock declarations out of x86
Geoff Levand
2013-04-08
1
-3
/
+0
*
KVM: VMX: Add missing braces to avoid redundant error check
Jan Kiszka
2013-04-08
1
-1
/
+2
*
KVM: x86: fix memory leak in vmx_init
Yang Zhang
2013-04-08
1
-1
/
+3
*
KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controls
Jan Kiszka
2013-04-07
1
-1
/
+1
*
KVM: Call kvm_apic_match_dest() to check destination vcpu
Yang Zhang
2013-04-07
2
-51
/
+0
*
Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"
Takuya Yoshikawa
2013-04-07
2
-4
/
+8
*
pmu: prepare for migration support
Paolo Bonzini
2013-04-02
3
-6
/
+14
*
KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()
Takuya Yoshikawa
2013-03-21
2
-8
/
+7
*
KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()
Takuya Yoshikawa
2013-03-21
2
-7
/
+3
*
Merge remote-tracking branch 'upstream/master' into queue
Marcelo Tosatti
2013-03-21
10
-45
/
+82
|
\
|
*
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-03-20
2
-35
/
+33
|
|
\
|
|
*
KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...
Andy Honig
2013-03-19
2
-29
/
+22
|
|
*
KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...
Andy Honig
2013-03-19
1
-0
/
+5
|
|
*
KVM: x86: fix deadlock in clock-in-progress request handling
Marcelo Tosatti
2013-03-18
1
-9
/
+9
|
*
|
perf,x86: fix wrmsr_on_cpu() warning on suspend/resume
Linus Torvalds
2013-03-17
1
-1
/
+3
|
*
|
perf,x86: fix kernel crash with PEBS/BTS after suspend/resume
Stephane Eranian
2013-03-15
2
-0
/
+10
|
*
|
Select VIRT_TO_BUS directly where needed
Stephen Rothwell
2013-03-12
1
-1
/
+1
|
*
|
x86: Do not try to sync identity map for non-mapped pages
Dave Hansen
2013-03-07
1
-0
/
+7
|
*
|
x86, doc: Be explicit about what the x86 struct boot_params requires
Peter Jones
2013-03-07
1
-1
/
+15
|
*
|
x86: Don't clear efi_info even if the sentinel hits
Josh Boyer
2013-03-07
1
-1
/
+3
|
*
|
x86, mm: Make sure to find a 2M free block for the first mapped area
Yinghai Lu
2013-03-07
1
-3
/
+2
|
*
|
x86: Fix 32-bit *_cpu_data initializers
Krzysztof Mazur
2013-03-07
1
-2
/
+8
|
*
|
x86, smpboot: Remove unused variable
Borislav Petkov
2013-03-06
1
-2
/
+1
|
|
/
*
|
KVM: x86: correctly initialize the CS base on reset
Paolo Bonzini
2013-03-20
2
-7
/
+2
*
|
KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPU
Jan Kiszka
2013-03-18
1
-26
/
+4
*
|
KVM: x86: Optimize mmio spte zapping when creating/moving memslot
Takuya Yoshikawa
2013-03-14
3
-1
/
+20
*
|
KVM: MMU: Mark sp mmio cached when creating mmio spte
Takuya Yoshikawa
2013-03-14
2
-0
/
+4
*
|
KVM: nVMX: Add preemption timer support
Jan Kiszka
2013-03-14
3
-5
/
+20
*
|
KVM: nVMX: Provide EFER.LMA saving support
Jan Kiszka
2013-03-14
2
-1
/
+14
*
|
KVM: nVMX: Clean up and fix pin-based execution controls
Jan Kiszka
2013-03-13
2
-4
/
+8
*
|
KVM: x86: Rework INIT and SIPI handling
Jan Kiszka
2013-03-13
6
-45
/
+93
*
|
KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_ma...
Marcelo Tosatti
2013-03-13
1
-2
/
+5
*
|
KVM: x86: Drop unused return code from VCPU reset callback
Jan Kiszka
2013-03-12
4
-19
/
+9
*
|
VMX: x86: handle host TSC calibration failure
Marcelo Tosatti
2013-03-12
1
-11
/
+18
*
|
kvm: remove cast for kmalloc return value
Ioan Orghici
2013-03-11
1
-2
/
+1
*
|
KVM: MMU: Introduce a helper function for FIFO zapping
Takuya Yoshikawa
2013-03-07
1
-32
/
+23
*
|
KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()
Takuya Yoshikawa
2013-03-07
1
-4
/
+3
*
|
KVM: MMU: Fix and clean up for_each_gfn_* macros
Takuya Yoshikawa
2013-03-07
1
-10
/
+8
*
|
KVM: nVMX: Fix setting of CR0 and CR4 in guest mode
Jan Kiszka
2013-03-07
1
-15
/
+33
*
|
KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLS
Jan Kiszka
2013-03-07
2
-3
/
+14
*
|
KVM: nVMX: Reset RFLAGS on VM-exit
Jan Kiszka
2013-03-06
1
-0
/
+1
*
|
KVM: nVMX: Fix switching of debug state
Jan Kiszka
2013-03-05
1
-1
/
+4
*
|
KVM: set_memory_region: Refactor commit_memory_region()
Takuya Yoshikawa
2013-03-05
1
-7
/
+8
*
|
KVM: set_memory_region: Refactor prepare_memory_region()
Takuya Yoshikawa
2013-03-05
1
-6
/
+4
*
|
KVM: set_memory_region: Drop user_alloc from set_memory_region()
Takuya Yoshikawa
2013-03-05
1
-3
/
+3
*
|
KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()
Takuya Yoshikawa
2013-03-05
1
-4
/
+2
*
|
Merge branch 'master' into queue
Marcelo Tosatti
2013-03-05
360
-6892
/
+13204
|
\
|
[prev]
[next]