summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* hexagon: vm_fault: mark do_page_fault() as staticNathan Chancellor2023-12-101-1/+1
* hexagon: smp: mark handle_ipi() and start_secondary() as staticNathan Chancellor2023-12-101-2/+2
* hexagon: mm: include asm/setup.h for setup_arch_memory()'s prototypeNathan Chancellor2023-12-101-0/+1
* hexagon: mm: mark paging_init() as staticNathan Chancellor2023-12-101-1/+1
* hexagon: uaccess: remove clear_user_hexagon()Nathan Chancellor2023-12-101-8/+0
* arch: turn off -Werror for architectures with known warningsArnd Bergmann2023-12-107-13/+0
* arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens2023-12-102-6/+1
* arch: remove ARCH_TASK_STRUCT_ALLOCATORHeiko Carstens2023-12-101-5/+0
* arch: remove ARCH_THREAD_STACK_ALLOCATORHeiko Carstens2023-12-101-4/+0
* Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-12-0628-96/+136
|\
| * Merge tag 'powerpc-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-12-033-3/+18
| |\
| | * KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registersNicholas Piggin2023-11-291-3/+3
| | * powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson2023-11-282-0/+15
| * | Merge tag 'for-linus-6.7a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-12-032-2/+6
| |\ \
| | * | x86/xen: fix percpu vcpu_info allocationJuergen Gross2023-11-282-2/+6
| * | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-12-021-0/+4
| |\ \ \
| | * | | arm64: Avoid enabling KPTI unnecessarilyArd Biesheuvel2023-11-301-0/+4
| * | | | Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-269-26/+43
| |\ \ \ \
| | * | | | parisc: Reduce size of the bug_table on 64-bit kernel by halfHelge Deller2023-11-252-19/+22
| | * | | | parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller2023-11-251-2/+0
| | * | | | parisc: Use natural CPU alignment for bug_tableHelge Deller2023-11-251-12/+18
| | * | | | parisc: Ensure 32-bit alignment on parisc unwind sectionHelge Deller2023-11-251-0/+1
| | * | | | parisc: Mark lock_aligned variables 16-byte aligned on SMPHelge Deller2023-11-251-1/+1
| | * | | | parisc: Mark jump_table naturally alignedHelge Deller2023-11-251-2/+6