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
/
openrisc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-10
openrisc: convert to generic syscall table
Arnd Bergmann
7
-19
/
+23
2024-07-10
clone3: drop __ARCH_WANT_SYS_CLONE3 macro
Arnd Bergmann
1
-1
/
+0
2024-04-15
openrisc: Move FPU state out of pt_regs
Stafford Horne
8
-32
/
+76
2024-04-15
openrisc: Add FPU config
Stafford Horne
3
-1
/
+17
2024-04-15
openrisc: traps: Don't send signals to kernel mode threads
Stafford Horne
1
-19
/
+29
2024-04-15
openrisc: traps: Remove calls to show_registers before die
Stafford Horne
1
-3
/
+0
2024-04-15
openrisc: traps: Convert printks to pr_<level> macros
Stafford Horne
1
-44
/
+44
2024-04-15
openrisc: Add support for more module relocations
Stafford Horne
1
-0
/
+10
2024-04-15
openrisc: Define openrisc relocation types
Stafford Horne
2
-13
/
+70
2024-04-15
openrisc: Use do_kernel_power_off()
Stafford Horne
1
-5
/
+3
2024-03-15
Merge tag 'for-linus' of https://github.com/openrisc/linux
Linus Torvalds
2
-33
/
+4
2024-03-12
Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-6
/
+2
2024-03-10
openrisc: Use asm-generic's version of fix_to_virt() & virt_to_fix()
Dawei Li
1
-30
/
+1
2024-03-10
openrisc: Call setup_memory() earlier in the init sequence
Oreoluwa Babatunde
1
-3
/
+3
2024-03-06
arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Arnd Bergmann
2
-1
/
+2
2024-03-05
mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc
Yan Zhao
1
-5
/
+0
2024-03-04
smp: Consolidate smp_prepare_boot_cpu()
Thomas Gleixner
1
-4
/
+0
2023-09-05
Merge tag 'for-linus' of https://github.com/openrisc/linux
Linus Torvalds
13
-93
/
+51
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2023-08-30
Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2023-08-25
openrisc: implement the new page table range API
Matthew Wilcox (Oracle)
3
-10
/
+25
2023-08-21
treewide: drop CONFIG_EMBEDDED
Randy Dunlap
1
-1
/
+1
2023-08-21
openrisc: convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
1
-4
/
+4
2023-08-21
openrisc: Remove kernel-doc marker from ioremap comment
Stafford Horne
1
-1
/
+1
2023-08-21
openrisc: Remove unused tlb_init function
Stafford Horne
2
-11
/
+0
2023-08-21
openriac: Remove unused nommu_dump_state function
Stafford Horne
1
-75
/
+0
2023-08-21
openrisc: Include cpu.h and switch_to.h for prototypes
Stafford Horne
1
-0
/
+2
2023-08-21
openrisc: Add prototype for die to bug.h
Stafford Horne
3
-2
/
+13
2023-08-21
openrisc: Add prototype for show_registers to processor.h
Stafford Horne
3
-2
/
+2
2023-08-21
openrisc: Declare do_signal function as static
Stafford Horne
1
-1
/
+1
2023-08-21
openrisc: Add missing prototypes for assembly called fnctions
Stafford Horne
6
-0
/
+24
2023-08-18
openrisc: mm: convert to GENERIC_IOREMAP
Baoquan He
3
-54
/
+7
2023-08-18
openrisc: mm: remove unneeded early ioremap code
Baoquan He
1
-38
/
+5
2023-08-11
openrisc: Make pfn accessors statics inlines
Linus Walleij
1
-2
/
+9
2023-07-13
Merge tag 'for-linus' of https://github.com/openrisc/linux
Linus Torvalds
2
-4
/
+6
2023-07-12
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
1
-1
/
+1
2023-07-11
openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABI
Stafford Horne
2
-4
/
+6
2023-06-29
Merge branch 'expand-stack'
Linus Torvalds
1
-2
/
+3
2023-06-27
mm: always expand the stack with the mmap write lock held
Linus Torvalds
1
-2
/
+3
2023-06-05
locking/atomic: make atomic*_{cmp,}xchg optional
Mark Rutland
1
-3
/
+0
2023-05-05
Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+5
2023-05-01
Merge tag 'for-linus' of https://github.com/openrisc/linux
Linus Torvalds
10
-31
/
+101
2023-04-29
locking/arch: Rename all internal __xchg() names to __arch_xchg()
Andrzej Hajda
1
-5
/
+5
2023-04-26
openrisc: Add floating point regset
Stafford Horne
1
-0
/
+37
2023-04-26
openrisc: Support floating point user api
Stafford Horne
7
-6
/
+41
2023-04-26
openrisc: Support storing and restoring fpu state
Stafford Horne
3
-4
/
+19
2023-04-26
openrisc: Properly store r31 to pt_regs on unhandled exceptions
Stafford Horne
1
-4
/
+2
2023-04-01
openrisc: Use common of_get_cpu_node() instead of open-coding
Rob Herring
1
-17
/
+2
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
1
-1
/
+1
2023-03-05
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+4
[next]