summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/topology.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-06x86/topology: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)1-5/+2
2023-12-06x86/topology: use weak version of arch_unregister_cpu()Russell King (Oracle)1-5/+0
2023-12-06x86/topology: Switch over to GENERIC_CPU_DEVICESJames Morse1-23/+4
2023-12-06x86/topology: remove arch_*register_cpu() exportsRussell King (Oracle)1-2/+0
2023-10-11cpu-hotplug: Provide prototypes for arch CPU registrationRussell King (Oracle)1-1/+1
2023-05-15x86/topology: Remove CPU0 hotplug optionThomas Gleixner1-94/+4
2022-11-22x86/cpu: Switch to cpu_feature_enabled() for X86_FEATURE_XENPVJuergen Gross1-1/+1
2022-03-23drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-5/+0
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2020-12-15genirq: Move irq_has_action() into core codeThomas Gleixner1-0/+1
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar1-0/+1
2020-03-25x86/smp: Replace cpu_up/down() with add/remove_cpu()Qais Yousef1-16/+6
2019-04-19x86/topology: Make DEBUG_HOTPLUG_CPU0 pr_info() more descriptiveJuri Lelli1-1/+1
2018-09-12x86/xen: Disable CPU0 hotplug for Xen PVJuergen Gross1-1/+3
2015-07-20x86: Drop bogus __ref / __refdata annotationsMathias Krause1-2/+2
2013-09-30hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()Toshi Kani1-2/+0
2013-09-25hotplug / x86: Add hotplug lock to missing placesToshi Kani1-0/+2
2013-09-25hotplug / x86: Fix online state in cpu0 debug interfaceToshi Kani1-2/+5
2012-11-15x86, topology: Debug CPU0 hotplugFenghua Yu1-0/+51
2012-11-14x86, topology: Don't offline CPU0 if any PIC irq can not be migrated out of itFenghua Yu1-7/+43
2011-11-01x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2009-03-21x86: topology.c cleanupJaswinder Singh Rajput1-6/+8
2008-02-19x86: fix section mismatch warning in topology.c:arch_register_cpuSam Ravnborg1-1/+1
2008-02-10x86: fix sparse warning in topology.cHarvey Harrison1-1/+1
2008-02-01x86: avoid section mismatch involving arch_register_cpuAlexander van Heukelum1-2/+1
2008-01-30x86: fix section mismatch warning in topology.cSam Ravnborg1-6/+9
2008-01-30x86: change NR_CPUS arrays in topologytravis@sgi.com1-4/+4
2007-12-04x86: arch_register_cpu() section fixAndrew Morton1-2/+3
2007-10-17i386: no need to make enable_cpu_hotplug a variableAdrian Bunk1-3/+3
2007-10-13Delete filenames in comments.Dave Jones1-1/+1
2007-10-11i386: move kernelThomas Gleixner1-0/+77