index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
setup.c
Age
Commit message (
Expand
)
Author
Lines
2023-04-30
Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
-104
/
+48
2023-04-14
init: Mark [arch_call_]rest_init() __noreturn
Josh Poimboeuf
-1
/
+1
2023-04-13
s390/kaslr: provide kaslr_enabled() function
Heiko Carstens
-0
/
+1
2023-04-04
s390: remove arch_early_irq_init()
Heiko Carstens
-11
/
+1
2023-04-04
s390: use init_thread_union aka initial stack for the first process
Heiko Carstens
-30
/
+18
2023-04-04
s390/stack: use STACK_INIT_OFFSET where possible
Heiko Carstens
-2
/
+1
2023-03-20
s390/boot: rework decompressor reserved tracking
Vasily Gorbik
-55
/
+21
2023-03-20
s390/boot: rename mem_detect to physmem_info
Vasily Gorbik
-14
/
+14
2023-02-14
s390/mem_detect: do not truncate online memory ranges info
Vasily Gorbik
-2
/
+2
2023-02-06
s390/mem_detect: handle online memory limit just once
Vasily Gorbik
-1
/
+0
2023-01-13
s390/mm: allocate Absolute Lowcore Area in decompressor
Alexander Gordeev
-5
/
+3
2023-01-13
s390/mm: allocate Real Memory Copy Area in decompressor
Alexander Gordeev
-1
/
+1
2023-01-13
s390/mm: start kernel with DAT enabled
Alexander Gordeev
-46
/
+38
2022-12-20
random: do not include <asm/archrandom.h> from random.h
Jason A. Donenfeld
-0
/
+1
2022-12-06
s390/nmi: move storage error checking back to C, enter with DAT on
Heiko Carstens
-1
/
+2
2022-09-14
s390/mm: rework memcpy_real() to avoid DAT-off mode
Alexander Gordeev
-1
/
+2
2022-09-14
s390/dump: save IPL CPU registers once DAT is available
Alexander Gordeev
-2
/
+5
2022-09-14
s390/smp: rework absolute lowcore access
Alexander Gordeev
-14
/
+22
2022-09-14
s390/smp: call smp_reinit_ipl_cpu() before scheduler is available
Alexander Gordeev
-0
/
+1
2022-09-07
s390/smp: enforce lowcore protection on CPU restart
Alexander Gordeev
-1
/
+1
2022-09-07
s390/boot: fix absolute zero lowcore corruption on boot
Alexander Gordeev
-0
/
+1
2022-08-06
Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
-7
/
+6
2022-08-06
Revert "s390/smp: enforce lowcore protection on CPU restart"
Alexander Gordeev
-1
/
+1
2022-08-06
Revert "s390/smp: rework absolute lowcore access"
Alexander Gordeev
-21
/
+13
2022-07-28
s390/smp: rework absolute lowcore access
Alexander Gordeev
-13
/
+21
2022-07-28
s390/setup: rearrange absolute lowcore initialization
Alexander Gordeev
-7
/
+6
2022-07-28
s390/smp: enforce lowcore protection on CPU restart
Alexander Gordeev
-1
/
+1
2022-07-18
random: remove CONFIG_ARCH_RANDOM
Jason A. Donenfeld
-2
/
+0
2022-06-30
s390/archrandom: simplify back to earlier design and initialize earlier
Jason A. Donenfeld
-0
/
+5
2022-04-25
s390/smp: sort out physical vs virtual CPU0 lowcore pointer
Alexander Gordeev
-1
/
+1
2022-03-27
s390/maccess: rework absolute lowcore accessors
Alexander Gordeev
-9
/
+10
2022-03-10
s390: raise minimum supported machine generation to z10
Vasily Gorbik
-1
/
+0
2022-03-01
s390/setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZE
Alexander Egorenkov
-0
/
+2
2021-12-16
s390/nmi: disable interrupts on extended save area update
Alexander Gordeev
-1
/
+1
2021-11-16
s390/setup: re-arrange memblock setup
Vasily Gorbik
-5
/
+4
2021-11-16
s390/setup: avoid using memblock_enforce_memory_limit
Vasily Gorbik
-3
/
+0
2021-11-16
s390/setup: avoid reserving memory above identity mapping
Vasily Gorbik
-9
/
+1
2021-11-06
Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
-23
/
+19
2021-11-06
memblock: allow to specify flags with memblock_add_node()
David Hildenbrand
-1
/
+2
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
-4
/
+4
2021-10-26
s390: add support for BEAR enhancement facility
Sven Schnelle
-0
/
+5
2021-10-26
s390/setup: convert start and end initrd pointers to virtual
Alexander Gordeev
-1
/
+1
2021-10-26
s390/setup: use physical pointers for memblock_reserve()
Alexander Gordeev
-5
/
+2
2021-10-26
s390/setup: use virtual address for STSI instruction
Alexander Gordeev
-4
/
+2
2021-10-04
s390/boot: allocate amode31 section in decompressor
Alexander Gordeev
-13
/
+9
2021-09-09
Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
-3
/
+7
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-3
/
+6
2021-09-03
memblock: make memblock_find_in_range method private
Mike Rapoport
-3
/
+6
2021-08-31
s390: add kmemleak annotation in stack_alloc()
Sven Schnelle
-3
/
+7
2021-08-26
s390/smp: enable DAT before CPU restart callback is called
Alexander Gordeev
-1
/
+8
[next]