aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-27/+35
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-8/+15
2020-10-13memblock: make memblock_debug and related functionality privateMike Rapoport1-2/+2
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-10-02s390/kasan: make sure int handler always run with DAT onVasily Gorbik1-4/+8
2020-10-02s390/nvme: support firmware-assisted dump to NVMe disksAlexander Egorenkov1-2/+2
2020-09-29s390: remove unused _swsusp_reset_dmaVasily Gorbik1-1/+0
2020-09-16s390/kasan: support protvirt with 4-level pagingVasily Gorbik1-14/+9
2020-09-16s390/protvirt: parse prot_virt option in the decompressorVasily Gorbik1-2/+1
2020-09-16s390/kasan: avoid unnecessary moving of vmemmapVasily Gorbik1-2/+6
2020-09-16s390/boot: enable .bss section for compressed kernelAlexander Egorenkov1-1/+1
2020-09-14s390/mm,ptdump: add couple of additional markersVasily Gorbik1-0/+2
2020-09-14s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle1-0/+6
2020-09-14s390/init: add missing __init annotationsIlya Leoshkevich1-3/+3
2020-08-26s390: convert to GENERIC_VDSOSven Schnelle1-1/+0
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-8/+0
2020-07-20s390/mm: avoid trimming to MAX_ORDERHeiko Carstens1-8/+0
2020-06-29s390/setup: init jump labels before command line parsingVasily Gorbik1-0/+1
2020-06-23s390/setup: diag 318: refactor structCollin Walling1-2/+1
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-10/+6
2020-06-02s390: use __vmalloc_node in stack_allocChristoph Hellwig1-6/+3
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle1-2/+1
2020-05-20s390: simplify memory notifier for protecting kdump crash kernel areaDavid Hildenbrand1-8/+5
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+4
2020-03-10s390: prevent leaking kernel address in BEARSven Schnelle1-0/+3
2020-02-27s390/protvirt: add ultravisor initializationVasily Gorbik1-0/+5
2020-02-27s390/protvirt: introduce host side setupVasily Gorbik1-4/+0
2020-02-27s390/mm: remove fake numa supportHeiko Carstens1-0/+1
2020-01-31s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko1-0/+2
2020-01-31mm/memblock: define memblock_physmem_add()Anshuman Khandual1-9/+3
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+0
2020-01-14arch/s390/setup: Drop dummy_con initializationArvind Sankar1-2/+0
2020-01-09s390/setup: Fix secure ipl messagePhilipp Rudo1-1/+1
2019-11-30s390: avoid misusing CALL_ON_STACK for task stack setupVasily Gorbik1-8/+1
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-16/+11
2019-09-13s390: add support for IBM z15 machinesMartin Schwidefsky1-0/+4
2019-08-29s390/setup: avoid using strncmp with hardcoded lengthVasily Gorbik1-5/+5
2019-08-21s390: move vmalloc option parsing to startup codeVasily Gorbik1-11/+2
2019-08-06s390/setup: adjust start_code of init_mm to _textVasily Gorbik1-2/+1