summaryrefslogtreecommitdiff
path: root/arch/hexagon/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-03-26hexagon: vmlinux.lds.S: handle attributes sectionNathan Chancellor1-0/+1
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-4/+0
2024-01-11Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+5
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: 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: smp: mark handle_ipi() and start_secondary() as staticNathan Chancellor1-2/+2
2023-11-23hexagon: Remove CONFIG_HEXAGON_ARCH_VERSION from uapi headerThomas Huth1-2/+5
2023-10-17vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2-5/+0
2023-08-18hexagon: mm: convert to GENERIC_IOREMAPBaoquan He1-2/+0
2023-06-14Hexagon: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-3/+3
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2022-11-16hexagon: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-4/+3
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-1/+2
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-7/+0
2022-07-30profile: setup_profiling_timer() is moslty not implementedBen Dooks1-5/+0
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-6/+5
2022-03-11resume_user_mode: Move to resume_user_mode.hEric W. Biederman2-3/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+3
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-1/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-08hexagon: Fix function name in die()Nathan Chancellor1-1/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-11-20hexagon: ignore vmlinux.ldsNathan Chancellor1-0/+1
2021-11-20hexagon: clean up timer-regs.hNathan Chancellor1-2/+10
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-3/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+0
2021-09-08trap: cleanup trap_init()Kefeng Wang1-4/+0
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-46/+11
2021-08-19hexagon: use the generic global coherent poolChristoph Hellwig1-46/+11
2021-07-23hexagon: use generic strncpy/strnlen from_userArnd Bergmann1-1/+0
2021-07-08hexagon: use common DISCARDS macroNathan Chancellor1-6/+1
2021-07-08hexagon: handle {,SOFT}IRQENTRY_TEXT in linker scriptNathan Chancellor1-0/+2
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-05-03Hexagon: add target builtins to kernelSid Manning1-4/+4
2021-05-03Hexagon: fix build errorsSid Manning1-2/+2
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1