aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-30s390: move the install rule to arch/s390/MakefileMasahiro Yamada2-5/+2
2021-07-30s390: enable KCSANIlya Leoshkevich6-0/+6
2021-07-30s390: add kfence region to pagetable dumperSven Schnelle1-0/+16
2021-07-30s390: add support for KFENCESven Schnelle5-4/+54
2021-07-30s390/mm: implement set_memory_4k()Heiko Carstens2-2/+18
2021-07-30kfence, x86: only define helpers if !MODULEMarco Elver1-0/+4
2021-07-27s390/delay: get rid of not needed header includesHeiko Carstens1-9/+2
2021-07-27s390/boot: get rid of arithmetics on function pointersHeiko Carstens1-1/+1
2021-07-27s390/headers: fix code style in module.hIlya Leoshkevich1-4/+2
2021-07-27s390/hwcaps: make sie capability regular hwcapHeiko Carstens2-22/+4
2021-07-27s390/hwcaps: remove hwcap stfle checkHeiko Carstens1-1/+1
2021-07-27s390/hwcaps: remove z/Architecture mode active checkHeiko Carstens1-2/+1
2021-07-27s390/hwcaps: use consistent coding style / remove commentsHeiko Carstens1-54/+13
2021-07-27s390/hwcaps: open code initialization of first six hwcap bitsHeiko Carstens1-6/+24
2021-07-27s390/hwcaps: split setup_hwcaps()Heiko Carstens1-9/+15
2021-07-27s390/hwcaps: move setup_hwcaps()Heiko Carstens2-158/+160
2021-07-27s390/hwcaps: add sanity checksHeiko Carstens2-0/+4
2021-07-27s390/hwcaps: use named initializers for hwcap string arraysHeiko Carstens1-4/+23
2021-07-27s390/hwcaps: introduce HWCAP bit numbersHeiko Carstens1-23/+52
2021-07-27s390/hwcaps: shorten HWCAP definesHeiko Carstens3-49/+49
2021-07-27s390: add HWCAP_S390_PCI_MIO to ELF hwcapsNiklas Schnelle3-1/+4
2021-07-27s390: make PCI mio support a machine flagNiklas Schnelle3-3/+8
2021-07-27s390/disassembler: add instructionsHeiko Carstens2-0/+20
2021-07-27s390: report more CPU capabilitiesHeiko Carstens3-1/+7
2021-07-27s390/qdio: remove unused macrosJulian Wiedmann1-5/+0
2021-07-27s390/qdio: clarify reporting of errors to the driversJulian Wiedmann1-4/+3
2021-07-27s390/qdio: remove remaining tasklet & timer codeJulian Wiedmann1-3/+0
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 Egorenkov13-99/+183
2021-07-27s390/ctl_reg: add ctlreg5 and ctlreg15 unionsHeiko Carstens1-0/+17
2021-07-27s390/boot: make _diag308_reset_dma() position-independentAlexander Egorenkov1-1/+3
2021-07-27s390/boot: move EP_OFFSET and EP_STRING to head.SAlexander Egorenkov2-2/+3
2021-07-27s390/setup: generate asm offsets from struct parmareaAlexander Egorenkov2-9/+7
2021-07-27s390/setup: drop _OFFSET macrosAlexander Egorenkov1-17/+6
2021-07-27s390/setup: remove unused symbolic constants for C code from setup.hAlexander Egorenkov1-3/+0
2021-07-27s390/dump: introduce boot data 'oldmem_data'Alexander Egorenkov7-35/+43
2021-07-27s390/boot: introduce boot data 'initrd_data'Alexander Egorenkov7-23/+32
2021-07-27s390/boot: move sclp early buffer from fixed address in asm to CAlexander Egorenkov6-7/+17
2021-07-27s390/boot: get rid of magic numbers for startup offsetsAlexander Egorenkov1-4/+4
2021-07-27s390/vdso: use system call functionsHeiko Carstens1-18/+4
2021-07-27s390/syscall: provide generic system call functionsHeiko Carstens1-0/+59
2021-07-27s390/cpacf: get rid of register asmHeiko Carstens1-97/+111
2021-07-27s390/debug: remove unused print definesHeiko Carstens1-34/+0
2021-07-27s390/uv: de-duplicate checks for Protected Host VirtualizationAlexander Egorenkov2-34/+21
2021-07-27s390/boot: disable Secure Execution in dump modeAlexander Egorenkov3-0/+11
2021-07-27s390/boot: move uv function declarations to boot/uv.hAlexander Egorenkov4-8/+20
2021-07-27s390/jump_label: print real address in a case of a jump label bugHeiko Carstens1-1/+1
2021-07-27s390/mm: don't print hashed values for pte_ERROR() & friendsHeiko Carstens1-5/+5
2021-07-27s390/mm: use pr_err() instead of printk() for pte_ERROR & friendsHeiko Carstens1-5/+5
2021-07-27s390/sclp: use only one sclp early buffer to send commandsAlexander Egorenkov3-4/+9