summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tools/include: Sync uapi/linux/perf.h with the kernel sourcesNamhyung Kim2024-08-061-2/+4
| * | | | tools/include: Sync uapi/linux/kvm.h with the kernel sourcesNamhyung Kim2024-08-064-1/+69
| * | | | tools/include: Sync uapi/drm/i915_drm.h with the kernel sourcesNamhyung Kim2024-08-061-0/+27
| * | | | perf tools: Add tools/include/uapi/READMENamhyung Kim2024-08-061-0/+73
| |/ / /
* | | | Merge tag 'net-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-155-2/+105
|\ \ \ \
| * \ \ \ Merge tag 'nf-24-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-08-152-0/+79
| |\ \ \ \
| | * | | | selftests: netfilter: add test for br_netfilter+conntrack+queue combinationFlorian Westphal2024-08-142-0/+79
| * | | | | selftests: net: lib: kill PIDs before del netnsMatthieu Baerts (NGI0)2024-08-151-0/+1
| * | | | | selftest: af_unix: Fix kselftest compilation warningsAbhinav Jain2024-08-151-1/+1
| |/ / / /
| * | / / selftests/net: Add coverage for UDP GSO with IPv6 extension headersJakub Sitnicki2024-08-101-1/+24
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-08-142-2/+30
|\ \ \ \
| * | | | KVM: selftests: Add a testcase to verify x2APIC is fully readonlyMichal Luczaj2024-08-131-0/+28
| * | | | Merge tag 'kvmarm-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2024-08-131-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-listMark Brown2024-08-071-2/+2
* | | | | selftests/bpf: Add a test to verify previous stacksafe() fixYonghong Song2024-08-131-0/+54
* | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-08-121-0/+35
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro2024-08-061-0/+35
| |/ / /
* | | | Merge tag 'net-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-081-14/+41
|\ \ \ \
| * | | | selftests: mptcp: join: test both signal & subflowMatthieu Baerts (NGI0)2024-08-021-0/+15
| * | | | selftests: mptcp: join: ability to invert ADD_ADDR checkMatthieu Baerts (NGI0)2024-08-021-14/+26
* | | | | Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds2024-08-081-1/+1
|\ \ \ \ \
| * | | | | selftests: mm: add s390 to ARCH checkNico Pache2024-08-081-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'linux_kselftest-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-08-051-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | selftests: ksft: Fix finished() helper exit code on skipped testsLaura Nao2024-07-311-1/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-08-021-4/+4
|\ \ \ \
| * | | | KVM: riscv: selftests: Fix compile errorYong-Xuan Wang2024-07-291-4/+4
| |/ / /
* | | | Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-08-025-5/+5
|\ \ \ \
| * | | | perf arch events: Fix duplicate RISC-V SBI firmware event nameEric Lin2024-08-015-5/+5
| |/ / /
* | | | Merge tag 'asm-generic-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-08-021-1/+1
|\ \ \ \
| * | | | uretprobe: change syscall number, againArnd Bergmann2024-08-021-1/+1
| |/ / /
* | | | Merge tag 'drm-fixes-2024-08-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-08-021-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge drm-misc/drm-misc-next-fixes into drm-misc-fixesMaxime Ripard2024-07-301-1/+3
| |\ \ \ | | |/ / | |/| |
| | * | kselftests: dmabuf-heaps: Ensure the driver name is null-terminatedZenghui Yu2024-07-291-1/+3
* | | | Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-015-24/+128
|\ \ \ \
| * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-08-012-2/+2
| |\ \ \ \
| | * | | | bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall testJiri Olsa2024-07-301-1/+1
| | * | | | selftests/bpf: Filter out _GNU_SOURCE when compiling test_cppStanislav Fomichev2024-07-291-1/+1
| * | | | | selftests: mptcp: join: check backup support in signal endpMatthieu Baerts (NGI0)2024-07-301-6/+28
| * | | | | selftests: mptcp: join: validate backup in MPJMatthieu Baerts (NGI0)2024-07-301-10/+32
| |/ / / /
| * | | | selftests: mptcp: always close input's FD if openedLiu Jing2024-07-291-4/+4
| * | | | selftests: mptcp: fix error pathPaolo Abeni2024-07-291-1/+1
| * | | | selftests: mptcp: add explicit test case for remove/readdPaolo Abeni2024-07-291-0/+29
| * | | | selftests: drv-net: rss_ctx: check for all-zero keysJakub Kicinski2024-07-291-3/+34
* | | | | Merge tag 'perf-tools-fixes-for-v6.11-2024-07-30' of git://git.kernel.org/pub...Linus Torvalds2024-07-315-13/+117
|\ \ \ \ \
| * | | | | perf docs: Document cross compilationLeo Yan2024-07-261-0/+28
| * | | | | perf: build: Link lib 'zstd' for static buildLeo Yan2024-07-262-2/+2
| * | | | | perf: build: Link lib 'lzma' for static buildLeo Yan2024-07-261-8/+8
| * | | | | perf: build: Only link libebl.a for old libdwLeo Yan2024-07-262-2/+22
| * | | | | perf: build: Set Python configuration for cross compilationLeo Yan2024-07-261-0/+8
| * | | | | perf: build: Setup PKG_CONFIG_LIBDIR for cross compilationLeo Yan2024-07-262-2/+50