summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2021-05-19KVM: x86: Cancel pvclock_gtod_work on module removalThomas Gleixner
2021-05-19KVM: x86/mmu: Remove the defunct update_pte() paging hookSean Christopherson
2021-05-14x86/events/amd/iommu: Fix sysfs type mismatchNathan Chancellor
2021-05-14x86/kprobes: Fix to check non boostable prefixes correctlyMasami Hiramatsu
2021-05-14x86/platform/uv: Fix !KEXEC build failureIngo Molnar
2021-05-14x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes
2021-05-14KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bitSean Christopherson
2021-05-11x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson
2021-05-11x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS)John Millikin
2021-05-07ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()Rafael J. Wysocki
2021-05-07ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki
2021-04-28x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith
2021-04-28perf/x86/kvm: Fix Broadwell Xeon stepping in isolation_ucodes[]Jim Mattson
2021-04-28perf/x86/intel/uncore: Remove uncore extra PCI dev HSWEP_PCI_PCU_3Kan Liang
2021-04-10bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk
2021-04-10bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk
2021-04-10x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann
2021-04-10bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_compYonghong Song
2021-03-30x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata
2021-03-24x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold
2021-03-24x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov
2021-03-24x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov
2021-03-24x86/ioapic: Ignore IRQ2 againThomas Gleixner
2021-03-24perf/x86/intel: Fix a crash caused by zero PEBS statusKan Liang
2021-03-20crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel
2021-03-20crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak
2021-03-20crypto: x86 - Regularize glue function prototypesKees Cook
2021-03-17x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2Josh Poimboeuf
2021-03-07Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich
2021-03-07perf/x86/kvm: Add Cascade Lake Xeon steppings to isolation_ucodes[]Jim Mattson
2021-03-07x86/build: Treat R_386_PLT32 relocation as R_386_PC32Fangrui Song
2021-03-07x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirkHeiner Kallweit
2021-03-04x86: fix seq_file iteration for pat/memtype.cNeilBrown
2021-03-04x86/reboot: Force all cpus to exit VMX root if VMX is supportedSean Christopherson
2021-03-04x86/virt: Eat faults on VMXOFF in reboot flowsSean Christopherson
2021-03-04crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel
2021-03-04kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky
2021-02-23Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()Jan Beulich
2021-02-23Xen/x86: don't bail early from clear_foreign_p2m_mapping()Jan Beulich
2021-02-23KVM: SEV: fix double locking due to incorrect backportPaolo Bonzini
2021-02-17x86/build: Disable CET instrumentation in the kernel for 32-bit tooBorislav Petkov
2021-02-13Fix unsynchronized access to sev members through svm_register_enc_regionPeter Gonda
2021-02-10x86/apic: Add extra serialization for non-serializing MSRsDave Hansen
2021-02-10x86/build: Disable CET instrumentation in the kernelJosh Poimboeuf
2021-02-10KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit modeSean Christopherson
2021-02-10KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson
2021-02-07x86: __always_inline __{rd,wr}msr()Peter Zijlstra
2021-02-03KVM: x86: get smi pending status correctlyJay Zhou
2021-02-03KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migrationMaxim Levitsky
2021-02-03KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()Like Xu