summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
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/jailhouse: Prepare for separate mpparse 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: 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: Simplify setup_ioapic_ids_from_mpc_nocheck()Thomas Gleixner
2024-02-15x86/ioapic: Make io_apic_get_unique_id() simplerThomas Gleixner
2024-02-15x86/apic: Get rid of get_physical_broadcast()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: Remove topology.cThomas Gleixner
2024-02-15x86/cpu: Make topology_amd_node_id() use the actual node infoThomas Gleixner
2024-02-15x86/cpu: Use common topology code for HYGONThomas Gleixner
2024-02-15x86/cpu: Use common topology code for AMDThomas Gleixner
2024-02-15x86/smpboot: Teach it about topo.amd_node_idThomas 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: Use common topology code for IntelThomas Gleixner
2024-02-15x86/cpu: Provide a sane leaf 0xb/0x1f parserThomas Gleixner
2024-02-15x86/cpu: Move __max_die_per_package to common.cThomas Gleixner
2024-02-15x86/cpu: Use common topology code for Centaur and ZhaoxinThomas Gleixner
2024-02-15x86/cpu: Add legacy topology parserThomas Gleixner
2024-02-15x86/cpu: Provide cpu_init/parse_topology()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-11Merge tag 'x86_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-08x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini
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-07treewide: Remove system_counterval_t.cs, which is never readPeter Hilber
2024-02-07x86/kvm, ptp/kvm: Add clocksource ID, set system_counterval_t.cs_idPeter Hilber
2024-02-07x86/tsc: Add clocksource ID, set system_counterval_t.cs_idPeter Hilber
2024-02-07x86/tsc: Correct kernel-doc notationRandy Dunlap
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-05x86/mce: Make mce_subsys constRicardo B. Marliere
2024-01-31x86/kvm: Fix SEV check in sev_map_percpu_data()Kirill A. Shutemov
2024-01-31x86/fred: Invoke FRED initialization code to enable FREDH. Peter Anvin (Intel)
2024-01-31x86/fred: Add FRED initialization functionsH. Peter Anvin (Intel)
2024-01-31x86/syscall: Split IDT syscall setup code into idt_syscall_init()Xin Li
2024-01-31x86/traps: Add sysvec_install() to install a system interrupt handlerXin Li
2024-01-31x86/fred: Add a machine check entry stub for FREDXin Li
2024-01-31x86/fred: Add a NMI entry stub for FREDH. Peter Anvin (Intel)