summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski2017-11-071-1/+16
* selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as wellAndy Lutomirski2017-11-071-1/+9
* selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()Andy Lutomirski2017-11-071-16/+37
* selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR odditiesAndy Lutomirski2017-11-071-1/+9
* selftests/x86/protection_keys: Fix syscall NR redefinition warningsAndy Lutomirski2017-11-071-6/+18
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-07990-11/+1023
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-0527-16/+50
| |\
| | * tools/headers: Synchronize kernel ABI headersIngo Molnar2017-11-0425-13/+33
| | * Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2017-11-03979-15/+1089
| | |\
| | * | perf tools: Unwind properly location after REJECTJiri Olsa2017-10-271-2/+6
| | * | perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria2017-10-251-1/+11
| * | | objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf2017-11-041-0/+1
| | |/ | |/|
| * | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02974-0/+974
| |\ \
| | * | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-0212-0/+12
| | * | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-0239-0/+39
| | * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02923-0/+923
| | |/
| * | Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-021-1/+5
| |\ \
| | * | selftests: lib.mk: print individual test results to console by defaultShuah Khan2017-10-311-1/+5
| * | | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-2/+1
| * | | tc-testing: fix arg to ip command: -s -> -nBrenda J. Butler2017-10-311-2/+2
* | | | Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar2017-11-0219-39/+675
|\ \ \ \ | |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-295-7/+104
| |\ \ \
| | * | | selftests: Introduce a new test case to tc testsuiteChris Mi2017-10-293-5/+40
| | * | | selftests: Introduce a new script to generate tc batch fileChris Mi2017-10-291-0/+62
| | * | | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-2/+2
| * | | | Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-10-282-4/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)Masahiro Yamada2017-10-072-4/+4
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-226-10/+35
| |\ \ \ \
| | * \ \ \ Merge tag 'perf-urgent-for-mingo-4.14-20171019' of git://git.kernel.org/pub/s...Ingo Molnar2017-10-206-10/+35
| | |\ \ \ \
| | | * | | | perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/UbuntuLi Zhijian2017-10-181-3/+6
| | | * | | | perf xyarray: Fix wrong processing when closing evsel fdJin Yao2017-10-181-2/+2
| | | * | | | perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACENamhyung Kim2017-10-171-0/+2
| | | * | | | perf record: Fix documentation for a inexistent option '-l'Taeung Song2017-10-171-2/+2
| | | * | | | perf tools: Check wether the eBPF file exists in event parsingJiri Olsa2017-10-131-2/+15
| | | * | | | perf hists: Add extra integrity checks to fmt_free()Jiri Olsa2017-10-131-0/+7
| | | * | | | perf hists: Fix crash in perf_hpp__reset_output_field()Jiri Olsa2017-10-131-1/+1
| * | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-221-2/+7
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | objtool: Fix memory leak in decode_instructions()Kamalesh Babulal2017-10-201-2/+7
| | |/ / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-215-7/+524
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann2017-10-221-0/+480
| | * | | | bpf: remove mark access for SK_SKB program typesJohn Fastabend2017-10-201-2/+14
| | * | | | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-203-4/+5
| | * | | | bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-1/+11
| | * | | | bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-181-0/+14
| * | | | | Revert "tools/power turbostat: stop migrating, unless '-m'"Len Brown2017-10-181-9/+1
* | | | | | Merge branch 'core/objtool' into x86/asm, to pick up dependent changesIngo Molnar2017-10-232-6/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | objtool: Print top level commands on incorrect usageKamalesh Babulal2017-10-181-4/+2
| * | | | | objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf2017-09-281-2/+5
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-146-23/+55
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | tools include uapi bpf.h: Sync kernel ABI header with tooling headerArnaldo Carvalho de Melo2017-10-091-1/+1
OpenPOWER on IntegriCloud