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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-19
svcrdma: Change DMA mapping logic to avoid the page_address kernel API
Tom Tucker
3
-38
/
+78
2010-10-12
nfsd4: expire clients more promptly
J. Bruce Fields
1
-1
/
+1
2010-10-12
sunrpc: Use helper to set v4 mapped addr in ip_map_parse
Pavel Emelyanov
1
-3
/
+2
2010-10-12
sunrpc/cache: centralise handling of size limit on deferred list.
NeilBrown
1
-24
/
+43
2010-10-12
sunrpc: Simplify cache_defer_req and related functions.
NeilBrown
1
-36
/
+22
2010-10-03
nfsd4: return expired on unfound stateid's
J. Bruce Fields
1
-2
/
+9
2010-10-02
nfsd4: add new connections to session
J. Bruce Fields
1
-2
/
+47
2010-10-02
nfsd4: refactor connection allocation
J. Bruce Fields
1
-6
/
+26
2010-10-02
nfsd4: use callbacks on svc_xprt_deletion
J. Bruce Fields
2
-9
/
+45
2010-10-02
nfsd: provide callbacks on svc_xprt deletion
J. Bruce Fields
2
-0
/
+40
2010-10-02
nfsd4: keep per-session list of connections
J. Bruce Fields
3
-15
/
+65
2010-10-02
nfsd4: clean up session allocation
J. Bruce Fields
1
-122
/
+89
2010-10-02
nfsd4: fix alloc_init_session return type
J. Bruce Fields
1
-3
/
+1
2010-10-02
nfsd4: fix alloc_init_session BUILD_BUG_ON()
J. Bruce Fields
1
-1
/
+1
2010-10-02
nfsd4: Move callback setup to callback queue
J. Bruce Fields
3
-27
/
+63
2010-10-02
nfsd4: remove separate cb_args struct
J. Bruce Fields
2
-30
/
+25
2010-10-02
nfsd4: use generic callback code in null case
J. Bruce Fields
3
-15
/
+20
2010-10-02
nfsd4: generic callback code
J. Bruce Fields
2
-39
/
+33
2010-10-02
nfsd4: rename nfs4_rpc_args->nfsd4_cb_args
J. Bruce Fields
2
-9
/
+9
2010-10-02
nfsd4: combine nfs4_rpc_args and nfsd4_cb_sequence
J. Bruce Fields
2
-23
/
+18
2010-10-02
nfsd4: minor variable renaming (cb -> conn)
J. Bruce Fields
2
-22
/
+22
2010-10-02
nfsd4: remove spkm3
J. Bruce Fields
7
-906
/
+0
2010-10-02
sunrpc: fix race in new cache_wait code.
NeilBrown
1
-3
/
+2
2010-10-02
sunrpc: Create sockets in net namespaces
Pavel Emelyanov
2
-5
/
+5
2010-10-02
net: Export __sock_create
Pavel Emelyanov
2
-1
/
+4
2010-10-02
sunrpc: Tag rpc_xprt with net
Pavel Emelyanov
4
-4
/
+7
2010-10-02
sunrpc: Add net to xprt_create
Pavel Emelyanov
2
-0
/
+2
2010-10-02
sunrpc: Add net to rpc_create_args
Pavel Emelyanov
7
-0
/
+9
2010-10-02
sunrpc: Pull net argument downto svc_create_socket
Pavel Emelyanov
4
-5
/
+13
2010-10-02
sunrpc: Add net argument to svc_create_xprt
Pavel Emelyanov
6
-11
/
+12
2010-10-02
sunrpc: Factor out rpc_xprt freeing
Pavel Emelyanov
4
-13
/
+14
2010-10-02
sunrpc: Factor out rpc_xprt allocation
Pavel Emelyanov
4
-23
/
+28
2010-10-02
nfsd4: adjust buflen for encoded attrs bitmap based on actual bitmap length
Benny Halevy
1
-6
/
+12
2010-09-29
sunrpc: fix up rpcauth_remove_module section mismatch
Stephen Rothwell
3
-4
/
+4
2010-09-27
sunrpc: Make the ip_map_cache be per-net
Pavel Emelyanov
3
-31
/
+108
2010-09-27
sunrpc: Make the /proc/net/rpc appear in net namespaces
Pavel Emelyanov
5
-35
/
+59
2010-09-27
sunrpc: The per-net skeleton
Pavel Emelyanov
2
-1
/
+42
2010-09-27
sunrpc: Tag svc_xprt with net
Pavel Emelyanov
2
-0
/
+4
2010-09-27
sunrpc: Add routines that allow registering per-net caches
Pavel Emelyanov
2
-8
/
+21
2010-09-27
sunrpc: Add net to pure API calls
Pavel Emelyanov
4
-13
/
+15
2010-09-27
sunrpc: Pass xprt to cached get/put routines
Pavel Emelyanov
1
-7
/
+5
2010-09-27
sunrpc: Make xprt auth cache release work with the xprt
Pavel Emelyanov
3
-7
/
+10
2010-09-27
sunrpc: Pass the ip_map_parse's cd to lower calls
Pavel Emelyanov
1
-10
/
+21
2010-09-26
nfsd: fix /proc/net/rpc/nfsd.export/content display
J. Bruce Fields
1
-11
/
+29
2010-09-23
nfsd: Export get_task_comm for nfsd
Pavel Emelyanov
1
-3
/
+1
2010-09-22
nfsd: allow deprecated interface to be compiled out.
NeilBrown
5
-8
/
+43
2010-09-22
nfsd: formally deprecate legacy nfsd syscall interface
NeilBrown
2
-0
/
+20
2010-09-22
sunrpc/cache: fix recent breakage of cache_clean_deferred
NeilBrown
1
-1
/
+3
2010-09-22
lockd: Mostly remove BKL from the server
Bryan Schumaker
3
-14
/
+21
2010-09-22
sunrpc/cache: don't use custom hex_to_bin() converter
Andy Shevchenko
1
-7
/
+13
[next]