summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-7/+0
|\
| * mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-7/+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-122-11/+0
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-112-11/+0
* | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-102-3/+2
|\ \
| * | kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-2/+0
| * | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-1/+2
| |/
* | Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2022-10-041-0/+25
|\ \ | |/ |/|
| * regmap/hexagon: Properly fix the generic IO helpersLinus Walleij2022-08-221-0/+23
| * regmap: mmio: Support accelerared noinc operationsLinus Walleij2022-08-171-0/+2
* | provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka2022-08-271-0/+15
|/
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-9/+15
|\
| * bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin2022-06-301-9/+15
* | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-5/+0
|\ \
| * | profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-5/+0
| |/
* | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+0
* | hexagon/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-27/+43
* | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
|/
* 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
* | 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
| |/