summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-03-22x86: drop unnecessary prefix map configurationThomas Weißschuh
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf
2025-03-22x86/speculation: Remove the extra #ifdef around CALL_NOSPECPawan Gupta
2025-03-22perf/amd/ibs: Prevent leaking sensitive data to userspaceNamhyung Kim
2025-03-22x86/Kconfig: Document release year of glibc 2.3.3Mateusz Jończyk
2025-03-22x86/Kconfig: Make CONFIG_PCI_CNB20LE_QUIRK depend on X86_32Mateusz Jończyk
2025-03-22x86/Kconfig: Document CONFIG_PCI_MMCONFIGMateusz Jończyk
2025-03-22x86/Kconfig: Update lists in X86_EXTENDED_PLATFORMMateusz Jończyk
2025-03-22x86/Kconfig: Move all X86_EXTENDED_PLATFORM options togetherMateusz Jończyk
2025-03-22x86/Kconfig: Always enable ARCH_SPARSEMEM_ENABLEMateusz Jończyk
2025-03-22x86/Kconfig: Enable X86_X2APIC by default and improve help textMateusz Jończyk
2025-03-21x86/mm: restore early initialization of high_memory for 32-bitsMike Rapoport (Microsoft)
2025-03-21x86/hyperv: fix an indentation issue in mshyperv.hWei Liu
2025-03-21x86/hyperv: Add comments about hv_vpset and var size hypercall input argsMichael Kelley
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers
2025-03-21PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flagRoger Pau Monne
2025-03-21x86/asm: Make asm export of __ref_stack_chk_guard unconditionalArd Biesheuvel
2025-03-20x86: hyperv: Add mshv_handler() irq handler and setup functionNuno Das Neves
2025-03-20Drivers: hv: Export some functions for use by root partition moduleNuno Das Neves
2025-03-20x86/mshyperv: Add support for extended Hyper-V featuresStanislav Kinsburskii
2025-03-20hyperv: Log hypercall status codes as stringsNuno Das Neves
2025-03-20x86/hyperv: Fix check of return value from snp_set_vmsa()Tianyu Lan
2025-03-20x86/hyperv: Add VTL mode callback for restarting the systemRoman Kisel
2025-03-20x86/hyperv: Add VTL mode emergency restart callbackRoman Kisel
2025-03-20perf/x86/rapl: Fix error handling in init_rapl_pmus()Dhananjay Ugwekar
2025-03-20Merge branch 'kvm-pre-tdx' into HEADPaolo Bonzini
2025-03-20Merge branch 'kvm-nvmx-and-vm-teardown' into HEADPaolo Bonzini
2025-03-19x86/mm: Only do broadcast flush from reclaim if pages were unmappedRik van Riel
2025-03-19perf/x86/intel, x86/cpu: Replace Pentium 4 model checks with VFM onesSohil Mehta
2025-03-19perf/x86/intel, x86/cpu: Simplify Intel PMU initializationSohil Mehta
2025-03-19x86/crc: drop the avx10_256 functions and rename avx10_512 to avx512Eric Biggers
2025-03-19rqspinlock: Add basic support for CONFIG_PARAVIRTKumar Kartikeya Dwivedi
2025-03-19Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-03-19Merge tag 'kvm-x86-pvclock-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-03-19Merge tag 'kvm-x86-svm-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-03-19Merge tag 'kvm-x86-vmx-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-03-19Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-03-19Merge tag 'kvm-x86-mmu-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headersThomas Huth
2025-03-19x86/locking/atomic: Improve performance by using asm_inline() for atomic lock...Uros Bizjak
2025-03-19x86/asm: Use asm_inline() instead of asm() in clwb()Uros Bizjak
2025-03-19x86/asm: Use CLFLUSHOPT and CLWB mnemonics in <asm/special_insns.h>Uros Bizjak
2025-03-19x86/hweight: Use asm_inline() instead of asm()Uros Bizjak
2025-03-19x86/hweight: Use ASM_CALL_CONSTRAINT in inline asm()Uros Bizjak
2025-03-19x86/hweight: Use named operands in inline asm()Uros Bizjak
2025-03-19x86/stackprotector/64: Only export __ref_stack_chk_guard on CONFIG_SMPIngo Molnar
2025-03-19x86/head/64: Avoid Clang < 17 stack protector in startup codeArd Biesheuvel
2025-03-19x86/kexec: Merge x86_32 and x86_64 code using macros from <asm/asm.h>Uros Bizjak
2025-03-19x86/runtime-const: Add the RUNTIME_CONST_PTR assembly macroKirill A. Shutemov