summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systemsDominik Brodowski2018-02-151-7/+13
* selftests/x86: Do not rely on "int $0x80" in single_step_syscall.cDominik Brodowski2018-02-152-1/+6
* selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.cDominik Brodowski2018-02-131-0/+4
* selftests/x86: Fix build bug caused by the 5lvl test which has been moved to ...Dominik Brodowski2018-02-131-1/+1
* selftests/x86/pkeys: Remove unused functionsIngo Molnar2018-02-131-28/+0
* selftests/x86: Clean up and document sscanf() usageDominik Brodowski2018-02-132-6/+16
* selftests/x86: Fix vDSO selftest segfault for vsyscall=noneDominik Brodowski2018-02-131-7/+43
* objtool: Fix switch-table detectionPeter Zijlstra2018-02-092-2/+40
* objtool: Warn on stripped section symbolJosh Poimboeuf2018-01-301-0/+5
* objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf2018-01-301-22/+31
* objtool: Improve retpoline alternative handlingJosh Poimboeuf2018-01-301-20/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-191-3/+149
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-181-3/+149
| |\
| | * bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2018-01-171-1/+122
| | * bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-161-2/+27
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-171-1/+3
|\ \ \ | |/ / |/| |
| * | objtool: Improve error message for bad file argumentJosh Poimboeuf2018-01-161-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-161-0/+40
|\ \ \ | | |/ | |/|
| * | bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-101-0/+40
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-144-8/+565
|\ \ \ | | |/ | |/|
| * | selftests/x86: Add test_vsyscallAndy Lutomirski2018-01-132-1/+501
| * | objtool: Allow alternatives to be ignoredJosh Poimboeuf2018-01-122-7/+57
| * | objtool: Detect jumps to retpoline thunksJosh Poimboeuf2018-01-121-0/+7
* | | tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton2018-01-131-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-101-21/+1
|\ \
| * | selftests/bpf: fix test_alignAlexei Starovoitov2018-01-071-21/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-317-42/+184
|\ \ \
| * | | tools arch s390: Do not include header files from the kernel sourcesArnaldo Carvalho de Melo2017-12-183-1/+46
| * | | perf jvmti: Generate correct debug information for inlined codeBen Gainey2017-12-183-36/+134
| * | | perf tools: Fix up build in hardened environmentsJiri Olsa2017-12-181-4/+3
| * | | perf tools: Use shell function for perl cflags retrievalJiri Olsa2017-12-181-1/+1
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-313-2/+6
|\ \ \ \
| * | | | objtool: Fix seg fault with clang-compiled objectsSimon Ser2017-12-301-0/+2
| * | | | objtool: Fix seg fault caused by missing parameterSimon Ser2017-12-301-1/+3
| * | | | objtool: Fix Clang enum conversion warningLukas Bulwahn2017-12-281-1/+1
* | | | | Merge tag 'usb-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-12-311-3/+6
|\ \ \ \ \
| * | | | | usbip: fix usbip bind writing random string after command in match_busidJuan Zea2017-12-191-3/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-2/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | x86/ldt: Make the LDT mapping ROThomas Gleixner2017-12-231-2/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-283-4/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-273-4/+8
| |\ \ \
| | * | | tools: bpftool: protect against races with disappearing objectsJakub Kicinski2017-12-232-0/+4
| | * | | tools: bpftool: maps: close json array on error paths of showJakub Kicinski2017-12-231-3/+3
| | * | | selftests/bpf: fix Makefile for passing LLC to the command lineQuentin Monnet2017-12-221-1/+1
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-6/+3
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | x86/ldt: Prevent LDT inheritance on execThomas Gleixner2017-12-221-6/+3
| * | | Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar2017-12-172-24/+88
| |\ \ \
| * \ \ \ Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-172-6/+7
| |\ \ \ \
* | \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-215-49/+593
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-204-49/+568
| |\ \ \ \ \
OpenPOWER on IntegriCloud