aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-12-11arm64: dts: exynos: add initial support for exynosautov920 SoCJaewon Kim2-0/+1578
2023-12-10powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell1-0/+2
2023-12-10x86: sta2x11: include header for sta2x11_get_instance() prototypeArnd Bergmann1-0/+1
2023-12-10mips: kexec: include linux/reboot.hArnd Bergmann1-0/+1
2023-12-10mips: smp: fix setup_profiling_timer() prototypeArnd Bergmann1-0/+3
2023-12-10mips: hide conditionally unused functionsArnd Bergmann2-0/+4
2023-12-10mips: suspend: include linux/suspend.h as neededArnd Bergmann2-0/+2
2023-12-10mips: mt: include asm/mips_mt.hArnd Bergmann1-0/+1
2023-12-10mips: spram: fix missing prototype warning for spram_configArnd Bergmann2-1/+2
2023-12-10mips: add missing declarationsArnd Bergmann3-0/+5
2023-12-10mips: move cache declarations into headerArnd Bergmann6-12/+10
2023-12-10mips: fix tlb_init() prototypeArnd Bergmann4-2/+3
2023-12-10mips: fix setup_zero_pages() prototypeArnd Bergmann3-1/+3
2023-12-10mips: unhide uasm_in_compat_space_p() declarationArnd Bergmann1-2/+0
2023-12-10mips: move jump_label_apply_nops() declaration to headerArnd Bergmann2-2/+4
2023-12-10mips: move build_tlb_refill_handler() prototypeArnd Bergmann3-4/+3
2023-12-10mips: mark local function static if possibleArnd Bergmann2-2/+2
2023-12-10mips: signal: move sigcontext declarations to headerArnd Bergmann2-3/+3
2023-12-10mips: add missing declarations for trap handlersArnd Bergmann4-0/+27
2023-12-10mips: add asm/syscalls.h headerArnd Bergmann8-0/+40
2023-12-10mips: decompress: fix add missing prototypesArnd Bergmann4-14/+29
2023-12-10s390/traps: only define is_valid_bugaddr() under CONFIG_GENERIC_BUGNathan Chancellor1-0/+2
2023-12-10hexagon: traps: add internal prototypes for functions only called from asmNathan Chancellor1-0/+4
2023-12-10hexagon: traps: remove sys_syscall()Nathan Chancellor1-7/+0
2023-12-10hexagon: irq: add prototype for arch_do_IRQ()Nathan Chancellor1-0/+3
2023-12-10hexagon: vm_events: remove unused dummy_handler()Nathan Chancellor1-7/+0
2023-12-10hexagon: vdso: include asm/elf.h for arch_setup_additional_pages() prototypeNathan Chancellor1-0/+1
2023-12-10hexagon: process: add internal prototype for do_work_pending()Nathan Chancellor1-0/+1
2023-12-10hexagon: process: include linux/cpu.h for arch_cpu_idle() prototypeNathan Chancellor1-0/+1
2023-12-10hexagon: reset: include linux/reboot.h for prototypesNathan Chancellor1-0/+1
2023-12-10hexagon: signal: switch to SYSCALL_DEFINE0 for sys_rt_sigreturn()Nathan Chancellor1-1/+1
2023-12-10hexagon: time: include asm/delay.h for prototypesNathan Chancellor1-0/+1
2023-12-10hexagon: time: mark time_init_deferred() as staticNathan Chancellor1-1/+1
2023-12-10hexagon: time: include asm/time.h for prototypesNathan Chancellor1-0/+1
2023-12-10hexagon: vm_tlb: include asm/tlbflush.h for prototypesNathan Chancellor1-0/+1
2023-12-10hexagon: vm_fault: include asm/vm_fault.h for prototypesNathan Chancellor1-0/+1
2023-12-10hexagon: vm_fault: mark do_page_fault() as staticNathan Chancellor1-1/+1
2023-12-10hexagon: smp: mark handle_ipi() and start_secondary() as staticNathan Chancellor1-2/+2
2023-12-10hexagon: mm: include asm/setup.h for setup_arch_memory()'s prototypeNathan Chancellor1-0/+1
2023-12-10hexagon: mm: mark paging_init() as staticNathan Chancellor1-1/+1
2023-12-10hexagon: uaccess: remove clear_user_hexagon()Nathan Chancellor1-8/+0
2023-12-10arch: turn off -Werror for architectures with known warningsArnd Bergmann7-13/+0
2023-12-10arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens2-6/+1
2023-12-10arch: remove ARCH_TASK_STRUCT_ALLOCATORHeiko Carstens1-5/+0
2023-12-10arch: remove ARCH_THREAD_STACK_ALLOCATORHeiko Carstens1-4/+0
2023-12-10NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni2-59/+3
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross7-172/+3
2023-12-10x86/paravirt: Switch mixed paravirt/alternative calls to alternativesJuergen Gross6-51/+44
2023-12-10x86/alternative: Add indirect call patchingJuergen Gross2-3/+64
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross8-41/+41