summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-157-8/+19
* 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
* 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
* | Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-111-0/+2
|\ \
| * | arch/arm/mm: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan2024-02-081-0/+2
* | | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-1029-67/+67
* | | Merge tag 'riscv-for-linus-6.8-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-097-6/+89
|\ \ \
| * | | riscv: Fix arch_tlbbatch_flush() by clearing the batch cpumaskAlexandre Ghiti2024-02-071-0/+1
| * | | riscv: declare overflow_stack as exported from traps.cBen Dooks2024-02-071-0/+5
| * | | riscv: Fix arch_hugetlb_migration_supported() for NAPOTAlexandre Ghiti2024-02-072-3/+16
| * | | riscv: Flush the tlb when a page directory is freedAlexandre Ghiti2024-02-071-1/+1
| * | | Merge patch series "svnapot fixes"Palmer Dabbelt2024-02-011-2/+60
| |\ \ \