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_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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-03
fs: remove compat_sys_vmsplice
Christoph Hellwig
1
-44
/
+13
2020-10-03
fs: remove the compat readv/writev syscalls
Christoph Hellwig
1
-14
/
+0
2020-10-03
fs: remove various compat readv/writev helpers
Christoph Hellwig
1
-149
/
+30
2020-10-03
iov_iter: transparently handle compat iovecs in import_iovec
Christoph Hellwig
4
-21
/
+15
2020-10-03
genetlink: move to smaller ops wherever possible
Jakub Kicinski
1
-3
/
+3
2020-10-03
Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+18
2020-10-02
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-41
/
+31
2020-10-02
Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-10
/
+52
2020-10-02
NFSD: Map nfserr_wrongsec outside of nfsd_dispatch
Chuck Lever
2
-3
/
+1
2020-10-02
NFSD: Remove the RETURN_STATUS() macro
Chuck Lever
2
-138
/
+130
2020-10-02
NFSD: Call NFSv2 encoders on error returns
Chuck Lever
5
-122
/
+171
2020-10-02
NFSD: Fix .pc_release method for NFSv2
Chuck Lever
3
-11
/
+26
2020-10-02
NFSD: Remove vestigial typedefs
Chuck Lever
1
-3
/
+0
2020-10-02
NFSD: Refactor nfsd_dispatch() error paths
Chuck Lever
1
-25
/
+35
2020-10-02
NFSD: Clean up nfsd_dispatch() variables
Chuck Lever
1
-8
/
+7
2020-10-02
NFSD: Clean up stale comments in nfsd_dispatch()
Chuck Lever
1
-10
/
+16
2020-10-02
NFSD: Clean up switch statement in nfsd_dispatch()
Chuck Lever
1
-4
/
+4
2020-10-02
NFSD: Encoder and decoder functions are always present
Chuck Lever
9
-3
/
+25
2020-10-02
NFSACL: Replace PROC() macro with open code
Chuck Lever
2
-43
/
+78
2020-10-02
lockd: Replace PROC() macro with open code
Chuck Lever
2
-100
/
+398
2020-10-02
NFSD: Add missing NFSv2 .pc_func methods
Chuck Lever
1
-0
/
+16
2020-10-02
fs: nfs: return per memcg count for xattr shrinkers
Yang Shi
1
-2
/
+2
2020-10-02
NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADE
Benjamin Coddington
3
-34
/
+56
2020-10-02
nfs: remove incorrect fallthrough label
Nick Desaulniers
1
-1
/
+1
2020-10-02
sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output
Joe Perches
1
-0
/
+55
2020-10-02
pipe: remove pipe_wait() and fix wakeup race with splice
Linus Torvalds
2
-25
/
+45
2020-10-01
fs: dlm: fix race in nodeid2con
Alexander Aring
1
-1
/
+15
2020-10-01
pipe: Fix memory leaks in create_pipe_files()
Qian Cai
1
-6
/
+5
2020-10-01
reiserfs: Fix oops during mount
Jan Kara
1
-0
/
+7
2020-10-01
io_uring: kill callback_head argument for io_req_task_work_add()
Jens Axboe
1
-6
/
+5
2020-10-01
io_uring: move req preps out of io_issue_sqe()
Pavel Begunkov
1
-17
/
+13
2020-10-01
io_uring: decouple issuing and req preparation
Pavel Begunkov
1
-206
/
+57
2020-10-01
io_uring: remove nonblock arg from io_{rw}_prep()
Pavel Begunkov
1
-13
/
+10
2020-10-01
io_uring: set/clear IOCB_NOWAIT into io_read/write
Pavel Begunkov
1
-8
/
+9
2020-10-01
io_uring: remove F_NEED_CLEANUP check in *prep()
Pavel Begunkov
1
-16
/
+2
2020-10-01
io_uring: io_kiocb_ppos() style change
Pavel Begunkov
1
-1
/
+1
2020-10-01
io_uring: simplify io_alloc_req()
Pavel Begunkov
1
-9
/
+4
2020-10-01
io-wq: kill unused IO_WORKER_F_EXITING
Jens Axboe
1
-3
/
+2
2020-10-01
io-wq: fix use-after-free in io_wq_worker_running
Hillf Danton
1
-58
/
+58
2020-10-01
io_uring: show sqthread pid and cpu in fdinfo
Joseph Qi
1
-0
/
+6
2020-10-01
io_uring: process task work in io_uring_register()
Jens Axboe
1
-12
/
+28
2020-10-01
io_uring: add blkcg accounting to offloaded operations
Dennis Zhou
3
-0
/
+118
2020-10-01
io_uring: improve registered buffer accounting for huge pages
Jens Axboe
1
-10
/
+80
2020-10-01
io_uring: remove unneeded semicolon
Zheng Bin
1
-1
/
+1
2020-10-01
io_uring: cap SQ submit size for SQPOLL with multiple rings
Jens Axboe
1
-2
/
+9
2020-10-01
io_uring: get rid of req->io/io_async_ctx union
Jens Axboe
1
-94
/
+117
2020-10-01
io_uring: kill extra user_bufs check
Pavel Begunkov
1
-7
/
+1
2020-10-01
io_uring: fix overlapped memcpy in io_req_map_rw()
Pavel Begunkov
1
-1
/
+4
2020-10-01
io_uring: refactor io_req_map_rw()
Pavel Begunkov
1
-2
/
+1
2020-10-01
io_uring: simplify io_rw_prep_async()
Pavel Begunkov
1
-4
/
+2
[prev]
[next]