index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-21
Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+0
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+2
2024-05-03
arch: Rename fbdev header and source files
Thomas Zimmermann
1
-8
/
+0
2024-04-26
fix missing vmalloc.h includes
Kent Overstreet
1
-0
/
+2
2024-04-02
ARC: Fix typos
Bjorn Helgaas
11
-17
/
+17
2024-04-02
ARC: mm: fix new code about cache aliasing
Vineet Gupta
1
-9
/
+0
2024-04-02
ARC: Fix -Wmissing-prototypes warnings
Vineet Gupta
1
-1
/
+1
2024-03-15
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+9
2024-03-06
arch: simplify architecture specific page size configuration
Arnd Bergmann
1
-4
/
+2
2024-02-23
Introduce cpu_dcache_is_aliasing() across all architectures
Mathieu Desnoyers
1
-0
/
+9
2024-02-10
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
1
-2
/
+2
2024-01-19
Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-0
/
+1
2024-01-11
Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-10
/
+13
2023-12-14
mm: Introduce flush_cache_vmap_early()
Alexandre Ghiti
1
-0
/
+1
2023-12-14
ARC: add hugetlb definitions
Pavel Kozlov
1
-0
/
+7
2023-12-09
ARC: mm: retire support for aliasing VIPT D$
Vineet Gupta
1
-43
/
+0
2023-12-09
ARC: entry: move ARCompact specific bits out of entry.h
Vineet Gupta
2
-67
/
+54
2023-12-09
ARC: entry: SAVE_ABI_CALLEE_REG: ISA/ABI specific helper
Vineet Gupta
4
-46
/
+76
2023-12-05
ARC: mm: Make virt_to_pfn() a static inline
Linus Walleij
2
-10
/
+13
2023-11-10
kprobes: unify kprobes_exceptions_nofify() prototypes
Arnd Bergmann
1
-3
/
+0
2023-09-05
Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
16
-260
/
+245
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-21
/
+13
2023-08-25
mm: rationalise flush_icache_pages() and flush_icache_page()
Matthew Wilcox (Oracle)
1
-9
/
+0
2023-08-25
arc: implement the new page table range API
Matthew Wilcox (Oracle)
3
-9
/
+11
2023-08-18
ARC: pt_regs: create seperate type for ecr
Vineet Gupta
1
-29
/
+18
2023-08-18
ARCv2: entry: rearrange pt_regs slightly
Vineet Gupta
2
-10
/
+11
2023-08-18
ARC: entry: replace 8 byte ADD.ne with 4 byte ADD2.ne
Vineet Gupta
1
-1
/
+1
2023-08-18
ARC: entry: replace 8 byte OR with 4 byte BSET
Vineet Gupta
1
-2
/
+2
2023-08-18
ARC: entry: Add more common chores to EXCEPTION_PROLOGUE
Vineet Gupta
2
-2
/
+22
2023-08-18
arc: mm: convert to GENERIC_IOREMAP
Baoquan He
1
-4
/
+3
2023-08-18
ARC: entry: rework (non-functional)
Vineet Gupta
3
-11
/
+17
2023-08-18
ARC: __switch_to: move ksp to thread_info from thread_struct
Vineet Gupta
2
-7
/
+6
2023-08-18
ARC: __switch_to: asm with dwarf ops (vs. inline asm)
Vineet Gupta
1
-12
/
+20
2023-08-18
ARC: kernel stack: INIT_THREAD need not setup @init_stack in @ksp
Vineet Gupta
1
-3
/
+1
2023-08-18
ARC: entry: use gp to cache task pointer (vs. r25)
Vineet Gupta
5
-119
/
+48
2023-08-18
ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISA
Vineet Gupta
2
-33
/
+4
2023-08-18
ARC: boot log: eliminate struct cpuinfo_arc #3: don't export
Vineet Gupta
1
-2
/
+0
2023-08-18
ARC: boot log: eliminate struct cpuinfo_arc #2: cache
Vineet Gupta
2
-6
/
+32
2023-08-18
ARC: boot log: eliminate struct cpuinfo_arc #1: mm
Vineet Gupta
2
-7
/
+21
2023-08-17
ARC: uaccess: elide unaliged handling if hardware supports
Vineet Gupta
1
-4
/
+6
2023-08-17
ARC: uaccess: remove arc specific out-of-line handles for -Os
Vineet Gupta
1
-9
/
+2
2023-08-16
ARC: atomics: Add compiler barrier to atomic operations...
Pavel Kozlov
2
-6
/
+6
2023-08-14
ARC: -Wmissing-prototype warning fixes
Vineet Gupta
6
-0
/
+31
2023-08-11
csky: Cast argument to virt_to_pfn() to (void *)
Linus Walleij
1
-1
/
+1
2023-07-12
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
2
-2
/
+2
2023-07-01
Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-4
/
+4
2023-06-29
Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-14
/
+2
2023-06-14
ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard
Masahiro Yamada
1
-4
/
+4
2023-06-05
locking/atomic: treewide: delete arch_atomic_*() kerneldoc
Mark Rutland
1
-17
/
+0
[next]