index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-11-01
samples/bpf: Fix typo in README
Kang Minchul
2022-10-31
bpf: Remove the obsolte u64_stats_fetch_*_irq() users.
Thomas Gleixner
2022-10-28
bpf: check max_entries before allocating memory
Florian Lehner
2022-10-27
bpf: Fix a typo in comment for DFS algorithm
Xu Kuohai
2022-10-26
bpftool: Fix spelling mistake "disasembler" -> "disassembler"
Colin Ian King
2022-10-26
selftests/bpf: Fix bpftool synctypes checking failure
Yonghong Song
2022-10-25
selftests/bpf: Panic on hard/soft lockup
Daniel Müller
2022-10-25
Merge branch 'bpf: Implement cgroup local storage available to non-cgroup-att...
Alexei Starovoitov
2022-10-25
docs/bpf: Add documentation for new cgroup local storage
Yonghong Song
2022-10-25
selftests/bpf: Add test cgrp_local_storage to DENYLIST.s390x
Yonghong Song
2022-10-25
selftests/bpf: Add selftests for new cgroup local storage
Yonghong Song
2022-10-25
selftests/bpf: Fix test test_libbpf_str/bpf_map_type_str
Yonghong Song
2022-10-25
bpftool: Support new cgroup local storage
Yonghong Song
2022-10-25
libbpf: Support new cgroup local storage
Yonghong Song
2022-10-25
bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
Yonghong Song
2022-10-25
bpf: Refactor some inode/task/sk storage functions for reuse
Yonghong Song
2022-10-25
bpf: Make struct cgroup btf id global
Yonghong Song
2022-10-25
Merge branch 'bpf: Avoid unnecessary deadlock detection and failure in task s...
Alexei Starovoitov
2022-10-25
selftests/bpf: Tracing prog can still do lookup under busy lock
Martin KaFai Lau
2022-10-25
selftests/bpf: Ensure no task storage failure for bpf_lsm.s prog due to deadl...
Martin KaFai Lau
2022-10-25
bpf: Add new bpf_task_storage_delete proto with no deadlock detection
Martin KaFai Lau
2022-10-25
bpf: bpf_task_storage_delete_recur does lookup first before the deadlock check
Martin KaFai Lau
2022-10-25
bpf: Add new bpf_task_storage_get proto with no deadlock detection
Martin KaFai Lau
2022-10-25
bpf: Avoid taking spinlock in bpf_task_storage_get if potential deadlock is d...
Martin KaFai Lau
2022-10-25
bpf: Refactor the core bpf_task_storage_get logic into a new function
Martin KaFai Lau
2022-10-25
bpf: Append _recur naming to the bpf_task_storage helper proto
Martin KaFai Lau
2022-10-25
bpf: Remove prog->active check for bpf_lsm and bpf_iter
Martin KaFai Lau
2022-10-25
libbpf: Btf dedup identical struct test needs check for nested structs/arrays
Alan Maguire
2022-10-25
Merge branch 'bpf: Fixes for kprobe multi on kernel modules'
Alexei Starovoitov
2022-10-25
selftests/bpf: Add kprobe_multi kmod attach api tests
Jiri Olsa
2022-10-25
selftests/bpf: Add kprobe_multi check to module attach test
Jiri Olsa
2022-10-25
selftests/bpf: Add bpf_testmod_fentry_* functions
Jiri Olsa
2022-10-25
selftests/bpf: Add load_kallsyms_refresh function
Jiri Olsa
2022-10-25
bpf: Take module reference on kprobe_multi link
Jiri Olsa
2022-10-25
bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmp
Jiri Olsa
2022-10-25
ftrace: Add support to resolve module symbols in ftrace_lookup_symbols
Jiri Olsa
2022-10-25
kallsyms: Make module_kallsyms_on_each_symbol generally available
Jiri Olsa
2022-10-25
Merge branch 'bpftool: Add LLVM as default library for disassembling JIT-ed p...
Alexei Starovoitov
2022-10-25
bpftool: Add llvm feature to "bpftool version"
Quentin Monnet
2022-10-25
bpftool: Support setting alternative arch for JIT disasm with LLVM
Quentin Monnet
2022-10-25
bpftool: Add LLVM as default library for disassembling JIT-ed programs
Quentin Monnet
2022-10-25
bpftool: Refactor disassembler for JIT-ed programs
Quentin Monnet
2022-10-25
bpftool: Group libbfd defs in Makefile, only pass them if we use libbfd
Quentin Monnet
2022-10-25
bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile
Quentin Monnet
2022-10-25
bpftool: Remove asserts from JIT disassembler
Quentin Monnet
2022-10-25
bpftool: Define _GNU_SOURCE only once
Quentin Monnet
2022-10-21
selftests/bpf: Add write to hashmap to array_map iter test
Dave Marchevsky
2022-10-21
selftests/bpf: Add test verifying bpf_ringbuf_reserve retval use in map ops
Dave Marchevsky
2022-10-21
bpf: Consider all mem_types compatible for map_{key,value} args
Dave Marchevsky
2022-10-21
bpf: Allow ringbuf memory to be used as map key
Dave Marchevsky
[next]