Age | Commit message (Expand) | Author | Files | Lines |
2022-03-22 | Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -0/+79 |
2022-03-22 | selftests: net: change fprintf format specifiers | Guo Zhengkui | 1 | -3/+3 |
2022-03-22 | bpftool: Fix a bug in subskeleton code generation | Yonghong Song | 1 | -1/+0 |
2022-03-22 | Merge tag 'thermal-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -15/+617 |
2022-03-22 | Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 16 | -195/+806 |
2022-03-22 | Merge tag 'lkmm.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+51 |
2022-03-22 | Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 14 | -42/+76 |
2022-03-21 | Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+10 |
2022-03-21 | Merge tag 'x86_sgx_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -10/+12 |
2022-03-21 | Merge tag 'x86_misc_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -14/+3632 |
2022-03-21 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 10 | -83/+231 |
2022-03-21 | Merge tag 'tpmdd-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -8/+68 |
2022-03-21 | selftests/vm/transhuge-stress: Support file-backed PMD folios | Matthew Wilcox (Oracle) | 1 | -11/+24 |
2022-03-21 | libbpf: Close fd in bpf_object__reuse_map | Hengqi Chen | 1 | -1/+1 |
2022-03-21 | bpftool: Fix print error when show bpf map | Yafang Shao | 1 | -5/+2 |
2022-03-21 | selftests/bpf/test_lirc_mode2.sh: Exit with proper code | Hangbin Liu | 1 | -1/+4 |
2022-03-21 | selftests/bpf: Test skipping stacktrace | Namhyung Kim | 2 | -0/+131 |
2022-03-21 | selftests/bpf: Fix test for 4-byte load from remote_port on big-endian | Jakub Sitnicki | 1 | -2/+8 |
2022-03-21 | selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_port | Jakub Sitnicki | 1 | -2/+1 |
2022-03-21 | selftests/bpf: Test for associating multiple elements with the local storage | Joanne Koong | 1 | -0/+19 |
2022-03-21 | libbpf: Avoid NULL deref when initializing map BTF info | Andrii Nakryiko | 1 | -0/+3 |
2022-03-19 | perf parse-events: Ignore case in topdown.slots check | Ian Rogers | 1 | -1/+1 |
2022-03-19 | perf evlist: Avoid iteration for empty evlist. | Ian Rogers | 1 | -11/+17 |
2022-03-19 | perf symbols: Fix symbol size calculation condition | Michael Petlan | 1 | -1/+1 |
2022-03-19 | selftest: net: Test IPv4 PMTU exceptions with DSCP and ECN | Guillaume Nault | 1 | -4/+137 |
2022-03-18 | Merge branch 'thermal-hfi' | Rafael J. Wysocki | 6 | -15/+617 |
2022-03-18 | Merge branch 'pm-tools' | Rafael J. Wysocki | 16 | -195/+806 |
2022-03-18 | bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names table | Andrii Nakryiko | 1 | -1/+1 |
2022-03-18 | Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 7 | -30/+106 |
2022-03-18 | af_vsock: SOCK_SEQPACKET broken buffer test | Krasnov Arseniy Vladimirovich | 1 | -0/+131 |
2022-03-18 | af_vsock: SOCK_SEQPACKET receive timeout test | Krasnov Arseniy Vladimirovich | 1 | -0/+84 |
2022-03-18 | selftests/bpf: Fix test for 4-byte load from dst_port on big-endian | Jakub Sitnicki | 1 | -1/+7 |
2022-03-18 | selftests/bpf: Use constants for socket states in sock_fields test | Jakub Sitnicki | 1 | -5/+5 |
2022-03-18 | selftests/bpf: Check dst_port only on the client socket | Jakub Sitnicki | 1 | -0/+4 |
2022-03-18 | selftests/bpf: Fix error reporting from sock_fields programs | Jakub Sitnicki | 1 | -1/+1 |
2022-03-18 | af_unix: Support POLLPRI for OOB. | Kuniyuki Iwashima | 1 | -3/+3 |
2022-03-18 | selftests/bpf: Test subskeleton functionality | Delyan Kratunov | 6 | -2/+194 |
2022-03-18 | bpftool: Add support for subskeletons | Delyan Kratunov | 3 | -85/+542 |
2022-03-18 | libbpf: Add subskeleton scaffolding | Delyan Kratunov | 3 | -21/+149 |
2022-03-18 | libbpf: Init btf_{key,value}_type_id on internal map open | Delyan Kratunov | 1 | -1/+14 |
2022-03-18 | libbpf: .text routines are subprograms in strict mode | Delyan Kratunov | 2 | -0/+11 |
2022-03-18 | selftests/bpf: Add cookie test for bpf_program__attach_kprobe_multi_opts | Jiri Olsa | 1 | -0/+68 |
2022-03-18 | selftests/bpf: Add attach test for bpf_program__attach_kprobe_multi_opts | Jiri Olsa | 1 | -11/+193 |
2022-03-18 | selftests/bpf: Add kprobe_multi bpf_cookie test | Jiri Olsa | 2 | -19/+131 |
2022-03-18 | selftests/bpf: Add kprobe_multi attach test | Jiri Olsa | 3 | -0/+243 |
2022-03-18 | libbpf: Add bpf_program__attach_kprobe_multi_opts function | Jiri Olsa | 3 | -0/+184 |
2022-03-18 | libbpf: Add bpf_link_create support for multi kprobes | Jiri Olsa | 2 | -1/+17 |
2022-03-18 | libbpf: Add libbpf_kallsyms_parse function | Jiri Olsa | 2 | -24/+43 |
2022-03-18 | bpf: Add cookie support to programs attached with kprobe multi link | Jiri Olsa | 1 | -0/+1 |
2022-03-18 | bpf: Add multi kprobe link | Jiri Olsa | 1 | -0/+13 |