aboutsummaryrefslogtreecommitdiff
path: root/arch/hexagon
AgeCommit message (Expand)AuthorFilesLines
2024-03-26hexagon: vmlinux.lds.S: handle attributes sectionGravatar Nathan Chancellor 1-0/+1
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-9/+3
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-31/+5
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsGravatar Arnd Bergmann 2-25/+5
2024-03-05mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscGravatar Yan Zhao 1-6/+0
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Gravatar Thomas Gleixner 1-4/+0
2024-02-20hexagon: select GENERIC_IRQ_PROBE instead of redefining itGravatar Masahiro Yamada 1-6/+1
2024-02-20hexagon: select FRAME_POINTER instead of redefining itGravatar Masahiro Yamada 1-3/+2
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-19/+19
2023-12-10hexagon: traps: add internal prototypes for functions only called from asmGravatar Nathan Chancellor 1-0/+4
2023-12-10hexagon: traps: remove sys_syscall()Gravatar Nathan Chancellor 1-7/+0
2023-12-10hexagon: irq: add prototype for arch_do_IRQ()Gravatar Nathan Chancellor 1-0/+3
2023-12-10hexagon: vm_events: remove unused dummy_handler()Gravatar Nathan Chancellor 1-7/+0
2023-12-10hexagon: vdso: include asm/elf.h for arch_setup_additional_pages() prototypeGravatar Nathan Chancellor 1-0/+1
2023-12-10hexagon: process: add internal prototype for do_work_pending()Gravatar Nathan Chancellor 1-0/+1
2023-12-10hexagon: process: include linux/cpu.h for arch_cpu_idle() prototypeGravatar Nathan Chancellor 1-0/+1
2023-12-10hexagon: reset: include linux/reboot.h for prototypesGravatar Nathan Chancellor 1-0/+1
2023-12-10hexagon: signal: switch to SYSCALL_DEFINE0 for sys_rt_sigreturn()Gravatar Nathan Chancellor 1-1/+1
2023-12-10hexagon: time: include asm/delay.h for prototypesGravatar Nathan Chancellor 1-0/+1
2023-12-10hexagon: time: mark time_init_deferred() as staticGravatar Nathan Chancellor 1-1/+1
2023-12-10hexagon: time: include asm/time.h for prototypesGravatar Nathan Chancellor 1-0/+1
2023-12-10hexagon: vm_tlb: include asm/tlbflush.h for prototypesGravatar Nathan Chancellor 1-0/+1
2023-12-10hexagon: vm_fault: include asm/vm_fault.h for prototypesGravatar Nathan Chancellor 1-0/+1
2023-12-10hexagon: vm_fault: mark do_page_fault() as staticGravatar Nathan Chancellor 1-1/+1
2023-12-10hexagon: smp: mark handle_ipi() and start_secondary() as staticGravatar Nathan Chancellor 1-2/+2
2023-12-10hexagon: mm: include asm/setup.h for setup_arch_memory()'s prototypeGravatar Nathan Chancellor 1-0/+1
2023-12-10hexagon: mm: mark paging_init() as staticGravatar Nathan Chancellor 1-1/+1
2023-12-10hexagon: uaccess: remove clear_user_hexagon()Gravatar Nathan Chancellor 1-8/+0
2023-12-05Hexagon: Make pfn accessors statics inlinesGravatar Linus Walleij 1-2/+13
2023-11-23Merge branch 'asm-generic-io.h-cleanup' into asm-genericGravatar Arnd Bergmann 1-9/+0
2023-11-23hexagon: Remove CONFIG_HEXAGON_ARCH_VERSION from uapi headerGravatar Thomas Huth 2-8/+6
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Gravatar Kefeng Wang 1-6/+0
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesGravatar Baoquan He 1-3/+0
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-5/+0
2023-10-25hexagon: Remove unusable symbols from the ptrace.h uapiGravatar Thomas Huth 2-13/+25
2023-10-17vgacon, arch/*: remove unused screen_info definitionsGravatar Arnd Bergmann 2-5/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2023-08-24hexagon: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 2-10/+7
2023-08-21treewide: drop CONFIG_EMBEDDEDGravatar Randy Dunlap 1-1/+1
2023-08-21hexagon: convert __pte_free_tlb() to use ptdescsGravatar Vishal Moola (Oracle) 1-4/+4
2023-08-18hexagon: mm: convert to GENERIC_IOREMAPGravatar Baoquan He 5-51/+9
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Gravatar Rick Edgecombe 1-1/+1
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 2-14/+5
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Gravatar Linus Torvalds 2-14/+5
2023-06-14Hexagon: Replace all non-returning strlcpy with strscpyGravatar Azeem Shaikh 1-3/+3
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocGravatar Mark Rutland 1-16/+0
2023-06-05locking/atomic: hexagon: add preprocessor symbolsGravatar Mark Rutland 1-0/+9