summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-0982-205/+234
|\
| * x86/crash: use SZ_1M macro instead of hardcoded valueYuntao Wang2024-01-051-1/+1
| * x86/crash: remove the unused image parameter from prepare_elf_headers()Yuntao Wang2024-01-051-5/+5
| * x86/kexec: fix incorrect end address passed to kernel_ident_mapping_init()Yuntao Wang2023-12-291-1/+1
| * x86/kexec: fix incorrect argument passed to kexec_dprintk()Yuntao Wang2023-12-291-1/+1
| * x86/kexec: use pr_err() instead of kexec_dprintk() when an error occursYuntao Wang2023-12-291-1/+1
| * x86/kexec: simplify the logic of mem_region_callback()Yuntao Wang2023-12-201-5/+2
| * riscv, kexec: fix the ifdeffery for AFLAGS_kexec_relocate.oBaoquan He2023-12-201-1/+1
| * kexec_file, parisc: print out debugging message if requiredBaoquan He2023-12-201-4/+4
| * kexec_file, power: print out debugging message if requiredBaoquan He2023-12-202-13/+13
| * kexec_file, riscv: print out debugging message if requiredBaoquan He2023-12-202-31/+6
| * kexec_file, arm64: print out debugging message if requiredBaoquan He2023-12-203-29/+15
| * kexec_file, x86: print out debugging message if requiredBaoquan He2023-12-202-11/+16
| * mips: fix r3k_cache_init build regressionArnd Bergmann2023-12-201-6/+3
| * merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton2023-12-1220-31/+33
| |\
| * | powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell2023-12-101-0/+2
| * | x86: sta2x11: include header for sta2x11_get_instance() prototypeArnd Bergmann2023-12-101-0/+1
| * | mips: kexec: include linux/reboot.hArnd Bergmann2023-12-101-0/+1
| * | mips: smp: fix setup_profiling_timer() prototypeArnd Bergmann2023-12-101-0/+3
| * | mips: hide conditionally unused functionsArnd Bergmann2023-12-102-0/+4
| * | mips: suspend: include linux/suspend.h as neededArnd Bergmann2023-12-102-0/+2
| * | mips: mt: include asm/mips_mt.hArnd Bergmann2023-12-101-0/+1
| * | mips: spram: fix missing prototype warning for spram_configArnd Bergmann2023-12-102-1/+2
| * | mips: add missing declarationsArnd Bergmann2023-12-103-0/+5
| * | mips: move cache declarations into headerArnd Bergmann2023-12-106-12/+10
| * | mips: fix tlb_init() prototypeArnd Bergmann2023-12-104-2/+3
| * | mips: fix setup_zero_pages() prototypeArnd Bergmann2023-12-103-1/+3
| * | mips: unhide uasm_in_compat_space_p() declarationArnd Bergmann2023-12-101-2/+0
| * | mips: move jump_label_apply_nops() declaration to headerArnd Bergmann2023-12-102-2/+4
| * | mips: move build_tlb_refill_handler() prototypeArnd Bergmann2023-12-103-4/+3
| * | mips: mark local function static if possibleArnd Bergmann2023-12-102-2/+2
| * | mips: signal: move sigcontext declarations to headerArnd Bergmann2023-12-102-3/+3
| * | mips: add missing declarations for trap handlersArnd Bergmann2023-12-104-0/+27
| * | mips: add asm/syscalls.h headerArnd Bergmann2023-12-108-0/+40
| * | mips: decompress: fix add missing prototypesArnd Bergmann2023-12-104-14/+29
| * | s390/traps: only define is_valid_bugaddr() under CONFIG_GENERIC_BUGNathan Chancellor2023-12-101-0/+2
| * | hexagon: traps: add internal prototypes for functions only called from asmNathan Chancellor2023-12-101-0/+4
| * | hexagon: traps: remove sys_syscall()Nathan Chancellor2023-12-101-7/+0
| * | hexagon: irq: add prototype for arch_do_IRQ()Nathan Chancellor2023-12-101-0/+3
| * | hexagon: vm_events: remove unused dummy_handler()Nathan Chancellor2023-12-101-7/+0
| * | hexagon: vdso: include asm/elf.h for arch_setup_additional_pages() prototypeNathan Chancellor2023-12-101-0/+1
| * | hexagon: process: add internal prototype for do_work_pending()Nathan Chancellor2023-12-101-0/+1
| * | hexagon: process: include linux/cpu.h for arch_cpu_idle() prototypeNathan Chancellor2023-12-101-0/+1
| * | hexagon: reset: include linux/reboot.h for prototypesNathan Chancellor2023-12-101-0/+1
| * | hexagon: signal: switch to SYSCALL_DEFINE0 for sys_rt_sigreturn()Nathan Chancellor2023-12-101-1/+1
| * | hexagon: time: include asm/delay.h for prototypesNathan Chancellor2023-12-101-0/+1
| * | hexagon: time: mark time_init_deferred() as staticNathan Chancellor2023-12-101-1/+1
| * | hexagon: time: include asm/time.h for prototypesNathan Chancellor2023-12-101-0/+1
| * | hexagon: vm_tlb: include asm/tlbflush.h for prototypesNathan Chancellor2023-12-101-0/+1
| * | hexagon: vm_fault: include asm/vm_fault.h for prototypesNathan Chancellor2023-12-101-0/+1