aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-08perf: Remove too early and redundant CPU hotplug handlingFrederic Weisbecker1-5/+0
2025-03-25Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+1
2025-03-06watchdog/hardlockup/perf: Fix perf_event memory leakLi Huafei1-5/+0
2025-02-13cpu: export lockdep_assert_cpus_held()Hamza Mahfooz1-0/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+5
2025-01-26Merge tag 'bitmap-for-6.14' of https://github.com:/norov/linuxLinus Torvalds1-5/+0
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den1-1/+1
2025-01-13lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin1-4/+5
2024-12-30cpu: Remove unused init_cpu_onlineDr. David Alan Gilbert1-5/+0
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+0
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2024-11-18cpu: Remove spurious NULL in attribute_group definitionThomas Weißschuh1-3/+0
2024-10-31clockevents: Shutdown and unregister current clockevents at CPUHP_AP_TICK_DYINGFrederic Weisbecker1-2/+0
2024-10-17lockdep: Add lockdep_cleanup_dead_cpu()David Woodhouse1-0/+1
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner1-1/+11
2024-09-08cpu: Use already existing usleep_range()Anna-Maria Behnsen1-1/+1
2024-09-04cpu: Fix W=1 build kernel-doc warningThorsten Blum1-3/+1
2024-09-04Merge branch 'linus' into smp/coreThomas Gleixner1-1/+11
2024-08-13cpu/SMT: Enable SMT only if a core is onlineNysal Jan K.A1-1/+11
2024-08-02cpu/hotplug: Provide weak fallback for arch_cpuhp_init_parallel_bringup()Jiaxun Yang1-0/+5
2024-08-02cpu/hotplug: Make HOTPLUG_PARALLEL independent of HOTPLUG_SMTJiaxun Yang1-0/+11
2024-07-15Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+11
2024-07-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+3
2024-07-15Merge tag 'smp-core-2024-07-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2024-06-28cpumask: Add enabled cpumask for present CPUs that can be brought onlineJames Morse1-0/+3
2024-06-23cpu: Fix broken cmdline "nosmp" and "maxcpus=0"Huacai Chen1-0/+3
2024-06-17cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeupKirill A. Shutemov1-2/+1
2024-06-17cpu/hotplug: Add support for declaring CPU offlining not supportedKirill A. Shutemov1-1/+12
2024-06-17cpu/hotplug: Reverse order of iteration in freeze_secondary_cpus()Stanislav Spassov1-2/+2
2024-06-17cpu/hotplug: Fix dynstate assignment in __cpuhp_setup_state_cpuslocked()Yuntao Wang1-4/+4
2024-05-15Merge tag 'cgroup-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-48/+0
2024-04-25cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson1-4/+10
2024-04-25cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson1-2/+2
2024-04-10x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nSean Christopherson1-1/+2
2024-04-08cgroup/cpuset: Make cpuset hotplug processing synchronousWaiman Long1-48/+0
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+6
2024-02-27smp: Avoid 'setup_max_cpus' namespace collision/shadowingIngo Molnar1-3/+3
2024-02-26tick: Assume timekeeping is correctly handed over upon last offline idle callFrederic Weisbecker1-0/+1
2024-02-26tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker1-2/+0
2024-02-26tick: Start centralizing tick related CPU hotplug operationsFrederic Weisbecker1-3/+5
2024-02-22cpu: Remove stray semicolonMax Kellermann1-1/+1
2024-02-19cpu: Mark cpu_possible_mask as __ro_after_initAlexey Dobriyan1-2/+2
2024-01-26kernel/cpu: Convert snprintf() to sysfs_emit()Li Zhijian1-2/+2
2024-01-26cpu/hotplug: Delete an extraneous kernel-doc descriptionRandy Dunlap1-1/+0
2024-01-09Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-5/+0
2023-12-05cpu/hotplug: remove CPUHP_SLAB_PREPARE hooksVlastimil Babka1-5/+0
2023-11-19Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+7
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner1-1/+7