Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0e84ac6c71cac1032a6ce4735e8c9d5e214f633f
/
tools
/
testing
/
selftests
2d62e07
Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
0710f3f
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
7876991
Merge tag 'linux-kselftest-4.11-rc1-urgent_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 8 years ago
e53aff4
selftests: lib.mk Fix individual test builds
by Shuah Khan
· 8 years ago
0eb1d0f
selftests/x86: Add a basic selftest for ioperm
by Andy Lutomirski
· 8 years ago
0c49ad4
tools/testing/selftests/sigaltstack/sas.c: improve output of sigaltstack testcase
by Stas Sergeev
· 8 years ago
c4f3f22
Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 8 years ago
64527f5
userfaultfd: non-cooperative: selftest: enable REMOVE event test for shmem
by Mike Rapoport
· 8 years ago
d811914
userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE
by Mike Rapoport
· 8 years ago
ef96152
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
94000cc
Merge tag 'v4.10-rc8' into drm-next
by Dave Airlie
· 8 years ago
7a0c4cf
userfaultfd: selftest: test UFFDIO_ZEROPAGE on all memory types
by Andrea Arcangeli
· 8 years ago
da5502c
userfaultfd: non-cooperative: selftest: add test for FORK, MADVDONTNEED and REMAP events
by Mike Rapoport
· 8 years ago
aa0d272
userfaultfd: non-cooperative: selftest: add ufd parameter to copy_page
by Mike Rapoport
· 8 years ago
6228b8f
userfaultfd: non-cooperative: selftest: introduce userfaultfd_open
by Mike Rapoport
· 8 years ago
419624d
userfaultfd: shmem: add userfaultfd_shmem test
by Mike Rapoport
· 8 years ago
cac6732
userfaultfd: shmem: allow registration of shared memory ranges
by Mike Rapoport
· 8 years ago
9903bd7
userfaultfd: hugetlbfs: add userfaultfd_hugetlb test
by Mike Kravetz
· 8 years ago
b206461
Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
e30aee9
Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 8 years ago
3051bf3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
8b5abde
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
4abaa80
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
42e1b14
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
b8826e5
selftest for default_file_splice_read() infoleak
by Al Viro
· 8 years ago
d498f87
bpf: Rebuild bpf.o for any dependency update
by Mickaël Salaün
· 8 years ago
68bd42d9
selftests/powerpc: Fix remaining fallout from recent changes
by Michael Ellerman
· 8 years ago
2e8ec87
selftests/powerpc: Fix the clean rule since recent changes
by Michael Ellerman
· 8 years ago
634ce97
selftests: Fix the .S and .S -> .o rules
by Michael Ellerman
· 8 years ago
2047f1d
selftests: Fix the .c linking rule
by Michael Ellerman
· 8 years ago
d83c3ba
selftests: Fix selftests build to just build, not run tests
by Michael Ellerman
· 8 years ago
bc6a3d9
bpf: Add test_tag to .gitignore
by Mickaël Salaün
· 8 years ago
702498a
bpf: Remove bpf_sys.h from selftests
by Mickaël Salaün
· 8 years ago
f4874d0
bpf: Use bpf_create_map() from the library
by Mickaël Salaün
· 8 years ago
5f155c2
bpf: Use bpf_map_get_next_key() from the library
by Mickaël Salaün
· 8 years ago
e58383b
bpf: Use bpf_map_delete_elem() from the library
by Mickaël Salaün
· 8 years ago
e5ff7c4
bpf: Use bpf_map_lookup_elem() from the library
by Mickaël Salaün
· 8 years ago
10ecc72
bpf: Use bpf_map_update_elem() from the library
by Mickaël Salaün
· 8 years ago
2ee89fb
bpf: Use bpf_load_program() from the library
by Mickaël Salaün
· 8 years ago
d02d898
bpf: Always test unprivileged programs
by Mickaël Salaün
· 8 years ago
7f73f39
bpf: Change the include directory for selftest
by Mickaël Salaün
· 8 years ago
2195bff
selftests, x86, protection_keys: fix wrong offset in siginfo
by Dave Hansen
· 8 years ago
16846c2
selftests, x86, protection_keys: fix uninitialized variable warning
by Dave Hansen
· 8 years ago
63dfef7
bpf: enable verifier to add 0 to packet ptr
by William Tu
· 8 years ago
29200c1
bpf: test for AND edge cases
by Josef Bacik
· 8 years ago
17fa87f
Merge 4.10-rc7 into char-misc-next
by Greg Kroah-Hartman
· 8 years ago
e64d5fb
x86/mpx: Re-add MPX to selftests Makefile
by Dave Hansen
· 8 years ago
a8709fa
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 8 years ago
4e8f2fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
1b1bc42
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
b0df0b2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next
by Dave Airlie
· 8 years ago
0901df3
bpf: use prefix_len in test_tag when reading fdinfo
by Daniel Borkmann
· 8 years ago
31945aa
Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEAD
by Paul E. McKenney
· 8 years ago
418b297
rcutorture: Add CBMC-based formal verification for SRCU
by Lance Roy
· 8 years ago
061132d
test_firmware: add test custom fallback trigger
by Luis R. Rodriguez
· 8 years ago
eb67bc3
tools: firmware: add fallback cancelation testing
by Luis R. Rodriguez
· 8 years ago
823b022
tools: firmware: rename fallback mechanism script
by Luis R. Rodriguez
· 8 years ago
afb999c
tools: firmware: check for distro fallback udev cancel rule
by Luis R. Rodriguez
· 8 years ago
3fadc80
bpf: enable verifier to better track const alu ops
by Daniel Borkmann
· 8 years ago
62b6466
bpf: add prog tag test case to bpf selftests
by Daniel Borkmann
· 8 years ago
4d3381f
bpf: Add tests for the lpm trie map
by David Herrmann
· 8 years ago
1e4c283
selftest: cpufreq: Add special tests
by Viresh Kumar
· 8 years ago
6751faf
selftest: cpufreq: Add support to test cpufreq modules
by Viresh Kumar
· 8 years ago
b03eaf8
selftest: cpufreq: Add suspend/resume/hibernate support
by Viresh Kumar
· 8 years ago
e66d5b6
selftest: cpufreq: Add support for cpufreq tests
by Viresh Kumar
· 8 years ago
6320303
selftests: Add intel_pstate to TARGETS
by Stafford Horne
· 8 years ago
29fa1d4
selftests/intel_pstate: Update makefile to match new style
by Stafford Horne
· 8 years ago
aff985f
selftests/intel_pstate: Fix warning on loop index overflow
by Stafford Horne
· 8 years ago
99c21f6
selftests/futex: Add headers to makefile dependencies
by Stafford Horne
· 8 years ago
083f345
selftests/futex: Add stdio used for logging
by Stafford Horne
· 8 years ago
df21d2f
selftest/powerpc: Wrong PMC initialized in pmc56_overflow test
by Madhavan Srinivasan
· 8 years ago
3fbfadc
bpf: Fix test_lru_sanity5() in test_lru_map.c
by Martin KaFai Lau
· 8 years ago
5593edf
Merge 4.10-rc4 into driver-core-next
by Greg Kroah-Hartman
· 8 years ago
7d02594
torture: Enable DEBUG_OBJECTS_RCU_HEAD for Tiny RCU
by Paul E. McKenney
· 8 years ago
b1c14a3
torture: Update RCU test scenario documentation
by Paul E. McKenney
· 8 years ago
c31db96
torture: Run a couple scenarios with CONFIG_RCU_EQS_DEBUG
by Paul E. McKenney
· 8 years ago
24e2f4d
torture: Run one test with DEBUG_LOCK_ALLOC but not PROVE_LOCKING
by Paul E. McKenney
· 8 years ago
ad4b594
torture: Run at least one test with CONFIG_DEBUG_OBJECTS_RCU_HEAD
by Paul E. McKenney
· 8 years ago
cdfc7f1
torture: Add tests without slow grace period setup/cleanup
by Paul E. McKenney
· 8 years ago
4faf185
torture: Add CONFIG_PROVE_RCU_REPEATEDLY=y for TINY02
by Paul E. McKenney
· 8 years ago
963447e
torture: Add a check for CONFIG_RCU_STALL_COMMON for TINY01
by Paul E. McKenney
· 8 years ago
2b0b211
locking/ww_mutex: Add ww_mutex to tools/testing/selftests
by Chris Wilson
· 8 years ago
0186a6c
locking/ww_mutex: Add ww_mutex to locktorture test
by Chris Wilson
· 8 years ago
4d7b9dc
tools: psock_lib: harden socket filter used by psock tests
by Sowmini Varadhan
· 8 years ago
62c7989
bpf: allow b/h/w/dw access for bpf's cb in ctx
by Daniel Borkmann
· 8 years ago
02ac5d1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
3e91293
selftests: x86 protection_keys remove dead code
by Shuah Khan
· 8 years ago
fbb02ed
selftests: x86 protection_keys fix unused variable compile warnings
by Shuah Khan
· 8 years ago
a33f9d8
selftests: ipc add missing generated file to .gitignore
by Shuah Khan
· 8 years ago
be7b89e
selftests: gpio add .gitignore for generated files
by Shuah Khan
· 8 years ago
880444e
selftests: firmware: send expected errors to /dev/null
by Luis R. Rodriguez
· 8 years ago
f578631
selftests: firmware: only modprobe if driver is missing
by Luis R. Rodriguez
· 8 years ago
06c1c04
bpf: allow helpers access to variable memory
by Gianluca Borello
· 8 years ago
f0318d0
bpf: allow adjusted map element values to spill
by Gianluca Borello
· 8 years ago
5722569
bpf: allow helpers access to map element values
by Gianluca Borello
· 8 years ago
3806a27
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
a8ba798
selftests: enable O and KBUILD_OUTPUT
by bamvor.zhangjian@huawei.com
· 8 years ago
80d443e8
selftests: add EXTRA_CLEAN for clean target
by bamvor.zhangjian@huawei.com
· 8 years ago
5a2d4a5
selftests: remove CROSS_COMPILE in dedicated Makefile
by bamvor.zhangjian@huawei.com
· 8 years ago
7d758af
selftests: add default rules for c source file
by bamvor.zhangjian@huawei.com
· 8 years ago
Next »