summaryrefslogtreecommitdiffstats
path: root/arch/mips (unfollow)
Commit message (Expand)AuthorFilesLines
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: rs870e: stop exporting local functionsArnd Bergmann1-8/+4
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-11s390/dasd: remove dasd_stats_generic_show()Nathan Chancellor1-6/+0
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
2023-12-11hexagon: vm_fault: include asm/vm_fault.h for prototypesNathan Chancellor1-0/+1
2023-12-11hexagon: vm_fault: mark do_page_fault() as staticNathan Chancellor1-1/+1
2023-12-11hexagon: smp: mark handle_ipi() and start_secondary() as staticNathan Chancellor1-2/+2
2023-12-11hexagon: mm: include asm/setup.h for setup_arch_memory()'s prototypeNathan Chancellor1-0/+1
2023-12-11hexagon: mm: mark paging_init() as staticNathan Chancellor1-1/+1
2023-12-11hexagon: uaccess: remove clear_user_hexagon()Nathan Chancellor1-8/+0
2023-12-11arch: turn off -Werror for architectures with known warningsArnd Bergmann7-13/+0
2023-12-11kexec: use atomic_try_cmpxchg in crash_kexecUros Bizjak1-2/+3
2023-12-11scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+14
2023-12-11__ptrace_unlink: kill the obsolete "FIXME" codeOleg Nesterov1-12/+1
2023-12-11checkstack: allow to pass MINSTACKSIZE parameterHeiko Carstens1-2/+4
2023-12-11checkstack: sort output by size and function nameHeiko Carstens1-2/+17
2023-12-11kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov2-14/+4
2023-12-11docs: filesystems: document the squashfs specific mount optionsAriel Miculas1-0/+60
2023-12-11checkpatch: do not require an empty line before error injectionSergey Senozhatsky1-1/+1
2023-12-11arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens5-23/+3
2023-12-11arch: remove ARCH_TASK_STRUCT_ALLOCATORHeiko Carstens2-11/+0
2023-12-11arch: remove ARCH_THREAD_STACK_ALLOCATORHeiko Carstens2-24/+0
2023-12-11nilfs2: convert nilfs_btnode_abort_change_key to use a folioMatthew Wilcox (Oracle)1-1/+1
2023-12-11nilfs2: convert nilfs_btnode_commit_change_key to use a folioMatthew Wilcox (Oracle)1-6/+6
2023-12-11nilfs2: convert nilfs_btnode_prepare_change_key to use a folioMatthew Wilcox (Oracle)1-9/+9