index
:
Linux Stable
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-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/boot/64: Make level2_kernel_pgt pages invalid outside kernel area
Steve Wahl
2019-10-29
1
-2
/
+20
*
x86/apic: Soft disable APIC before initializing it
Thomas Gleixner
2019-10-05
1
-0
/
+8
*
x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI fails
Grzegorz Halat
2019-10-05
1
-19
/
+27
*
x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machines
Thomas Gleixner
2019-09-21
1
-1
/
+7
*
Revert "x86/apic: Include the LDR when clearing out APIC registers"
Linus Torvalds
2019-09-10
1
-4
/
+0
*
x86/ptrace: fix up botched merge of spectrev1 fix
Greg Kroah-Hartman
2019-09-06
1
-2
/
+1
*
uprobes/x86: Fix detection of 32-bit user mode
Sebastian Mayr
2019-09-06
1
-7
/
+10
*
x86/apic: Include the LDR when clearing out APIC registers
Bandan Das
2019-09-06
1
-0
/
+4
*
x86/apic: Do not initialize LDR and DFR for bigsmp
Bandan Das
2019-09-06
1
-22
/
+2
*
x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h
Tom Lendacky
2019-08-29
1
-0
/
+66
*
x86/apic: Handle missing global clockevent gracefully
Thomas Gleixner
2019-08-29
1
-15
/
+53
*
x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGS
Thomas Gleixner
2019-08-06
2
-29
/
+31
*
x86/speculation: Enable Spectre v1 swapgs mitigations
Josh Poimboeuf
2019-08-06
1
-9
/
+106
*
x86/cpufeatures: Combine word 11 and 12 into a new scattered features word
Fenghua Yu
2019-08-06
3
-23
/
+22
*
x86/cpufeatures: Carve out CQM features retrieval
Borislav Petkov
2019-08-06
1
-27
/
+33
*
x86/paravirt: Fix callee-saved function ELF sizes
Josh Poimboeuf
2019-08-06
1
-0
/
+1
*
x86/apic: Silence -Wtype-limits compiler warnings
Qian Cai
2019-08-06
1
-1
/
+1
*
x86/speculation/mds: Apply more accurate check on hypervisor platform
Zhenzhong Duan
2019-07-31
1
-1
/
+1
*
x86/sysfb_efi: Add quirks for some devices with swapped width and height
Hans de Goede
2019-07-31
1
-0
/
+46
*
x86/boot: Fix memory leak in default_get_smp_config()
David Rientjes
2019-07-31
1
-6
/
+4
*
x86/build: Add 'set -e' to mkcapflags.sh to delete broken capflags.c
Masahiro Yamada
2019-07-31
1
-0
/
+2
*
x86/boot/64: Fix crash if kernel image crosses page table boundary
Kirill A. Shutemov
2019-07-21
1
-8
/
+9
*
x86/tls: Fix possible spectre-v1 in do_get_thread_area()
Dianzhang Chen
2019-07-21
1
-2
/
+7
*
x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()
Dianzhang Chen
2019-07-21
1
-1
/
+4
*
ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...
Petr Mladek
2019-07-10
1
-0
/
+3
*
x86/microcode: Fix the microcode load on CPU hotplug for real
Thomas Gleixner
2019-07-03
1
-5
/
+10
*
x86/speculation: Allow guests to use SSBD even if host does not
Alejandro Jimenez
2019-07-03
1
-1
/
+10
*
x86/CPU/AMD: Don't force the CPB cap when running under a hypervisor
Frank van der Linden
2019-06-22
1
-2
/
+5
*
x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callback
Borislav Petkov
2019-06-19
1
-1
/
+1
*
Revert "x86/build: Move _etext to actual end of .text"
Greg Kroah-Hartman
2019-06-09
1
-3
/
+3
*
x86/mce: Fix machine_check_poll() tests for error types
Tony Luck
2019-05-31
1
-7
/
+37
*
x86/uaccess, signal: Fix AC=1 bloat
Peter Zijlstra
2019-05-31
1
-12
/
+17
*
x86/microcode: Fix the ancient deprecated microcode loading method
Borislav Petkov
2019-05-31
1
-1
/
+2
*
x86/irq/64: Limit IST stack overflow check to #DB stack
Thomas Gleixner
2019-05-31
1
-5
/
+14
*
x86/build: Move _etext to actual end of .text
Kees Cook
2019-05-31
1
-3
/
+3
*
ftrace/x86_64: Emulate call function while updating in breakpoint handler
Peter Zijlstra
2019-05-25
1
-5
/
+27
*
sched/x86: Save [ER]FLAGS on context switch
Peter Zijlstra
2019-05-21
2
-0
/
+15
*
x86/speculation/mds: Revert CPU buffer clear on double fault exit
Andy Lutomirski
2019-05-21
1
-8
/
+0
*
x86/kprobes: Avoid kretprobe recursion bug
Masami Hiramatsu
2019-05-16
1
-2
/
+20
*
x86/fpu: Don't export __kernel_fpu_{begin,end}()
Sebastian Andrzej Siewior
2019-05-16
1
-4
/
+2
*
x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51T
Jian-Hong Pan
2019-05-16
1
-0
/
+21
*
x86/speculation/mds: Add 'mitigations=' support for MDS
Josh Poimboeuf
2019-05-14
1
-2
/
+3
*
x86/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
2019-05-14
1
-2
/
+9
*
x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off
Konrad Rzeszutek Wilk
2019-05-14
1
-1
/
+2
*
x86/speculation/mds: Fix comment
Boris Ostrovsky
2019-05-14
1
-1
/
+1
*
x86/speculation/mds: Add SMT warning message
Josh Poimboeuf
2019-05-14
1
-0
/
+8
*
x86/speculation: Move arch_smt_update() call to after mitigation decisions
Josh Poimboeuf
2019-05-14
1
-3
/
+2
*
x86/speculation/mds: Add mds=full,nosmt cmdline option
Josh Poimboeuf
2019-05-14
1
-0
/
+10
*
Documentation: Move L1TF to separate directory
Thomas Gleixner
2019-05-14
1
-1
/
+1
*
x86/speculation/mds: Add mitigation mode VMWERV
Thomas Gleixner
2019-05-14
1
-6
/
+12
[next]