index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-16
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+2
2019-11-14
KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast()
Sean Christopherson
1
-3
/
+2
2019-11-13
KVM: X86: Reset the three MSR list number variables to 0 in kvm_init_msr_list()
Xiaoyao Li
1
-0
/
+4
2019-11-13
kvm: x86: disable shattered huge page recovery for PREEMPT_RT.
Paolo Bonzini
1
-0
/
+5
2019-11-13
x86/resctrl: Fix potential lockdep warning
Xiaochen Shen
1
-4
/
+0
2019-11-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-37
/
+61
2019-11-12
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
16
-53
/
+792
2019-11-12
x86/quirks: Disable HPET on Intel Coffe Lake platforms
Kai-Heng Feng
1
-0
/
+2
2019-11-12
KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
Sean Christopherson
1
-4
/
+4
2019-11-12
KVM: VMX: Introduce pi_is_pir_empty() helper
Joao Martins
2
-3
/
+7
2019-11-12
KVM: VMX: Do not change PID.NDST when loading a blocked vCPU
Joao Martins
2
-0
/
+20
2019-11-12
KVM: VMX: Consider PID.PIR to determine if vCPU has pending interrupts
Joao Martins
1
-1
/
+5
2019-11-12
KVM: VMX: Fix comment to specify PID.ON instead of PIR.ON
Liran Alon
1
-1
/
+1
2019-11-12
KVM: X86: Fix initialization of MSR lists
Chenyi Qiang
1
-30
/
+26
2019-11-10
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-13
/
+29
2019-11-07
x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUs
Josh Poimboeuf
1
-4
/
+0
2019-11-05
x86/tsc: Respect tsc command line paraemeter for clocksource_tsc_early
Michael Zhivich
1
-0
/
+3
2019-11-05
x86/dumpstack/64: Don't evaluate exception stacks before setup
Thomas Gleixner
1
-0
/
+7
2019-11-05
x86/apic/32: Avoid bogus LDR warnings
Jan Beulich
1
-13
/
+15
2019-11-04
kvm: x86: mmu: Recovery of shattered NX large pages
Junaid Shahid
4
-0
/
+148
2019-11-04
kvm: mmu: ITLB_MULTIHIT mitigation
Paolo Bonzini
5
-13
/
+181
2019-11-04
x86/cpu: Add Tremont to the cpu vulnerability whitelist
Pawan Gupta
1
-0
/
+2
2019-11-04
x86/bugs: Add ITLB_MULTIHIT bug infrastructure
Vineela Tummalapalli
4
-30
/
+56
2019-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Thomas Gleixner
6
-35
/
+57
2019-11-03
x86/resctrl: Prevent NULL pointer dereference when reading mondata
Xiaochen Shen
1
-0
/
+4
2019-11-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-21
/
+43
2019-11-01
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+3
2019-11-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-13
/
+11
2019-10-31
KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active
Paolo Bonzini
2
-13
/
+11
2019-10-31
x86, efi: Never relocate kernel below lowest acceptable address
Kairui Song
1
-1
/
+3
2019-10-28
perf/x86/uncore: Fix event group support
Kan Liang
2
-18
/
+38
2019-10-28
perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)
Kim Phillips
1
-2
/
+4
2019-10-28
perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP...
Kim Phillips
1
-1
/
+1
2019-10-28
x86/tsx: Add config options to set tsx=on|off|auto
Michal Hocko
2
-6
/
+61
2019-10-28
x86/tsx: Add "auto" option to the tsx= cmdline parameter
Pawan Gupta
1
-1
/
+6
2019-10-28
kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
Pawan Gupta
1
-0
/
+19
2019-10-28
x86/speculation/taa: Add sysfs reporting for TSX Async Abort
Pawan Gupta
1
-0
/
+23
2019-10-28
x86/speculation/taa: Add mitigation for TSX Async Abort
Pawan Gupta
6
-2
/
+137
2019-10-28
x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default
Pawan Gupta
5
-1
/
+149
2019-10-28
x86/cpu: Add a helper function x86_read_arch_cap_msr()
Pawan Gupta
2
-4
/
+13
2019-10-28
x86/msr: Add the IA32_TSX_CTRL MSR
Pawan Gupta
1
-0
/
+5
2019-10-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+9
2019-10-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2019-10-26
Merge tag 'for-linus-5.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+8
2019-10-25
xen: issue deprecation warning for 32-bit pv guest
Juergen Gross
1
-0
/
+8
2019-10-22
KVM: nVMX: Don't leak L1 MMIO regions to L2
Jim Mattson
4
-32
/
+55
2019-10-22
KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_update
Miaohe Lin
3
-8
/
+8
2019-10-22
kvm: clear kvmclock MSR on reset
Paolo Bonzini
1
-5
/
+3
2019-10-22
KVM: x86: fix bugon.cocci warnings
kbuild test robot
1
-2
/
+1
2019-10-22
KVM: VMX: Remove specialized handling of unexpected exit-reasons
Liran Alon
1
-12
/
+0
[next]