summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/kexec: Use up-to-dated screen_info copy to fill boot paramsKairui Song2020-11-101-2/+1
* KVM: x86: emulating RDPID failure shall return #UD rather than #GPRobert Hoo2020-10-291-1/+1
* x86/mm/ptdump: Fix soft lockup in page table walkerAndrey Ryabinin2020-10-291-0/+2
* x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inlineThomas Gleixner2020-10-011-2/+2
* KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford2020-10-011-2/+8
* x86/defconfig: Enable CONFIG_USB_XHCI_HCD=yAdam Borowski2020-09-232-0/+2
* KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exitWanpeng Li2020-09-231-0/+1
* vgacon: remove software scrollback supportLinus Torvalds2020-09-232-2/+0
* x86/i8259: Use printk_deferred() to prevent deadlockThomas Gleixner2020-08-211-1/+1