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-15
smc: Fix various oops due to inet_sock type confusion.
Kuniyuki Iwashima
2
-4
/
+18
2025-07-15
dev: Pass netdevice_tracker to dev_get_by_flags_rcu().
Kuniyuki Iwashima
3
-12
/
+14
2025-07-15
net: phy: micrel: Add ksz9131_resume()
Biju Das
1
-1
/
+9
2025-07-15
io_uring/net: cast min_not_zero() type
Jens Axboe
1
-1
/
+1
2025-07-15
KVM: x86: Reject KVM_SET_TSC_KHZ VM ioctl when vCPUs have been created
Kai Huang
2
-4
/
+7
2025-07-15
scsi: ufs: ufs-qcom: Enable QUnipro Internal Clock Gating
Nitin Rawat
2
-0
/
+30
2025-07-15
scsi: ufs: core: Add ufshcd_dme_rmw() to modify DME attributes
Nitin Rawat
2
-0
/
+25
2025-07-15
scsi: ufs: ufs-qcom: Update esi_vec_mask for HW major version >= 6
Bao D. Nguyen
1
-2
/
+1
2025-07-15
pNFS: Fix disk addr range check in block/scsi layout
Sergey Bashirov
1
-2
/
+2
2025-07-15
pNFS: Fix stripe mapping in block/scsi layout
Sergey Bashirov
1
-2
/
+3
2025-07-15
pNFS: Handle RPC size limit for layoutcommits
Sergey Bashirov
1
-3
/
+8
2025-07-15
pNFS: Add prepare commit trace to block/scsi layout
Sergey Bashirov
3
-3
/
+38
2025-07-15
pNFS: Fix extent encoding in block/scsi layout
Sergey Bashirov
1
-6
/
+74
2025-07-15
pNFS: Fix uninited ptr deref in block/scsi layout
Sergey Bashirov
1
-5
/
+15
2025-07-15
NFS: Remove unused function nfs_umount
Dr. David Alan Gilbert
2
-69
/
+0
2025-07-15
SUNRPC: Remove unused xdr functions
Dr. David Alan Gilbert
2
-119
/
+0
2025-07-15
nfs: create a kernel keyring
Christoph Hellwig
1
-0
/
+35
2025-07-15
NFS: support the kernel keyring for TLS
Christoph Hellwig
1
-0
/
+42
2025-07-15
NFS: Allow folio migration for the case of mode == MIGRATE_SYNC
Trond Myklebust
1
-2
/
+6
2025-07-15
nfs: new tracepoint in match_stateid operation
Jeff Layton
2
-0
/
+61
2025-07-15
nfs: new tracepoint in nfs_delegation_need_return
Jeff Layton
2
-0
/
+49
2025-07-15
nfs: add a tracepoint to nfs_inode_detach_delegation_locked
Jeff Layton
2
-0
/
+3
2025-07-15
nfs: add cache_validity to the nfs_inode_event tracepoints
Jeff Layton
1
-2
/
+6
2025-07-15
NFS: remove unused pnfs_ld_data field from struct nfs_server
Anthony Iliopoulos
1
-1
/
+0
2025-07-15
NFS: remove unused time_delta field from struct nfs_server
Anthony Iliopoulos
2
-2
/
+0
2025-07-15
NFS: remove unused wpages field from struct nfs_server
Anthony Iliopoulos
2
-2
/
+0
2025-07-15
pnfs: add pnfs_ds_connect trace point
Tigran Mkrtchyan
3
-5
/
+36
2025-07-15
nfs: use lock_two_nondirectories()
NeilBrown
1
-23
/
+2
2025-07-15
NFS: Return the file btime in the statx results when appropriate
Trond Myklebust
2
-3
/
+15
2025-07-15
nfs: Add timecreate to nfs inode
Anne Marie Merritt
6
-4
/
+65
2025-07-15
Expand the type of nfs_fattr->valid
Trond Myklebust
3
-29
/
+29
2025-07-15
KVM: SVM: Flush cache only on CPUs running SEV guest
Zheyun Shen
2
-9
/
+63
2025-07-15
Merge branch 'bpf-tcp-exactly-once-socket-iteration'
Martin KaFai Lau
3
-84
/
+679
2025-07-15
selftests/bpf: Add tests for bucket resume logic in established sockets
Jordan Rife
1
-0
/
+293
2025-07-15
selftests/bpf: Create iter_tcp_destroy test program
Jordan Rife
1
-0
/
+21
2025-07-15
selftests/bpf: Create established sockets in socket iterator tests
Jordan Rife
1
-4
/
+85
2025-07-15
selftests/bpf: Make ehash buckets configurable in socket iterator tests
Jordan Rife
1
-1
/
+18
2025-07-15
jfs: stop using write_cache_pages
Christoph Hellwig
1
-3
/
+5
2025-07-15
jfs: truncate good inode pages when hard link is 0
Lizhi Xu
1
-1
/
+1
2025-07-15
jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage()
Suchit Karunakaran
1
-64
/
+78
2025-07-15
jfs: Regular file corruption check
Edward Adam Davis
1
-0
/
+3
2025-07-15
jfs: upper bound check of tree index in dbAllocAG
Arnaud Lecomte
1
-0
/
+6
2025-07-15
rust: types: require `ForeignOwnable::into_foreign` return non-null
Andreas Hindborg
1
-0
/
+1
2025-07-15
rust: types: add FOREIGN_ALIGN to ForeignOwnable
Andreas Hindborg
7
-63
/
+70
2025-07-15
rust: rbtree: simplify finding `current` in `remove_current`
Onur Özkan
1
-16
/
+7
2025-07-15
rust: helpers: sort includes alphabetically
Krishna Ketan Rai
1
-1
/
+1
2025-07-15
rust: uaccess: use newtype for user pointers
Alice Ryhl
3
-12
/
+63
2025-07-15
iommu/tegra241-cmdqv: import IOMMUFD module namespace
Arnd Bergmann
1
-0
/
+2
2025-07-15
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
6
-8
/
+13
2025-07-15
dt-bindings: gpu: mali-bifrost: Add Allwinner A523 compatible
Mikhail Kalashnikov
1
-0
/
+1
[prev]
[next]