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
/
drivers
/
s390
/
char
/
sclp_early_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-18
s390/drivers: Replace S390_lowcore by get_lowcore()
Sven Schnelle
1
-6
/
+6
2023-09-19
s390/ctlreg: add struct ctlreg
Heiko Carstens
1
-3
/
+3
2023-09-19
s390/ctlreg: use local_ctl_load() and local_ctl_store() where possible
Heiko Carstens
1
-3
/
+3
2023-09-19
s390/ctlreg: add local and system prefix to some functions
Heiko Carstens
1
-3
/
+3
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
-0
/
+1
2023-03-20
s390/boot: rename mem_detect to physmem_info
Vasily Gorbik
1
-4
/
+4
2022-12-06
s390/sclp: introduce sclp_emergency_printk()
Heiko Carstens
1
-0
/
+24
2022-12-06
s390/sclp: keep sclp_early_sccb
Heiko Carstens
1
-1
/
+1
2021-07-27
s390/boot: move sclp early buffer from fixed address in asm to C
Alexander Egorenkov
1
-1
/
+6
2021-07-27
s390/sclp: use only one sclp early buffer to send commands
Alexander Egorenkov
1
-1
/
+11
2021-02-10
s390: Use arch_local_irq_{save,restore}() in early boot code
Sven Schnelle
1
-2
/
+2
2020-11-18
s390/sclp: provide extended sccb support
Sumanth Korikkar
1
-2
/
+4
2020-11-18
s390/sclp: avoid copy of sclp_info_sccb
Sumanth Korikkar
1
-4
/
+3
2020-09-21
s390/sclp: remove unused sclp_early_printk_forced
Vasily Gorbik
1
-8
/
+3
2020-09-21
s390/sclp: clean up unneeded .data section usage
Vasily Gorbik
1
-2
/
+2
2019-04-29
s390/sclp: do not use static sccbs
Gerald Schaefer
1
-10
/
+10
2018-10-09
s390/sclp: introduce sclp_early_get_hsa_size
Vasily Gorbik
1
-0
/
+11
2018-10-09
s390/mem_detect: replace tprot loop with binary search
Vasily Gorbik
1
-2
/
+1
2018-10-09
s390/mem_detect: introduce SCLP storage info
Vasily Gorbik
1
-0
/
+53
2018-10-09
s390/mem_detect: move tprot loop to early boot phase
Vasily Gorbik
1
-0
/
+17
2018-10-09
s390/sclp: move sclp_early_read_info to sclp_early_core.c
Vasily Gorbik
1
-0
/
+36
2018-09-20
s390/hibernate: fix error handling when suspend cpu != resume cpu
Gerald Schaefer
1
-3
/
+8
2018-04-16
s390/sclp: avoid potential usage of uninitialized value
Vasily Gorbik
1
-1
/
+1
2018-02-22
s390/sclp: 32 bit event mask compatibility mode
Claudio Imbrenda
1
-1
/
+14
2018-02-22
s390/sclp: generic event mask accessors
Claudio Imbrenda
1
-5
/
+14
2018-02-22
s390/sclp: clean up, use sccb_mask_t where appropriate
Claudio Imbrenda
1
-2
/
+2
2018-01-23
s390/sclp: fix .data section specification
Vasily Gorbik
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-02-08
s390/sclp: get rid of common response code handling
Heiko Carstens
1
-16
/
+6
2017-02-08
s390/sclp: don't add new lines to each printed string
Heiko Carstens
1
-9
/
+7
2017-02-08
s390/sclp: make early sclp code readable
Heiko Carstens
1
-134
/
+137
2017-02-08
s390/sclp: disable early sclp code as soon as the base sclp driver is active
Heiko Carstens
1
-0
/
+4
2017-02-08
s390/sclp: move early printk code to drivers
Heiko Carstens
1
-0
/
+213