summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-12-25selftests/bpf: add tests for recent bugfixesDaniel Borkmann
2017-12-25selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as wellAndy Lutomirski
2017-12-25selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()Andy Lutomirski
2017-12-25objtool: Print top level commands on incorrect usageKamalesh Babulal
2017-12-25objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf
2017-12-20usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan
2017-12-14x86/mpx/selftests: Fix up weird arraysDave Hansen
2017-12-14hv: kvp: Avoid reading past allocated blocks from KVP filePaul Meyer
2017-12-10perf tools: Fix leaking rec_argv in error casesMartin Kepplinger
2017-12-10tools include: Do not use poison with C++Arnaldo Carvalho de Melo
2017-12-10perf test attr: Fix python error on empty resultThomas Richter
2017-12-10perf test attr: Fix ignored test case resultThomas Richter
2017-12-10usbip: tools: Install all headers needed for libusbip developmentBen Hutchings
2017-12-10selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR odditiesAndy Lutomirski
2017-12-10selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski
2017-12-10usbip: fix usbip attach to find a port that matches the requested speedShuah Khan
2017-11-21selftests/x86/protection_keys: Fix syscall NR redefinition warningsAndy Lutomirski
2017-11-11tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI headerIngo Molnar
2017-11-11Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar
2017-11-09perf trace: Call machine__exit() at exitAndrei Vagin
2017-11-09perf tools: Fix eBPF event specification parsingJiri Olsa
2017-11-09perf tools: Add "reject" option for parse-events.lJiri Olsa
2017-11-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-04tools/headers: Synchronize kernel ABI headersIngo Molnar
2017-11-04objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf
2017-11-03Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar
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 license identifier to uapi header files with a licenseGreg Kroah-Hartman
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend
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-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
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-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend
2017-10-28Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-10-27perf tools: Unwind properly location after REJECTJiri Olsa
2017-10-25perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria
2017-10-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-10-22Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann
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
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal
2017-10-20Merge tag 'perf-urgent-for-mingo-4.14-20171019' of git://git.kernel.org/pub/s...Ingo Molnar