summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu/topology: Provide separate APIC registration functionsThomas Gleixner2024-02-152-18/+98
* x86/cpu/topology: Move registration out of APIC codeThomas Gleixner2024-02-154-188/+195
* x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner2024-02-153-2/+5
* x86/apic: Remove yet another dubious callbackThomas Gleixner2024-02-156-14/+0
* x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner2024-02-1510-45/+0
* x86/mpparse: Remove the physid_t bitmap wrapperThomas Gleixner2024-02-156-58/+30
* x86/mm/numa: Move early mptable evaluation into common codeThomas Gleixner2024-02-153-12/+2
* x86/mpparse: Switch to new init callbacksThomas Gleixner2024-02-1510-39/+9
* x86/hyperv/vtl: Prepare for separate mpparse callbacksThomas Gleixner2024-02-151-1/+3
* x86/xen/smp_pv: Prepare for separate mpparse callbacksThomas Gleixner2024-02-151-2/+9
* x86/jailhouse: Prepare for separate mpparse callbacksThomas Gleixner2024-02-151-12/+20
* x86/platform/intel-mid: Prepare for separate mpparse callbacksThomas Gleixner2024-02-151-2/+4
* x86/platform/ce4100: Prepare for separate mpparse callbacksThomas Gleixner2024-02-151-6/+8
* x86/dtb: Rename x86_dtb_init()Thomas Gleixner2024-02-153-4/+4
* x86/mpparse: Prepare for callback separationThomas Gleixner2024-02-153-6/+20
* x86/mpparse: Provide separate early/late callbacksThomas Gleixner2024-02-151-0/+4
* x86/mpparse: Rename default_find_smp_config()Thomas Gleixner2024-02-158-20/+13
* x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner2024-02-156-28/+0
* x86/ioapic: Simplify setup_ioapic_ids_from_mpc_nocheck()Thomas Gleixner2024-02-151-3/+2
* x86/ioapic: Make io_apic_get_unique_id() simplerThomas Gleixner2024-02-151-17/+5
* x86/apic: Get rid of get_physical_broadcast()Thomas Gleixner2024-02-152-37/+22
* x86/ioapic: Replace some more set bit nonsenseThomas Gleixner2024-02-152-7/+2
* x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_idsThomas Gleixner2024-02-153-3/+1
* x86/cpu/topology: Make the APIC mismatch warnings completeThomas Gleixner2024-02-153-16/+16
* x86/apic/uv: Remove the private leaf 0xb parserThomas Gleixner2024-02-152-43/+14
* x86/xen/smp_pv: Remove cpudata fiddlingThomas Gleixner2024-02-151-3/+0
* x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner2024-02-1512-68/+0
* x86/cpu: Remove x86_coreid_bitsThomas Gleixner2024-02-152-3/+0
* x86/cpu: Remove topology.cThomas Gleixner2024-02-152-143/+1
* x86/cpu: Make topology_amd_node_id() use the actual node infoThomas Gleixner2024-02-152-7/+4
* x86/mm/numa: Use core domain size on AMDThomas Gleixner2024-02-152-19/+21
* x86/cpu: Use common topology code for HYGONThomas Gleixner2024-02-155-154/+4
* x86/cpu: Use common topology code for AMDThomas Gleixner2024-02-154-151/+5
* x86/smpboot: Teach it about topo.amd_node_idThomas Gleixner2024-02-151-4/+8
* x86/cpu: Provide an AMD/HYGON specific topology parserThomas Gleixner2024-02-159-7/+215
* x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner2024-02-159-12/+23
* x86/cpu: Use common topology code for IntelThomas Gleixner2024-02-155-117/+4
* x86/cpu: Provide a sane leaf 0xb/0x1f parserThomas Gleixner2024-02-153-1/+143
* x86/cpu: Move __max_die_per_package to common.cThomas Gleixner2024-02-152-3/+3
* x86/cpu: Use common topology code for Centaur and ZhaoxinThomas Gleixner2024-02-153-11/+8
* x86/cpu: Add legacy topology parserThomas Gleixner2024-02-153-1/+51
* x86/cpu: Provide cpu_init/parse_topology()Thomas Gleixner2024-02-157-18/+296
* x86/cpu: Provide cpuid_read() et al.Thomas Gleixner2024-02-151-0/+36
* Linux 6.8-rc4v6.8-rc4Linus Torvalds2024-02-111-1/+1
* Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-02-112-1/+6
|\
| * hrtimer: Report offline hrtimer enqueueFrederic Weisbecker2024-02-062-1/+6
* | Merge tag 'x86_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-114-31/+28
|\ \
| * | x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6Aleksander Mazur2024-02-091-1/+1
| * | x86/fpu: Stop relying on userspace for info to fault in xsave bufferAndrei Vagin2024-01-301-8/+5
| * | x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixupsQiuxu Zhuo2024-01-292-22/+22