summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-14bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics changeYonghong Song
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller
2017-11-11samples/bpf: add a test for bpf_override_returnJosef Bacik
2017-11-08selftests/x86: Add tests for the STR and SLDT instructionsRicardo Neri
2017-11-08selftests/x86: Add tests for User-Mode Instruction PreventionRicardo Neri
2017-11-07selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski
2017-11-07selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as wellAndy Lutomirski
2017-11-07selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()Andy Lutomirski
2017-11-07selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR odditiesAndy Lutomirski
2017-11-07selftests/x86/protection_keys: Fix syscall NR redefinition warningsAndy Lutomirski
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-05selftests/bpf: add a test for device cgroup controllerRoman Gushchin
2017-11-05bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/Roman Gushchin
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02bpf: add test cases to bpf selftests to cover all meta testsDaniel Borkmann
2017-11-02bpf: minor cleanups after mergeDaniel Borkmann
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-01selftests/bpf: remove useless bpf_trace_printkAlexei Starovoitov
2017-11-01tc-testing: better test case file error reportingBrenda J. Butler
2017-11-01tc-testing: better check if thing is listBrenda J. Butler
2017-11-01tc-testing: correction to docstring in get_unique_itemBrenda J. Butler
2017-11-01tc-testing: split config fileBrenda J. Butler
2017-11-01tc-testing: gitignore, ignore standard python artifactsBrenda J. Butler
2017-11-01tc-testing: very simple example test casesBrenda J. Butler
2017-10-31selftests: lib.mk: print individual test results to console by defaultShuah Khan
2017-10-31tc-testing: fix arg to ip command: -s -> -nBrenda J. Butler
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi
2017-10-25locking/atomics, rcutorture/formal: Prepare for ACCESS_ONCE() removalMark Rutland
2017-10-25locking/atomics, selftests/powerpc: Convert ACCESS_ONCE() to READ_ONCE()/WRIT...Mark Rutland
2017-10-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-10-23selftests/bpf: fix broken build of test_mapsAlexei Starovoitov
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-22bpf: Adding helper function bpf_getsockopsLawrence Brakmo
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann
2017-10-20bpf: Add tests for eBPF file modeChenbo Feng
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend