summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2017-11-11tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI headerIngo Molnar-0/+1
2017-11-11Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar-2/+13
2017-11-09perf trace: Call machine__exit() at exitAndrei Vagin-0/+10
2017-11-09perf tools: Fix eBPF event specification parsingJiri Olsa-2/+2
2017-11-09perf tools: Add "reject" option for parse-events.lJiri Olsa-0/+1
2017-11-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-16/+50
2017-11-04tools/headers: Synchronize kernel ABI headersIngo Molnar-13/+33
2017-11-04objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf-0/+1
2017-11-03Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar-15/+1089
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+974
2017-11-02Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+5
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman-0/+12
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman-0/+39
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+923
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend-2/+1
2017-10-31selftests: lib.mk: print individual test results to console by defaultShuah Khan-1/+5
2017-10-31tc-testing: fix arg to ip command: -s -> -nBrenda J. Butler-2/+2
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-7/+104
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi-5/+40
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi-0/+62
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend-2/+2
2017-10-28Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+4
2017-10-27perf tools: Unwind properly location after REJECTJiri Olsa-2/+6
2017-10-25perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria-1/+11
2017-10-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+35
2017-10-22Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+7
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-7/+524
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann-0/+480
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend-2/+14
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend-4/+5
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend-1/+11
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal-2/+7
2017-10-20Merge tag 'perf-urgent-for-mingo-4.14-20171019' of git://git.kernel.org/pub/s...Ingo Molnar-10/+35
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski-0/+14
2017-10-18perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/UbuntuLi Zhijian-3/+6
2017-10-18perf xyarray: Fix wrong processing when closing evsel fdJin Yao-2/+2
2017-10-18Revert "tools/power turbostat: stop migrating, unless '-m'"Len Brown-9/+1
2017-10-17perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACENamhyung Kim-0/+2
2017-10-17perf record: Fix documentation for a inexistent option '-l'Taeung Song-2/+2
2017-10-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-23/+55
2017-10-13userfaultfd: selftest: exercise -EEXIST only in background transferAndrea Arcangeli-5/+20
2017-10-13perf tools: Check wether the eBPF file exists in event parsingJiri Olsa-2/+15
2017-10-13perf hists: Add extra integrity checks to fmt_free()Jiri Olsa-0/+7
2017-10-13perf hists: Fix crash in perf_hpp__reset_output_field()Jiri Olsa-1/+1
2017-10-10Merge tag 'linux-kselftest-4.14-rc5-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds-3/+3
2017-10-09tools include uapi bpf.h: Sync kernel ABI header with tooling headerArnaldo Carvalho de Melo-1/+1
2017-10-09perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland-19/+47
2017-10-07kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)Masahiro Yamada-4/+4
2017-10-06perf script: Add missing separator for "-F ip,brstack" (and brstackoff)Mark Santaniello-2/+2
2017-10-05selftests/net: rxtimestamp: Fix an off by oneDan Carpenter-1/+1