index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
boot
/
startup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/boot: always align vmalloc area on segment boundary
Alexander Gordeev
2023-11-22
1
-1
/
+2
*
s390/cmma: move parsing of cmma kernel parameter to early boot code
Heiko Carstens
2023-11-05
1
-0
/
+44
*
s390: use control register bit defines
Heiko Carstens
2023-09-19
1
-1
/
+1
*
s390/ctlreg: add local and system prefix to some functions
Heiko Carstens
2023-09-19
1
-1
/
+1
*
s390/mm: simplify kernel mapping setup
Heiko Carstens
2023-08-30
1
-3
/
+1
*
s390: remove "noexec" option
Heiko Carstens
2023-08-30
1
-1
/
+1
*
s390/boot: fix multi-line comments style
Alexander Gordeev
2023-08-16
1
-2
/
+4
*
s390/boot: account Real Memory Copy and Lowcore areas
Alexander Gordeev
2023-08-16
1
-1
/
+2
*
s390/mm: define Real Memory Copy size and mask macros
Alexander Gordeev
2023-08-16
1
-1
/
+1
*
s390/boot: cleanup number of page table levels setup
Alexander Gordeev
2023-08-16
1
-5
/
+4
*
s390/mm: get rid of VMEM_MAX_PHYS macro
Alexander Gordeev
2023-07-24
1
-1
/
+0
*
s390/mm: rework arch_get_mappable_range() callback
Alexander Gordeev
2023-07-24
1
-0
/
+3
*
s390/kaslr: randomize amode31 base address
Vasily Gorbik
2023-04-13
1
-2
/
+4
*
s390/kaslr: generalize and improve random base distribution
Vasily Gorbik
2023-04-13
1
-1
/
+3
*
s390/boot: pin amode31 default lma
Vasily Gorbik
2023-04-13
1
-1
/
+3
*
s390/boot: do not change default_lma
Vasily Gorbik
2023-04-13
1
-13
/
+12
*
s390/kaslr: provide kaslr_enabled() function
Heiko Carstens
2023-04-13
1
-3
/
+3
*
s390/kasan: move shadow mapping to decompressor
Vasily Gorbik
2023-03-20
1
-4
/
+7
*
s390/boot: rework decompressor reserved tracking
Vasily Gorbik
2023-03-20
1
-38
/
+48
*
s390/boot: rename mem_detect to physmem_info
Vasily Gorbik
2023-03-20
1
-3
/
+3
*
s390/boot: remove non-functioning image bootable check
Vasily Gorbik
2023-03-20
1
-1
/
+0
*
s390/mem_detect: do not truncate online memory ranges info
Vasily Gorbik
2023-02-14
1
-1
/
+1
*
s390/boot: avoid potential amode31 truncation
Vasily Gorbik
2023-02-06
1
-1
/
+1
*
s390/boot: move detect_facilities() after cmd line parsing
Vasily Gorbik
2023-02-06
1
-2
/
+1
*
s390/mem_detect: handle online memory limit just once
Vasily Gorbik
2023-02-06
1
-1
/
+2
*
s390/boot: fix mem_detect extended area allocation
Vasily Gorbik
2023-02-06
1
-9
/
+12
*
s390/boot: avoid mapping standby memory
Vasily Gorbik
2023-01-31
1
-3
/
+1
*
s390/mm: allocate Real Memory Copy Area in decompressor
Alexander Gordeev
2023-01-13
1
-0
/
+2
*
s390/mm: start kernel with DAT enabled
Alexander Gordeev
2023-01-13
1
-7
/
+38
*
s390/boot: detect and enable memory facilities
Alexander Gordeev
2023-01-13
1
-0
/
+18
*
s390: always build relocatable kernel
Heiko Carstens
2022-11-08
1
-2
/
+1
*
s390/mm: rework memcpy_real() to avoid DAT-off mode
Alexander Gordeev
2022-09-14
1
-1
/
+4
*
s390/smp: rework absolute lowcore access
Alexander Gordeev
2022-09-14
1
-1
/
+4
*
Revert "s390/smp: rework absolute lowcore access"
Alexander Gordeev
2022-08-06
1
-4
/
+1
*
s390/smp: rework absolute lowcore access
Alexander Gordeev
2022-07-28
1
-1
/
+4
*
s390/boot: cleanup adjust_to_uv_max() function
Alexander Gordeev
2022-07-28
1
-4
/
+6
*
s390/boot: get rid of startup archive
Heiko Carstens
2022-05-06
1
-1
/
+1
*
s390/boot: simplify and fix kernel memory layout setup
Vasily Gorbik
2021-11-16
1
-57
/
+31
*
s390/boot: allocate amode31 section in decompressor
Alexander Gordeev
2021-10-04
1
-0
/
+8
*
s390/boot: factor out offset_vmlinux_info() function
Alexander Gordeev
2021-08-25
1
-8
/
+12
*
s390/boot: get rid of arithmetics on function pointers
Heiko Carstens
2021-07-27
1
-1
/
+1
*
s390/boot: move dma sections from decompressor to decompressed kernel
Alexander Egorenkov
2021-07-27
1
-31
/
+0
*
s390/dump: introduce boot data 'oldmem_data'
Alexander Egorenkov
2021-07-27
1
-2
/
+5
*
s390/boot: introduce boot data 'initrd_data'
Alexander Egorenkov
2021-07-27
1
-4
/
+8
*
s390/boot: disable Secure Execution in dump mode
Alexander Egorenkov
2021-07-27
1
-0
/
+1
*
s390/boot: move uv function declarations to boot/uv.h
Alexander Egorenkov
2021-07-27
1
-0
/
+1
*
s390/boot: move all linker symbol declarations from c to h files
Alexander Egorenkov
2021-07-27
1
-6
/
+0
*
s390/boot: replace magic string check with a bootdata flag
Alexander Egorenkov
2021-07-05
1
-0
/
+1
*
s390: setup kernel memory layout early
Vasily Gorbik
2021-06-18
1
-0
/
+88
*
s390/facilities: move stfl information from lowcore to global data
Sven Schnelle
2021-06-07
1
-0
/
+3
[next]