summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | selftests: ftrace: Allow some event trigger tests to run in an instanceSteven Rostedt (VMware)2017-04-265-0/+5
| * | | | | | | | selftests: ftrace: Have some basic tests run in a tracing instance tooSteven Rostedt (VMware)2017-04-262-0/+2
| * | | | | | | | selftests: ftrace: Have event tests also run in an tracing instanceSteven Rostedt (VMware)2017-04-263-0/+3
| * | | | | | | | selftests: ftrace: Make func_event_triggers and func_traceonoff_triggers test...Steven Rostedt (VMware)2017-04-262-0/+2
| * | | | | | | | selftests: ftrace: Allow some tests to be run in a tracing instanceSteven Rostedt (VMware)2017-04-261-1/+17
| * | | | | | | | selftests: ftrace: Add test to test reading of set_ftrace_fileSteven Rostedt (VMware)2017-04-181-0/+132
| * | | | | | | | selftests: ftrace: Add a test to test function triggers to start and stop tra...Steven Rostedt (VMware)2017-04-181-0/+171
| * | | | | | | | selftests: ftrace: Add a selftest to test event enable/disable func triggerSteven Rostedt (VMware)2017-04-181-0/+113
| * | | | | | | | selftests: ftrace: Add a way to reset triggers in the set_ftrace_filter fileSteven Rostedt (VMware)2017-04-181-0/+21
| * | | | | | | | selftests: ftrace: Add -l/--logdir optionNamhyung Kim2017-04-171-0/+5
| * | | | | | | | tracing/kprobes: expose maxactive for kretprobe in kprobe_eventsAlban Crequy2017-04-041-0/+39
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-033-108/+116
|\ \ \ \ \ \ \ \
| * | | | | | | | userfaultfd: selftest: combine all cases into a single executableMike Rapoport2017-05-033-108/+116
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'spi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2017-05-031-5/+88
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/spidev-test', '...Mark Brown2017-04-261-5/+88
| |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / | | | | |/| | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | | * | | | | | | spi: spidev_test: add option to continuously transfer dataFrode Isaksen2017-03-211-5/+88
| | |/ / / / / / /
* | | | | | | | | Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-05-031-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Merge tag 'v4.11-rc7' into drm-nextDave Airlie2017-04-194-13/+22
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-114-11/+308
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie2017-03-282-12/+36
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie2017-03-2326-68/+400
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-03-081-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| | * | | | | | | | | Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-278-30/+68
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | drm/i915: Provide a hook for selftestsChris Wilson2017-02-131-0/+1
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-023-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tools/testing/selftests/powerpc: remove redundant CFLAGS in Makefile: "-Wall ...Chijun Sima2017-03-241-1/+1
| * | | | | | | | | | | | selftests/timers: Spelling s/privledges/privileges/Geert Uytterhoeven2017-03-241-2/+2
| * | | | | | | | | | | | treewide: Fix typos in printkMasanari Iida2017-03-241-1/+1
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-0222-91/+1947
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | selftests: bpf: Use bpf_endian.h in test_xdp.cDavid S. Miller2017-05-021-9/+8
| * | | | | | | | | | | | bpf: Include bpf_endian.h in test_progs.c too.David S. Miller2017-05-011-0/+1
| * | | | | | | | | | | | bpf: Move endianness BPF helpers out of bpf_util.hDavid S. Miller2017-05-014-21/+25
| * | | | | | | | | | | | bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2017-05-011-6/+12
| * | | | | | | | | | | | bpf: provide a generic macro for percpu values for selftestsDaniel Borkmann2017-04-282-17/+27
| * | | | | | | | | | | | bpf: fix _htons occurences in test_progsDaniel Borkmann2017-04-284-15/+31
| * | | | | | | | | | | | bpf: add various test cases to verifier selftestsDaniel Borkmann2017-04-281-0/+137
| * | | | | | | | | | | | bpf: map_get_next_key to return first key on NULLTeng Qin2017-04-251-4/+25
| * | | | | | | | | | | | selftests/net: Fix broken test case in psock_fanoutMike Maloney2017-04-251-1/+1
| * | | | | | | | | | | | selftests/net: add tests for PACKET_FANOUT_FLAG_UNIQUEIDMike Maloney2017-04-241-11/+84
| * | | | | | | | | | | | selftests/net: cleanup unused parameter in psock_fanoutMike Maloney2017-04-241-9/+9
| * | | | | | | | | | | | bpf: Add sparc support to tools and samples.David S. Miller2017-04-222-0/+5
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-213-14/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | bpf: add napi_id read access to __sk_buffDaniel Borkmann2017-04-212-0/+4
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-201-0/+117
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau2017-04-171-1/+1
| * | | | | | | | | | | | | bpf: lru: Cleanup test_lru_map.cMartin KaFai Lau2017-04-171-23/+9
| * | | | | | | | | | | | | bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRUMartin KaFai Lau2017-04-171-5/+65
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-155-18/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | tools: bpf_jit_disasm: Add option to dump JIT image to a file.David Daney2017-04-131-4/+36
| * | | | | | | | | | | | | bpf: fix comment typoAlexander Alemayhu2017-04-091-1/+1
OpenPOWER on IntegriCloud