Age | Commit message (Expand) | Author | Files | Lines |
2024-06-13 | Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -2/+3 |
2024-06-10 | mptcp: pm: update add_addr counters after connect | YonglongLi | 1 | -2/+2 |
2024-06-10 | mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID | YonglongLi | 1 | -1/+2 |
2024-06-09 | Merge tag 'perf-tools-fixes-for-v6.10-2-2024-06-09' of git://git.kernel.org/p... | Linus Torvalds | 19 | -29/+118 |
2024-06-07 | Merge tag 's390-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2 | -0/+112 |
2024-06-06 | Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 4 | -11/+13 |
2024-06-06 | selftests: net: lib: set 'i' as local | Matthieu Baerts (NGI0) | 1 | -0/+1 |
2024-06-06 | selftests: net: lib: avoid error removing empty netns name | Matthieu Baerts (NGI0) | 1 | -6/+7 |
2024-06-06 | selftests: net: lib: support errexit with busywait | Matthieu Baerts (NGI0) | 1 | -3/+1 |
2024-06-05 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2 | -2/+3 |
2024-06-05 | Merge tag 'pm-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -3/+23 |
2024-06-05 | KVM: s390x: selftests: Add shared zeropage test | David Hildenbrand | 2 | -0/+112 |
2024-06-05 | perf bpf: Fix handling of minimal vmlinux.h file when interrupting the build | Namhyung Kim | 1 | -0/+1 |
2024-06-05 | Revert "perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event" | Arnaldo Carvalho de Melo | 1 | -4/+2 |
2024-06-05 | selftests: hsr: add missing config for CONFIG_BRIDGE | Hangbin Liu | 1 | -0/+1 |
2024-06-04 | tools headers arm64: Sync arm64's cputype.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+6 |
2024-06-04 | Merge tag 'linux_kselftest-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 11 | -15/+47 |
2024-06-03 | Merge tag 'cxl-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2024-06-03 | tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_S... | Arnaldo Carvalho de Melo | 1 | -1/+3 |
2024-06-01 | Merge tag 'landlock-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+45 |
2024-05-31 | libbpf: don't close(-1) in multi-uprobe feature detector | Andrii Nakryiko | 1 | -1/+2 |
2024-05-31 | selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.c | Andrii Nakryiko | 1 | -1/+1 |
2024-05-31 | selftests/futex: don't pass a const char* to asprintf(3) | John Hubbard | 1 | -1/+1 |
2024-05-31 | selftests/futex: don't redefine .PHONY targets (all, clean) | John Hubbard | 1 | -2/+0 |
2024-05-31 | selftests/landlock: Add layout1.refer_mount_root | Mickaël Salaün | 1 | -0/+45 |
2024-05-31 | selftests/tracing: Fix event filter test to retry up to 10 times | Masami Hiramatsu (Google) | 1 | -1/+19 |
2024-05-30 | selftests/futex: pass _GNU_SOURCE without a value to the compiler | John Hubbard | 1 | -1/+1 |
2024-05-30 | Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 14 | -21/+607 |
2024-05-30 | netdev: add qstat for csum complete | Jakub Kicinski | 1 | -0/+1 |
2024-05-29 | selftests/overlayfs: Fix build error on ppc64 | Michael Ellerman | 1 | -0/+1 |
2024-05-29 | selftests/openat2: Fix build warnings on ppc64 | Michael Ellerman | 1 | -0/+1 |
2024-05-29 | selftests: cachestat: Fix build warnings on ppc64 | Michael Ellerman | 1 | -0/+1 |
2024-05-29 | tracing/selftests: Fix kprobe event name test for .isra. functions | Steven Rostedt (Google) | 1 | -1/+2 |
2024-05-29 | selftests/ftrace: Update required config | Masami Hiramatsu (Google) | 1 | -7/+19 |
2024-05-29 | selftests/ftrace: Fix to check required event file | Masami Hiramatsu (Google) | 1 | -1/+1 |
2024-05-29 | kselftest/alsa: Ensure _GNU_SOURCE is defined | Mark Brown | 1 | -1/+1 |
2024-05-28 | net/sched: taprio: extend minimum interval restriction to entire cycle too | Vladimir Oltean | 1 | -0/+22 |
2024-05-28 | net/sched: taprio: make q->picos_per_byte available to fill_sched_entry() | Vladimir Oltean | 1 | -0/+22 |
2024-05-28 | cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c | Dave Jiang | 1 | -0/+1 |
2024-05-28 | tools headers UAPI: Update i915_drm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -3/+28 |
2024-05-28 | tools headers UAPI: Sync kvm headers with the kernel sources | Arnaldo Carvalho de Melo | 2 | -4/+22 |
2024-05-28 | tools arch x86: Sync the msr-index.h copy with the kernel sources | Arnaldo Carvalho de Melo | 1 | -5/+4 |
2024-05-28 | tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs | Dhananjay Ugwekar | 1 | -3/+23 |
2024-05-28 | tools headers: Update the syscall tables and unistd.h, mostly to support the ... | Arnaldo Carvalho de Melo | 5 | -2/+9 |
2024-05-27 | selftests: mptcp: join: mark 'fail' tests as flaky | Matthieu Baerts (NGI0) | 1 | -0/+2 |
2024-05-27 | selftests: mptcp: join: mark 'fastclose' tests as flaky | Matthieu Baerts (NGI0) | 1 | -1/+7 |
2024-05-27 | selftests: mptcp: simult flows: mark 'unbalanced' tests as flaky | Matthieu Baerts (NGI0) | 1 | -3/+3 |
2024-05-27 | selftests: mptcp: lib: support flaky subtests | Matthieu Baerts (NGI0) | 1 | -2/+28 |
2024-05-27 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 8 | -15/+520 |
2024-05-27 | selftests/bpf: Cover verifier checks for mutating sockmap/sockhash | Jakub Sitnicki | 2 | -0/+189 |