summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-032-5/+0
|\
| * vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2023-10-172-5/+0
* | hexagon: Remove unusable symbols from the ptrace.h uapiThomas Huth2023-10-252-13/+25
|/
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\
| * mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-1/+1
|\ \
| * | treewide: drop CONFIG_EMBEDDEDRandy Dunlap2023-08-211-1/+1
| |/
* | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-241-1/+1
* | hexagon: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-242-10/+7
* | hexagon: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-4/+4
* | hexagon: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-185-51/+9
|/
* Merge branch 'expand-stack'Linus Torvalds2023-06-282-14/+5
|\
| * mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-242-14/+5
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-3/+3
|\ \
| * | Hexagon: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-141-3/+3
| |/
* | locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland2023-06-051-16/+0
* | locking/atomic: hexagon: add preprocessor symbolsMark Rutland2023-06-051-0/+9
* | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-6/+0
* | locking/atomic: hexagon: remove redundant arch_atomic_cmpxchgMark Rutland2023-06-051-42/+4
|/
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-5/+5
|\
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-5/+5
* | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
|/
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-051-1/+4
|\
| * hexagon: fix livelock in uaccessAl Viro2023-03-021-1/+4
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-7/+30
|\ \
| * | mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-1/+0
| * | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
| * | hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-6/+31
| |/
* | 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
|/
* 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