summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-02-16x86/mpparse: Remove the physid_t bitmap wrapperThomas Gleixner6-58/+30
2024-02-16x86/mm/numa: Move early mptable evaluation into common codeThomas Gleixner3-12/+2
2024-02-16x86/mpparse: Switch to new init callbacksThomas Gleixner10-39/+9
2024-02-16x86/hyperv/vtl: Prepare for separate mpparse callbacksThomas Gleixner1-1/+3
2024-02-16x86/xen/smp_pv: Prepare for separate mpparse callbacksThomas Gleixner1-2/+9
2024-02-16x86/jailhouse: Prepare for separate mpparse callbacksThomas Gleixner1-12/+20
2024-02-16x86/platform/intel-mid: Prepare for separate mpparse callbacksThomas Gleixner1-2/+4
2024-02-16x86/platform/ce4100: Prepare for separate mpparse callbacksThomas Gleixner1-6/+8
2024-02-16x86/dtb: Rename x86_dtb_init()Thomas Gleixner3-4/+4
2024-02-16x86/mpparse: Prepare for callback separationThomas Gleixner3-6/+20
2024-02-16x86/mpparse: Provide separate early/late callbacksThomas Gleixner1-0/+4
2024-02-16x86/mpparse: Rename default_find_smp_config()Thomas Gleixner8-20/+13
2024-02-16x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner6-28/+0
2024-02-16x86/ioapic: Simplify setup_ioapic_ids_from_mpc_nocheck()Thomas Gleixner1-3/+2
2024-02-16x86/ioapic: Make io_apic_get_unique_id() simplerThomas Gleixner1-17/+5
2024-02-16x86/apic: Get rid of get_physical_broadcast()Thomas Gleixner2-37/+22
2024-02-16x86/ioapic: Replace some more set bit nonsenseThomas Gleixner2-7/+2
2024-02-16x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_idsThomas Gleixner3-3/+1
2024-02-16x86/cpu/topology: Make the APIC mismatch warnings completeThomas Gleixner3-16/+16
2024-02-16x86/apic/uv: Remove the private leaf 0xb parserThomas Gleixner2-43/+14
2024-02-16x86/xen/smp_pv: Remove cpudata fiddlingThomas Gleixner1-3/+0
2024-02-16x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner12-68/+0
2024-02-16x86/cpu: Remove x86_coreid_bitsThomas Gleixner2-3/+0
2024-02-16x86/cpu: Remove topology.cThomas Gleixner2-143/+1
2024-02-16x86/cpu: Make topology_amd_node_id() use the actual node infoThomas Gleixner2-7/+4
2024-02-16x86/mm/numa: Use core domain size on AMDThomas Gleixner2-19/+21
2024-02-16x86/cpu: Use common topology code for HYGONThomas Gleixner5-154/+4
2024-02-16x86/cpu: Use common topology code for AMDThomas Gleixner4-151/+5
2024-02-16x86/smpboot: Teach it about topo.amd_node_idThomas Gleixner1-4/+8
2024-02-16x86/cpu: Provide an AMD/HYGON specific topology parserThomas Gleixner9-7/+215
2024-02-16x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner7-8/+19
2024-02-16x86/cpu: Use common topology code for IntelThomas Gleixner5-117/+4
2024-02-16x86/cpu: Provide a sane leaf 0xb/0x1f parserThomas Gleixner3-1/+143
2024-02-16x86/cpu: Move __max_die_per_package to common.cThomas Gleixner2-3/+3
2024-02-16x86/cpu: Use common topology code for Centaur and ZhaoxinThomas Gleixner3-11/+8
2024-02-16x86/cpu: Add legacy topology parserThomas Gleixner3-1/+51
2024-02-16x86/cpu: Provide cpu_init/parse_topology()Thomas Gleixner7-18/+296
2024-02-16x86/cpu: Provide cpuid_read() et al.Thomas Gleixner1-0/+36
2024-02-11Merge tag 'x86_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-31/+28
2024-02-11Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+2
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds29-67/+67
2024-02-09Merge tag 'riscv-for-linus-6.8-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-6/+89
2024-02-09Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-11/+9
2024-02-09x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6Aleksander Mazur1-1/+1
2024-02-08Merge tag 'percpu-for-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-02-08arch/arm/mm: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan1-0/+2
2024-02-07riscv: Fix arch_tlbbatch_flush() by clearing the batch cpumaskAlexandre Ghiti1-0/+1
2024-02-07Merge tag 'loongarch-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-25/+10
2024-02-07riscv: declare overflow_stack as exported from traps.cBen Dooks1-0/+5
2024-02-07riscv: Fix arch_hugetlb_migration_supported() for NAPOTAlexandre Ghiti2-3/+16