summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel
AgeCommit message (Expand)AuthorLines
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+5
2023-12-10hexagon: traps: add internal prototypes for functions only called from asmNathan Chancellor-0/+4
2023-12-10hexagon: traps: remove sys_syscall()Nathan Chancellor-7/+0
2023-12-10hexagon: vm_events: remove unused dummy_handler()Nathan Chancellor-7/+0
2023-12-10hexagon: vdso: include asm/elf.h for arch_setup_additional_pages() prototypeNathan Chancellor-0/+1
2023-12-10hexagon: process: add internal prototype for do_work_pending()Nathan Chancellor-0/+1
2023-12-10hexagon: process: include linux/cpu.h for arch_cpu_idle() prototypeNathan Chancellor-0/+1
2023-12-10hexagon: reset: include linux/reboot.h for prototypesNathan Chancellor-0/+1
2023-12-10hexagon: signal: switch to SYSCALL_DEFINE0 for sys_rt_sigreturn()Nathan Chancellor-1/+1
2023-12-10hexagon: time: include asm/delay.h for prototypesNathan Chancellor-0/+1
2023-12-10hexagon: time: mark time_init_deferred() as staticNathan Chancellor-1/+1
2023-12-10hexagon: time: include asm/time.h for prototypesNathan Chancellor-0/+1
2023-12-10hexagon: smp: mark handle_ipi() and start_secondary() as staticNathan Chancellor-2/+2
2023-11-23hexagon: Remove CONFIG_HEXAGON_ARCH_VERSION from uapi headerThomas Huth-2/+5
2023-10-17vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann-5/+0
2023-08-18hexagon: mm: convert to GENERIC_IOREMAPBaoquan He-2/+0
2023-06-14Hexagon: Replace all non-returning strlcpy with strscpyAzeem Shaikh-3/+3
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra-1/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra-1/+0
2022-11-15hexagon: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov-4/+3
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada-1/+2
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-7/+0
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks-5/+0
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman-2/+5
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+5
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman-3/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman-3/+3
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann-1/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-01-08hexagon: Fix function name in die()Nathan Chancellor-1/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman-1/+1
2021-11-20hexagon: ignore vmlinux.ldsNathan Chancellor-0/+1
2021-11-20hexagon: clean up timer-regs.hNathan Chancellor-2/+10
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-3/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+0
2021-09-08trap: cleanup trap_init()Kefeng Wang-4/+0
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-46/+11
2021-08-19hexagon: use the generic global coherent poolChristoph Hellwig-46/+11
2021-07-23hexagon: use generic strncpy/strnlen from_userArnd Bergmann-1/+0
2021-07-08hexagon: use common DISCARDS macroNathan Chancellor-6/+1
2021-07-08hexagon: handle {,SOFT}IRQENTRY_TEXT in linker scriptNathan Chancellor-0/+2
2021-06-18sched: Introduce task_is_running()Peter Zijlstra-1/+1
2021-05-03Hexagon: add target builtins to kernelSid Manning-4/+4
2021-05-03Hexagon: fix build errorsSid Manning-2/+2
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe-1/+1
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra-1/+1