summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-104-19/+19
|\
| * 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-232-8/+6
| |/
* | hexagon: traps: add internal prototypes for functions only called from asmNathan Chancellor2023-12-101-0/+4
* | hexagon: traps: remove sys_syscall()Nathan Chancellor2023-12-101-7/+0
* | hexagon: irq: add prototype for arch_do_IRQ()Nathan Chancellor2023-12-101-0/+3
* | hexagon: vm_events: remove unused dummy_handler()Nathan Chancellor2023-12-101-7/+0
* | hexagon: vdso: include asm/elf.h for arch_setup_additional_pages() prototypeNathan Chancellor2023-12-101-0/+1
* | hexagon: process: add internal prototype for do_work_pending()Nathan Chancellor2023-12-101-0/+1
* | hexagon: process: include linux/cpu.h for arch_cpu_idle() prototypeNathan Chancellor2023-12-101-0/+1
* | hexagon: reset: include linux/reboot.h for prototypesNathan Chancellor2023-12-101-0/+1
* | hexagon: signal: switch to SYSCALL_DEFINE0 for sys_rt_sigreturn()Nathan Chancellor2023-12-101-1/+1
* | hexagon: time: include asm/delay.h for prototypesNathan Chancellor2023-12-101-0/+1
* | hexagon: time: mark time_init_deferred() as staticNathan Chancellor2023-12-101-1/+1
* | hexagon: time: include asm/time.h for prototypesNathan Chancellor2023-12-101-0/+1
* | hexagon: vm_tlb: include asm/tlbflush.h for prototypesNathan Chancellor2023-12-101-0/+1
* | hexagon: vm_fault: include asm/vm_fault.h for prototypesNathan Chancellor2023-12-101-0/+1
* | hexagon: vm_fault: mark do_page_fault() as staticNathan Chancellor2023-12-101-1/+1
* | hexagon: smp: mark handle_ipi() and start_secondary() as staticNathan Chancellor2023-12-101-2/+2
* | hexagon: mm: include asm/setup.h for setup_arch_memory()'s prototypeNathan Chancellor2023-12-101-0/+1
* | hexagon: mm: mark paging_init() as staticNathan Chancellor2023-12-101-1/+1
* | hexagon: uaccess: remove clear_user_hexagon()Nathan Chancellor2023-12-101-8/+0
|/
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-032-5/+0
|\
| * vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2023-10-172-5/+0
* | 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
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-1/+1
|\ \
| * | treewide: drop CONFIG_EMBEDDEDRandy Dunlap2023-08-211-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-185-51/+9
|/
* Merge branch 'expand-stack'Linus Torvalds2023-06-282-14/+5
|\
| * mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-242-14/+5
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-3/+3
|\ \
| * | Hexagon: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-141-3/+3
| |/
* | 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
|/
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-5/+5
|\
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-5/+5
* | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
|/
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-051-1/+4
|\
| * hexagon: fix livelock in uaccessAl Viro2023-03-021-1/+4
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-7/+30
|\ \