index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Lines
2022-05-23
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-116
/
+2761
2022-05-23
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-1050
/
+4973
2022-05-23
selftests/bpf: Dynptr tests
Joanne Koong
-0
/
+889
2022-05-23
selftests/bpf: Fix spelling mistake: "unpriviliged" -> "unprivileged"
Colin Ian King
-2
/
+2
2022-05-23
selftests/bpf: fix btf_dump/btf_dump due to recent clang change
Yonghong Song
-1
/
+1
2022-05-23
Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-26
/
+101
2022-05-23
selftests/landlock: Add 11 new test suites dedicated to file reparenting
Mickaël Salaün
-1
/
+754
2022-05-23
landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
-2
/
+3
2022-05-23
landlock: Fix same-layer rule unions
Mickaël Salaün
-0
/
+107
2022-05-23
landlock: Reduce the maximum number of layers to 16
Mickaël Salaün
-1
/
+1
2022-05-23
selftests/landlock: Test landlock_create_ruleset(2) argument check ordering
Mickaël Salaün
-1
/
+20
2022-05-23
landlock: Change landlock_restrict_self(2) check ordering
Mickaël Salaün
-10
/
+37
2022-05-23
landlock: Change landlock_add_rule(2) argument check ordering
Mickaël Salaün
-2
/
+32
2022-05-23
selftests/landlock: Add tests for O_PATH
Mickaël Salaün
-2
/
+8
2022-05-23
selftests/landlock: Fully test file rename with "remove" access
Mickaël Salaün
-4
/
+37
2022-05-23
selftests/landlock: Extend access right tests to directories
Mickaël Salaün
-8
/
+22
2022-05-23
selftests/landlock: Add tests for unknown access rights
Mickaël Salaün
-0
/
+16
2022-05-23
selftests/landlock: Extend tests for minimal valid attribute size
Mickaël Salaün
-0
/
+5
2022-05-23
selftests/landlock: Make tests build with old libc
Mickaël Salaün
-5
/
+18
2022-05-23
selftests/landlock: Format with clang-format
Mickaël Salaün
-251
/
+312
2022-05-22
selftests: ocelot: tc_flower_chains: reorder interfaces
Vladimir Oltean
-23
/
+19
2022-05-22
selftests: ocelot: tc_flower_chains: use conventional interface names
Vladimir Oltean
-67
/
+67
2022-05-22
selftests: ocelot: tc_flower_chains: streamline test output
Vladimir Oltean
-28
/
+24
2022-05-22
net: selftests: Add stress_reuseport_listen to .gitignore
Muhammad Usama Anjum
-0
/
+1
2022-05-22
selftests/powerpc/pmu: fix spelling mistake "mis-match" -> "mismatch"
Colin Ian King
-3
/
+3
2022-05-22
selftests/powerpc/pmu/ebb: remove fixed_instruction.S
Madhavan Srinivasan
-43
/
+0
2022-05-22
selftests/powerpc: Better reporting in spectre_v2
Russell Currey
-9
/
+15
2022-05-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-4
/
+33
2022-05-20
selftests/bpf: add tests verifying unprivileged bpf behaviour
Alan Maguire
-0
/
+395
2022-05-20
selftests: Add test for timing a bind request to a port with a populated bhas...
Joanne Koong
-0
/
+122
2022-05-20
selftests: fib_nexthops: Make ping timeout configurable
Amit Cohen
-25
/
+28
2022-05-20
selftests/bpf: Remove filtered subtests from output
Mykola Lysenko
-2
/
+8
2022-05-20
selftests/bpf: Fix subtest number formatting in test_progs
Mykola Lysenko
-3
/
+9
2022-05-20
selftests/bpf: Add missing trampoline program type to trampoline_count test
Yuntao Wang
-90
/
+60
2022-05-20
selftests/bpf: Verify first of struct mptcp_sock
Geliang Tang
-0
/
+11
2022-05-20
selftests/bpf: Verify ca_name of struct mptcp_sock
Geliang Tang
-0
/
+39
2022-05-20
selftests/bpf: Verify token of struct mptcp_sock
Geliang Tang
-2
/
+31
2022-05-20
selftests/bpf: Test bpf_skc_to_mptcp_sock
Geliang Tang
-10
/
+40
2022-05-20
selftests/bpf: Add MPTCP test base
Nicolas Rybowski
-9
/
+200
2022-05-20
selftests/bpf: Enable CONFIG_IKCONFIG_PROC in config
Geliang Tang
-0
/
+2
2022-05-20
selftests/bpf: Fix some bugs in map_lookup_percpu_elem testcase
Feng Zhou
-39
/
+73
2022-05-20
KVM: s390: selftest: Test suppression indication on key prot exception
Janis Schoetterl-Glausch
-1
/
+45
2022-05-20
selftests: drivers/s390x: Add uvdevice tests
Steffen Eiden
-0
/
+301
2022-05-20
selftests: kvm/x86: Verify the pmu event filter matches the correct event
Aaron Lewis
-0
/
+19
2022-05-20
selftests: kvm/x86: Add the helper function create_pmu_event_filter
Aaron Lewis
-4
/
+14
2022-05-20
KVM: selftests: riscv: Remove unneeded semicolon
Jiapeng Chong
-1
/
+1
2022-05-20
KVM: selftests: riscv: Improve unexpected guest trap handling
Anup Patel
-17
/
+31
2022-05-19
selftests: mptcp: add MP_FAIL reset testcase
Geliang Tang
-0
/
+10
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-8
/
+52
2022-05-19
cxl/port: Reuse 'struct cxl_hdm' context for hdm init
Dan Williams
-2
/
+3
[prev]
[next]