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-12-03
Merge branch 'libbpf: add support for privileged/unprivileged control separat...
Alexei Starovoitov
7
-15
/
+427
2020-12-03
samples/bpf: Sample application for eBPF load and socket creation split
Mariusz Dudek
4
-6
/
+337
2020-12-03
libbpf: Separate XDP program load with xsk socket creation
Mariusz Dudek
3
-9
/
+90
2020-12-03
tools/resolve_btfids: Fix some error messages
Brendan Jackman
1
-3
/
+3
2020-12-03
selftests/bpf: Copy file using read/write in local storage test
Stanislav Fomichev
1
-10
/
+18
2020-12-03
Merge branch 'bpftool: improve split BTF support'
Alexei Starovoitov
4
-4
/
+30
2020-12-03
tools/bpftool: Auto-detect split BTFs in common cases
Andrii Nakryiko
1
-4
/
+21
2020-12-03
libbpf: Add base BTF accessor
Andrii Nakryiko
3
-0
/
+7
2020-12-03
tools/bpftool: Emit name <anon> for anonymous BTFs
Andrii Nakryiko
1
-0
/
+2
2020-12-03
uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT
Eric Sandeen
1
-3
/
+6
2020-12-03
pwm: sl28cpld: fix getting driver data in pwm callbacks
Uwe Kleine-König
1
-2
/
+4
2020-12-03
lib/syscall: fix syscall registers retrieval on 32-bit platforms
Willy Tarreau
1
-2
/
+9
2020-12-03
macvlan: Support for high multicast packet rate
Thomas Karlsson
4
-2
/
+43
2020-12-03
rtw88: debug: Fix uninitialized memory in debugfs code
Dan Carpenter
1
-0
/
+2
2020-12-03
Merge branch 'switch to memcg-based memory accounting'
Alexei Starovoitov
61
-762
/
+533
2020-12-03
bpf: samples: Do not touch RLIMIT_MEMLOCK
Roman Gushchin
27
-133
/
+0
2020-12-03
bpf: Eliminate rlimit-based memory accounting for bpf progs
Roman Gushchin
3
-80
/
+12
2020-12-03
bpf: Eliminate rlimit-based memory accounting infra for bpf maps
Roman Gushchin
4
-100
/
+17
2020-12-03
bpf: Eliminate rlimit-based memory accounting for bpf local storage maps
Roman Gushchin
1
-10
/
+0
2020-12-03
bpf: Eliminate rlimit-based memory accounting for xskmap maps
Roman Gushchin
1
-10
/
+2
2020-12-03
bpf: Eliminate rlimit-based memory accounting for stackmap maps
Roman Gushchin
1
-13
/
+3
2020-12-03
bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash maps
Roman Gushchin
1
-27
/
+6
2020-12-03
bpf: Eliminate rlimit-based memory accounting for bpf ringbuffer
Roman Gushchin
1
-20
/
+4
2020-12-03
bpf: Eliminate rlimit-based memory accounting for reuseport_array maps
Roman Gushchin
1
-10
/
+2
2020-12-03
bpf: Eliminate rlimit-based memory accounting for queue_stack_maps maps
Roman Gushchin
1
-12
/
+4
2020-12-03
bpf: Eliminate rlimit-based memory accounting for lpm_trie maps
Roman Gushchin
1
-13
/
+0
2020-12-03
bpf: Eliminate rlimit-based memory accounting for hashtab maps
Roman Gushchin
1
-18
/
+1
2020-12-03
bpf: Eliminate rlimit-based memory accounting for devmap maps
Roman Gushchin
1
-16
/
+2
2020-12-03
bpf: Eliminate rlimit-based memory accounting for cgroup storage maps
Roman Gushchin
1
-20
/
+1
2020-12-03
bpf: Eliminate rlimit-based memory accounting for cpumap maps
Roman Gushchin
1
-15
/
+1
2020-12-03
bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops maps
Roman Gushchin
1
-16
/
+3
2020-12-03
bpf: Eliminate rlimit-based memory accounting for arraymap maps
Roman Gushchin
1
-20
/
+4
2020-12-03
bpf: Refine memcg-based memory accounting for xskmap maps
Roman Gushchin
1
-1
/
+2
2020-12-03
bpf: Refine memcg-based memory accounting for sockmap and sockhash maps
Roman Gushchin
1
-4
/
+5
2020-12-03
bpf: Memcg-based memory accounting for bpf local storage maps
Roman Gushchin
1
-4
/
+6
2020-12-03
bpf: Memcg-based memory accounting for bpf ringbuffer
Roman Gushchin
1
-7
/
+4
2020-12-03
bpf: Memcg-based memory accounting for lpm_trie maps
Roman Gushchin
1
-3
/
+3
2020-12-03
bpf: Refine memcg-based memory accounting for hashtab maps
Roman Gushchin
1
-10
/
+14
2020-12-03
bpf: Refine memcg-based memory accounting for devmap maps
Roman Gushchin
1
-3
/
+4
2020-12-03
bpf: Memcg-based memory accounting for cgroup storage maps
Roman Gushchin
1
-12
/
+11
2020-12-03
bpf: Refine memcg-based memory accounting for cpumap maps
Roman Gushchin
1
-9
/
+12
2020-12-03
bpf: Refine memcg-based memory accounting for arraymap maps
Roman Gushchin
1
-3
/
+3
2020-12-03
bpf: Memcg-based memory accounting for bpf maps
Roman Gushchin
1
-1
/
+5
2020-12-03
bpf: Prepare for memcg-based memory accounting for bpf maps
Roman Gushchin
2
-0
/
+97
2020-12-03
bpf: Memcg-based memory accounting for bpf progs
Roman Gushchin
1
-5
/
+5
2020-12-03
mm: Convert page kmemcg type to a page memcg flag
Roman Gushchin
4
-26
/
+42
2020-12-03
mm: Introduce page memcg flags
Roman Gushchin
1
-12
/
+20
2020-12-03
mm: memcontrol/slab: Use helpers to access slab page's memcg_data
Roman Gushchin
3
-30
/
+75
2020-12-03
mm: memcontrol: Use helpers to read page's memcg data
Roman Gushchin
14
-120
/
+184
2020-12-03
vxlan: fix error return code in __vxlan_dev_create()
Zhang Changzhong
1
-1
/
+3
[prev]
[next]