index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
smp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-25
s390/smp: Switch over to sysfs_emit()
Mete Durlu
1
-2
/
+2
2024-10-25
s390/kdump: Provide is_kdump_kernel() implementation
David Hildenbrand
1
-8
/
+8
2024-08-29
s390/smp: Add cpu capacities
Mete Durlu
1
-0
/
+21
2024-07-23
s390: Move CIF flags to struct pcpu
Sven Schnelle
1
-10
/
+7
2024-07-23
s390/smp: Switch pcpu_devices to percpu
Sven Schnelle
1
-56
/
+57
2024-07-23
s390/smp: Handle restart interrupt on ipl cpu
Sven Schnelle
1
-15
/
+0
2024-07-10
s390/smp: Switch to GENERIC_CPU_DEVICES
Sven Schnelle
1
-35
/
+20
2024-06-18
s390/smp: Remove duplicate get_lowcore() calls
Sven Schnelle
1
-10
/
+13
2024-06-18
s390: Replace S390_lowcore by get_lowcore()
Sven Schnelle
1
-15
/
+15
2024-02-16
s390/fpu: move, rename, and merge header files
Heiko Carstens
1
-0
/
+1
2024-02-12
s390/acrs: cleanup access register handling
Heiko Carstens
1
-1
/
+1
2023-12-11
s390/fpu: get rid of MACHINE_HAS_VX
Heiko Carstens
1
-3
/
+3
2023-11-03
Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-119
/
+13
2023-10-04
rcu: Standardize explicit CPU-hotplug calls
Frederic Weisbecker
1
-1
/
+1
2023-09-19
s390/ctlreg: add struct ctlreg
Heiko Carstens
1
-4
/
+4
2023-09-19
s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()
Heiko Carstens
1
-2
/
+2
2023-09-19
s390/ctlreg: add local and system prefix to some functions
Heiko Carstens
1
-6
/
+6
2023-09-19
s390/ctlreg: rename ctl_reg.h to ctlreg.h
Heiko Carstens
1
-1
/
+1
2023-09-19
s390/ctlreg: move control register code to separate file
Heiko Carstens
1
-50
/
+3
2023-09-19
s390/smp: keep the original lowcore for CPU 0
Ilya Leoshkevich
1
-57
/
+0
2023-09-19
s390/smp: disallow CPU hotplug of CPU 0
Tobias Huschle
1
-4
/
+2
2023-09-19
s390/smp,mcck: fix early IPI handling
Heiko Carstens
1
-2
/
+2
2023-08-09
s390/smp: ensure global control register contents are in sync
Heiko Carstens
1
-3
/
+12
2023-07-29
s390/mm: move pfault code to own C file
Heiko Carstens
1
-0
/
+1
2023-07-03
s390: fix various typos
Heiko Carstens
1
-1
/
+1
2023-04-30
Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-7
/
+4
2023-04-28
Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-04-04
s390: remove arch_early_irq_init()
Heiko Carstens
1
-1
/
+1
2023-04-04
s390: use init_thread_union aka initial stack for the first process
Heiko Carstens
1
-1
/
+1
2023-04-04
s390/stack: use STACK_INIT_OFFSET where possible
Heiko Carstens
1
-3
/
+2
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
1
-1
/
+1
2023-03-17
s390/smp: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-3
/
+9
2023-03-13
s390/bp: remove __bpon()
Heiko Carstens
1
-2
/
+0
2023-02-28
s390/smp: perform cpu reset before delegating work to target cpu
Heiko Carstens
1
-0
/
+1
2023-02-28
s390/mcck: cleanup user process termination path
Alexander Gordeev
1
-1
/
+1
2023-01-13
s390/mm: allocate Absolute Lowcore Area in decompressor
Alexander Gordeev
1
-6
/
+4
2023-01-13
s390/mm: start kernel with DAT enabled
Alexander Gordeev
1
-2
/
+2
2022-09-14
s390/mm: uninline copy_oldmem_kernel() function
Alexander Gordeev
1
-0
/
+1
2022-09-14
s390/dump: save IPL CPU registers once DAT is available
Alexander Gordeev
1
-32
/
+27
2022-09-14
s390/smp: rework absolute lowcore access
Alexander Gordeev
1
-9
/
+25
2022-09-14
s390/smp: call smp_reinit_ipl_cpu() before scheduler is available
Alexander Gordeev
1
-2
/
+1
2022-03-27
s390/smp: use physical address for SIGP_SET_PREFIX command
Alexander Gordeev
1
-1
/
+1
2022-03-27
s390/maccess: rework absolute lowcore accessors
Alexander Gordeev
1
-6
/
+6
2022-03-27
s390/smp: cleanup control register update routines
Alexander Gordeev
1
-24
/
+12
2022-03-27
s390/smp: cleanup target CPU callback starting
Alexander Gordeev
1
-4
/
+11
2022-03-10
s390: raise minimum supported machine generation to z10
Vasily Gorbik
1
-1
/
+0
2022-03-01
s390/smp: sort out physical vs virtual pointers usage
Alexander Gordeev
1
-3
/
+3
2022-02-09
s390/maccess: fix semantics of memcpy_real() and its callers
Alexander Gordeev
1
-1
/
+1
2022-02-06
s390: remove invalid email address of Heiko Carstens
Heiko Carstens
1
-1
/
+0
2021-12-20
s390/crash_dump: fix virtual vs physical address handling
Heiko Carstens
1
-11
/
+7
[next]