index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-14
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
6
-3
/
+118
2021-09-14
libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
Yonghong Song
1
-8
/
+8
2021-09-14
bpf: Support for new btf kind BTF_KIND_TAG
Yonghong Song
3
-2
/
+154
2021-09-14
btf: Change BTF_KIND_* macros to enums
Yonghong Song
2
-38
/
+44
2021-09-14
selftests/bpf: Fix .gitignore to not ignore test_progs.c
Andrii Nakryiko
1
-2
/
+3
2021-09-14
bpf,x64 Emit IMUL instead of MUL for x86-64
Jie Meng
2
-33
/
+42
2021-09-14
libbpf: Minimize explicit iterator of section definition array
Andrii Nakryiko
1
-27
/
+19
2021-09-14
libbpf: Simplify BPF program auto-attach code
Andrii Nakryiko
1
-39
/
+22
2021-09-14
libbpf: Ensure BPF prog types are set before relocations
Andrii Nakryiko
1
-42
/
+51
2021-09-14
selftests/bpf: Update selftests to always provide "struct_ops" SEC
Andrii Nakryiko
1
-9
/
+3
2021-09-14
libbpf: Introduce legacy kprobe events support
Rafael David Tinoco
1
-4
/
+124
2021-09-13
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
7
-20
/
+35
2021-09-13
bpf, selftests: Replicate tailcall limit test for indirect call case
Daniel Borkmann
2
-5
/
+54
2021-09-13
selftests/bpf: Add test for bpf_get_branch_snapshot
Song Liu
9
-52
/
+243
2021-09-13
bpf: Introduce helper bpf_get_branch_snapshot
Song Liu
4
-1
/
+76
2021-09-13
perf: Enable branch record for software events
Song Liu
6
-22
/
+111
2021-09-10
selftests/bpf: Test new __sk_buff field hwtstamp
Vadim Fedorenko
5
-0
/
+72
2021-09-10
bpf: Add hardware timestamp field to __sk_buff
Vadim Fedorenko
3
-0
/
+25
2021-09-10
selftests: xsk: Add tests for 2K frame size
Magnus Karlsson
2
-0
/
+25
2021-09-10
selftests: xsk: Add tests for invalid xsk descriptors
Magnus Karlsson
2
-18
/
+132
2021-09-10
selftests: xsk: Eliminate test specific if-statement in test runner
Magnus Karlsson
1
-4
/
+12
2021-09-10
selftests: xsk: Add test for unaligned mode
Magnus Karlsson
2
-23
/
+108
2021-09-10
selftests: xsk: Introduce replacing the default packet stream
Magnus Karlsson
2
-18
/
+48
2021-09-10
selftests: xsk: Allow for invalid packets
Magnus Karlsson
2
-6
/
+11
2021-09-10
selftests: xsk: Eliminate MAX_SOCKS define
Magnus Karlsson
2
-10
/
+9
2021-09-10
selftests: xsx: Make pthreads local scope
Magnus Karlsson
2
-2
/
+1
2021-09-10
selftests: xsk: Make xdp_flags and bind_flags local
Magnus Karlsson
2
-32
/
+31
2021-09-10
selftests: xsk: Specify number of sockets to create
Magnus Karlsson
2
-34
/
+27
2021-09-10
selftests: xsk: Replace second_step global variable
Magnus Karlsson
2
-45
/
+36
2021-09-10
selftests: xsk: Introduce rx_on and tx_on in ifobject
Magnus Karlsson
2
-28
/
+16
2021-09-10
selftests: xsk: Add use_poll to ifobject
Magnus Karlsson
2
-1
/
+5
2021-09-10
selftests: xsx: Introduce test name in test spec
Magnus Karlsson
2
-20
/
+31
2021-09-10
selftests: xsk: Make frame_size configurable
Magnus Karlsson
2
-5
/
+7
2021-09-10
selftests: xsk: Move rxqsize into xsk_socket_info
Magnus Karlsson
2
-7
/
+4
2021-09-10
selftests: xsk: Move num_frames and frame_headroom to xsk_umem_info
Magnus Karlsson
2
-12
/
+12
2021-09-10
selftests: xsk: Introduce test specifications
Magnus Karlsson
2
-84
/
+126
2021-09-10
selftests: xsk: Introduce type for thread function
Magnus Karlsson
2
-14
/
+15
2021-09-10
selftests: xsk: Simplify xsk and umem arrays
Magnus Karlsson
2
-49
/
+34
2021-09-09
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
7
-13
/
+53
2021-09-07
libbpf: Fix build with latest gcc/binutils with LTO
Andrii Nakryiko
2
-8
/
+21
2021-09-07
selftests/bpf: Add checks for X__elf_bytes() skeleton helper
Matt Smith
1
-0
/
+6
2021-09-07
bpftool: Provide a helper method for accessing skeleton's embedded ELF data
Matt Smith
1
-12
/
+19
2021-09-07
libbpf: Change bpf_object_skeleton data field to const pointer
Matt Smith
1
-1
/
+1
2021-09-07
libbpf: Don't crash on object files with no symbol tables
Toke Høiland-Jørgensen
1
-0
/
+6
2021-09-07
bpf: Permit ingress_ifindex in bpf_prog_test_run_xattr
Neil Spring
3
-5
/
+12
2021-09-05
Enable '-Werror' by default for all kernel builds
Linus Torvalds
2
-0
/
+17
2021-09-05
binfmt: a.out: Fix bogus semicolon
Geert Uytterhoeven
1
-1
/
+1
2021-09-03
mm/madvise: add MADV_WILLNEED to process_madvise()
zhangkui
1
-0
/
+1
2021-09-03
mm/vmstat: remove unneeded return value
Miaohe Lin
1
-6
/
+2
2021-09-03
mm/vmstat: simplify the array size calculation
Miaohe Lin
1
-5
/
+3
[next]