summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel
Commit message (Expand)AuthorAgeFilesLines
* smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-4/+0
* Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-2/+5
|\
| * hexagon: Remove CONFIG_HEXAGON_ARCH_VERSION from uapi headerThomas Huth2023-11-231-2/+5
* | 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: 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: smp: mark handle_ipi() and start_secondary() as staticNathan Chancellor2023-12-101-2/+2
|/
* vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2023-10-172-5/+0
* hexagon: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-181-2/+0
* Hexagon: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-141-3/+3
* treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-1/+0
* objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
* hexagon: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-4/+3
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-7/+0
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-7/+0
* | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-1/+2
|/
* profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-5/+0
* fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
* fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-283-6/+5
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-102-3/+2
| * ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+3
* | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-1/+0
|/
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * hexagon: Fix function name in die()Nathan Chancellor2022-01-081-1/+1
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | hexagon: ignore vmlinux.ldsNathan Chancellor2021-11-201-0/+1
* | hexagon: clean up timer-regs.hNathan Chancellor2021-11-201-2/+10
|/
* sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-3/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-4/+0
|\
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-4/+0
* | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-021-46/+11
|\ \
| * | hexagon: use the generic global coherent poolChristoph Hellwig2021-08-191-46/+11
| |/
* / hexagon: use generic strncpy/strnlen from_userArnd Bergmann2021-07-231-1/+0
|/
* hexagon: use common DISCARDS macroNathan Chancellor2021-07-081-6/+1
* hexagon: handle {,SOFT}IRQENTRY_TEXT in linker scriptNathan Chancellor2021-07-081-0/+2
* sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
* Hexagon: add target builtins to kernelSid Manning2021-05-031-4/+4
* Hexagon: fix build errorsSid Manning2021-05-031-2/+2
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\