summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-25s390/smp: sort out physical vs virtual CPU0 lowcore pointerAlexander Gordeev1-1/+1
2022-03-27s390/maccess: rework absolute lowcore accessorsAlexander Gordeev1-9/+10
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik1-1/+0
2022-03-01s390/setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZEAlexander Egorenkov1-0/+2
2021-12-16s390/nmi: disable interrupts on extended save area updateAlexander Gordeev1-1/+1
2021-11-16s390/setup: re-arrange memblock setupVasily Gorbik1-5/+4
2021-11-16s390/setup: avoid using memblock_enforce_memory_limitVasily Gorbik1-3/+0
2021-11-16s390/setup: avoid reserving memory above identity mappingVasily Gorbik1-9/+1
2021-11-07Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-23/+19
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand1-1/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-4/+4
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle1-0/+5
2021-10-26s390/setup: convert start and end initrd pointers to virtualAlexander Gordeev1-1/+1
2021-10-26s390/setup: use physical pointers for memblock_reserve()Alexander Gordeev1-5/+2
2021-10-26s390/setup: use virtual address for STSI instructionAlexander Gordeev1-4/+2
2021-10-04s390/boot: allocate amode31 section in decompressorAlexander Gordeev1-13/+9
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+7
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+6
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-3/+6
2021-08-31s390: add kmemleak annotation in stack_alloc()Sven Schnelle1-3/+7
2021-08-26s390/smp: enable DAT before CPU restart callback is calledAlexander Gordeev1-1/+8
2021-08-18s390/sclp: reserve memory occupied by sclp early bufferAlexander Egorenkov1-0/+1
2021-08-05s390: rename dma section to amode31Heiko Carstens1-43/+43
2021-07-27s390/hwcaps: move setup_hwcaps()Heiko Carstens1-158/+0
2021-07-27s390/hwcaps: shorten HWCAP definesHeiko Carstens1-26/+26
2021-07-27s390: add HWCAP_S390_PCI_MIO to ELF hwcapsNiklas Schnelle1-0/+2
2021-07-27s390: report more CPU capabilitiesHeiko Carstens1-0/+4
2021-07-27s390/setup: don't reserve memory that occupied decompressor's headAlexander Egorenkov1-1/+1
2021-07-27s390/boot: move dma sections from decompressor to decompressed kernelAlexander Egorenkov1-7/+103
2021-07-27s390/dump: introduce boot data 'oldmem_data'Alexander Egorenkov1-4/+5
2021-07-27s390/boot: introduce boot data 'initrd_data'Alexander Egorenkov1-7/+8
2021-07-10Merge tag 's390-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+2
2021-07-08s390: preempt: Fix preempt_count initializationValentin Schneider1-0/+1
2021-07-08s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn()Heiko Carstens1-1/+1
2021-07-08s390: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-06-18s390/setup: cleanup reserve/remove_oldmemVasily Gorbik1-26/+0
2021-06-18s390: setup kernel memory layout earlyVasily Gorbik1-47/+3
2021-06-07s390/smp: reallocate IPL CPU lowcoreAlexander Gordeev1-21/+0
2021-06-07s390/sclp_vt220: fix console name to match deviceValentin Vidic1-1/+1
2021-06-07s390/facilities: move stfl information from lowcore to global dataSven Schnelle1-5/+3
2021-05-04s390: fix detection of vector enhancements facility 1 vs. vector packed decim...David Hildenbrand1-2/+2
2021-04-07s390/setup: use memblock_free_late() to free old stackHeiko Carstens1-1/+1
2021-02-13s390: add stack for machine check handlerSven Schnelle1-2/+16
2021-02-13s390: use WRITE_ONCE when re-allocating async stackSven Schnelle1-1/+1
2021-01-19s390: convert to generic entrySven Schnelle1-2/+1
2020-12-16s390/delay: remove udelay_simple()Heiko Carstens1-1/+0
2020-12-10s390/mm: add support to allocate gigantic hugepages using CMAGerald Schaefer1-0/+3
2020-11-20s390: unify identity mapping limits handlingVasily Gorbik1-20/+17
2020-11-09s390: make sure vmemmap is top region table entry alignedVasily Gorbik1-4/+5
2020-11-09s390/udelay: make it work for the early codeVasily Gorbik1-0/+1