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