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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-28
KVM: SVM: Change intercept_dr to generic intercepts
Babu Moger
4
-42
/
+38
2020-09-28
KVM: SVM: Change intercept_cr to generic intercepts
Babu Moger
4
-24
/
+23
2020-09-28
KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)
Babu Moger
3
-0
/
+39
2020-09-28
KVM: nSVM: Remove unused field
Babu Moger
2
-3
/
+0
2020-09-28
KVM: SVM: refactor exit labels in svm_create_vcpu
Maxim Levitsky
1
-7
/
+7
2020-09-28
KVM: SVM: use __GFP_ZERO instead of clear_page
Maxim Levitsky
1
-4
/
+2
2020-09-28
KVM: SVM: refactor msr permission bitmap allocation
Maxim Levitsky
1
-22
/
+23
2020-09-28
KVM: nSVM: rename nested vmcb to vmcb12
Maxim Levitsky
3
-119
/
+117
2020-09-28
KVM: SVM: rename a variable in the svm_create_vcpu
Maxim Levitsky
1
-6
/
+6
2020-09-28
KVM: LAPIC: Reduce world switch latency caused by timer_advance_ns
Wanpeng Li
3
-12
/
+7
2020-09-28
KVM: LAPIC: Narrow down the kick target vCPU
Wanpeng Li
3
-8
/
+3
2020-09-28
KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when setting
Wanpeng Li
1
-2
/
+1
2020-09-28
KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw di...
Wanpeng Li
1
-2
/
+1
2020-09-28
KVM: LAPIC: Fix updating DFR missing apic map recalculation
Wanpeng Li
1
-5
/
+10
2020-09-28
KVM: nVMX: Simplify the initialization of nested_vmx_msrs
Chenyi Qiang
1
-2
/
+1
2020-09-28
KVM: nVMX: Fix VMX controls MSRs setup when nested VMX enabled
Chenyi Qiang
1
-2
/
+4
2020-09-28
KVM: nSVM: Avoid freeing uninitialized pointers in svm_set_nested_state()
Vitaly Kuznetsov
1
-5
/
+3
2020-09-22
Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...
Paolo Bonzini
62
-428
/
+623
2020-09-21
Revert "KVM: Check the allocation of pv cpu mask"
Vitaly Kuznetsov
1
-19
/
+3
2020-09-12
KVM: emulator: more strict rsm checks.
Maxim Levitsky
1
-5
/
+17
2020-09-12
KVM: nSVM: more strict SMM checks when returning to nested guest
Maxim Levitsky
1
-11
/
+18
2020-09-12
SVM: nSVM: setup nested msr permission bitmap on nested state load
Maxim Levitsky
1
-0
/
+3
2020-09-12
SVM: nSVM: correctly restore GIF on vmexit from nesting after migration
Maxim Levitsky
1
-1
/
+3
2020-09-12
x86/kvm: don't forget to ACK async PF IRQ
Vitaly Kuznetsov
1
-0
/
+2
2020-09-12
x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macro
Vitaly Kuznetsov
1
-4
/
+0
2020-09-12
KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit
Wanpeng Li
1
-0
/
+1
2020-09-12
KVM: SVM: avoid emulation with stale next_rip
Wanpeng Li
1
-4
/
+3
2020-09-11
KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_EN
Vitaly Kuznetsov
1
-1
/
+1
2020-09-11
KVM: SVM: Periodically schedule when unregistering regions on destroy
David Rientjes
1
-0
/
+1
2020-09-11
kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed
Lai Jiangshan
1
-1
/
+1
2020-09-11
KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control
Chenyi Qiang
1
-1
/
+1
2020-09-11
KVM: Check the allocation of pv cpu mask
Haiwei Li
1
-3
/
+19
2020-09-11
KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected
Peter Shier
3
-2
/
+11
2020-09-11
Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
73
-1219
/
+470
2020-09-07
KVM: SVM: Use __packed shorthand
Borislav Petkov
1
-6
/
+6
2020-09-07
KVM: SVM: Add GHCB Accessor functions
Joerg Roedel
1
-0
/
+43
2020-09-07
KVM: SVM: Add GHCB definitions
Tom Lendacky
2
-2
/
+51
2020-09-07
KVM: SVM: nested: Don't allocate VMCB structures on stack
Joerg Roedel
1
-14
/
+33
2020-09-07
Merge 'x86/cpu' to pick up dependent bits
Borislav Petkov
6
-31
/
+59
2020-09-07
Merge 'x86/kaslr' to pick up dependent bits
Borislav Petkov
2
-135
/
+107
2020-09-04
x86/entry: Unbreak 32bit fast syscall
Thomas Gleixner
1
-9
/
+20
2020-09-04
x86/debug: Allow a single level of #DB recursion
Andy Lutomirski
1
-34
/
+31
2020-09-04
x86/entry: Fix AC assertion
Peter Zijlstra
1
-2
/
+10
2020-09-04
tracing/kprobes, x86/ptrace: Fix regs argument order for i386
Vamshi K Sthambamkadi
1
-1
/
+1
2020-09-04
x86, fakenuma: Fix invalid starting node ID
Huang Ying
1
-1
/
+1
2020-09-03
x86/mm/32: Bring back vmalloc faulting on x86_32
Joerg Roedel
1
-0
/
+78
2020-09-03
x86/cmdline: Disable jump tables for cmdline.c
Arvind Sankar
1
-1
/
+1
2020-08-30
x86/kvm: Expose TSX Suspend Load Tracking feature
Cathy Zhang
1
-1
/
+1
2020-08-30
Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-13
/
+29
2020-08-30
Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-20
/
+3
[next]