Age | Commit message (Expand) | Author | Files | Lines |
2023-06-12 | radix-tree: move declarations to header | Arnd Bergmann | 1 | -2/+3 |
2023-05-29 | Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2 | -3/+26 |
2023-05-26 | Merge tag 'cxl-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -0/+17 |
2023-05-26 | Merge tag 'gpio-fixes-for-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -1/+4 |
2023-05-25 | Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 8 | -373/+598 |
2023-05-24 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 7 | -372/+597 |
2023-05-23 | tracing/selftests: Update synthetic event selftest to use common_stacktrace | Steven Rostedt (Google) | 2 | -3/+26 |
2023-05-23 | bpf, sockmap: Test progs verifier error with latest clang | John Fastabend | 1 | -7/+5 |
2023-05-23 | bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with drops | John Fastabend | 2 | -13/+66 |
2023-05-23 | bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer | John Fastabend | 1 | -0/+48 |
2023-05-23 | bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0 | John Fastabend | 2 | -0/+94 |
2023-05-23 | bpf, sockmap: Build helper to create connected socket pair | John Fastabend | 2 | -102/+123 |
2023-05-23 | bpf, sockmap: Pull socket helpers out of listen test for general use | John Fastabend | 2 | -262/+273 |
2023-05-21 | Merge tag 'perf-tools-fixes-for-v6.4-1-2023-05-20' of git://git.kernel.org/pu... | Linus Torvalds | 71 | -322/+865 |
2023-05-19 | Merge tag 'pm-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2 | -24/+30 |
2023-05-19 | perf bench syscall: Fix __NR_execve undeclared build error | Tiezhu Yang | 1 | -0/+3 |
2023-05-19 | Merge tag 'linux-cpupower-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kern... | Rafael J. Wysocki | 2 | -24/+30 |
2023-05-19 | perf test attr: Fix python SafeConfigParser() deprecation warning | Ian Rogers | 1 | -3/+3 |
2023-05-19 | perf test attr: Update no event/metric expectations | Ian Rogers | 5 | -174/+249 |
2023-05-19 | selftests: fib_tests: mute cleanup error message | Po-Hsu Lin | 1 | -1/+1 |
2023-05-18 | cxl: Move cxl_await_media_ready() to before capacity info retrieval | Dave Jiang | 1 | -0/+1 |
2023-05-18 | cxl/port: Enable the HDM decoder capability for switch ports | Dan Williams | 2 | -0/+16 |
2023-05-18 | Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2 | -7/+12 |
2023-05-17 | Merge tag 'linux-kselftest-fixes-6.4-rc3' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 4 | -4/+71 |
2023-05-17 | tools headers disabled-features: Sync with the kernel sources | Arnaldo Carvalho de Melo | 1 | -1/+7 |
2023-05-17 | tools headers UAPI: Sync arch prctl headers with the kernel sources | Arnaldo Carvalho de Melo | 3 | -0/+11 |
2023-05-17 | tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench' | Arnaldo Carvalho de Melo | 7 | -72/+24 |
2023-05-17 | tools headers x86 cpufeatures: Sync with the kernel sources | Arnaldo Carvalho de Melo | 1 | -5/+21 |
2023-05-17 | net: selftests: Fix optstring | Benjamin Poirier | 1 | -1/+1 |
2023-05-16 | tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr... | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2023-05-16 | tools headers UAPI: Sync linux/prctl.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2023-05-16 | perf metrics: Avoid segv with --topdown for metrics without a group | Ian Rogers | 1 | -1/+1 |
2023-05-14 | selftests/bpf: Fix pkg-config call building sign-file | Jeremy Sowden | 1 | -1/+1 |
2023-05-14 | Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2023-05-13 | tools/testing/cxl: Use DEFINE_STATIC_SRCU() | Dan Williams | 1 | -1/+1 |
2023-05-11 | selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_test | Andrea Mayer | 1 | -5/+6 |
2023-05-11 | selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_test | Andrea Mayer | 1 | -1/+5 |
2023-05-11 | Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 4 | -7/+193 |
2023-05-11 | selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent change | Mirsad Todorovac | 1 | -0/+3 |
2023-05-11 | tools: gpio: fix debounce_period_us output of lsgpio | Milo Spadacini | 1 | -1/+1 |
2023-05-10 | Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Jakub Kicinski | 1 | -6/+139 |
2023-05-10 | perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type... | Jiri Olsa | 1 | -0/+2 |
2023-05-10 | perf cs-etm: Fix contextid validation | James Clark | 1 | -5/+4 |
2023-05-10 | perf arm64: Fix build with refcount checking | James Clark | 2 | -3/+3 |
2023-05-10 | perf test: Add stat test for record and script | Sandipan Das | 1 | -0/+13 |
2023-05-10 | perf script: Skip aggregation for stat events | Sandipan Das | 1 | -0/+7 |
2023-05-10 | perf build: Add system include paths to BPF builds | Ian Rogers | 1 | -1/+18 |
2023-05-10 | perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directory | Yang Jihong | 2 | -1/+3 |
2023-05-10 | perf parse-events: Do not break up AUX event group | Adrian Hunter | 1 | -6/+3 |
2023-05-10 | perf test test_intel_pt.sh: Test sample mode with event with PMU name | Adrian Hunter | 1 | -0/+7 |