aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-10-10x86/apic: Fake primary thread mask for XEN/PVThomas Gleixner1-0/+11
2023-10-10x86/cpu/hygon: Fix the CPU topology evaluation for realPu Wen1-2/+6
2023-10-09x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel2-7/+42
2023-10-09x86/sev: Disable MMIO emulation from user modeBorislav Petkov (AMD)1-0/+3
2023-10-08x86/resctrl: Fix kernel-doc warningsRandy Dunlap1-5/+5
2023-10-07x86/idle: Disable IBRS when CPU is offline to improve single-threaded perform...Waiman Long1-0/+8
2023-10-05Merge tag 'v6.6-rc4' into x86/entry, to pick up fixesIngo Molnar13-139/+87
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker1-1/+1
2023-10-04x86: kdump: use generic interface to simplify crashkernel reservation codeBaoquan He1-137/+11
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+2
2023-10-03x86/fpu/xstate: Address kernel-doc warningZhu Wang1-1/+0
2023-10-03x86/boot: Harmonize the style of array-type parameter for fixup_pointer() callsWang Jinchao1-3/+3
2023-10-03x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDsYazen Ghannam1-0/+3
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada5-6/+5
2023-10-03x86/boot: Fix incorrect startup_gdt_descr.sizeYuntao Wang1-1/+1
2023-10-03x86/boot: Move x86_cache_alignment initialization to correct spotDave Hansen1-2/+1
2023-10-02x86/of: Move the x86_flattree_get_config() call out of x86_dtb_init()Saurabh Sengar2-5/+3
2023-10-02x86/sev: Change npages to unsigned long in snp_accept_memory()Tom Lendacky1-2/+1
2023-10-02x86/sev: Use the GHCB protocol when available for SNP CPUID requestsTom Lendacky1-14/+55
2023-09-29x86/cpu/amd: Remove redundant 'break' statementBaolin Liu1-1/+0
2023-09-28x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang1-5/+25
2023-09-28x86/sev-es: Set x86_virt_bits to the correct value straight away, instead of ...Adam Dunlap1-15/+22
2023-09-28x86/srso: Add SRSO mitigation for Hygon processorsPu Wen1-1/+1
2023-09-27x86/amd_nb: Add AMD Family MI300 PCI IDsMuralidhara M K1-0/+5
2023-09-24x86_64: Show CR4.PSE on auxiliaries like on BSPHugh Dickins1-2/+2
2023-09-24x86/kgdb: Fix a kerneldoc warning when build with W=1Christophe JAILLET1-1/+0
2023-09-22Merge tag 'x86_urgent_for_v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+2
2023-09-22Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-48/+45
2023-09-22x86,static_call: Fix static-call vs return-thunkPeter Zijlstra2-1/+3
2023-09-22x86/alternatives: Remove faulty optimizationJosh Poimboeuf1-8/+0
2023-09-22x86/cpu: Clear SVM feature if disabled by BIOSPaolo Bonzini2-0/+20
2023-09-21x86/platform/uv/apic: Clean up inconsistent indentingYang Li1-1/+1
2023-09-21x86/unwind/orc: Remove redundant initialization of 'mid' pointer in __orc_find()Colin Ian King1-1/+1
2023-09-19x86/shstk: Add warning for shadow stack double unmapRick Edgecombe1-0/+11
2023-09-19x86/shstk: Remove useless clone error handlingRick Edgecombe1-7/+0
2023-09-19x86/shstk: Handle vfork clone failure correctlyRick Edgecombe1-2/+20
2023-09-19x86/srso: Fix SBPB enablement for spec_rstack_overflow=offJosh Poimboeuf1-1/+1
2023-09-19x86/srso: Don't probe microcode in a guestJosh Poimboeuf1-1/+1
2023-09-19x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf2-31/+10
2023-09-19x86/srso: Fix srso_show_state() side effectJosh Poimboeuf1-1/+1
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross1-67/+0
2023-09-18x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer()Rik van Riel1-6/+2
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+5
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+9
2023-09-14x86/entry: Make IA32 syscalls' availability depend on ia32_enabled()Nikolay Borisov2-18/+26
2023-09-14x86/entry: Rename ignore_sysret()Nikolay Borisov1-1/+1
2023-09-13x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri1-3/+9
2023-09-12x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLKai Huang1-14/+0
2023-09-11x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafsKai Huang1-0/+7
2023-09-11x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang1-6/+6