summaryrefslogtreecommitdiffstats
path: root/arch/csky/include
AgeCommit message (Expand)AuthorLines
2025-09-08csky: Add __attribute_const__ to ffs()-family implementationsKees Cook-4/+4
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm-1/+1
2025-05-11mm: call ctor/dtor for kernel PTEsKevin Brodsky-1/+1
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin-0/+13
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)-5/+0
2025-04-01mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng-5/+2
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts-1/+1
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky-1/+1
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+0
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)-0/+1
2024-11-02csky/vdso: Remove gettimeofday() and friends from VDSOThomas Weißschuh-157/+0
2024-10-28csky: Use new fallback IO memcpy/memsetJulian Vetter-11/+0
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig-3/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino-6/+2
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-2/+0
2024-07-10csky: convert to generic syscall tableArnd Bergmann-11/+10
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann-1/+0
2024-07-10csky: drop asm/gpio.h wrapperArnd Bergmann-1/+0
2024-06-25csky, hexagon: fix broken sys_sync_file_rangeArnd Bergmann-0/+1
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)-2/+0
2024-05-11csky: Emulate one-byte cmpxchgPaul E. McKenney-0/+10
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+9
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+1
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann-1/+1
2024-03-05mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscYan Zhao-5/+0
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers-0/+9
2024-02-20csky/vdso: Remove superfluous ifdefferyAnna-Maria Behnsen-5/+0
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds-2/+2
2023-11-23csky: fix arch_jump_label_transform_static overrideArnd Bergmann-0/+5
2023-11-23arch: add do_page_fault prototypesArnd Bergmann-0/+2
2023-11-23arch: add missing prepare_ftrace_return() prototypesArnd Bergmann-0/+4
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann-2/+0
2023-11-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann-1/+1
2023-09-01Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linuxLinus Torvalds-0/+2
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2023-08-30csky: Fixup compile errorGuo Ren-0/+2
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+7
2023-08-24csky: implement the new page table range APIMatthew Wilcox (Oracle)-3/+5
2023-08-21csky: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)-2/+2
2023-08-10csky: Fixup -Wmissing-prototypes warningGuo Ren-0/+19
2023-08-10csky: Make pfn accessors static inlinesLinus Walleij-3/+10
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-1/+1
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-35/+0
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland-35/+0
2023-05-15csky/smp: Switch to hotplug core state synchronizationThomas Gleixner-1/+1
2023-03-12csky: Remove kernel_thread declarationMike Christie-2/+0
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)-1/+0
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-1/+0