summaryrefslogtreecommitdiffstats
path: root/arch/csky
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-142-0/+10
|\
| * Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-222-0/+10
* | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-122-6/+2
|\ \
| * | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-062-1/+2
| * | mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscYan Zhao2024-03-051-5/+0
| |/
* | Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-111-4/+0
|\ \
| * | smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-4/+0
| |/
* | csky/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2024-02-201-8/+2
* | csky/vdso: Remove superfluous ifdefferyAnna-Maria Behnsen2024-02-202-9/+0
|/
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-2/+2
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-1/+2
|\
| * netfs, fscache: Combine fscache with netfsDavid Howells2023-12-241-1/+2
* | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-182-0/+2
|\ \
| * | mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-142-0/+2
| |/
* | csky: fix arch_jump_label_transform_static overrideArnd Bergmann2023-11-231-0/+5
* | arch: add do_page_fault prototypesArnd Bergmann2023-11-231-0/+2
* | arch: add missing prepare_ftrace_return() prototypesArnd Bergmann2023-11-231-0/+4
* | arch: vdso: consolidate gettime prototypesArnd Bergmann2023-11-231-10/+1
* | arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann2023-11-232-2/+1
* | arch: consolidate arch_irq_work_raise prototypesArnd Bergmann2023-11-231-1/+1
|/
* Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-041-10/+0
|\
| * csky: remove unused cmd_vdso_installMasahiro Yamada2023-10-181-10/+0
* | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-12/+0
|\ \
| * | vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2023-10-171-12/+0
| |/
* / c-sky: Remove now superfluous sentinel element from ctl_talbe arrayJoel Granados2023-10-101-1/+0
|/
* Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linuxLinus Torvalds2023-09-011-0/+2
|\
| * csky: Fixup compile errorGuo Ren2023-08-301-0/+2
* | 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-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-296-36/+53
|\ \ \ | |_|/ |/| |
| * | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-242-2/+0
| * | csky: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-245-34/+50
| * | csky: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-2/+2
| |/
* | csky: Fixup -Wmissing-prototypes warningGuo Ren2023-08-104-0/+30
* | csky: Make pfn accessors static inlinesLinus Walleij2023-08-101-3/+10
* | csky: pgtable: Invalidate stale I-cache lines in update_mmu_cacheGuo Ren2023-08-101-3/+1
* | csky: fix old style declaration in module.cArnd Bergmann2023-07-291-1/+1
|/
* Merge tag 'csky-for-linus-6.5' of https://github.com/c-sky/csky-linuxLinus Torvalds2023-07-011-0/+3
|\
| * csky: uprobes: Restore thread.trap_noTiezhu Yang2023-06-181-0/+3
* | csky: fix up lock_mm_and_find_vma() conversionLinus Torvalds2023-06-291-1/+1
* | Merge branch 'expand-stack'Linus Torvalds2023-06-282-17/+6
|\ \
| * | mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-242-17/+6
| |/
* | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-35/+0
|\ \
| * | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-35/+0
| |/
* / csky/smp: Switch to hotplug core state synchronizationThomas Gleixner2023-05-153-7/+4
|/
* Merge tag 'csky-for-linus-6.4' of https://github.com/c-sky/csky-linuxLinus Torvalds2023-05-043-5/+6
|\
| * csky: mmu: Prevent spurious page faultsGuo Ren2023-04-132-0/+6
| * csky: remove obsolete config CPU_TLB_SIZELukas Bulwahn2023-04-051-5/+0
* | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-1/+1
|\ \
| * | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
| |/