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
/
um
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-25
Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-23
/
+20
2024-05-22
um: virt-pci: drop owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-04-30
um: virtio_uml: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2024-04-30
um: rtc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2024-04-22
um: vector: remove unused len variable/calculation
Johannes Berg
1
-3
/
+1
2024-04-22
um: vector: fix bpfflash parameter evaluation
Johannes Berg
1
-1
/
+1
2024-04-22
um: slirp: remove set but unused variable 'pid'
Johannes Berg
1
-2
/
+1
2024-04-22
um: Add winch to winch_handlers before registering winch IRQ
Roberto Sassu
1
-6
/
+8
2024-04-22
um: Make local functions and variables static
Tiwei Bie
2
-3
/
+3
2024-04-22
um: Fix return value in ubd_init()
Duoming Zhou
1
-2
/
+2
2024-03-13
Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-4
/
+4
2024-02-28
ubd: open the backing files in ubd_add
Christoph Hellwig
1
-42
/
+16
2024-02-28
ubd: remove the queue pointer in struct ubd
Christoph Hellwig
1
-3
/
+1
2024-02-28
ubd: move set_disk_ro to ubd_add
Christoph Hellwig
1
-1
/
+1
2024-02-28
ubd: move setting the variable queue limits to ubd_add
Christoph Hellwig
1
-6
/
+7
2024-02-28
ubd: move setting the nonrot flag to ubd_add
Christoph Hellwig
1
-1
/
+1
2024-02-28
ubd: remove ubd_disk_register
Christoph Hellwig
1
-22
/
+15
2024-02-28
ubd: remove the ubd_gendisk array
Christoph Hellwig
1
-9
/
+4
2024-02-21
um: Convert strscpy() usage to 2-argument style
Kees Cook
3
-4
/
+4
2024-02-20
ubd: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-3
/
+5
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
1
-1
/
+1
2024-01-18
Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
7
-17
/
+17
2024-01-17
Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-25
/
+34
2024-01-05
um: net: Fix return type of uml_net_start_xmit()
Nathan Chancellor
1
-1
/
+1
2024-01-05
um: Reap winch thread if it fails
Benjamin Berg
2
-10
/
+19
2024-01-05
um: Do not use printk in SIGWINCH helper thread
Benjamin Berg
1
-13
/
+13
2024-01-04
um: virt-pci: fix platform map offset
Vincent Whitchurch
1
-1
/
+1
2023-12-29
ubd: use the default discard granularity
Christoph Hellwig
1
-1
/
+0
2023-12-08
tty: um: convert to u8/__u8 and size_t
Jiri Slaby (SUSE)
7
-17
/
+17
2023-09-04
Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-17
/
+10
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-3
/
+2
2023-08-26
um: virt-pci: fix missing declaration warning
Vincent Whitchurch
1
-0
/
+2
2023-08-26
um: Refactor deprecated strncpy to memcpy
Justin Stitt
1
-2
/
+2
2023-08-26
um: fix 3 instances of -Wmissing-prototypes
Nick Desaulniers
2
-1
/
+2
2023-08-26
um: port_kern: fix -Wmissing-variable-declarations
Nick Desaulniers
1
-1
/
+1
2023-08-26
uml: audio: fix -Wmissing-variable-declarations
Nick Desaulniers
1
-1
/
+1
2023-08-26
um: vector: refactor deprecated strncpy
Justin Stitt
1
-2
/
+2
2023-08-20
um: Fix hostaudio build errors
Randy Dunlap
2
-14
/
+4
2023-08-16
um: refactor deprecated strncpy to memcpy
Justin Stitt
1
-2
/
+2
2023-08-16
um: vector: refactor deprecated strncpy
Justin Stitt
1
-2
/
+2
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
2
-2
/
+2
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
2
-3
/
+2
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-14
/
+6
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-4
/
+4
2023-06-12
ubd: remove commented out code in ubd_open
Christoph Hellwig
1
-7
/
+0
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
1
-2
/
+2
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
1
-3
/
+2
2023-05-10
um: harddog: fix modular build
Johannes Berg
5
-7
/
+23
2023-03-01
Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-13
/
+155
2023-02-13
uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS}
Carlos Bilbao
1
-2
/
+0
[next]