index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-15
selftests/ftrace: Change synthetic event name for inter-event-combined test
Tom Zanussi
1
-4
/
+4
2020-10-15
bpf: Fix register equivalence tracking.
Alexei Starovoitov
1
-0
/
+26
2020-10-14
selftests: Add VRF route leaking tests
Michael Jeanson
2
-0
/
+627
2020-10-14
Merge tag 'threads-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
2
-175
/
+133
2020-10-14
Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
16
-35
/
+35
2020-10-14
Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
3
-119
/
+200
2020-10-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
6
-22
/
+48
2020-10-14
selftests/powerpc: Fix eeh-basic.sh exit codes
Oliver O'Halloran
1
-3
/
+6
2020-10-13
selftests/vm: 8x compaction_test speedup
John Hubbard
1
-5
/
+6
2020-10-13
tools/testing/selftests/vm/hmm-tests.c: use the new SKIP() macro
Ralph Campbell
1
-2
/
+2
2020-10-13
selftests/vm: fix incorrect gcc invocation in some cases
John Hubbard
1
-0
/
+12
2020-10-13
selftests/vm: fix false build success on the second and later attempts
John Hubbard
1
-0
/
+5
2020-10-13
mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flag
Barry Song
1
-7
/
+7
2020-10-13
device-dax: add dis-contiguous resource support
Dan Williams
1
-6
/
+14
2020-10-13
mm/memremap_pages: convert to 'struct range'
Dan Williams
1
-1
/
+1
2020-10-13
device-dax: make pgmap optional for instance creation
Dan Williams
1
-4
/
+4
2020-10-13
Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-203
/
+318
2020-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
35
-293
/
+2615
2020-10-12
Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-1
/
+281
2020-10-12
Merge tag 'x86_fsgsbase_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+68
2020-10-12
Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-29
/
+30
2020-10-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
33
-1
/
+4644
2020-10-11
bpf, selftests: Add three new sockmap tests for verdict only programs
John Fastabend
1
-1
/
+18
2020-10-11
bpf, selftests: Add option to test_sockmap to omit adding parser program
John Fastabend
1
-14
/
+21
2020-10-12
selftests: netfilter: extend nfqueue test case
Florian Westphal
2
-22
/
+109
2020-10-11
selftests: net: mscc: ocelot: add test for VLAN modify action
Vladimir Oltean
1
-2
/
+45
2020-10-11
bpf, selftests: Add redirect_peer selftest
Daniel Borkmann
2
-9
/
+61
2020-10-11
bpf, selftests: Make redirect_neigh test more extensible
Daniel Borkmann
3
-186
/
+219
2020-10-11
bpf, selftests: Add test for different array inner map size
Daniel Borkmann
2
-10
/
+72
2020-10-09
kunit: test: add test plan to KUnit TAP format
Brendan Higgins
4
-14
/
+65
2020-10-09
kunit: tool: fix display of make errors
Daniel Latypov
1
-6
/
+6
2020-10-09
selftests/bpf: Asm tests for the verifier regalloc tracking.
Alexei Starovoitov
1
-0
/
+243
2020-10-09
selftests/bpf: Add profiler test
Alexei Starovoitov
7
-0
/
+1274
2020-10-09
bpf: Propagate scalar ranges through register assignments.
Alexei Starovoitov
2
-9
/
+9
2020-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-7
/
+25
2020-10-09
bpf: Add tcp_notsent_lowat bpf setsockopt
Nikita V. Shirokov
1
-0
/
+19
2020-10-09
kbuild: explicitly specify the build id style
Bill Wendling
1
-1
/
+1
2020-10-09
tests: remove O_NONBLOCK before waiting for WSTOPPED
Christian Brauner
1
-2
/
+2
2020-10-09
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
22
-69
/
+208
2020-10-08
selftests: mptcp: interpret \n as a new line
Matthieu Baerts
1
-2
/
+2
2020-10-08
selftests/clone3: Avoid OS-defined clone_args
Kees Cook
7
-44
/
+41
2020-10-08
selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit
Kees Cook
1
-4
/
+21
2020-10-08
selftests/seccomp: Allow syscall nr and ret value to be set separately
Kees Cook
1
-12
/
+47
2020-10-08
selftests/seccomp: Record syscall during ptrace entry
Kees Cook
1
-13
/
+27
2020-10-08
selftests/ftrace: Add test case for synthetic event dynamic strings
Tom Zanussi
1
-0
/
+31
2020-10-07
selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructions
Andrii Nakryiko
2
-0
/
+397
2020-10-07
selftests/run_kselftest.sh: Make each test individually selectable
Kees Cook
1
-6
/
+71
2020-10-07
selftests: Extract run_kselftest.sh and generate stand-alone test list
Kees Cook
3
-22
/
+37
2020-10-07
Merge branch 'for-next/late-arrivals' into for-next/core
Will Deacon
13
-1
/
+2070
2020-10-07
ida: Free allocated bitmap in error path
Matthew Wilcox (Oracle)
1
-0
/
+29
[prev]
[next]