summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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
| |/
* | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-1/+0
* | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
|/
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-7/+0
|\