summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-12-21x86/kexec: simplify the logic of mem_region_callback()Yuntao Wang1-5/+2
2023-12-21riscv, kexec: fix the ifdeffery for AFLAGS_kexec_relocate.oBaoquan He1-1/+1
2023-12-21kexec_file, parisc: print out debugging message if requiredBaoquan He1-4/+4
2023-12-21kexec_file, power: print out debugging message if requiredBaoquan He2-13/+13
2023-12-21kexec_file, riscv: print out debugging message if requiredBaoquan He2-31/+6
2023-12-21kexec_file, arm64: print out debugging message if requiredBaoquan He3-29/+15
2023-12-21kexec_file, x86: print out debugging message if requiredBaoquan He2-11/+16
2023-12-21mips: fix r3k_cache_init build regressionArnd Bergmann1-6/+3
2023-12-13merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton20-31/+33
2023-12-13x86, kexec: fix the wrong ifdeffery CONFIG_KEXECBaoquan He1-1/+1
2023-12-13sh, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He4-6/+6
2023-12-13mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He9-16/+16
2023-12-13m68k, kexec: fix the incorrect ifdeffery and build dependency of CONFIG_KEXECBaoquan He2-3/+3
2023-12-13loongarch, kexec: change dependency of object filesBaoquan He1-1/+1
2023-12-13riscv: fix VMALLOC_START definitionBaoquan He1-1/+1
2023-12-13kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin2-3/+5
2023-12-11powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell1-0/+2
2023-12-11x86: sta2x11: include header for sta2x11_get_instance() prototypeArnd Bergmann1-0/+1
2023-12-11mips: kexec: include linux/reboot.hArnd Bergmann1-0/+1
2023-12-11mips: smp: fix setup_profiling_timer() prototypeArnd Bergmann1-0/+3
2023-12-11mips: hide conditionally unused functionsArnd Bergmann2-0/+4
2023-12-11mips: suspend: include linux/suspend.h as neededArnd Bergmann2-0/+2
2023-12-11mips: mt: include asm/mips_mt.hArnd Bergmann1-0/+1
2023-12-11mips: spram: fix missing prototype warning for spram_configArnd Bergmann2-1/+2
2023-12-11mips: add missing declarationsArnd Bergmann3-0/+5
2023-12-11mips: move cache declarations into headerArnd Bergmann6-12/+10
2023-12-11mips: fix tlb_init() prototypeArnd Bergmann4-2/+3
2023-12-11mips: fix setup_zero_pages() prototypeArnd Bergmann3-1/+3
2023-12-11mips: unhide uasm_in_compat_space_p() declarationArnd Bergmann1-2/+0
2023-12-11mips: move jump_label_apply_nops() declaration to headerArnd Bergmann2-2/+4
2023-12-11mips: move build_tlb_refill_handler() prototypeArnd Bergmann3-4/+3
2023-12-11mips: mark local function static if possibleArnd Bergmann2-2/+2
2023-12-11mips: signal: move sigcontext declarations to headerArnd Bergmann2-3/+3
2023-12-11mips: add missing declarations for trap handlersArnd Bergmann4-0/+27
2023-12-11mips: add asm/syscalls.h headerArnd Bergmann8-0/+40
2023-12-11mips: decompress: fix add missing prototypesArnd Bergmann4-14/+29
2023-12-11s390/traps: only define is_valid_bugaddr() under CONFIG_GENERIC_BUGNathan Chancellor1-0/+2
2023-12-11hexagon: traps: add internal prototypes for functions only called from asmNathan Chancellor1-0/+4
2023-12-11hexagon: traps: remove sys_syscall()Nathan Chancellor1-7/+0
2023-12-11hexagon: irq: add prototype for arch_do_IRQ()Nathan Chancellor1-0/+3
2023-12-11hexagon: vm_events: remove unused dummy_handler()Nathan Chancellor1-7/+0
2023-12-11hexagon: vdso: include asm/elf.h for arch_setup_additional_pages() prototypeNathan Chancellor1-0/+1
2023-12-11hexagon: process: add internal prototype for do_work_pending()Nathan Chancellor1-0/+1
2023-12-11hexagon: process: include linux/cpu.h for arch_cpu_idle() prototypeNathan Chancellor1-0/+1
2023-12-11hexagon: reset: include linux/reboot.h for prototypesNathan Chancellor1-0/+1
2023-12-11hexagon: signal: switch to SYSCALL_DEFINE0 for sys_rt_sigreturn()Nathan Chancellor1-1/+1
2023-12-11hexagon: time: include asm/delay.h for prototypesNathan Chancellor1-0/+1
2023-12-11hexagon: time: mark time_init_deferred() as staticNathan Chancellor1-1/+1
2023-12-11hexagon: time: include asm/time.h for prototypesNathan Chancellor1-0/+1
2023-12-11hexagon: vm_tlb: include asm/tlbflush.h for prototypesNathan Chancellor1-0/+1