summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/include
Commit message (Expand)AuthorAgeFilesLines
* arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann2024-03-061-5/+1
* mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscYan Zhao2024-03-051-6/+0
* Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-103-17/+14
|\
| * Hexagon: Make pfn accessors statics inlinesLinus Walleij2023-12-051-2/+13
| * Merge branch 'asm-generic-io.h-cleanup' into asm-genericArnd Bergmann2023-11-231-9/+0
| |\
| | * asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang2023-11-231-6/+0
| | * arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He2023-11-231-3/+0
| * | hexagon: Remove CONFIG_HEXAGON_ARCH_VERSION from uapi headerThomas Huth2023-11-231-6/+1
| |/
* / hexagon: irq: add prototype for arch_do_IRQ()Nathan Chancellor2023-12-101-0/+3
|/
* 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
* | 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-181-4/+7
|/
* 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
* locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-5/+5
* 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
* mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-7/+0
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-4/+0
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-4/+0
* | 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
* | hexagon/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-27/+0
|/
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-232-31/+0
|\
| * uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-6/+0
| * uaccess: generalize access_ok()Arnd Bergmann2022-02-251-25/+0
| * uaccess: fix integer overflow on access_ok()Arnd Bergmann2022-02-141-9/+9
* | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+5
|/
* 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 tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-132-28/+1
|\|
| * hexagon: clean up timer-regs.hNathan Chancellor2021-11-202-28/+1
* | 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-151-1/+1
* asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann2021-07-271-6/+0
* hexagon: use generic strncpy/strnlen from_userArnd Bergmann2021-07-231-31/+2
* asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann2021-07-231-9/+13
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-4/+0
|\
| * mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-1/+0