index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-29
tools/resolve_btfids: Emit warnings and patch zero id for missing symbols
Hengqi Chen
2021-07-27
bpf: Increase supported cgroup storage value size
Stanislav Fomichev
2021-07-27
libbpf: Fix race when pinning maps in parallel
Martynas Pumputis
2021-07-27
libbpf: Fix comment typo
Jason Wang
2021-07-27
samples: bpf: Add the omitted xdp samples to .gitignore
Juhee Kang
2021-07-27
samples: bpf: Fix tracex7 error raised on the missing argument
Juhee Kang
2021-07-26
selftests/bpf: Use ping6 only if available in tc_redirect
Jussi Maki
2021-07-26
Merge branch 'libbpf: Move CO-RE logic into separate file.'
Andrii Nakryiko
2021-07-26
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov
2021-07-26
libbpf: Move CO-RE types into relo_core.h.
Alexei Starovoitov
2021-07-26
libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.
Alexei Starovoitov
2021-07-26
libbpf: Cleanup the layering between CORE and bpf_program.
Alexei Starovoitov
2021-07-23
bpf/tests: Do not PASS tests without actually testing the result
Johan Almbladh
2021-07-23
bpf/tests: Fix copy-and-paste error in double word test
Johan Almbladh
2021-07-23
selftests/bpf: Document vmtest.sh dependencies
Evgeniy Litvinenko
2021-07-23
libbpf: Add bpf_map__pin_path function
Evgeniy Litvinenko
2021-07-23
Merge branch 'bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt'
Andrii Nakryiko
2021-07-23
bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
2021-07-23
bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
2021-07-23
bpf: tcp: Bpf iter batching and lock_sock
Martin KaFai Lau
2021-07-23
tcp: seq_file: Replace listening_hash with lhash2
Martin KaFai Lau
2021-07-23
tcp: seq_file: Add listening_get_first()
Martin KaFai Lau
2021-07-23
bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_state
Martin KaFai Lau
2021-07-23
tcp: seq_file: Refactor net and family matching
Martin KaFai Lau
2021-07-23
tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos
Martin KaFai Lau
2021-07-22
libbpf: Export bpf_program__attach_kprobe_opts function
Jiri Olsa
2021-07-22
libbpf: Allow decimal offset for kprobes
Jiri Olsa
2021-07-22
libbpf: Fix func leak in attach_kprobe
Jiri Olsa
2021-07-22
selftests/bpf: Mute expected invalid map creation error msg
Martynas Pumputis
2021-07-22
bpf: Remove redundant intiialization of variable stype
Colin Ian King
2021-07-22
bpf: Fix pointer cast warning
Arnd Bergmann
2021-07-20
Merge branch 'libbpf: btf typed data dumping fixes (__int128 usage, error pro...
Andrii Nakryiko
2021-07-20
libbpf: Propagate errors when retrieving enum value for typed data display
Alan Maguire
2021-07-20
selftests/bpf: Add __int128-specific tests for typed data dump
Alan Maguire
2021-07-20
libbpf: Avoid use of __int128 in typed dump display
Alan Maguire
2021-07-20
selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -l
Vincent Li
2021-07-20
bpf, selftests: Fix test_maps now that sockmap supports UDP
John Fastabend
2021-07-19
selftests/bpf: Check inner map deletion
Martynas Pumputis
2021-07-19
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
2021-07-16
Merge branch 'libbpf: BTF typed dump cleanups'
Andrii Nakryiko
2021-07-16
libbpf: Btf typed dump does not need to allocate dump data
Alan Maguire
2021-07-16
libbpf: Fix compilation errors on ppc64le for btf dump typed data
Alan Maguire
2021-07-16
libbpf: Clarify/fix unaligned data issues for btf typed dump
Alan Maguire
2021-07-16
Merge branch 'libbpf: BTF dumper support for typed data'
Andrii Nakryiko
2021-07-16
selftests/bpf: Add dump type data tests to btf dump tests
Alan Maguire
2021-07-16
selftests/bpf: Add ASSERT_STRNEQ() variant for test_progs
Alan Maguire
2021-07-16
libbpf: BTF dumper support for typed data
Alan Maguire
2021-07-16
Merge branch 'Add btf_custom_path in bpf_obj_open_opts'
Andrii Nakryiko
2021-07-16
selftests/bpf: Switch existing selftests to using open_opts for custom BTF
Shuyi Cheng
2021-07-16
libbpf: Fix the possible memory leak on error
Shuyi Cheng
[next]