summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
14 dayss390/topology: Switch to common cpu capacity codeMete Durlu1-13/+3
2026-07-31s390/smp: Reflect (de)configured CPUs to cpu_enabled_maskMete Durlu1-0/+5
2026-07-08s390/tick: Remove CIF_NOHZ_DELAY flagMete Durlu1-1/+0
2026-06-15s390/idle: Remove idle time and count sysfs filesHeiko Carstens1-32/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-17s390/smp: Avoid calling rebuild_sched_domains() earlyHeiko Carstens1-1/+1
2025-11-24s390: Add stackprotector supportHeiko Carstens1-0/+3
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-11-06s390/smp: Mark pcpu_delegate() and smp_call_ipl_cpu() as __noreturnThorsten Blum1-4/+4
2025-10-23s390/smp: Fix fallback CPU detectionHeiko Carstens1-0/+1
2025-09-29s390: Remove superfluous newlines from inline assembliesHeiko Carstens1-1/+1
2025-07-21s390/smp: Use monotonic clock in smp_emergency_stop()Sven Schnelle1-3/+3
2025-06-30s390/smp: Remove conditional emergency signal order code usageHeiko Carstens1-4/+1
2025-04-14s390/mm: Reimplement lazy ASCE handlingHeiko Carstens1-1/+1
2025-03-31s390/smp: Add support for HOTPLUG_SMTHeiko Carstens1-7/+1
2025-03-31s390/lowcore: Remove unused machine_flagsHeiko Carstens1-1/+0
2025-03-04s390/diag: Convert MACHINE_HAS_DIAG9C to machine_has_diag9c()Heiko Carstens1-1/+2
2025-03-04s390/cpufeature: Convert MACHINE_HAS_GS to cpu_has_gs()Heiko Carstens1-2/+3
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-9/+2
2024-10-25s390/smp: Switch over to sysfs_emit()Mete Durlu1-2/+2
2024-10-25s390/kdump: Provide is_kdump_kernel() implementationDavid Hildenbrand1-8/+8
2024-08-29s390/smp: Add cpu capacitiesMete Durlu1-0/+21
2024-07-23s390: Move CIF flags to struct pcpuSven Schnelle1-10/+7
2024-07-23s390/smp: Switch pcpu_devices to percpuSven Schnelle1-56/+57
2024-07-23s390/smp: Handle restart interrupt on ipl cpuSven Schnelle1-15/+0
2024-07-10s390/smp: Switch to GENERIC_CPU_DEVICESSven Schnelle1-35/+20
2024-06-18s390/smp: Remove duplicate get_lowcore() callsSven Schnelle1-10/+13
2024-06-18s390: Replace S390_lowcore by get_lowcore()Sven Schnelle1-15/+15
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens1-0/+1
2024-02-12s390/acrs: cleanup access register handlingHeiko Carstens1-1/+1
2023-12-11s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens1-3/+3
2023-11-03Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-119/+13
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker1-1/+1
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens1-4/+4
2023-09-19s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()Heiko Carstens1-2/+2
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-6/+6
2023-09-19s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens1-1/+1
2023-09-19s390/ctlreg: move control register code to separate fileHeiko Carstens1-50/+3
2023-09-19s390/smp: keep the original lowcore for CPU 0Ilya Leoshkevich1-57/+0
2023-09-19s390/smp: disallow CPU hotplug of CPU 0Tobias Huschle1-4/+2
2023-09-19s390/smp,mcck: fix early IPI handlingHeiko Carstens1-2/+2
2023-08-09s390/smp: ensure global control register contents are in syncHeiko Carstens1-3/+12
2023-07-29s390/mm: move pfault code to own C fileHeiko Carstens1-0/+1
2023-07-03s390: fix various typosHeiko Carstens1-1/+1
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-7/+4
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-04s390: remove arch_early_irq_init()Heiko Carstens1-1/+1
2023-04-04s390: use init_thread_union aka initial stack for the first processHeiko Carstens1-1/+1
2023-04-04s390/stack: use STACK_INIT_OFFSET where possibleHeiko Carstens1-3/+2