summaryrefslogtreecommitdiff
path: root/arch/hexagon/include
AgeCommit message (Expand)AuthorFilesLines
2025-01-31hexagon: Move kernel prototypes out of uapi/asm/setup.h headerThomas Huth2-12/+22
2025-01-31hexagon: fix using plain integer as NULL pointer warning in cmpxchgWillem de Bruijn1-1/+1
2025-01-26asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-1/+1
2025-01-26mm: pgtable: introduce pagetable_dtor()Qi Zheng1-1/+1
2024-11-26Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-11-21Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-217/+12
2024-11-12Improve consistency of '#error' directive messagesNataniel Farzan1-1/+1
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+1
2024-10-29hexagon: simplify asm/io.h for !HAS_IOPORTArnd Bergmann1-211/+12
2024-10-29asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-6/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-3/+1
2024-07-10hexagon: use new system call tableArnd Bergmann4-13/+17
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-0/+2
2024-06-25hexagon: fix fadvise64_64 calling conventionsArnd Bergmann1-0/+6
2024-06-25csky, hexagon: fix broken sys_sync_file_rangeArnd Bergmann1-0/+1
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann1-5/+1
2024-03-05mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscYan Zhao1-6/+0
2024-01-11Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-17/+14
2023-12-11hexagon: irq: add prototype for arch_do_IRQ()Nathan Chancellor1-0/+3
2023-12-05Hexagon: Make pfn accessors statics inlinesLinus Walleij1-2/+13
2023-11-23Merge branch 'asm-generic-io.h-cleanup' into asm-genericArnd Bergmann1-9/+0
2023-11-23hexagon: Remove CONFIG_HEXAGON_ARCH_VERSION from uapi headerThomas Huth1-6/+1
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang1-6/+0
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He1-3/+0
2023-10-25hexagon: Remove unusable symbols from the ptrace.h uapiThomas Huth2-13/+25
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-1/+1
2023-08-25hexagon: implement the new page table range APIMatthew Wilcox (Oracle)2-10/+7
2023-08-21hexagon: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+4
2023-08-18hexagon: mm: convert to GENERIC_IOREMAPBaoquan He1-4/+7
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland1-16/+0
2023-06-05locking/atomic: hexagon: add preprocessor symbolsMark Rutland1-0/+9
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-6/+0
2023-06-05locking/atomic: hexagon: remove redundant arch_atomic_cmpxchgMark Rutland1-42/+4
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-5/+5
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-1/+0
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-6/+31
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-7/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+0
2022-10-05Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds1-0/+25
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-4/+0
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka1-0/+15
2022-08-22regmap/hexagon: Properly fix the generic IO helpersLinus Walleij1-0/+23
2022-08-17regmap: mmio: Support accelerared noinc operationsLinus Walleij1-0/+2
2022-08-08Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-9/+15
2022-07-18hexagon/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-27/+0
2022-07-01bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin1-9/+15