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
2020-06-11
kcsan: Avoid inserting __tsan_func_entry/exit if possible
Marco Elver
1
-1
/
+10
2020-06-11
ubsan, kcsan: Don't combine sanitizer with kcov on clang
Arnd Bergmann
2
-0
/
+22
2020-06-11
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
59
-582
/
+4164
2020-06-11
Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
13
-97
/
+171
2020-06-11
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
5
-50
/
+74
2020-06-11
KVM: x86: do not pass poisoned hva to __kvm_set_memory_region
Paolo Bonzini
1
-6
/
+1
2020-06-11
Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-88
/
+20
2020-06-11
NFS: Fix direct WRITE throughput regression
Chuck Lever
1
-0
/
+2
2020-06-11
SUNRPC: rpc_xprt lifetime events should record xprt->state
Chuck Lever
1
-1
/
+29
2020-06-11
xprtrdma: Make xprt_rdma_slot_table_entries static
Zou Wei
1
-1
/
+1
2020-06-11
nfs: set invalid blocks after NFSv4 writes
Zheng Bin
2
-3
/
+12
2020-06-11
NFS: remove redundant initialization of variable result
Colin Ian King
1
-1
/
+1
2020-06-11
sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by ...
Xiongfeng Wang
1
-1
/
+1
2020-06-11
NFS: Add a tracepoint in nfs_set_pgio_error()
Chuck Lever
2
-0
/
+46
2020-06-11
NFS: Trace short NFS READs
Chuck Lever
2
-0
/
+49
2020-06-11
NFS: nfs_xdr_status should record the procedure name
Chuck Lever
1
-2
/
+13
2020-06-11
SUNRPC: Set SOFTCONN when destroying GSS contexts
Chuck Lever
1
-5
/
+4
2020-06-11
SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFT
Chuck Lever
2
-5
/
+4
2020-06-11
SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDS
Chuck Lever
1
-2
/
+2
2020-06-11
SUNRPC: trace RPC client lifetime events
Chuck Lever
2
-24
/
+126
2020-06-11
SUNRPC: Trace transport lifetime events
Chuck Lever
5
-23
/
+46
2020-06-11
SUNRPC: Split the xdr_buf event class
Chuck Lever
4
-52
/
+71
2020-06-11
SUNRPC: Add tracepoint to rpc_call_rpcerror()
Chuck Lever
2
-0
/
+29
2020-06-11
SUNRPC: Update the RPC_SHOW_SOCKET() macro
Chuck Lever
1
-3
/
+3
2020-06-11
SUNRPC: Update the rpc_show_task_flags() macro
Chuck Lever
1
-1
/
+7
2020-06-11
SUNRPC: Trace GSS context lifetimes
Chuck Lever
3
-8
/
+58
2020-06-11
SUNRPC: receive buffer size estimation values almost never change
Chuck Lever
4
-18
/
+69
2020-06-11
Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
41
-651
/
+1524
2020-06-11
KVM: selftests: fix sync_with_host() in smm_test
Vitaly Kuznetsov
1
-2
/
+2
2020-06-11
KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...
Vitaly Kuznetsov
6
-6
/
+12
2020-06-11
KVM: async_pf: Cleanup kvm_setup_async_pf()
Vitaly Kuznetsov
1
-13
/
+6
2020-06-11
kvm: i8254: remove redundant assignment to pointer s
Colin Ian King
1
-1
/
+0
2020-06-11
KVM: x86: respect singlestep when emulating instruction
Felipe Franciosi
1
-1
/
+1
2020-06-11
KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...
Vitaly Kuznetsov
2
-3
/
+5
2020-06-11
KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check
Vitaly Kuznetsov
6
-17
/
+30
2020-06-11
Merge branch 'kvm-basic-exit-reason' into HEAD
Paolo Bonzini
1
-2
/
+2
2020-06-11
io_uring: fix io_kiocb.flags modification race in IOPOLL mode
Xiaoguang Wang
1
-6
/
+6
2020-06-11
KVM: nVMX: Consult only the "basic" exit reason when routing nested exit
Sean Christopherson
1
-1
/
+1
2020-06-11
umem: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2020-06-11
pktcdvd: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2020-06-11
nvmet: fail outstanding host posted AEN req
Chaitanya Kulkarni
1
-7
/
+20
2020-06-11
nvme-pci: use simple suspend when a HMB is enabled
Christoph Hellwig
1
-0
/
+6
2020-06-11
nvme-fc: don't call nvme_cleanup_cmd() for AENs
Daniel Wagner
1
-2
/
+3
2020-06-11
nvmet-tcp: constify nvmet_tcp_ops
Max Gurtovoy
1
-2
/
+2
2020-06-11
nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_ops
Rikard Falkeborn
1
-4
/
+4
2020-06-11
nvme: do not call del_gendisk() on a disk that was never added
Niklas Cassel
1
-3
/
+1
2020-06-11
arm64: warn on incorrect placement of the kernel by the bootloader
Ard Biesheuvel
2
-1
/
+6
2020-06-11
Merge tag 'drm-misc-next-fixes-2020-06-11' of git://anongit.freedesktop.org/d...
Dave Airlie
5
-5
/
+8
2020-06-11
drm/ast: fix missing break in switch statement for format->cpp[0] case 4
Colin Ian King
1
-0
/
+1
2020-06-11
printk/kdb: Redirect printk messages into kdb in any context
Petr Mladek
2
-13
/
+8
[prev]
[next]