summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | objtool: Add asm version of STACK_FRAME_NON_STANDARDJosh Poimboeuf2021-01-261-0/+8
| * | | | | | | objtool: Assume only ELF functions do sibling callsJosh Poimboeuf2021-01-261-14/+22
| * | | | | | | objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf2021-01-261-4/+4
| * | | | | | | objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf2021-01-261-2/+2
| * | | | | | | objtool: Fix retpoline detection in asm codeJosh Poimboeuf2021-01-263-2/+14
| * | | | | | | objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf2021-01-261-2/+6
| * | | | | | | objtool: Support stack layout changes in alternativesJosh Poimboeuf2021-01-144-111/+159
| * | | | | | | objtool: Add 'alt_group' structJosh Poimboeuf2021-01-142-7/+35
| * | | | | | | objtool: Refactor ORC section generationJosh Poimboeuf2021-01-147-159/+140
| * | | | | | | x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik2021-01-132-9/+21
| * | | | | | | objtool: Rework header include pathsVasily Gorbik2021-01-1326-47/+48
| * | | | | | | objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik2021-01-137-6/+70
| * | | | | | | objtool: Fix reloc generation on big endian cross-compilesMartin Schwidefsky2021-01-131-15/+19
| * | | | | | | x86/insn: Support big endian cross-compilesMartin Schwidefsky2021-01-132-54/+80
| * | | | | | | objtool: Make SP memory operation match PUSH/POP semanticsJulien Thierry2021-01-131-0/+20
| * | | | | | | objtool: Support addition to set CFA baseJulien Thierry2021-01-131-0/+11
| * | | | | | | objtool: Fully validate the stack frameJulien Thierry2021-01-131-4/+11
* | | | | | | | Merge tag 'topic/kcmp-kconfig-2021-02-22' of git://anongit.freedesktop.org/dr...Linus Torvalds2021-02-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson2021-02-161-1/+1
* | | | | | | | | Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-224-41/+248
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | selftests/powerpc: Add VF recovery testsOliver O'Halloran2021-01-313-0/+188
| * | | | | | | | | selftests/powerpc: Use stderr for debug messages in eeh-functionsOliver O'Halloran2021-01-311-8/+12
| * | | | | | | | | selftests/powerpc: Hoist helper code out of eeh-basicOliver O'Halloran2021-01-312-36/+51
| * | | | | | | | | selftests/powerpc: Make the test check in eeh-basic.sh posix compliantPo-Hsu Lin2021-01-051-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-02-227-14/+2192
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tracing/tools: Add the latency-collector to tools directoryViktor Rosendahl2021-02-125-6/+2161
| * | | | | | | | | selftests/ftrace: Add '!event' synthetic event syntax checkTom Zanussi2021-02-111-0/+4
| * | | | | | | | | selftests/ftrace: Update synthetic event syntax errorsTom Zanussi2021-02-111-8/+27
* | | | | | | | | | Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-02-22183-974/+6938
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | perf buildid-cache: Don't skip 16-byte build-idsNicholas Fraser2021-02-182-3/+6
| * | | | | | | | | | perf buildid-cache: Add test for 16-byte build-idNicholas Fraser2021-02-181-0/+6
| * | | | | | | | | | perf symbol: Remove redundant libbfd checksNicholas Fraser2021-02-181-9/+0
| * | | | | | | | | | perf test: Output the sub testing result in cs-etmLeo Yan2021-02-181-10/+14
| * | | | | | | | | | perf test: Suppress logs in cs-etm testingLeo Yan2021-02-181-12/+9
| * | | | | | | | | | perf tools: Fix arm64 build error with gcc-11Jianlin Lv2021-02-188-7/+14
| * | | | | | | | | | perf intel-pt: Add documentation for tracing virtual machinesAdrian Hunter2021-02-181-0/+82
| * | | | | | | | | | perf intel-pt: Split VM-Entry and VM-Exit branchesAdrian Hunter2021-02-181-1/+21
| * | | | | | | | | | perf intel-pt: Adjust sample flags for VM-ExitAdrian Hunter2021-02-181-4/+7
| * | | | | | | | | | perf intel-pt: Allow for a guest kernel address filterAdrian Hunter2021-02-181-1/+7
| * | | | | | | | | | perf intel-pt: Support decoding of guest kernelAdrian Hunter2021-02-181-12/+69
| * | | | | | | | | | perf machine: Factor out machine__idle_thread()Adrian Hunter2021-02-183-22/+22
| * | | | | | | | | | perf machine: Factor out machines__find_guest()Adrian Hunter2021-02-183-6/+11
| * | | | | | | | | | perf intel-pt: Amend decoder to track the NR flagAdrian Hunter2021-02-182-9/+53
| * | | | | | | | | | perf intel-pt: Retain the last PIP packet payload as isAdrian Hunter2021-02-185-18/+16
| * | | | | | | | | | perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter2021-02-183-0/+17
| * | | | | | | | | | perf script: Add branch types for VM-Entry and VM-ExitAdrian Hunter2021-02-183-1/+9
| * | | | | | | | | | perf auxtrace: Automatically group aux-output eventsAdrian Hunter2021-02-183-0/+23
| * | | | | | | | | | perf test: Fix unaligned access in sample parsing testNamhyung Kim2021-02-181-1/+1
| * | | | | | | | | | perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processingKan Liang2021-02-184-14/+43
| * | | | | | | | | | perf intel-pt: Add PSB eventsAdrian Hunter2021-02-187-53/+251