index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
smp.c
Age
Commit message (
Expand
)
Author
10 days
s390/smp: Use monotonic clock in smp_emergency_stop()
Sven Schnelle
2025-06-30
s390/smp: Remove conditional emergency signal order code usage
Heiko Carstens
2025-04-14
s390/mm: Reimplement lazy ASCE handling
Heiko Carstens
2025-03-31
s390/smp: Add support for HOTPLUG_SMT
Heiko Carstens
2025-03-31
s390/lowcore: Remove unused machine_flags
Heiko Carstens
2025-03-04
s390/diag: Convert MACHINE_HAS_DIAG9C to machine_has_diag9c()
Heiko Carstens
2025-03-04
s390/cpufeature: Convert MACHINE_HAS_GS to cpu_has_gs()
Heiko Carstens
2025-01-25
mm/memblock: add memblock_alloc_or_panic interface
Guo Weikang
2024-10-25
s390/smp: Switch over to sysfs_emit()
Mete Durlu
2024-10-25
s390/kdump: Provide is_kdump_kernel() implementation
David Hildenbrand
2024-08-29
s390/smp: Add cpu capacities
Mete Durlu
2024-07-23
s390: Move CIF flags to struct pcpu
Sven Schnelle
2024-07-23
s390/smp: Switch pcpu_devices to percpu
Sven Schnelle
2024-07-23
s390/smp: Handle restart interrupt on ipl cpu
Sven Schnelle
2024-07-10
s390/smp: Switch to GENERIC_CPU_DEVICES
Sven Schnelle
2024-06-18
s390/smp: Remove duplicate get_lowcore() calls
Sven Schnelle
2024-06-18
s390: Replace S390_lowcore by get_lowcore()
Sven Schnelle
2024-02-16
s390/fpu: move, rename, and merge header files
Heiko Carstens
2024-02-12
s390/acrs: cleanup access register handling
Heiko Carstens
2023-12-11
s390/fpu: get rid of MACHINE_HAS_VX
Heiko Carstens
2023-11-03
Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2023-10-04
rcu: Standardize explicit CPU-hotplug calls
Frederic Weisbecker
2023-09-19
s390/ctlreg: add struct ctlreg
Heiko Carstens
2023-09-19
s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()
Heiko Carstens
2023-09-19
s390/ctlreg: add local and system prefix to some functions
Heiko Carstens
2023-09-19
s390/ctlreg: rename ctl_reg.h to ctlreg.h
Heiko Carstens
2023-09-19
s390/ctlreg: move control register code to separate file
Heiko Carstens
2023-09-19
s390/smp: keep the original lowcore for CPU 0
Ilya Leoshkevich
2023-09-19
s390/smp: disallow CPU hotplug of CPU 0
Tobias Huschle
2023-09-19
s390/smp,mcck: fix early IPI handling
Heiko Carstens
2023-08-09
s390/smp: ensure global control register contents are in sync
Heiko Carstens
2023-07-29
s390/mm: move pfault code to own C file
Heiko Carstens
2023-07-03
s390: fix various typos
Heiko Carstens
2023-04-30
Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2023-04-28
Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-04
s390: remove arch_early_irq_init()
Heiko Carstens
2023-04-04
s390: use init_thread_union aka initial stack for the first process
Heiko Carstens
2023-04-04
s390/stack: use STACK_INIT_OFFSET where possible
Heiko Carstens
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
2023-03-17
s390/smp: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-13
s390/bp: remove __bpon()
Heiko Carstens
2023-02-28
s390/smp: perform cpu reset before delegating work to target cpu
Heiko Carstens
2023-02-28
s390/mcck: cleanup user process termination path
Alexander Gordeev
2023-01-13
s390/mm: allocate Absolute Lowcore Area in decompressor
Alexander Gordeev
2023-01-13
s390/mm: start kernel with DAT enabled
Alexander Gordeev
2022-09-14
s390/mm: uninline copy_oldmem_kernel() function
Alexander Gordeev
2022-09-14
s390/dump: save IPL CPU registers once DAT is available
Alexander Gordeev
2022-09-14
s390/smp: rework absolute lowcore access
Alexander Gordeev
2022-09-14
s390/smp: call smp_reinit_ipl_cpu() before scheduler is available
Alexander Gordeev
2022-03-27
s390/smp: use physical address for SIGP_SET_PREFIX command
Alexander Gordeev
[next]