summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* userfaultfd: non-cooperative: selftest: enable REMOVE event test for shmemMike Rapoport2017-02-241-4/+2
* userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport2017-02-241-8/+8
* Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-232-0/+30
|\
| * Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-26/+27
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2017-01-275-5/+5
| |\ \
| * \ \ Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-092-0/+30
| |\ \ \
| | * | | drm: Add some kselftests for the DRM range manager (struct drm_mm)Chris Wilson2016-12-271-0/+15
| | * | | lib: Add a simple prime number generatorChris Wilson2016-12-271-0/+15
* | | | | userfaultfd: selftest: test UFFDIO_ZEROPAGE on all memory typesAndrea Arcangeli2017-02-221-1/+81
* | | | | userfaultfd: non-cooperative: selftest: add test for FORK, MADVDONTNEED and R...Mike Rapoport2017-02-221-12/+163
* | | | | userfaultfd: non-cooperative: selftest: add ufd parameter to copy_pageMike Rapoport2017-02-221-5/+5
* | | | | userfaultfd: non-cooperative: selftest: introduce userfaultfd_openMike Rapoport2017-02-221-16/+25
* | | | | userfaultfd: shmem: add userfaultfd_shmem testMike Rapoport2017-02-223-2/+50
* | | | | userfaultfd: shmem: allow registration of shared memory rangesMike Rapoport2017-02-221-1/+1
* | | | | userfaultfd: hugetlbfs: add userfaultfd_hugetlb testMike Kravetz2017-02-223-17/+161
* | | | | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-221-5/+20
|\ \ \ \ \
| * \ \ \ \ Merge 4.10-rc4 into driver-core-nextGreg Kroah-Hartman2017-01-164-4/+4
| |\ \ \ \ \
| * | | | | | selftests: firmware: send expected errors to /dev/nullLuis R. Rodriguez2017-01-111-3/+3
| * | | | | | selftests: firmware: only modprobe if driver is missingLuis R. Rodriguez2017-01-111-2/+17
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-223-100/+225
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman2017-02-062-27/+28
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | test_firmware: add test custom fallback triggerLuis R. Rodriguez2017-01-251-0/+68
| * | | | | | tools: firmware: add fallback cancelation testingLuis R. Rodriguez2017-01-251-0/+32
| * | | | | | tools: firmware: rename fallback mechanism scriptLuis R. Rodriguez2017-01-252-3/+4
| * | | | | | tools: firmware: check for distro fallback udev cancel ruleLuis R. Rodriguez2017-01-251-2/+26
| | |_|/ / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-2210-294/+2465
|\ \ \ \ \ \
| * | | | | | bpf: Rebuild bpf.o for any dependency updateMickaël Salaün2017-02-151-2/+13
| * | | | | | bpf: Add test_tag to .gitignoreMickaël Salaün2017-02-101-0/+1
| * | | | | | bpf: Remove bpf_sys.h from selftestsMickaël Salaün2017-02-106-34/+3
| * | | | | | bpf: Use bpf_create_map() from the libraryMickaël Salaün2017-02-106-30/+15
| * | | | | | bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2017-02-103-29/+18
| * | | | | | bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2017-02-103-24/+14
| * | | | | | bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2017-02-104-48/+37
| * | | | | | bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2017-02-104-89/+97
| * | | | | | bpf: Use bpf_load_program() from the libraryMickaël Salaün2017-02-104-27/+12
| * | | | | | bpf: Always test unprivileged programsMickaël Salaün2017-02-102-6/+64
| * | | | | | bpf: Change the include directory for selftestMickaël Salaün2017-02-101-1/+1
| * | | | | | bpf: enable verifier to add 0 to packet ptrWilliam Tu2017-02-061-0/+23
| * | | | | | bpf: test for AND edge casesJosef Bacik2017-02-061-0/+55
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-282-27/+28
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | bpf: use prefix_len in test_tag when reading fdinfoDaniel Borkmann2017-01-251-1/+1
| * | | | | | bpf: enable verifier to better track const alu opsDaniel Borkmann2017-01-241-0/+82
| * | | | | | bpf: add prog tag test case to bpf selftestsDaniel Borkmann2017-01-242-2/+204
| * | | | | | bpf: Add tests for the lpm trie mapDavid Herrmann2017-01-233-2/+361
| * | | | | | tools: psock_lib: harden socket filter used by psock testsSowmini Varadhan2017-01-121-7/+32
| * | | | | | bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann2017-01-121-3/+439
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-114-4/+4
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | bpf: allow helpers access to variable memoryGianluca Borello2017-01-091-0/+410
| * | | | | | bpf: allow adjusted map element values to spillGianluca Borello2017-01-091-0/+46
| * | | | | | bpf: allow helpers access to map element valuesGianluca Borello2017-01-091-0/+491
OpenPOWER on IntegriCloud