summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* objtool: Make jump label hack optionalJosh Poimboeuf2022-04-223-9/+31
* objtool: Make static call annotation optionalJosh Poimboeuf2022-04-223-4/+9
* objtool: Make stack validation frame-pointer-specificJosh Poimboeuf2022-04-223-5/+3
* objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-221-3/+3
* objtool: Extricate sls from stack validationJosh Poimboeuf2022-04-221-13/+43
* objtool: Rework ibt and extricate from stack validationJosh Poimboeuf2022-04-221-133/+147
* objtool: Make stack validation optionalJosh Poimboeuf2022-04-223-13/+18
* objtool: Add option to print section addressesJosh Poimboeuf2022-04-223-14/+19
* objtool: Don't print parentheses in function addressesJosh Poimboeuf2022-04-221-5/+1
* objtool: Ditch subcommandsJosh Poimboeuf2022-04-228-202/+66
* objtool: Reorganize cmdline optionsJosh Poimboeuf2022-04-227-62/+84
* libsubcmd: Fix OPTION_GROUP sortingJosh Poimboeuf2022-04-221-3/+14
* Merge branch 'tip/x86/urgent'Peter Zijlstra2022-04-221-8/+5
|\
| * objtool: Use offstr() to print address of missing ENDBRJosh Poimboeuf2022-04-191-3/+2
| * objtool: Print data address for "!ENDBR" data warningsJosh Poimboeuf2022-04-191-5/+2
| * x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra2022-04-191-0/+1
* | objtool: Fix code relocs vs weak symbolsPeter Zijlstra2022-04-221-22/+165
* | objtool: Fix type of reloc::addendPeter Zijlstra2022-04-223-7/+7
* | objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf2022-04-193-3/+2
* | objtool: Fix sibling call detection in alternativesJosh Poimboeuf2022-04-191-19/+17
* | objtool: Don't set 'jump_dest' for sibling callsJosh Poimboeuf2022-04-191-13/+22
|/
* Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-171-2/+2
|\
| * x86/tsx: Disable TSX development mode at bootPawan Gupta2022-04-111-2/+2
* | Merge tag 'linux-kselftest-fixes-5.18-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-04-151-8/+17
|\ \
| * | testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu setAthira Rajeev2022-04-121-8/+17
* | | perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KAthira Rajeev2022-04-141-33/+95
* | | perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev2022-04-143-2/+58
* | | perf record: Fix per-thread optionAlexey Bayduraev2022-04-141-5/+17
* | | perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter2022-04-131-2/+1
* | | perf stat: Fix error check return value of hashmap__new(), must use IS_ERR()Lv Ruyi2022-04-131-1/+2
* | | perf tools: Fix misleading add event PMU debug messageAdrian Hunter2022-04-131-2/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-128-13/+181
|\ \ \ | |_|/ |/| |
| * | selftests: kvm: add tsc_scaling_sync to .gitignoreLike Xu2022-04-111-0/+1
| * | KVM: selftests: riscv: Fix alignment of the guest_hang() functionAnup Patel2022-04-091-1/+1
| * | KVM: selftests: riscv: Set PTE A and D bits in VS-stage page tableAnup Patel2022-04-091-1/+3
| * | selftests: KVM: Free the GIC FD when cleaning up in arch_timerOliver Upton2022-04-071-4/+11
| * | selftests: KVM: Don't leak GIC FD across dirty log test iterationsOliver Upton2022-04-071-3/+31
| * | KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3)Andrew Jones2022-04-071-4/+10
| * | KVM: arm64: selftests: Introduce vcpu_width_configReiji Watanabe2022-04-063-0/+124
* | | Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-101-5/+25
|\ \ \
| * | | objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra2022-04-051-0/+11
| * | | objtool: Fix IBT tail-call detectionPeter Zijlstra2022-04-051-5/+14
| |/ /
* | | Merge tag 'perf-tools-fixes-for-v5.18-2022-04-09' of git://git.kernel.org/pub...Linus Torvalds2022-04-0926-71/+234
|\ \ \
| * | | perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...Ian Rogers2022-04-091-0/+1
| * | | perf tools: Add external commands to list-cmdsMichael Petlan2022-04-091-0/+4
| * | | perf docs: Add perf-iostat link to manpagesMichael Petlan2022-04-091-1/+1
| * | | perf session: Remap buf if there is no space for eventDenis Nikitin2022-04-091-3/+12
| * | | perf bench: Fix epoll bench to correct usage of affinity for machines with #C...Athira Rajeev2022-04-092-12/+38
| * | | perf bench: Fix futex bench to correct usage of affinity for machines with #C...Athira Rajeev2022-04-095-28/+83
| * | | perf tools: Fix perf's libperf_print callbackAdrian Hunter2022-04-091-1/+1