summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Fix misplaced backport of "work around leak of uninitialized stack ...Guillaume Bertholon2022-02-031-7/+7
* um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap2022-01-271-1/+2
* x86: Increase exception stack sizesPeter Zijlstra2021-11-261-1/+1
* x86/irq: Ensure PI wakeup handler is unregistered before module unloadSean Christopherson2021-11-261-1/+3
* perf/x86: Reset destroy callback on event init failureAnand K Mistry2021-10-171-0/+1
* xen/x86: fix PV trap handling on secondary processorsJan Beulich2021-10-061-6/+9
* x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport2021-09-221-3/+3
* xen: fix setting of max_pfn in shared_infoJuergen Gross2021-09-221-2/+2
* KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adju...Zelin Deng2021-09-221-0/+4
* x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versionsPaul Gortmaker2021-09-221-1/+2
* KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky2021-08-262-1/+7
* x86/tools: Fix objdump version check againRandy Dunlap2021-08-261-0/+1
* x86/asm: Ensure asm/proto.h can be included stand-aloneJan Kiszka2021-08-041-0/+2
* x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner2021-07-282-25/+42
* KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()Lai Jiangshan2021-07-201-0/+2
* KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabledSean Christopherson2021-07-201-1/+7
* x86/fpu: Reset state for all signal restore failuresThomas Gleixner2021-06-301-5/+13
* KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit modeSean Christopherson2021-06-101-4/+4
* x86/entry/64: Add instruction suffixJan Beulich2021-06-031-1/+1
* x86/asm: Add instruction suffixes to bitopsJan Beulich2021-06-032-14/+17
* x86, asm: change the GEN_*_RMWcc() macros to not quote the conditionH. Peter Anvin2021-06-036-18/+18
* x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypesArnd Bergmann2021-05-221-2/+2
* KVM: x86: Cancel pvclock_gtod_work on module removalThomas Gleixner2021-05-221-0/+1
* x86/events/amd/iommu: Fix sysfs type mismatchNathan Chancellor2021-05-221-3/+3
* x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS)John Millikin2021-05-221-0/+1
* x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith2021-04-281-1/+2
* bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk2021-04-101-1/+10
* x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann2021-04-101-1/+1
* x86/tlb: Flush global mappings when KAISER is disabledBorislav Petkov2021-03-301-4/+7
* x86/ioapic: Ignore IRQ2 againThomas Gleixner2021-03-241-0/+10
* Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich2021-03-071-3/+41
* x86/build: Treat R_386_PLT32 relocation as R_386_PC32Fangrui Song2021-03-072-4/+9
* x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirkHeiner Kallweit2021-03-071-0/+9
* x86/reboot: Force all cpus to exit VMX root if VMX is supportedSean Christopherson2021-03-031-19/+10
* Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()Jan Beulich2021-02-231-1/+2
* Xen/x86: don't bail early from clear_foreign_p2m_mapping()Jan Beulich2021-02-231-7/+5
* x86/build: Disable CET instrumentation in the kernel for 32-bit tooBorislav Petkov2021-02-231-3/+3
* x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2021-02-105-12/+26
* x86/build: Disable CET instrumentation in the kernelJosh Poimboeuf2021-02-101-0/+3
* KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]Like Xu2021-02-031-1/+1
* x86/boot/compressed: Disable relocation relaxationArvind Sankar2021-01-301-0/+2
* x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang2021-01-121-3/+3
* x86/mm: Fix leak of pmd ptlockDan Williams2021-01-121-0/+2
* x86/kprobes: Restore BTF if the single-stepping is cancelledMasami Hiramatsu2020-12-291-0/+5
* x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-112-4/+21
* x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry2020-12-021-2/+2
* x86/xen: don't unbind uninitialized lock_kicker_irqBrian Masney2020-12-021-1/+11
* x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu2020-11-241-47/+2
* KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson2020-11-221-1/+7
* x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry2020-11-181-19/+33