summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)Author
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov
2017-03-21selftests/bpf: fix broken build, take 2Zi Shen Lim
2017-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-13Merge tag 'powerpc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-03-12selftests/bpf: fix broken buildAlexei Starovoitov
2017-03-09userfaultfd: selftest: vm: allow to build in vm/ directoryAndrea Arcangeli
2017-03-09selftests/powerpc: Replace stxvx and lxvx with stxvd2x/lxvd2xCyril Bur
2017-03-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-03-07Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-03-03Merge tag 'linux-kselftest-4.11-rc1-urgent_fix' of git://git.kernel.org/pub/s...Linus Torvalds
2017-03-03selftest/powerpc: Fix false failures for skipped testsSachin Sant
2017-03-02selftests: lib.mk Fix individual test buildsShuah Khan
2017-03-01selftests/x86: Add a basic selftest for iopermAndy Lutomirski
2017-03-01x86/selftests: Add clobbers for int80 on x86_64Dmitry Safonov
2017-02-27tools/testing/selftests/sigaltstack/sas.c: improve output of sigaltstack test...Stas Sergeev
2017-02-25Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-24userfaultfd: non-cooperative: selftest: enable REMOVE event test for shmemMike Rapoport
2017-02-24userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie
2017-02-22userfaultfd: selftest: test UFFDIO_ZEROPAGE on all memory typesAndrea Arcangeli
2017-02-22userfaultfd: non-cooperative: selftest: add test for FORK, MADVDONTNEED and R...Mike Rapoport
2017-02-22userfaultfd: non-cooperative: selftest: add ufd parameter to copy_pageMike Rapoport
2017-02-22userfaultfd: non-cooperative: selftest: introduce userfaultfd_openMike Rapoport
2017-02-22userfaultfd: shmem: add userfaultfd_shmem testMike Rapoport
2017-02-22userfaultfd: shmem: allow registration of shared memory rangesMike Rapoport
2017-02-22userfaultfd: hugetlbfs: add userfaultfd_hugetlb testMike Kravetz
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-20Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-02-20Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-18selftest for default_file_splice_read() infoleakAl Viro
2017-02-15bpf: Rebuild bpf.o for any dependency updateMickaël Salaün
2017-02-14selftests/powerpc: Fix remaining fallout from recent changesMichael Ellerman
2017-02-14selftests/powerpc: Fix the clean rule since recent changesMichael Ellerman
2017-02-14selftests: Fix the .S and .S -> .o rulesMichael Ellerman
2017-02-14selftests: Fix the .c linking ruleMichael Ellerman
2017-02-14selftests: Fix selftests build to just build, not run testsMichael Ellerman
2017-02-10bpf: Add test_tag to .gitignoreMickaël Salaün
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün