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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-24
m68k: Remove set_fs()
Christoph Hellwig
22
-117
/
+46
2021-09-24
m68k: Provide __{get,put}_kernel_nofault
Christoph Hellwig
1
-21
/
+84
2021-09-24
m68k: Factor the 8-byte lowlevel {get,put}_user code into helpers
Christoph Hellwig
1
-51
/
+60
2021-09-24
m68k: Use BUILD_BUG for passing invalid sizes to get_user/put_user
Christoph Hellwig
1
-7
/
+2
2021-09-24
m68k: Remove the 030 case in virt_to_phys_slow
Christoph Hellwig
1
-18
/
+1
2021-09-24
m68k: Document that access_ok is broken for !CONFIG_CPU_HAS_ADDRESS_SPACES
Christoph Hellwig
1
-0
/
+4
2021-09-24
m68k: Leave stack mangling to asm wrapper of sigreturn()
Al Viro
5
-105
/
+71
2021-09-24
m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signal
Al Viro
1
-0
/
+2
2021-09-24
m68k: Handle arrivals of multiple signals correctly
Al Viro
1
-46
/
+42
2021-09-13
m68k: mvme: Remove overdue #warnings in RTC handling
Geert Uytterhoeven
2
-2
/
+6
2021-09-13
m68k: Double cast io functions to unsigned long
Guenter Roeck
1
-10
/
+10
2021-09-12
Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-20
/
+8
2021-09-12
Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-14
/
+20
2021-09-11
riscv: Move EXCEPTION_TABLE to RO_DATA segment
Jisheng Zhang
2
-3
/
+2
2021-09-11
riscv: Enable BUILDTIME_TABLE_SORT
Jisheng Zhang
1
-0
/
+1
2021-09-11
riscv: dts: microchip: mpfs-icicle: Fix serial console
Geert Uytterhoeven
1
-1
/
+5
2021-09-11
riscv: move the (z)install rules to arch/riscv/Makefile
Masahiro Yamada
2
-10
/
+5
2021-09-11
riscv: Improve stack randomisation on RV64
Kefeng Wang
1
-0
/
+3
2021-09-11
riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1
Heinrich Schuchardt
1
-0
/
+2
2021-09-11
riscv: defconfig: enable BLK_DEV_NVME
Heinrich Schuchardt
1
-0
/
+2
2021-09-11
Merge branch 'linus' into smp/urgent
Thomas Gleixner
1236
-21958
/
+38511
2021-09-10
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+21
2021-09-10
Merge tag 'for-5.15/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-170
/
+93
2021-09-10
arm64: kdump: Skip kmemleak scan reserved memory for kdump
Chen Wandun
1
-0
/
+6
2021-09-09
parisc: Implement __get/put_kernel_nofault()
Helge Deller
6
-86
/
+62
2021-09-09
Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-33
/
+111
2021-09-09
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
23
-291
/
+270
2021-09-09
Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
17
-49
/
+63
2021-09-09
arm64: mm: limit linear region to 51 bits for KVM in nVHE mode
Ard Biesheuvel
1
-1
/
+15
2021-09-09
parisc: Mark sched_clock unstable only if clocks are not syncronized
Helge Deller
2
-6
/
+3
2021-09-09
parisc: Reduce sigreturn trampoline to 3 instructions
Helge Deller
3
-9
/
+8
2021-09-09
parisc: Check user signal stack trampoline is inside TASK_SIZE
Helge Deller
1
-7
/
+10
2021-09-09
parisc: Drop useless debug info and comments from signal.c
Helge Deller
1
-15
/
+0
2021-09-09
parisc: Drop strnlen_user() in favour of generic version
Helge Deller
4
-38
/
+1
2021-09-09
parisc: Add missing FORCE prerequisite in Makefile
Helge Deller
1
-9
/
+9
2021-09-09
Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)
Linus Torvalds
31
-338
/
+49
2021-09-09
nds32/setup: remove unused memblock_region variable in setup_memory()
Mike Rapoport
1
-1
/
+0
2021-09-09
Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2
-2
/
+0
2021-09-09
Merge tag 'microblaze-v5.15' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2
-5
/
+4
2021-09-09
arch: remove compat_alloc_user_space
Arnd Bergmann
21
-300
/
+12
2021-09-09
compat: remove some compat entry points
Arnd Bergmann
9
-37
/
+37
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
32
-87
/
+23
2021-09-08
configs: remove the obsolete CONFIG_INPUT_POLLDEV
Zenghui Yu
9
-9
/
+0
2021-09-08
trap: cleanup trap_init()
Kefeng Wang
11
-51
/
+0
2021-09-08
arch: Kconfig: fix spelling mistake "seperate" -> "separate"
Colin Ian King
1
-1
/
+1
2021-09-08
alpha: pci-sysfs: fix all kernel-doc warnings
Randy Dunlap
1
-4
/
+8
2021-09-08
alpha: agp: make empty macros use do-while-0 style
Randy Dunlap
1
-2
/
+2
2021-09-08
riscv: only select GENERIC_IOREMAP if MMU support is enabled
Christoph Hellwig
1
-1
/
+1
2021-09-08
mm/memory_hotplug: remove nid parameter from remove_memory() and friends
David Hildenbrand
1
-5
/
+4
2021-09-08
mm/memory_hotplug: remove nid parameter from arch_remove_memory()
David Hildenbrand
7
-14
/
+7
[next]