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
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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-18
net: wan: Delete the DLCI / SDLA drivers
Xie He
4
-572
/
+0
2020-11-17
net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handling
Randy Dunlap
1
-2
/
+2
2020-11-16
tcp: factor out __tcp_close() helper
Paolo Abeni
1
-0
/
+1
2020-11-16
tcp: factor out tcp_build_frag()
Paolo Abeni
1
-0
/
+3
2020-11-16
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
3
-4
/
+4
2020-11-16
Modify return value of nla_strlcpy to match that of strscpy.
Francis Laniel
2
-2
/
+2
2020-11-15
tcp: avoid indirect call to tcp_stream_memory_free()
Eric Dumazet
1
-2
/
+6
2020-11-15
tcp: uninline tcp_stream_memory_free()
Eric Dumazet
1
-12
/
+1
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
9
-2
/
+139
2020-11-14
net: page_pool: Add bulk support for ptr_ring
Lorenzo Bianconi
1
-0
/
+26
2020-11-14
net: xdp: Introduce bulking for xdp tx return path
Lorenzo Bianconi
1
-1
/
+16
2020-11-13
Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...
Jakub Kicinski
5
-9
/
+61
2020-11-13
bpf: Augment the set of sleepable LSM hooks
KP Singh
1
-0
/
+7
2020-11-13
bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP
Martin KaFai Lau
1
-0
/
+2
2020-11-13
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-45
/
+60
2020-11-13
bpf: Support for pointers beyond pkt_end.
Alexei Starovoitov
1
-1
/
+1
2020-11-13
net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 alias
Heiner Kallweit
1
-2
/
+0
2020-11-13
usbnet: switch to core handling of rx/tx byte/packet counters
Heiner Kallweit
1
-4
/
+2
2020-11-13
Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-18
/
+12
2020-11-12
Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-2
/
+16
2020-11-12
net: evaluate net.ipv4.conf.all.proxy_arp_pvlan
Vincent Bernat
1
-1
/
+1
2020-11-12
net: evaluate net.ipvX.conf.all.ignore_routes_with_linkdown
Vincent Bernat
1
-1
/
+1
2020-11-12
Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-7
/
+3
2020-11-11
nl80211: fix kernel-doc warning in the new SAE attribute
Johannes Berg
1
-8
/
+15
2020-11-11
cfg80211: remove WDS code
Johannes Berg
2
-6
/
+2
2020-11-11
inet: udp{4|6}_lib_lookup_skb() skb argument is const
Eric Dumazet
1
-3
/
+3
2020-11-11
inet: constify inet_sdif() argument
Eric Dumazet
1
-1
/
+1
2020-11-11
bpf: Load and verify kernel module BTFs
Andrii Nakryiko
2
-0
/
+6
2020-11-11
bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
Andrii Nakryiko
1
-0
/
+3
2020-11-10
cpufreq: Add strict_target to struct cpufreq_policy
Rafael J. Wysocki
1
-0
/
+6
2020-11-10
cpufreq: Introduce CPUFREQ_GOV_STRICT_TARGET
Rafael J. Wysocki
1
-0
/
+3
2020-11-10
cpufreq: Introduce governor flags
Rafael J. Wysocki
1
-2
/
+7
2020-11-10
net: remove ip_tunnel_get_stats64
Heiner Kallweit
1
-2
/
+0
2020-11-10
net: core: add dev_get_tstats64 as a ndo_get_stats64 implementation
Heiner Kallweit
1
-0
/
+1
2020-11-10
net/packet: make packet_fanout.arr size configurable up to 64K
Tanner Love
1
-0
/
+12
2020-11-10
net: udp: introduce UDP_MIB_MEMERRORS for udp_mem
Menglong Dong
1
-0
/
+1
2020-11-09
Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-4
/
+4
2020-11-09
Merge tag 'ext4_for_linus_cleanups' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-12
/
+21
2020-11-08
Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2020-11-08
Merge branch 'hch' (patches from Christoph)
Linus Torvalds
1
-0
/
+1
2020-11-08
Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2020-11-07
net: sched: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-0
/
+5
2020-11-07
ext4: disable fast commit with data journalling
Harshad Shirwadkar
1
-2
/
+4
2020-11-07
jbd2: don't pass tid to jbd2_fc_end_commit_fallback()
Harshad Shirwadkar
1
-1
/
+1
2020-11-07
jbd2: don't use state lock during commit path
Harshad Shirwadkar
1
-4
/
+6
2020-11-07
ext4: clean up the JBD2 API that initializes fast commits
Harshad Shirwadkar
1
-1
/
+1
2020-11-07
jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs
Harshad Shirwadkar
1
-2
/
+7
2020-11-07
ext4: mark fc ineligible if inode gets evictied due to mem pressure
Harshad Shirwadkar
1
-3
/
+3
2020-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
4
-18
/
+12
2020-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
43
-1945
/
+223
[next]