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.14.y
linux-6.15.y
linux-6.16.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
2019-08-29
x86/boot: Save fields explicitly, zero out everything else
John Hubbard
1
-13
/
+47
2019-08-29
x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h
Tom Lendacky
3
-13
/
+140
2019-08-29
x86/apic: Handle missing global clockevent gracefully
Thomas Gleixner
1
-15
/
+53
2019-08-29
x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386
Sean Christopherson
1
-1
/
+1
2019-08-29
x86/lib/cpu: Address missing prototypes warning
Valdis Klētnieks
1
-0
/
+1
2019-08-25
x86/mm: Use WRITE_ONCE() when setting PTEs
Nadav Amit
2
-15
/
+15
2019-08-25
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
1
-2
/
+0
2019-08-16
KVM: Fix leak vCPU's VMCS value into other pCPU
Wanpeng Li
4
-0
/
+29
2019-08-16
x86/mm: Sync also unmappings in vmalloc_sync_all()
Joerg Roedel
1
-8
/
+5
2019-08-16
x86/mm: Check for pfn instead of page in vmalloc_sync_one()
Joerg Roedel
1
-1
/
+1
2019-08-06
x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGS
Thomas Gleixner
3
-29
/
+32
2019-08-06
x86/speculation: Enable Spectre v1 swapgs mitigations
Josh Poimboeuf
1
-9
/
+106
2019-08-06
x86/speculation: Prepare entry code for Spectre v1 swapgs mitigations
Josh Poimboeuf
3
-2
/
+36
2019-08-06
x86/cpufeatures: Combine word 11 and 12 into a new scattered features word
Fenghua Yu
6
-34
/
+34
2019-08-06
x86/cpufeatures: Carve out CQM features retrieval
Borislav Petkov
1
-27
/
+33
2019-08-06
x86/vdso: Prevent segfaults due to hoisted vclock reads
Andy Lutomirski
1
-2
/
+13
2019-08-06
gcc-9: properly declare the {pv,hv}clock_page storage
Linus Torvalds
1
-2
/
+2
2019-08-06
x86, boot: Remove multiple copy of static function sanitize_boot_params()
Zhenzhong Duan
2
-1
/
+1
2019-08-06
x86/paravirt: Fix callee-saved function ELF sizes
Josh Poimboeuf
2
-0
/
+2
2019-08-06
x86/kvm: Don't call kvm_spurious_fault() from .fixup
Josh Poimboeuf
1
-15
/
+19
2019-08-06
xen/pv: Fix a boot up hang revealed by int3 self test
Zhenzhong Duan
4
-4
/
+2
2019-08-06
x86: math-emu: Hide clang warnings for 16-bit overflow
Arnd Bergmann
2
-2
/
+2
2019-08-06
x86/apic: Silence -Wtype-limits compiler warnings
Qian Cai
2
-2
/
+2
2019-08-06
x86: kvm: avoid constant-conversion warning
Arnd Bergmann
1
-3
/
+3
2019-07-31
x86/speculation/mds: Apply more accurate check on hypervisor platform
Zhenzhong Duan
1
-1
/
+1
2019-07-31
x86/sysfb_efi: Add quirks for some devices with swapped width and height
Hans de Goede
1
-0
/
+46
2019-07-31
KVM: nVMX: do not use dangling shadow VMCS after guest reset
Paolo Bonzini
1
-1
/
+7
2019-07-31
perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_id
Suravee Suthikulpanit
1
-19
/
+2
2019-07-31
perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCs
Kim Phillips
1
-4
/
+11
2019-07-31
perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCs
Kim Phillips
1
-1
/
+1
2019-07-31
x86/boot: Fix memory leak in default_get_smp_config()
David Rientjes
1
-6
/
+4
2019-07-31
KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed
Like Xu
1
-2
/
+2
2019-07-31
x86/build: Add 'set -e' to mkcapflags.sh to delete broken capflags.c
Masahiro Yamada
1
-0
/
+2
2019-07-31
x86/atomic: Fix smp_mb__{before,after}_atomic()
Peter Zijlstra
3
-10
/
+10
2019-07-31
x86/cpufeatures: Add FDP_EXCPTN_ONLY and ZERO_FCS_FDS
Aaron Lewis
1
-0
/
+2
2019-07-21
x86/boot/64: Fix crash if kernel image crosses page table boundary
Kirill A. Shutemov
1
-8
/
+9
2019-07-21
x86/tls: Fix possible spectre-v1 in do_get_thread_area()
Dianzhang Chen
1
-2
/
+7
2019-07-21
x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()
Dianzhang Chen
1
-1
/
+4
2019-07-10
KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPIC
Wanpeng Li
1
-1
/
+1
2019-07-10
KVM: x86: degrade WARN to pr_warn_ratelimited
Paolo Bonzini
1
-3
/
+3
2019-07-10
ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...
Petr Mladek
1
-0
/
+3
2019-07-03
x86/microcode: Fix the microcode load on CPU hotplug for real
Thomas Gleixner
1
-5
/
+10
2019-07-03
x86/speculation: Allow guests to use SSBD even if host does not
Alejandro Jimenez
1
-1
/
+10
2019-06-22
x86/CPU/AMD: Don't force the CPB cap when running under a hypervisor
Frank van der Linden
1
-2
/
+5
2019-06-22
perf/x86/intel/ds: Fix EVENT vs. UEVENT PEBS constraints
Stephane Eranian
1
-14
/
+14
2019-06-19
x86/kasan: Fix boot with 5-level paging and KASAN
Andrey Ryabinin
1
-1
/
+1
2019-06-19
x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callback
Borislav Petkov
1
-1
/
+1
2019-06-19
KVM: x86/pmu: do not mask the value that is written to fixed PMUs
Paolo Bonzini
1
-5
/
+8
2019-06-15
x86/PCI: Fix PCI IRQ routing table memory leak
Wenwen Wang
1
-2
/
+8
2019-06-15
perf/x86/intel: Allow PEBS multi-entry in watermark mode
Stephane Eranian
1
-1
/
+1
[prev]
[next]