summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2024-02-15x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner
2024-02-15x86/mpparse: Remove the physid_t bitmap wrapperThomas Gleixner
2024-02-15x86/mm/numa: Move early mptable evaluation into common codeThomas Gleixner
2024-02-15x86/mpparse: Switch to new init callbacksThomas Gleixner
2024-02-15x86/dtb: Rename x86_dtb_init()Thomas Gleixner
2024-02-15x86/mpparse: Prepare for callback separationThomas Gleixner
2024-02-15x86/mpparse: Provide separate early/late callbacksThomas Gleixner
2024-02-15x86/mpparse: Rename default_find_smp_config()Thomas Gleixner
2024-02-15x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner
2024-02-15x86/ioapic: Replace some more set bit nonsenseThomas Gleixner
2024-02-15x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_idsThomas Gleixner
2024-02-15x86/cpu/topology: Make the APIC mismatch warnings completeThomas Gleixner
2024-02-15x86/apic/uv: Remove the private leaf 0xb parserThomas Gleixner
2024-02-15x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner
2024-02-15x86/cpu: Remove x86_coreid_bitsThomas Gleixner
2024-02-15x86/cpu: Make topology_amd_node_id() use the actual node infoThomas Gleixner
2024-02-15x86/mm/numa: Use core domain size on AMDThomas Gleixner
2024-02-15x86/cpu: Use common topology code for AMDThomas Gleixner
2024-02-15x86/cpu: Provide an AMD/HYGON specific topology parserThomas Gleixner
2024-02-15x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner
2024-02-15x86/cpu: Provide cpu_init/parse_topology()Thomas Gleixner
2024-02-15x86/cpu: Provide cpuid_read() et al.Thomas Gleixner
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar
2024-02-12x86/retpoline: Ensure default return thunk isn't used at runtimeJosh Poimboeuf
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-02-08Merge branch 'kvm-kconfig'Paolo Bonzini
2024-02-08x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini
2024-02-08KVM: define __KVM_HAVE_GUEST_DEBUG unconditionallyPaolo Bonzini
2024-02-08kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini
2024-02-08KVM: x86: move x86-specific structs to uapi/asm/kvm.hPaolo Bonzini
2024-02-08kvm: x86: use a uapi-friendly macro for GENMASKPaolo Bonzini
2024-02-08kvm: x86: use a uapi-friendly macro for BITDionna Glaze
2024-02-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-02-07kvmclock: Unexport kvmclock clocksourcePeter Hilber
2024-02-06x86/kvm: Use separate percpu variable to track the enabling of asyncpfXiaoyao Li
2024-02-06x86/sev: Fix position dependent variable references in startup codeArd Biesheuvel
2024-02-06x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORMNathan Chancellor
2024-02-02x86/fred: Fix a build warning with allmodconfig due to 'inline' failing to in...Xin Li (Intel)
2024-02-01kernel.h: removed REPEAT_BYTE from kernel.hTanzir Hasan
2024-02-01KVM: x86/pmu: Snapshot and clear reprogramming bitmap before reprogrammingSean Christopherson
2024-02-01KVM: x86/pmu: Move pmc_idx => pmc translation helper to common codeSean Christopherson
2024-01-31KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratumMaciej S. Szmigiero
2024-01-31x86/fred: Add FRED initialization functionsH. Peter Anvin (Intel)
2024-01-31x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMIXin Li
2024-01-31x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_userXin Li
2024-01-31x86/traps: Add sysvec_install() to install a system interrupt handlerXin Li
2024-01-31x86/fred: FRED entry/exit and dispatch codeH. Peter Anvin (Intel)
2024-01-31x86/idtentry: Incorporate definitions/declarations of the FRED entriesXin Li
2024-01-31x86/fred: Update MSR_IA32_FRED_RSP0 during task switchH. Peter Anvin (Intel)