aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/hexagon (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-9/+3
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-31/+5
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann2-25/+5
2024-03-05mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscYan Zhao1-6/+0
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-4/+0
2024-02-20hexagon: select GENERIC_IRQ_PROBE instead of redefining itMasahiro Yamada1-6/+1
2024-02-20hexagon: select FRAME_POINTER instead of redefining itMasahiro Yamada1-3/+2
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds4-19/+19
2023-12-10hexagon: traps: add internal prototypes for functions only called from asmNathan Chancellor1-0/+4
2023-12-10hexagon: traps: remove sys_syscall()Nathan Chancellor1-7/+0
2023-12-10hexagon: irq: add prototype for arch_do_IRQ()Nathan Chancellor1-0/+3
2023-12-10hexagon: vm_events: remove unused dummy_handler()Nathan Chancellor1-7/+0
2023-12-10hexagon: vdso: include asm/elf.h for arch_setup_additional_pages() prototypeNathan Chancellor1-0/+1
2023-12-10hexagon: process: add internal prototype for do_work_pending()Nathan Chancellor1-0/+1
2023-12-10hexagon: process: include linux/cpu.h for arch_cpu_idle() prototypeNathan Chancellor1-0/+1
2023-12-10hexagon: reset: include linux/reboot.h for prototypesNathan Chancellor1-0/+1
2023-12-10hexagon: signal: switch to SYSCALL_DEFINE0 for sys_rt_sigreturn()Nathan Chancellor1-1/+1
2023-12-10hexagon: time: include asm/delay.h for prototypesNathan Chancellor1-0/+1
2023-12-10hexagon: time: mark time_init_deferred() as staticNathan Chancellor1-1/+1
2023-12-10hexagon: time: include asm/time.h for prototypesNathan Chancellor1-0/+1
2023-12-10hexagon: vm_tlb: include asm/tlbflush.h for prototypesNathan Chancellor1-0/+1
2023-12-10hexagon: vm_fault: include asm/vm_fault.h for prototypesNathan Chancellor1-0/+1
2023-12-10hexagon: vm_fault: mark do_page_fault() as staticNathan Chancellor1-1/+1
2023-12-10hexagon: smp: mark handle_ipi() and start_secondary() as staticNathan Chancellor1-2/+2
2023-12-10hexagon: mm: include asm/setup.h for setup_arch_memory()'s prototypeNathan Chancellor1-0/+1
2023-12-10hexagon: mm: mark paging_init() as staticNathan Chancellor1-1/+1
2023-12-10hexagon: uaccess: remove clear_user_hexagon()Nathan Chancellor1-8/+0
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 Huth2-8/+6
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-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-5/+0
2023-10-25hexagon: Remove unusable symbols from the ptrace.h uapiThomas Huth2-13/+25
2023-10-17vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2-5/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-1/+1
2023-08-24hexagon: implement the new page table range APIMatthew Wilcox (Oracle)2-10/+7
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap1-1/+1
2023-08-21hexagon: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+4
2023-08-18hexagon: mm: convert to GENERIC_IOREMAPBaoquan He5-51/+9
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-06-28Merge branch 'expand-stack'Linus Torvalds2-14/+5
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+3
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2-14/+5
2023-06-14Hexagon: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-3/+3
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