aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-16x86/resctrl: Access per-rmid structures by indexJames Morse1-0/+17
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse1-0/+7
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner1-2/+0
2024-02-15x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao1-0/+10
2024-02-15x86/cpu/topology: Provide __num_[cores|threads]_per_packageThomas Gleixner1-0/+12
2024-02-15x86/cpu/topology: Rename topology_max_die_per_package()Thomas Gleixner1-1/+1
2024-02-15x86/cpu/topology: Rename smp_num_siblingsThomas Gleixner3-4/+3
2024-02-15x86/cpu/topology: Use topology logical mapping mechanismThomas Gleixner1-8/+7
2024-02-15x86/cpu/topology: Provide logical pkg/die mappingThomas Gleixner1-0/+9
2024-02-15x86/cpu/topology: Use topology bitmaps for sizingThomas Gleixner2-13/+13
2024-02-15x86/cpu/topology: Rework possible CPU managementThomas Gleixner3-9/+7
2024-02-15x86/cpu/topology: Confine topology informationThomas Gleixner1-3/+0
2024-02-15x86/mpparse: Use new APIC registration functionThomas Gleixner1-2/+0
2024-02-15x86/cpu/topology: Provide separate APIC registration functionsThomas Gleixner1-0/+3
2024-02-15x86/cpu/topology: Move registration out of APIC codeThomas Gleixner1-0/+2
2024-02-15x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner1-0/+3
2024-02-15x86/apic: Remove yet another dubious callbackThomas Gleixner1-1/+0
2024-02-15x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner1-1/+0
2024-02-15x86/mpparse: Remove the physid_t bitmap wrapperThomas Gleixner1-23/+9
2024-02-15x86/mm/numa: Move early mptable evaluation into common codeThomas Gleixner1-5/+0
2024-02-15x86/mpparse: Switch to new init callbacksThomas Gleixner2-10/+1
2024-02-15x86/dtb: Rename x86_dtb_init()Thomas Gleixner1-2/+2
2024-02-15x86/mpparse: Prepare for callback separationThomas Gleixner1-4/+8
2024-02-15x86/mpparse: Provide separate early/late callbacksThomas Gleixner1-0/+4
2024-02-15x86/mpparse: Rename default_find_smp_config()Thomas Gleixner2-11/+6
2024-02-15x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner2-9/+0
2024-02-15x86/ioapic: Replace some more set bit nonsenseThomas Gleixner1-3/+0
2024-02-15x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_idsThomas Gleixner1-1/+0
2024-02-15x86/cpu/topology: Make the APIC mismatch warnings completeThomas Gleixner1-3/+2
2024-02-15x86/apic/uv: Remove the private leaf 0xb parserThomas Gleixner1-0/+5
2024-02-15x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner1-1/+0
2024-02-15x86/cpu: Remove x86_coreid_bitsThomas Gleixner1-2/+0
2024-02-15x86/cpu: Make topology_amd_node_id() use the actual node infoThomas Gleixner1-2/+2
2024-02-15x86/mm/numa: Use core domain size on AMDThomas Gleixner1-0/+5
2024-02-15x86/cpu: Use common topology code for AMDThomas Gleixner1-2/+0
2024-02-15x86/cpu: Provide an AMD/HYGON specific topology parserThomas Gleixner1-0/+2
2024-02-15x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner2-0/+11
2024-02-15x86/cpu: Provide cpu_init/parse_topology()Thomas Gleixner1-0/+19
2024-02-15x86/cpu: Provide cpuid_read() et al.Thomas Gleixner1-0/+36
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar11-44/+47
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar94-1068/+1253
2024-02-12x86/retpoline: Ensure default return thunk isn't used at runtimeJosh Poimboeuf1-0/+2
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds5-11/+11
2024-02-08Merge branch 'kvm-kconfig'Paolo Bonzini4-4/+4
2024-02-08x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini4-4/+4
2024-02-08KVM: define __KVM_HAVE_GUEST_DEBUG unconditionallyPaolo Bonzini1-1/+0
2024-02-08kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini1-1/+0
2024-02-08KVM: x86: move x86-specific structs to uapi/asm/kvm.hPaolo Bonzini1-0/+262
2024-02-08kvm: x86: use a uapi-friendly macro for GENMASKPaolo Bonzini2-4/+5
2024-02-08kvm: x86: use a uapi-friendly macro for BITDionna Glaze1-3/+4