index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-18
net/mlx5e: fix kdoc warning on eswitch.h
Moshe Shemesh
1
-1
/
+1
2025-07-18
net/mlx5: HWS, Enable IPSec hardware offload in legacy mode
Lama Kayal
1
-2
/
+1
2025-07-18
Merge tag 'amd-drm-fixes-6.16-2025-07-17' of https://gitlab.freedesktop.org/a...
Dave Airlie
5
-21
/
+26
2025-07-18
net: pcs: xpcs: mask readl() return value to 16 bits
Jack Ping CHNG
1
-2
/
+2
2025-07-18
net/mlx5: Fix an IS_ERR() vs NULL bug in esw_qos_move_node()
Dan Carpenter
1
-2
/
+3
2025-07-18
net: ethernet: mtk_wed: Fix NULL vs IS_ERR() bug in mtk_wed_get_memory_region()
Dan Carpenter
1
-1
/
+3
2025-07-18
net: airoha: Fix a NULL vs IS_ERR() bug in airoha_npu_run_firmware()
Dan Carpenter
1
-2
/
+2
2025-07-18
Merge branch 'add-shared-phy-counter-support-for-qca807x-and-qca808x'
Jakub Kicinski
4
-0
/
+146
2025-07-18
net: phy: qcom: qca807x: Support PHY counter
Luo Jie
1
-0
/
+25
2025-07-18
net: phy: qcom: qca808x: Support PHY counter
Luo Jie
1
-0
/
+23
2025-07-18
net: phy: qcom: Add PHY counter support
Luo Jie
2
-0
/
+98
2025-07-18
netdevsim: remove redundant branch
Dennis Chen
1
-4
/
+1
2025-07-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-84
/
+712
2025-07-18
perf sched timehist: decode process names of processes in zombie state
Anubhav Shelat
1
-0
/
+5
2025-07-18
Merge tag 'drm-intel-fixes-2025-07-17' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
1
-1
/
+1
2025-07-18
Merge tag 'drm-misc-fixes-2025-07-16' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
2
-7
/
+6
2025-07-18
string: Group str_has_prefix() and strstarts()
Andy Shevchenko
1
-10
/
+10
2025-07-18
fork: reorder function qualifiers for copy_clone_args_from_user
Dishank Jogi
1
-1
/
+1
2025-07-18
binfmt_elf: remove the 4k limitation of program header size
Yin Fengwei
1
-1
/
+1
2025-07-18
selftests: net: prevent Python from buffering the output
Jakub Kicinski
1
-3
/
+4
2025-07-18
Merge branch 'neighbour-convert-rtm_getneigh-to-rcu-and-make-pneigh-rtnl-free'
Jakub Kicinski
5
-210
/
+207
2025-07-18
neighbour: Update pneigh_entry in pneigh_create().
Kuniyuki Iwashima
3
-23
/
+20
2025-07-18
neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.
Kuniyuki Iwashima
2
-18
/
+22
2025-07-18
neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().
Kuniyuki Iwashima
1
-27
/
+16
2025-07-18
neighbour: Remove __pneigh_lookup().
Kuniyuki Iwashima
3
-17
/
+2
2025-07-18
neighbour: Use rcu_dereference() in pneigh_get_{first,next}().
Kuniyuki Iwashima
1
-5
/
+5
2025-07-18
neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().
Kuniyuki Iwashima
1
-8
/
+3
2025-07-18
neighbour: Convert RTM_GETNEIGH to RCU.
Kuniyuki Iwashima
1
-10
/
+15
2025-07-18
neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.
Kuniyuki Iwashima
1
-5
/
+8
2025-07-18
neighbour: Free pneigh_entry after RCU grace period.
Kuniyuki Iwashima
2
-17
/
+32
2025-07-18
neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.
Kuniyuki Iwashima
2
-23
/
+33
2025-07-18
neighbour: Split pneigh_lookup().
Kuniyuki Iwashima
5
-16
/
+36
2025-07-18
neighbour: Move neigh_find_table() to neigh_get().
Kuniyuki Iwashima
1
-17
/
+20
2025-07-18
neighbour: Allocate skb in neigh_get().
Kuniyuki Iwashima
1
-56
/
+32
2025-07-18
neighbour: Move two validations from neigh_get() to neigh_valid_get_req().
Kuniyuki Iwashima
1
-13
/
+13
2025-07-18
neighbour: Make neigh_valid_get_req() return ndmsg.
Kuniyuki Iwashima
1
-24
/
+19
2025-07-18
drm/mediatek: mtk_dpi: Reorder output formats on MT8195/88
Louis-Alexis Eyraud
1
-2
/
+2
2025-07-18
drm/mediatek: only announce AFBC if really supported
Icenowy Zheng
7
-4
/
+27
2025-07-18
drm/mediatek: Add wait_event_timeout when disabling plane
Jason-JH Lin
3
-0
/
+39
2025-07-18
Merge branch 'ethtool-rss-support-rss_set-via-netlink'
Jakub Kicinski
12
-20
/
+767
2025-07-18
selftests: drv-net: rss_api: test input-xfrm and hash fields
Jakub Kicinski
1
-0
/
+143
2025-07-18
ethtool: rss: support setting flow hashing fields
Jakub Kicinski
4
-10
/
+107
2025-07-18
ethtool: rss: support setting input-xfrm via Netlink
Jakub Kicinski
6
-8
/
+71
2025-07-18
netlink: specs: define input-xfrm enum in the spec
Jakub Kicinski
2
-3
/
+24
2025-07-18
selftests: drv-net: rss_api: test setting hashing key via Netlink
Jakub Kicinski
1
-0
/
+33
2025-07-18
ethtool: rss: support setting hkey via Netlink
Jakub Kicinski
3
-1
/
+42
2025-07-18
ethtool: rss: support setting hfunc via Netlink
Jakub Kicinski
3
-1
/
+13
2025-07-18
selftests: drv-net: rss_api: test setting indirection table via Netlink
Jakub Kicinski
1
-3
/
+93
2025-07-18
tools: ynl: support packing binary arrays of scalars
Jakub Kicinski
1
-1
/
+6
2025-07-18
selftests: drv-net: rss_api: factor out checking min queue count
Jakub Kicinski
1
-8
/
+9
[prev]
[next]