summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)Author
2021-07-27s390/hwcaps: use consistent coding style / remove commentsHeiko Carstens
2021-07-27s390/hwcaps: open code initialization of first six hwcap bitsHeiko Carstens
2021-07-27s390/hwcaps: split setup_hwcaps()Heiko Carstens
2021-07-27s390/hwcaps: move setup_hwcaps()Heiko Carstens
2021-07-27s390/hwcaps: add sanity checksHeiko Carstens
2021-07-27s390/hwcaps: use named initializers for hwcap string arraysHeiko Carstens
2021-07-27s390/hwcaps: introduce HWCAP bit numbersHeiko Carstens
2021-07-27s390/hwcaps: shorten HWCAP definesHeiko Carstens
2021-07-27s390: add HWCAP_S390_PCI_MIO to ELF hwcapsNiklas Schnelle
2021-07-27s390: make PCI mio support a machine flagNiklas Schnelle
2021-07-27s390/disassembler: add instructionsHeiko Carstens
2021-07-27s390: report more CPU capabilitiesHeiko Carstens
2021-07-27s390/qdio: remove unused macrosJulian Wiedmann
2021-07-27s390/qdio: clarify reporting of errors to the driversJulian Wiedmann
2021-07-27s390/qdio: remove remaining tasklet & timer codeJulian Wiedmann
2021-07-27s390/setup: don't reserve memory that occupied decompressor's headAlexander Egorenkov
2021-07-27s390/boot: move dma sections from decompressor to decompressed kernelAlexander Egorenkov
2021-07-27s390/ctl_reg: add ctlreg5 and ctlreg15 unionsHeiko Carstens
2021-07-27s390/boot: make _diag308_reset_dma() position-independentAlexander Egorenkov
2021-07-27s390/boot: move EP_OFFSET and EP_STRING to head.SAlexander Egorenkov
2021-07-27s390/setup: generate asm offsets from struct parmareaAlexander Egorenkov
2021-07-27s390/setup: drop _OFFSET macrosAlexander Egorenkov
2021-07-27s390/setup: remove unused symbolic constants for C code from setup.hAlexander Egorenkov
2021-07-27s390/dump: introduce boot data 'oldmem_data'Alexander Egorenkov
2021-07-27s390/boot: introduce boot data 'initrd_data'Alexander Egorenkov
2021-07-27s390/boot: move sclp early buffer from fixed address in asm to CAlexander Egorenkov
2021-07-27s390/boot: get rid of magic numbers for startup offsetsAlexander Egorenkov
2021-07-27s390/vdso: use system call functionsHeiko Carstens
2021-07-27s390/syscall: provide generic system call functionsHeiko Carstens
2021-07-27s390/cpacf: get rid of register asmHeiko Carstens
2021-07-27s390/debug: remove unused print definesHeiko Carstens
2021-07-27s390/uv: de-duplicate checks for Protected Host VirtualizationAlexander Egorenkov
2021-07-27s390/boot: disable Secure Execution in dump modeAlexander Egorenkov
2021-07-27s390/boot: move uv function declarations to boot/uv.hAlexander Egorenkov
2021-07-27s390/jump_label: print real address in a case of a jump label bugHeiko Carstens
2021-07-27s390/mm: don't print hashed values for pte_ERROR() & friendsHeiko Carstens
2021-07-27s390/mm: use pr_err() instead of printk() for pte_ERROR & friendsHeiko Carstens
2021-07-27s390/sclp: use only one sclp early buffer to send commandsAlexander Egorenkov
2021-07-27s390/cio: remove unused include linux/spinlock.h from cio.hAlexander Egorenkov
2021-07-27s390/boot: make stacks part of the decompressor's imageAlexander Egorenkov
2021-07-27s390/boot: move all linker symbol declarations from c to h filesAlexander Egorenkov
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-07-21Merge tag 's390-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-07-20s390: update defconfigsHeiko Carstens
2021-07-20s390/cpumf: fix semicolon.cocci warningskernel test robot
2021-07-20s390/boot: fix use of expolines in the DMA codeAlexander Egorenkov
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-07-15s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1]Colin Ian King
2021-07-15s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik
2021-07-13s390: Fix fall-through warnings for ClangGustavo A. R. Silva