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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.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
2022-02-03
KVM: x86: Fix misplaced backport of "work around leak of uninitialized stack ...
Guillaume Bertholon
1
-7
/
+7
2022-01-27
um: registers: Rename function names to avoid conflicts and build problems
Randy Dunlap
1
-1
/
+2
2021-11-26
x86: Increase exception stack sizes
Peter Zijlstra
1
-1
/
+1
2021-11-26
x86/irq: Ensure PI wakeup handler is unregistered before module unload
Sean Christopherson
1
-1
/
+3
2021-10-17
perf/x86: Reset destroy callback on event init failure
Anand K Mistry
1
-0
/
+1
2021-10-06
xen/x86: fix PV trap handling on secondary processors
Jan Beulich
1
-6
/
+9
2021-09-22
x86/mm: Fix kern_addr_valid() to cope with existing but not present entries
Mike Rapoport
1
-3
/
+3
2021-09-22
xen: fix setting of max_pfn in shared_info
Juergen Gross
1
-2
/
+2
2021-09-22
KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adju...
Zelin Deng
1
-0
/
+4
2021-09-22
x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions
Paul Gortmaker
1
-1
/
+2
2021-08-26
KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
Maxim Levitsky
2
-1
/
+7
2021-08-26
x86/tools: Fix objdump version check again
Randy Dunlap
1
-0
/
+1
2021-08-04
x86/asm: Ensure asm/proto.h can be included stand-alone
Jan Kiszka
1
-0
/
+2
2021-07-28
x86/fpu: Make init_fpstate correct with optimized XSAVE
Thomas Gleixner
2
-25
/
+42
2021-07-20
KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()
Lai Jiangshan
1
-0
/
+2
2021-07-20
KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabled
Sean Christopherson
1
-1
/
+7
2021-06-30
x86/fpu: Reset state for all signal restore failures
Thomas Gleixner
1
-5
/
+13
2021-06-10
KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
Sean Christopherson
1
-4
/
+4
2021-06-03
x86/entry/64: Add instruction suffix
Jan Beulich
1
-1
/
+1
2021-06-03
x86/asm: Add instruction suffixes to bitops
Jan Beulich
2
-14
/
+17
2021-06-03
x86, asm: change the GEN_*_RMWcc() macros to not quote the condition
H. Peter Anvin
6
-18
/
+18
2021-05-22
x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
Arnd Bergmann
1
-2
/
+2
2021-05-22
KVM: x86: Cancel pvclock_gtod_work on module removal
Thomas Gleixner
1
-0
/
+1
2021-05-22
x86/events/amd/iommu: Fix sysfs type mismatch
Nathan Chancellor
1
-3
/
+3
2021-05-22
x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS)
John Millikin
1
-0
/
+1
2021-04-28
x86/crash: Fix crash_setup_memmap_entries() out-of-bounds access
Mike Galbraith
1
-1
/
+2
2021-04-10
bpf, x86: Validate computation of branch displacements for x86-64
Piotr Krysiuk
1
-1
/
+10
2021-04-10
x86/build: Turn off -fcf-protection for realmode targets
Arnd Bergmann
1
-1
/
+1
2021-03-30
x86/tlb: Flush global mappings when KAISER is disabled
Borislav Petkov
1
-4
/
+7
2021-03-24
x86/ioapic: Ignore IRQ2 again
Thomas Gleixner
1
-0
/
+10
2021-03-07
Xen/gnttab: handle p2m update errors on a per-slot basis
Jan Beulich
1
-3
/
+41
2021-03-07
x86/build: Treat R_386_PLT32 relocation as R_386_PC32
Fangrui Song
2
-4
/
+9
2021-03-07
x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirk
Heiner Kallweit
1
-0
/
+9
2021-03-03
x86/reboot: Force all cpus to exit VMX root if VMX is supported
Sean Christopherson
1
-19
/
+10
2021-02-23
Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()
Jan Beulich
1
-1
/
+2
2021-02-23
Xen/x86: don't bail early from clear_foreign_p2m_mapping()
Jan Beulich
1
-7
/
+5
2021-02-23
x86/build: Disable CET instrumentation in the kernel for 32-bit too
Borislav Petkov
1
-3
/
+3
2021-02-10
x86/apic: Add extra serialization for non-serializing MSRs
Dave Hansen
5
-12
/
+26
2021-02-10
x86/build: Disable CET instrumentation in the kernel
Josh Poimboeuf
1
-0
/
+3
2021-02-04
KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
Like Xu
1
-1
/
+1
2021-01-30
x86/boot/compressed: Disable relocation relaxation
Arvind Sankar
1
-0
/
+2
2021-01-12
x86/mtrr: Correct the range check before performing MTRR type lookups
Ying-Tsun Huang
1
-3
/
+3
2021-01-12
x86/mm: Fix leak of pmd ptlock
Dan Williams
1
-0
/
+2
2020-12-29
x86/kprobes: Restore BTF if the single-stepping is cancelled
Masami Hiramatsu
1
-0
/
+5
2020-12-11
x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes
Masami Hiramatsu
2
-4
/
+21
2020-12-02
x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpb
Anand K Mistry
1
-2
/
+2
2020-12-02
x86/xen: don't unbind uninitialized lock_kicker_irq
Brian Masney
1
-1
/
+11
2020-11-24
x86/microcode/intel: Check patch signature before saving microcode for early ...
Chen Yu
1
-47
/
+2
2020-11-22
KVM: x86: clflushopt should be treated as a no-op by emulation
David Edmondson
1
-1
/
+7
2020-11-18
x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...
Anand K Mistry
1
-19
/
+33
[next]