summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Kconfig.debug (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-05s390/mm: use page_to_virt() in __kernel_map_pages()Heiko Carstens1-1/+1
2021-08-05s390/sclp: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-2/+2
2021-08-05s390: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior8-21/+21
2021-08-03s390/ftrace: implement hotpatchingIlya Leoshkevich7-57/+313
2021-08-03ftrace: Introduce ftrace_need_init_nop()Ilya Leoshkevich2-2/+18
2021-07-30s390: move the install rule to arch/s390/MakefileMasahiro Yamada2-5/+2
2021-07-30s390: enable KCSANIlya Leoshkevich6-0/+6
2021-07-30kcsan: use u64 instead of cycles_tHeiko Carstens1-1/+1
2021-07-30s390: add kfence region to pagetable dumperSven Schnelle1-0/+16
2021-07-30s390: add support for KFENCESven Schnelle5-4/+54
2021-07-30kfence: add function to mask address bitsSven Schnelle1-1/+12
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 Wiedmann2-10/+0
2021-07-27s390/qdio: clarify reporting of errors to the driversJulian Wiedmann3-15/+7
2021-07-27s390/qdio: remove unneeded siga-sync for Output QueueJulian Wiedmann1-7/+0
2021-07-27s390/qdio: remove remaining tasklet & timer codeJulian Wiedmann5-216/+5
2021-07-27s390/qdio: propagate error when cancelling a ccw failsJulian Wiedmann1-5/+8
2021-07-27s390/qdio: improve roll-back after error on ESTABLISH ccwJulian Wiedmann1-3/+3
2021-07-27s390/qdio: cancel the ESTABLISH ccw after timeoutJulian Wiedmann1-21/+30
2021-07-27s390/qdio: fix roll-back after timeout on ESTABLISH ccwJulian Wiedmann1-12/+19
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 Egorenkov9-37/+45
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 Egorenkov7-8/+23