summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-08-11KVM: nVMX: Add a helper to get highest pending from Posted Interrupt vectorSean Christopherson2-2/+13
2024-08-11KVM: VMX: Move posted interrupt descriptor out of VMX codeJacob Pan4-93/+91
2024-08-11KVM: VMX: Split off vmx_onhyperv.{ch} from hyperv.{ch}Vitaly Kuznetsov7-252/+271
2024-08-03perf/x86/intel/pt: Fix a topa_entry base address calculationAdrian Hunter1-1/+1
2024-08-03perf/x86/intel/pt: Fix topa_entry base lengthMarco Cavenati1-2/+2
2024-08-03perf/x86/intel/ds: Fix non 0 retire latency on RaptorlakeKan Liang1-2/+6
2024-08-03perf/x86/intel/uncore: Fix the bits of the CHA extended umask for SPRKan Liang1-2/+4
2024-08-03KVM: nVMX: Request immediate exit iff pending nested event needs injectionSean Christopherson3-4/+4
2024-08-03KVM: VMX: Split out the non-virtualization part of vmx_interrupt_blocked()Sean Christopherson2-3/+9
2024-08-03x86/shstk: Make return uprobe work with shadow stackJiri Olsa3-1/+19
2024-08-03perf/x86/intel/cstate: Fix Alderlake/Raptorlake/MeteorlakeZhang Rui1-5/+2
2024-08-03perf/x86/intel/pt: Fix pt_topa_entry_for_page() address calculationAdrian Hunter1-1/+1
2024-08-03perf/x86: Serialize set_attr_rdpmc()Thomas Gleixner1-0/+3
2024-08-03x86/xen: Convert comma to semicolonChen Ni1-2/+2
2024-08-03x86/platform/iosf_mbi: Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-2/+2
2024-08-03x86/pci/xen: Fix PCIBIOS_* return code handlingIlpo Järvinen1-2/+2
2024-08-03x86/pci/intel_mid_pci: Fix PCIBIOS_* return code handlingIlpo Järvinen1-2/+2
2024-08-03x86/of: Return consistent error type from x86_of_pci_irq_enable()Ilpo Järvinen1-1/+1
2024-08-03x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSSMasahiro Yamada1-1/+1
2024-07-18x86/bhi: Avoid warning in #DB handler due to BHI mitigationAlexandre Chartre1-4/+10
2024-07-18x86/entry/64: Remove obsolete comment on tracing vs. SYSRETBrian Gerst1-16/+3
2024-07-18x86/entry: Rename ignore_sysret()Nikolay Borisov3-4/+4
2024-07-09Revert "bpf: Take return from set_memory_rox() into account with bpf_jit_bina...Greg Kroah-Hartman1-1/+2
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-07-05x86: stop playing stack games in profile_pc()Linus Torvalds1-19/+1
2024-07-05randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook1-9/+6
2024-07-05x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixupUros Bizjak1-2/+2
2024-07-05bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy1-2/+1
2024-06-27x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck2-3/+6
2024-06-27x86/cpu/vfm: Add new macros to work with (vendor/family/model) valuesTony Luck1-0/+93
2024-06-27efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel2-2/+11
2024-06-27KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routesSean Christopherson1-5/+4
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-06-21x86/amd_nb: Check for invalid SMN readsYazen Ghannam1-1/+8
2024-06-21x86/kexec: Fix bug with call depth trackingDavid Kaplan1-2/+9
2024-06-21x86/boot: Don't add the EFI stub to targets, againBenjamin Segall1-2/+2
2024-06-21x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook2-3/+7
2024-06-21x86/asm: Use %c/%n instead of %P operand modifier in asm templatesUros Bizjak6-18/+18
2024-06-21KVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria3-7/+17
2024-06-21KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guestsMichael Roth3-1/+21
2024-06-21KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absentRavi Bangoria3-9/+14
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-0/+2
2024-06-16KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright maskedSean Christopherson1-8/+19
2024-06-12genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang1-3/+6
2024-06-12KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUIDGerd Hoffmann1-11/+10
2024-06-12x86/pci: Skip early E820 check for ECAM regionBjorn Helgaas1-11/+29
2024-06-12x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yMasahiro Yamada1-4/+1
2024-06-12xen/x86: add extra pages to unpopulated-alloc if availableRoger Pau Monne1-0/+33
2024-06-12um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie1-0/+7
2024-06-12kbuild: unify vdso_install rulesMasahiro Yamada2-30/+4