summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2025-01-26s390/futex: Generate futex atomic op functionsHeiko Carstens1-34/+42
2025-01-26s390/uaccess: Remove INLINE_COPY_FROM_USER and INLINE_COPY_TO_USERHeiko Carstens2-120/+109
2025-01-26s390/uaccess: Use asm goto for put_user()/get_user()Heiko Carstens1-6/+77
2025-01-26s390/uaccess: Remove usage of the oac specifierHeiko Carstens1-12/+4
2025-01-26s390/uaccess: Replace EX_TABLE_UA_LOAD_MEM exception handlingHeiko Carstens3-24/+8
2025-01-26s390/uaccess: Cleanup noinstr __put_user()/__get_user() inline assembly const...Heiko Carstens1-14/+14
2025-01-26s390/uaccess: Remove __put_user_fn()/__get_user_fn() wrappersHeiko Carstens1-81/+32
2025-01-26s390/uaccess: Move put_user() / __put_user() close to put_user() asm codeHeiko Carstens1-30/+30
2025-01-26s390/uaccess: Use asm goto for __mvc_kernel_nofault()Heiko Carstens1-15/+11
2025-01-26s390/uaccess: Implement __get_kernel_nofault()/__put_kernel_nofault() with mvcHeiko Carstens1-78/+44
2025-01-26s390/extable: Rename EX_TABLE_UA_STORE to EX_TABLE_UA_FAULTHeiko Carstens3-10/+10
2025-01-26s390/fpu: Use CONFIG_CC_HAS_ASM_AOR_FORMAT_FLAGS instead of CONFIG_CC_IS_CLANGHeiko Carstens1-84/+84
2025-01-26s390: Introduce CC_HAS_ASM_AOR_FORMAT_FLAGS Kconfig optionHeiko Carstens1-0/+6
2025-01-26s390: Rename GCC_ASM_FLAG_OUTPUT_BROKEN to CC_ASM_FLAG_OUTPUT_BROKENHeiko Carstens2-2/+2
2025-01-26s390/extable: Replace open-coded sfpc inline assembly with fpu_sfpc()Heiko Carstens1-1/+2
2025-01-26s390/fpu: Add fpc exception handler / remove fixup section againHeiko Carstens4-12/+17
2025-01-26s390/ipl_report: Remove unused 'size' variableVasily Gorbik1-1/+0
2025-01-26s390: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is offVasily Gorbik3-3/+8
2025-01-26s390/boot: Improve decompression error reportingVasily Gorbik1-1/+11
2025-01-26s390/boot: Add startup debugging supportVasily Gorbik1-2/+26
2025-01-26s390/boot: Add vmem debugging supportVasily Gorbik1-3/+44
2025-01-26s390/boot: Move command line parsing earlierVasily Gorbik1-4/+4
2025-01-26s390/boot: Add physmem tracking debug supportVasily Gorbik5-8/+51
2025-01-26s390: Use pr_info for "KernelAddressSanitizer initialized" messageVasily Gorbik1-1/+1
2025-01-26s390/boot: Add timestamps to early boot messagesVasily Gorbik3-6/+34
2025-01-26s390/boot: Dump message ring buffer on crash with bootdebugVasily Gorbik3-0/+21
2025-01-26s390/boot: Add prefix filtering to bootdebug messagesVasily Gorbik5-14/+50
2025-01-26s390/boot: Add bootdebug option to control debug messagesVasily Gorbik5-2/+16
2025-01-26s390/boot: Defer boot messages when earlyprintk is not enabledVasily Gorbik4-2/+28
2025-01-26s390/boot: Make boot_printk() return intVasily Gorbik2-2/+3
2025-01-26s390/boot: Introduce ring buffer for boot messagesVasily Gorbik2-1/+32
2025-01-26s390/boot: Use decimal format specifiers in boot messagesVasily Gorbik2-4/+4
2025-01-26s390/boot: Replace boot_printk() with loglevel-specific helpersVasily Gorbik6-48/+48
2025-01-26s390/boot: Add support for boot messages loglevelsVasily Gorbik3-1/+51
2025-01-26s390/boot: Add decimal conversion specifiers to boot_printk()Vasily Gorbik1-4/+40
2025-01-26s390/boot: Add field width and padding handling to boot_printk()Vasily Gorbik1-18/+50
2025-01-26s390/boot: Add length modifiers to boot_printk()Vasily Gorbik1-8/+18
2025-01-26s390/boot: Add %% support to boot_printk()Vasily Gorbik1-1/+5
2025-01-26s390/boot: Allow KASAN mapping to fallback to small pagesVasily Gorbik1-3/+7
2025-01-26s390/boot: Add physmem_alloc()Vasily Gorbik2-9/+21
2025-01-26s390/boot: Rename physmem_alloc_top_down() to physmem_alloc_or_die()Vasily Gorbik6-10/+10
2025-01-26s390/mm: Allow large pages for KASAN shadow mappingVasily Gorbik1-24/+50
2025-01-25s390/mm: add missing ctor/dtor on page table upgradeAlexander Gordeev1-0/+3
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang5-42/+11
2025-01-25mm: introduce ctor/dtor at PGD levelKevin Brodsky1-1/+8
2025-01-25mm: pgtable: introduce generic pagetable_dtor_free()Qi Zheng1-6/+0
2025-01-25mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng2-12/+4
2025-01-25s390: pgtable: consolidate PxD and PTE TLB free pathsQi Zheng2-13/+4
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng3-7/+7
2025-01-25s390: pgtable: add statistics for PUD and P4D level page tableQi Zheng2-8/+23