aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-17s390/smp: move to use bus_get_dev_root()Greg Kroah-Hartman1-3/+9
2023-03-13s390/bp: remove __bpon()Heiko Carstens1-2/+0
2023-02-28s390/smp: perform cpu reset before delegating work to target cpuHeiko Carstens1-0/+1
2023-02-28s390/mcck: cleanup user process termination pathAlexander Gordeev1-1/+1
2023-01-13s390/mm: allocate Absolute Lowcore Area in decompressorAlexander Gordeev1-6/+4
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev1-2/+2
2022-09-14s390/mm: uninline copy_oldmem_kernel() functionAlexander Gordeev1-0/+1
2022-09-14s390/dump: save IPL CPU registers once DAT is availableAlexander Gordeev1-32/+27
2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev1-9/+25
2022-09-14s390/smp: call smp_reinit_ipl_cpu() before scheduler is availableAlexander Gordeev1-2/+1
2022-03-27s390/smp: use physical address for SIGP_SET_PREFIX commandAlexander Gordeev1-1/+1
2022-03-27s390/maccess: rework absolute lowcore accessorsAlexander Gordeev1-6/+6
2022-03-27s390/smp: cleanup control register update routinesAlexander Gordeev1-24/+12
2022-03-27s390/smp: cleanup target CPU callback startingAlexander Gordeev1-4/+11
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik1-1/+0
2022-03-01s390/smp: sort out physical vs virtual pointers usageAlexander Gordeev1-3/+3
2022-02-09s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev1-1/+1
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens1-1/+0
2021-12-20s390/crash_dump: fix virtual vs physical address handlingHeiko Carstens1-11/+7