summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: net: add PF_PACKET TPACKET v1/v2/v3 selftestsDaniel Borkmann2013-04-075-87/+966
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-276-7/+40
|\
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-03-186-7/+40
| |\
| | * perf tools: Fix LIBNUMA build with glibc 2.12 and older.Vinson Lee2013-03-141-0/+24
| | * perf probe: Fix segfaultAnanth N Mavinakayanahalli2013-03-131-1/+1
| | * libtraceevent: Remove hard coded include to /usr/local/include in MakefileJack Mitchell2013-03-131-1/+1
| | * perf record: Fix -C optionJiri Olsa2013-03-131-2/+4
| | * perf tools: check if -DFORTIFY_SOURCE=2 is allowedMarcin Slusarz2013-03-131-1/+7
| | * perf report: Fix build with NO_NEWT=1Michael Ellerman2013-03-131-0/+1
| | * perf annotate: Fix build with NO_NEWT=1Michael Ellerman2013-03-131-2/+2
* | | net: fix psock_fanout on sparc64Willem de Bruijn2013-03-211-1/+7
* | | filter: add minimal BPF JIT image disassemblerDaniel Borkmann2013-03-213-5/+220
* | | net: Move selftests to common net/ subdirectory.David S. Miller2013-03-207-22/+6Star
* | | net: fix psock_fanout selftest bind error messageDaniel Baluta2013-03-201-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-1/+1
|\| |
| * | Merge tag 'usb-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-03-131-1/+1
| |\ \
| | * | tools: usb: ffs-test: Fix build failureMaxin B. John2013-03-071-1/+1
* | | | net: fix psock_fanout selftest hash collisionWillem de Bruijn2013-03-201-40/+120
* | | | net: Get rid of compat defines in psock_fanout.c selftest.David S. Miller2013-03-191-18/+0Star
* | | | net: Fix failure string in net-socket selftests Makefile.David S. Miller2013-03-191-1/+1
* | | | packet: packet fanout rollover during socket overloadWillem de Bruijn2013-03-194-0/+361
* | | | net: Add socket() system call self test.David S. Miller2013-03-194-0/+121
|/ / /
* / / efivars: efivarfs_valid_name() should handle pstore syntaxMatt Fleming2013-03-061-0/+59
|/ /
* | Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-031-0/+6
|\ \
| * | perf: Enable building perf tools for MetaJames Hogan2013-03-021-0/+6
* | | Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-021-0/+6
|\ \ \
| * | | perf, ARC: Enable building perf tools for ARCVineet Gupta2013-02-151-0/+6
* | | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star
* | | | selftests: add a simple docJeremy Kerr2013-02-281-0/+42
* | | | tools/testing/selftests/Makefile: rearrange targetsAndrew Morton2013-02-281-1/+7
* | | | selftests/efivarfs: add create-read testJeremy Kerr2013-02-283-1/+46
* | | | selftests/efivarfs: add empty file creation testJeremy Kerr2013-02-281-0/+13
* | | | selftests: add tests for efivarfsJeremy Kerr2013-02-284-1/+195
* | | | Merge tag 'ktest-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-02-263-18/+253
|\ \ \ \
| * | | | ktest: Remove indexes from warnings checkSteven Rostedt (Red Hat)2013-02-181-8/+26
| * | | | ktest: Ignore warnings during rebootSteven Rostedt (Red Hat)2013-02-051-0/+8
| * | | | ktest: Search for linux banner for successful rebootSteven Rostedt (Red Hat)2013-02-051-1/+6
| * | | | ktest: Add make_warnings_file and process full warningsSteven Rostedt (Red Hat)2013-01-313-6/+185
| * | | | ktest: Allow a test option to use its default optionSteven Rostedt (Red Hat)2013-01-311-6/+10
| * | | | ktest: Strip off '\n' when reading which files were modifiedSteven Rostedt (Red Hat)2013-01-301-0/+4
| * | | | ktest: Do not require CONSOLE for build or install bisectsSteven Rostedt (Red Hat)2013-01-301-5/+22
| |/ / /
* | | | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-212-54/+49Star
|\ \ \ \
| * | | | Merge 3.8-rc5 into char-misc-nextGreg Kroah-Hartman2013-01-252-1/+11
| |\| | |
| * | | | tools: hv: Use CLOEXEC when opening kvp_pool filesTomas Hozza2013-01-191-4/+4
| * | | | tools: hv: Fix how ifcfg-* file is createdTomas Hozza2013-01-172-43/+38Star
| * | | | tools: hv: fix a typo in hv_set_ifconfig.shJason Wang2013-01-171-1/+1
| * | | | tools/hv: Fix permissions of created directory and filesBen Hutchings2013-01-171-2/+2
| * | | | tools/hv: Fix /var subdirectoryTomas Hozza2013-01-171-6/+6
* | | | | Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-17/+14Star
|\ \ \ \ \
| * | | | | testusb: remove all mentions of 'usbfs'Sergei Shtylyov2013-02-081-14/+13Star