index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/microcode: Update the new microcode revision unconditionally
Filippo Sironi
2018-09-19
2
-14
/
+21
*
x86/microcode: Make sure boot_cpu_data.microcode is up-to-date
Prarit Bhargava
2018-09-19
2
-0
/
+8
*
Fix kexec forbidding kernels signed with keys in the secondary keyring to boot
Yannik Sembritzki
2018-09-09
1
-1
/
+1
*
x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()
Jann Horn
2018-09-05
1
-0
/
+4
*
x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
Andi Kleen
2018-09-05
2
-5
/
+42
*
x86/spectre: Add missing family 6 check to microcode check
Andi Kleen
2018-09-05
1
-0
/
+3
*
x86/process: Re-export start_thread()
Rian Hunter
2018-09-05
1
-0
/
+1
*
x86/speculation/l1tf: Suggest what to do on systems with too much RAM
Vlastimil Babka
2018-09-05
1
-0
/
+4
*
kvmclock: fix TSC calibration for nested guests
Peng Hao
2018-08-24
1
-0
/
+1
*
x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()
Zhenzhong Duan
2018-08-24
1
-0
/
+5
*
x86/microcode/intel: Fix memleak in save_microcode_patch()
Zhenzhong Duan
2018-08-24
1
-1
/
+4
*
x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
Guenter Roeck
2018-08-17
1
-2
/
+1
*
x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present
Borislav Petkov
2018-08-15
3
-16
/
+8
*
x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_t...
Vlastimil Babka
2018-08-15
1
-0
/
+2
*
x86/microcode: Allow late microcode loading with SMT disabled
Josh Poimboeuf
2018-08-15
1
-4
/
+12
*
cpu/hotplug: Fix SMT supported evaluation
Thomas Gleixner
2018-08-15
1
-1
/
+1
*
x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
Paolo Bonzini
2018-08-15
1
-0
/
+1
*
x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
Paolo Bonzini
2018-08-15
1
-3
/
+9
*
x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
Nicolai Stange
2018-08-15
1
-0
/
+1
*
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
2018-08-15
17
-0
/
+19
*
x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
Jiri Kosina
2018-08-15
1
-0
/
+44
*
cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
Thomas Gleixner
2018-08-15
1
-0
/
+6
*
x86/kvm: Allow runtime control of L1D flush
Thomas Gleixner
2018-08-15
1
-1
/
+1
*
x86/l1tf: Handle EPT disabled state proper
Thomas Gleixner
2018-08-15
1
-4
/
+5
*
x86/litf: Introduce vmx status variable
Thomas Gleixner
2018-08-15
1
-2
/
+34
*
Revert "x86/apic: Ignore secondary threads if nosmt=force"
Thomas Gleixner
2018-08-15
2
-21
/
+1
*
x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
Borislav Petkov
2018-08-15
1
-20
/
+17
*
x86/apic: Ignore secondary threads if nosmt=force
Thomas Gleixner
2018-08-15
2
-1
/
+21
*
x86/cpu/AMD: Evaluate smp_num_siblings early
Thomas Gleixner
2018-08-15
1
-0
/
+13
*
x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
Borislav Petkov
2018-08-15
1
-5
/
+2
*
x86/cpu/intel: Evaluate smp_num_siblings early
Thomas Gleixner
2018-08-15
1
-0
/
+7
*
x86/cpu/topology: Provide detect_extended_topology_early()
Thomas Gleixner
2018-08-15
2
-6
/
+25
*
x86/cpu/common: Provide detect_ht_early()
Thomas Gleixner
2018-08-15
2
-10
/
+15
*
x86/cpu/AMD: Remove the pointless detect_ht() call
Thomas Gleixner
2018-08-15
1
-4
/
+0
*
x86/cpu: Remove the pointless CPU printout
Thomas Gleixner
2018-08-15
2
-26
/
+5
*
x86/topology: Provide topology_smt_supported()
Thomas Gleixner
2018-08-15
1
-0
/
+8
*
x86/smp: Provide topology_is_primary_thread()
Thomas Gleixner
2018-08-15
2
-0
/
+24
*
x86/bugs: Move the l1tf function and define pr_fmt properly
Konrad Rzeszutek Wilk
2018-08-15
1
-26
/
+29
*
x86/speculation/l1tf: Add sysfs reporting for l1tf
Andi Kleen
2018-08-15
2
-0
/
+60
*
x86/speculation/l1tf: Make sure the first page is always reserved
Andi Kleen
2018-08-15
1
-0
/
+6
*
kprobes/x86: Fix %p uses in error messages
Masami Hiramatsu
2018-08-15
1
-4
/
+1
*
x86/speculation: Protect against userspace-userspace spectreRSB
Jiri Kosina
2018-08-15
1
-31
/
+7
*
x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
Peter Zijlstra
2018-08-15
1
-4
/
+10
*
x86/apic: Future-proof the TSC_DEADLINE quirk for SKX
Len Brown
2018-08-06
1
-0
/
+3
*
x86/microcode: Make the late update update_lock a raw lock for RT
Scott Wood
2018-08-03
1
-3
/
+3
*
x86/MCE: Remove min interval polling limitation
Dewet Thibaut
2018-07-25
1
-3
/
+0
*
x86/apm: Don't access __preempt_count with zeroed fs
Ville Syrjälä
2018-07-25
1
-0
/
+5
*
x86/paravirt: Make native_save_fl() extern inline
Nick Desaulniers
2018-07-22
2
-0
/
+27
*
uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()
Oleg Nesterov
2018-07-17
1
-1
/
+1
*
x86: Call fixup_exception() before notify_die() in math_error()
Siarhei Liakh
2018-07-03
1
-6
/
+8
[next]