Age | Commit message (Expand) | Author |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-09-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-09-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-09-24 | libbpf: Fix XDP program load regression for old kernels | Andrii Nakryiko |
2020-09-23 | Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-09-23 | selftests: kvm: Fix assert failure in single-step test | Yang Weijiang |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-09-22 | Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-09-21 | tools/bootconfig: Add testcase for tailing space | Masami Hiramatsu |
2020-09-21 | tools/bootconfig: Add testcases for repeated key with brace | Masami Hiramatsu |
2020-09-21 | libbpf: Fix native endian assumption when parsing BTF | Tony Ambardar |
2020-09-21 | tools/io_uring: fix compile breakage | Douglas Gilbert |
2020-09-20 | Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2020-09-19 | selftests/vm: fix display of page size in map_hugetlb | Christophe Leroy |
2020-09-19 | tools/bpftool: Support passing BPFTOOL_VERSION to make | Tony Ambardar |
2020-09-18 | Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2020-09-18 | objtool: Fix noreturn detection for ignored functions | Josh Poimboeuf |
2020-09-16 | perf stat: Fix the ratio comments of miss-events | Qi Liu |
2020-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-09-15 | perf test: Free formats for perf pmu parse test | Namhyung Kim |
2020-09-15 | perf metric: Do not free metric when failed to resolve | Namhyung Kim |
2020-09-15 | perf metric: Free metric when it failed to resolve | Namhyung Kim |
2020-09-15 | perf metric: Release expr_parse_ctx after testing | Namhyung Kim |
2020-09-15 | perf test: Fix memory leaks in parse-metric test | Namhyung Kim |
2020-09-15 | perf parse-event: Fix memory leak in evsel->unit | Namhyung Kim |
2020-09-15 | perf evlist: Fix cpu/thread map leak | Namhyung Kim |
2020-09-15 | perf metric: Fix some memory leaks - part 2 | Namhyung Kim |
2020-09-15 | perf metric: Fix some memory leaks | Namhyung Kim |
2020-09-15 | perf test: Free aliases for PMU event map aliases test | Namhyung Kim |
2020-09-15 | perf vendor events amd: Remove trailing commas | Henry Burns |
2020-09-14 | perf test: Leader sampling shouldn't clear sample period | Ian Rogers |
2020-09-14 | perf record: Don't clear event's period if set by a term | Ian Rogers |
2020-09-14 | tools headers UAPI: update linux/in.h copy | Arnaldo Carvalho de Melo |
2020-09-14 | tools headers UAPI: Sync kvm.h headers with the kernel sources | Arnaldo Carvalho de Melo |
2020-09-14 | perf record: Prevent override of attr->sample_period for libpfm4 events | Stephane Eranian |
2020-09-14 | perf record: Set PERF_RECORD_PERIOD if attr->freq is set. | David Sharp |
2020-09-14 | perf bench: Fix 2 memory sanitizer warnings | Ian Rogers |
2020-09-14 | perf test: Fix the "signal" test inline assembly | Jiri Olsa |
2020-09-11 | Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini |
2020-09-10 | selftests: rtnetlink: Test bridge enslavement with different parent IDs | Ido Schimmel |
2020-09-08 | tools/libbpf: Avoid counting local symbols in ABI check | Tony Ambardar |
2020-09-08 | Merge tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-09-03 | Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/... | Linus Torvalds |
2020-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-09-03 | Merge branch 'gate-page-refcount' (patches from Dave Hansen) | Linus Torvalds |
2020-09-03 | selftests/x86/test_vsyscall: Improve the process_vm_readv() test | Andy Lutomirski |
2020-09-03 | selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter program | Yonghong Song |
2020-09-03 | perf tools: Add bpf image check to __map__is_kmodule | Jiri Olsa |
2020-09-03 | perf record/stat: Explicitly call out event modifiers in the documentation | Kim Phillips |
2020-09-03 | perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session... | YueHaibing |