summaryrefslogtreecommitdiff
path: root/arch/hexagon
AgeCommit message (Expand)Author
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-10-25hexagon: Remove unusable symbols from the ptrace.h uapiThomas Huth
2023-10-17vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)
2023-08-24hexagon: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap
2023-08-21hexagon: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)
2023-08-18hexagon: mm: convert to GENERIC_IOREMAPBaoquan He
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds
2023-06-14Hexagon: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland
2023-06-05locking/atomic: hexagon: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2023-06-05locking/atomic: hexagon: remove redundant arch_atomic_cmpxchgMark Rutland
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-03-02hexagon: fix livelock in uaccessAl Viro
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-11-15hexagon: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-04Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka
2022-08-22regmap/hexagon: Properly fix the generic IO helpersLinus Walleij
2022-08-17regmap: mmio: Support accelerared noinc operationsLinus Walleij
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17hexagon/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-06-30bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman