index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-23
selftests: mptcp: add a test case for MSG_PEEK
Yonglong Li
2
-8
/
+69
2021-04-23
selftests/bpf: Document latest Clang fix expectations for linking tests
Andrii Nakryiko
1
-0
/
+9
2021-04-23
selftests/bpf: Add map linking selftest
Andrii Nakryiko
4
-1
/
+191
2021-04-23
selftests/bpf: Add global variables linking selftest
Andrii Nakryiko
4
-1
/
+154
2021-04-23
selftests/bpf: Add function linking selftest
Andrii Nakryiko
4
-1
/
+190
2021-04-23
selftests/bpf: Omit skeleton generation for multi-linked BPF object files
Andrii Nakryiko
1
-1
/
+3
2021-04-23
selftests/bpf: Use -O0 instead of -Og in selftests builds
Andrii Nakryiko
1
-4
/
+4
2021-04-23
selftests: mlxsw: Fix mausezahn invocation in ERSPAN scale test
Petr Machata
2
-3
/
+19
2021-04-23
selftests: mlxsw: Increase the tolerance of backlog buildup
Petr Machata
1
-2
/
+2
2021-04-23
selftests: mlxsw: Return correct error code in resource scale tests
Danielle Ratson
2
-2
/
+6
2021-04-23
selftests: mlxsw: Remove a redundant if statement in tc_flower_scale test
Danielle Ratson
1
-5
/
+1
2021-04-23
selftests: mlxsw: Remove a redundant if statement in port_scale test
Danielle Ratson
1
-5
/
+1
2021-04-23
selftests: net: mirror_gre_vlan_bridge_1q: Make an FDB entry static
Petr Machata
1
-1
/
+1
2021-04-23
Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
5
-0
/
+637
2021-04-23
signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures
Marco Elver
1
-1
/
+1
2021-04-22
landlock: Enable user space to infer supported features
Mickaël Salaün
1
-0
/
+47
2021-04-22
selftests/landlock: Add user space tests
Mickaël Salaün
9
-0
/
+3569
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
30
-60
/
+947
2021-04-23
selftests/powerpc: remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-04-23
powerpc/selftests: Add selftest to test concurrent perf/ptrace events
Ravi Bangoria
3
-1
/
+661
2021-04-23
powerpc/selftests/perf-hwbreak: Add testcases for 2nd DAWR
Ravi Bangoria
1
-1
/
+551
2021-04-23
powerpc/selftests/perf-hwbreak: Coalesce event creation code
Ravi Bangoria
1
-40
/
+39
2021-04-23
powerpc/selftests/ptrace-hwbreak: Add testcases for 2nd DAWR
Ravi Bangoria
2
-0
/
+83
2021-04-23
selftests/powerpc: Add uaccess flush test
Thadeu Lima de Souza Cascardo
4
-1
/
+176
2021-04-21
KVM: selftests: Always run vCPU thread with blocked SIG_IPI
Paolo Bonzini
1
-2
/
+7
2021-04-21
KVM: selftests: Sync data verify of dirty logging with guest sync
Peter Xu
1
-10
/
+50
2021-04-21
selftests/timens: Fix gettime_perf to work on powerpc
Christophe Leroy
1
-0
/
+8
2021-04-20
selftests: mlxsw: sch_red_ets: Test proper counter cleaning in ETS
Petr Machata
1
-0
/
+7
2021-04-20
selftests/bpf: Add docs target as all dependency
Jiri Olsa
1
-1
/
+2
2021-04-20
KVM: selftests: Add a test for kvm page table code
Yanan Wang
3
-0
/
+510
2021-04-20
KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
Yanan Wang
1
-19
/
+9
2021-04-20
KVM: selftests: List all hugetlb src types specified with page sizes
Yanan Wang
3
-13
/
+118
2021-04-20
KVM: selftests: Add a helper to get system default hugetlb page size
Yanan Wang
2
-0
/
+26
2021-04-20
KVM: selftests: Add a helper to get system configured THP page size
Yanan Wang
2
-0
/
+31
2021-04-20
KVM: selftests: Make a generic helper to get vm guest mode strings
Yanan Wang
2
-14
/
+19
2021-04-20
KVM: selftests: Print the errno besides error-string in TEST_ASSERT
Yanan Wang
1
-2
/
+2
2021-04-19
bpf/selftests: Add bpf_get_task_stack retval bounds test_prog
Dave Marchevsky
2
-0
/
+28
2021-04-19
bpf/selftests: Add bpf_get_task_stack retval bounds verifier test
Dave Marchevsky
1
-0
/
+43
2021-04-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+151
2021-04-19
selftests/bpf: Add a series of tests for bpf_snprintf
Florent Revest
3
-0
/
+218
2021-04-19
selftests: fib_nexthops: Test large scale nexthop flushing
Ido Schimmel
1
-0
/
+15
2021-04-18
selftests: fib_tests: Add test cases for interaction with mangling
Ido Schimmel
1
-1
/
+151
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-35
/
+16
2021-04-17
KVM: selftests: remove redundant semi-colon
Yang Yingliang
1
-1
/
+1
2021-04-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
6
-35
/
+16
2021-04-16
selftests: mptcp: add packet mark test case
Florian Westphal
3
-2
/
+299
2021-04-16
bpf: Update selftests to reflect new error states
Daniel Borkmann
6
-35
/
+16
2021-04-16
selftests/perf_events: Add kselftest for remove_on_exec
Marco Elver
3
-1
/
+262
2021-04-16
selftests/perf_events: Add kselftest for process-wide sigtrap handling
Marco Elver
5
-0
/
+220
2021-04-15
selftests/bpf: Silence clang compilation warnings
Yonghong Song
3
-4
/
+9
[prev]
[next]