summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | perf test: Auto bump rlimit(MEMLOCK) for BPF test sakeArnaldo Carvalho de Melo2019-07-091-0/+6
| | * | | | | perf tools: Introduce rlimit__bump_memlock() helperArnaldo Carvalho de Melo2019-07-093-0/+36
* | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-206-181/+206
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | objtool: Support conditional retpolinesJosh Poimboeuf2019-07-182-2/+11
| * | | | | | objtool: Convert insn type to enumJosh Poimboeuf2019-07-184-26/+20Star
| * | | | | | objtool: Fix seg fault on bad switch table entryJosh Poimboeuf2019-07-181-1/+1
| * | | | | | objtool: Support repeated uses of the same C jump tableJann Horn2019-07-183-25/+30
| * | | | | | objtool: Refactor jump table codeJosh Poimboeuf2019-07-183-40/+46
| * | | | | | objtool: Refactor sibling call detection logicJosh Poimboeuf2019-07-181-32/+33
| * | | | | | objtool: Do frame pointer check before dead end checkJosh Poimboeuf2019-07-181-9/+9
| * | | | | | objtool: Change dead_end_function() to return booleanJosh Poimboeuf2019-07-181-22/+14Star
| * | | | | | objtool: Warn on zero-length functionsJosh Poimboeuf2019-07-181-0/+6
| * | | | | | objtool: Refactor function alias logicJosh Poimboeuf2019-07-182-8/+10
| * | | | | | objtool: Track original function across branchesJosh Poimboeuf2019-07-181-16/+12Star
| * | | | | | objtool: Add mcsafe_handle_tail() to the uaccess safe listJosh Poimboeuf2019-07-181-0/+1
| * | | | | | Merge branch 'x86/debug' into core/urgentThomas Gleixner2019-07-181-7/+20
| |\ \ \ \ \ \
| | * | | | | | objtool: Add support for C jump tablesJosh Poimboeuf2019-07-091-7/+20
| * | | | | | | objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney2019-07-183-3/+3
| * | | | | | | objtool: Use Elf_Scn typedef instead of assuming struct nameMichael Forney2019-07-181-1/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-2010-12/+492
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | KVM: selftests: Remove superfluous define from vmx.cThomas Huth2019-07-201-2/+0Star
| * | | | | | | Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-07-159-10/+492
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: selftests: enable pgste option for the linker on s390Christian Borntraeger2019-06-041-1/+6
| | * | | | | | | KVM: selftests: Move kvm_create_max_vcpus test to generic codeThomas Huth2019-06-042-2/+5
| | * | | | | | | KVM: selftests: Add the sync_regs test for s390xThomas Huth2019-06-042-0/+153
| | * | | | | | | KVM: selftests: Add processor code for s390xThomas Huth2019-06-043-0/+309
| | * | | | | | | KVM: selftests: Align memory region addresses to 1M on s390xThomas Huth2019-06-041-5/+16
| | * | | | | | | KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bitsThomas Huth2019-06-043-2/+8
| | * | | | | | | KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTSThomas Huth2019-06-042-0/+4
* | | | | | | | | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-201-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-171-2/+2
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-1924-153/+373
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-1823-152/+339
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | selftests/bpf: fix test_xdp_noinline on s390Ilya Leoshkevich2019-07-181-8/+9
| | * | | | | | | | | | selftests/bpf: fix "valid read map access into a read-only array 1" on s390Ilya Leoshkevich2019-07-181-1/+1
| | * | | | | | | | | | selftests/bpf: fix perf_buffer on s390Ilya Leoshkevich2019-07-173-17/+11Star
| | * | | | | | | | | | selftests/bpf: structure test_{progs, maps, verifier} test runners uniformlyAndrii Nakryiko2019-07-171-14/+10Star
| | * | | | | | | | | | selftests/bpf: fix test_verifier/test_maps make dependenciesAndrii Nakryiko2019-07-171-3/+3
| | * | | | | | | | | | libbpf: fix another GCC8 warning for strncpyAndrii Nakryiko2019-07-161-1/+2
| | * | | | | | | | | | selftests/bpf: skip nmi test when perf hw events are disabledIlya Leoshkevich2019-07-161-1/+32
| | * | | | | | | | | | selftests/bpf: fix "alu with different scalars 1" on s390Ilya Leoshkevich2019-07-161-1/+1
| | * | | | | | | | | | selftests/bpf: remove logic duplication in test_verifierAndrii Nakryiko2019-07-161-20/+15Star
| | * | | | | | | | | | bpf: sync bpf.h to tools/Stanislav Fomichev2019-07-151-2/+2
| | * | | | | | | | | | selftests/bpf: add selftests for wide loadsStanislav Fomichev2019-07-151-0/+37
| | * | | | | | | | | | selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.cStanislav Fomichev2019-07-152-36/+36
| | * | | | | | | | | | selftests/bpf: put test_stub.o into $(OUTPUT)Ilya Leoshkevich2019-07-151-2/+5
| | * | | | | | | | | | selftests/bpf: make directory prerequisites order-onlyIlya Leoshkevich2019-07-151-8/+8
| | * | | | | | | | | | selftests/bpf: fix attach_probe on s390Ilya Leoshkevich2019-07-151-0/+2
| | * | | | | | | | | | selftests/bpf: use typedef'ed arrays as map valuesAndrii Nakryiko2019-07-153-4/+4
| | * | | | | | | | | | selftests/bpf: add trickier size resolution testsAndrii Nakryiko2019-07-151-0/+88