summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-26s390/uaccess: Use asm goto for put_user()/get_user()Heiko Carstens
2025-01-26s390/uaccess: Remove usage of the oac specifierHeiko Carstens
2025-01-26s390/uaccess: Replace EX_TABLE_UA_LOAD_MEM exception handlingHeiko Carstens
2025-01-26s390/uaccess: Cleanup noinstr __put_user()/__get_user() inline assembly const...Heiko Carstens
2025-01-26s390/uaccess: Remove __put_user_fn()/__get_user_fn() wrappersHeiko Carstens
2025-01-26s390/uaccess: Move put_user() / __put_user() close to put_user() asm codeHeiko Carstens
2025-01-26s390/uaccess: Use asm goto for __mvc_kernel_nofault()Heiko Carstens
2025-01-26s390/uaccess: Implement __get_kernel_nofault()/__put_kernel_nofault() with mvcHeiko Carstens
2025-01-26s390/extable: Rename EX_TABLE_UA_STORE to EX_TABLE_UA_FAULTHeiko Carstens
2025-01-26s390/fpu: Use CONFIG_CC_HAS_ASM_AOR_FORMAT_FLAGS instead of CONFIG_CC_IS_CLANGHeiko Carstens
2025-01-26s390: Introduce CC_HAS_ASM_AOR_FORMAT_FLAGS Kconfig optionHeiko Carstens
2025-01-26s390: Rename GCC_ASM_FLAG_OUTPUT_BROKEN to CC_ASM_FLAG_OUTPUT_BROKENHeiko Carstens
2025-01-26s390/extable: Replace open-coded sfpc inline assembly with fpu_sfpc()Heiko Carstens
2025-01-26s390/fpu: Add fpc exception handler / remove fixup section againHeiko Carstens
2025-01-26s390/ipl_report: Remove unused 'size' variableVasily Gorbik
2025-01-26s390: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is offVasily Gorbik
2025-01-26s390/boot: Improve decompression error reportingVasily Gorbik
2025-01-26s390/boot: Add startup debugging supportVasily Gorbik
2025-01-26s390/boot: Add vmem debugging supportVasily Gorbik
2025-01-26s390/boot: Move command line parsing earlierVasily Gorbik
2025-01-26s390/boot: Add physmem tracking debug supportVasily Gorbik
2025-01-26s390: Use pr_info for "KernelAddressSanitizer initialized" messageVasily Gorbik
2025-01-26s390/boot: Add timestamps to early boot messagesVasily Gorbik
2025-01-26s390/boot: Dump message ring buffer on crash with bootdebugVasily Gorbik
2025-01-26s390/boot: Add prefix filtering to bootdebug messagesVasily Gorbik
2025-01-26s390/boot: Add bootdebug option to control debug messagesVasily Gorbik
2025-01-26s390/boot: Defer boot messages when earlyprintk is not enabledVasily Gorbik
2025-01-26s390/boot: Make boot_printk() return intVasily Gorbik
2025-01-26s390/boot: Introduce ring buffer for boot messagesVasily Gorbik
2025-01-26s390/boot: Use decimal format specifiers in boot messagesVasily Gorbik
2025-01-26s390/boot: Replace boot_printk() with loglevel-specific helpersVasily Gorbik
2025-01-26s390/boot: Add support for boot messages loglevelsVasily Gorbik
2025-01-26s390/boot: Add decimal conversion specifiers to boot_printk()Vasily Gorbik
2025-01-26s390/boot: Add field width and padding handling to boot_printk()Vasily Gorbik
2025-01-26s390/boot: Add length modifiers to boot_printk()Vasily Gorbik
2025-01-26s390/boot: Add %% support to boot_printk()Vasily Gorbik
2025-01-26s390/boot: Allow KASAN mapping to fallback to small pagesVasily Gorbik
2025-01-26s390/boot: Add physmem_alloc()Vasily Gorbik
2025-01-26s390/boot: Rename physmem_alloc_top_down() to physmem_alloc_or_die()Vasily Gorbik
2025-01-26s390/mm: Allow large pages for KASAN shadow mappingVasily Gorbik
2025-01-26LoongArch: Extend the maximum number of watchpointsTiezhu Yang
2025-01-26LoongArch: Change 8 to 14 for LOONGARCH_MAX_{BRP,WRP}Tiezhu Yang
2025-01-26LoongArch: Add debugfs entries to switch SFB/TSO stateHuacai Chen
2025-01-26LoongArch: Fix warnings during S3 suspendHuacai Chen
2025-01-26module: sign with sha512 instead of sha1 by defaultThorsten Leemhuis
2025-01-26module: Don't fail module loading when setting ro_after_init section RO failedChristophe Leroy
2025-01-26module: Split module_enable_rodata_ro()Christophe Leroy
2025-01-26module: sysfs: Use const 'struct bin_attribute'Thomas Weißschuh
2025-01-26module: sysfs: Add notes attributes through attribute_groupThomas Weißschuh
2025-01-26module: sysfs: Simplify section attribute allocationThomas Weißschuh