summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-234-33/+0
|\ \
| * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-253-8/+0
| * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-25/+0
| * | uaccess: fix integer overflow on access_ok()Arnd Bergmann2022-02-141-9/+9
| |/
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+5
|\ \
| * | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+5
| |/
* / mm: remove mmu_gathers storage from remaining architecturesStafford Horne2022-03-221-2/+0
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-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
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-5/+3
|\ \ \
| * | | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-5/+3
| | |/ | |/|
* | | Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-135-30/+16
|\| |
| * | hexagon: ignore vmlinux.ldsNathan Chancellor2021-11-201-0/+1
| * | hexagon: clean up timer-regs.hNathan Chancellor2021-11-203-30/+11
| * | hexagon: export raw I/O routines for modulesNathan Chancellor2021-11-201-0/+4
| |/
* / locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-1/+1
|/
* sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-4/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-4/+0
|\
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-4/+0
* | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-3/+1
|\ \
| * | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-3/+1
| |/
* | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-022-46/+12
|\ \
| * | hexagon: use the generic global coherent poolChristoph Hellwig2021-08-192-46/+12
| |/
* | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
* | asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann2021-07-271-6/+0
* | hexagon: use generic strncpy/strnlen from_userArnd Bergmann2021-07-235-159/+5
* | asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann2021-07-231-9/+13
|/
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-102-4/+2
|\
| * hexagon: move core-y in arch/hexagon/Makefile to arch/hexagon/KbuildMasahiro Yamada2021-05-262-4/+1
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-0/+1
* | hexagon: select ARCH_WANT_LD_ORPHAN_WARNNathan Chancellor2021-07-081-0/+1
* | hexagon: use common DISCARDS macroNathan Chancellor2021-07-081-6/+1
* | hexagon: handle {,SOFT}IRQENTRY_TEXT in linker scriptNathan Chancellor2021-07-081-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-4/+0
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-1/+0
| * | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-3/+0
| |/
* | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-1/+1
|\ \
| * | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
| |/
* | locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland2021-05-261-1/+0
* | locking/atomic: hexagon: move to ARCH_ATOMICMark Rutland2021-05-263-16/+17
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-072-2/+0
|\
| * mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-1/+0
| * drivers/char: remove /dev/kmem for goodDavid Hildenbrand2021-05-071-1/+0