aboutsummaryrefslogtreecommitdiff
path: root/arch/csky
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-6/+6
5 daysMerge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-9/+3
6 daysMerge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 1-0/+3
8 dayskprobe/ftrace: bail out if ftrace was killedGravatar Stephen Brennan 1-0/+3
9 daysMakefile: remove redundant tool coverage variablesGravatar Masahiro Yamada 1-4/+0
12 dayscsky: Emulate one-byte cmpxchgGravatar Paul E. McKenney 2-0/+11
14 dayskbuild: use $(src) instead of $(srctree)/$(src) for source directoryGravatar Masahiro Yamada 2-4/+2
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsGravatar Masahiro Yamada 1-1/+1
2024-04-25csky: use initializer for struct vm_unmapped_area_infoGravatar Rick Edgecombe 1-6/+6
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-0/+10
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-6/+2
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+0
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesGravatar Arnd Bergmann 2-1/+2
2024-03-05mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscGravatar Yan Zhao 1-5/+0
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Gravatar Thomas Gleixner 1-4/+0
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesGravatar Mathieu Desnoyers 2-0/+10
2024-02-20csky/vdso: Use generic union vdso_data_storeGravatar Anna-Maria Behnsen 1-8/+2
2024-02-20csky/vdso: Remove superfluous ifdefferyGravatar Anna-Maria Behnsen 2-9/+0
2024-02-09work around gcc bugs with 'asm goto' with outputsGravatar Linus Torvalds 1-2/+2
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-1/+2
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 2-0/+2
2023-12-24netfs, fscache: Combine fscache with netfsGravatar David Howells 1-1/+2
2023-12-14mm: Introduce flush_cache_vmap_early()Gravatar Alexandre Ghiti 2-0/+2
2023-11-23csky: fix arch_jump_label_transform_static overrideGravatar Arnd Bergmann 1-0/+5
2023-11-23arch: add do_page_fault prototypesGravatar Arnd Bergmann 1-0/+2
2023-11-23arch: add missing prepare_ftrace_return() prototypesGravatar Arnd Bergmann 1-0/+4
2023-11-23arch: vdso: consolidate gettime prototypesGravatar Arnd Bergmann 1-10/+1
2023-11-23arch: include linux/cpu.h for trap_init() prototypeGravatar Arnd Bergmann 2-2/+1
2023-11-23arch: consolidate arch_irq_work_raise prototypesGravatar Arnd Bergmann 1-1/+1
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-10/+0
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-12/+0
2023-10-18csky: remove unused cmd_vdso_installGravatar Masahiro Yamada 1-10/+0
2023-10-17vgacon, arch/*: remove unused screen_info definitionsGravatar Arnd Bergmann 1-12/+0
2023-10-10c-sky: Remove now superfluous sentinel element from ctl_talbe arrayGravatar Joel Granados 1-1/+0
2023-09-01Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linuxGravatar Linus Torvalds 1-0/+2
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-30csky: Fixup compile errorGravatar Guo Ren 1-0/+2
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 6-36/+53
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Gravatar Matthew Wilcox (Oracle) 2-2/+0
2023-08-24csky: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 5-34/+50
2023-08-21csky: convert __pte_free_tlb() to use ptdescsGravatar Vishal Moola (Oracle) 1-2/+2
2023-08-10csky: Fixup -Wmissing-prototypes warningGravatar Guo Ren 4-0/+30
2023-08-10csky: Make pfn accessors static inlinesGravatar Linus Walleij 1-3/+10
2023-08-10csky: pgtable: Invalidate stale I-cache lines in update_mmu_cacheGravatar Guo Ren 1-3/+1
2023-07-29csky: fix old style declaration in module.cGravatar Arnd Bergmann 1-1/+1
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Gravatar Rick Edgecombe 1-1/+1
2023-07-01Merge tag 'csky-for-linus-6.5' of https://github.com/c-sky/csky-linuxGravatar Linus Torvalds 1-0/+3
2023-06-29csky: fix up lock_mm_and_find_vma() conversionGravatar Linus Torvalds 1-1/+1
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 2-17/+6
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-35/+0