Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | objtool: Add asm version of STACK_FRAME_NON_STANDARD | Josh Poimboeuf | 2021-01-26 | 1 | -0/+8 | |
| * | | | | | | | objtool: Assume only ELF functions do sibling calls | Josh Poimboeuf | 2021-01-26 | 1 | -14/+22 | |
| * | | | | | | | objtool: Support retpoline jump detection for vmlinux.o | Josh Poimboeuf | 2021-01-26 | 1 | -4/+4 | |
| * | | | | | | | objtool: Fix ".cold" section suffix check for newer versions of GCC | Josh Poimboeuf | 2021-01-26 | 1 | -2/+2 | |
| * | | | | | | | objtool: Fix retpoline detection in asm code | Josh Poimboeuf | 2021-01-26 | 3 | -2/+14 | |
| * | | | | | | | objtool: Fix error handling for STD/CLD warnings | Josh Poimboeuf | 2021-01-26 | 1 | -2/+6 | |
| * | | | | | | | objtool: Support stack layout changes in alternatives | Josh Poimboeuf | 2021-01-14 | 4 | -111/+159 | |
| * | | | | | | | objtool: Add 'alt_group' struct | Josh Poimboeuf | 2021-01-14 | 2 | -7/+35 | |
| * | | | | | | | objtool: Refactor ORC section generation | Josh Poimboeuf | 2021-01-14 | 7 | -159/+140 | |
| * | | | | | | | x86/insn: Fix vector instruction decoding on big endian cross-compiles | Vasily Gorbik | 2021-01-13 | 2 | -9/+21 | |
| * | | | | | | | objtool: Rework header include paths | Vasily Gorbik | 2021-01-13 | 26 | -47/+48 | |
| * | | | | | | | objtool: Fix x86 orc generation on big endian cross-compiles | Vasily Gorbik | 2021-01-13 | 7 | -6/+70 | |
| * | | | | | | | objtool: Fix reloc generation on big endian cross-compiles | Martin Schwidefsky | 2021-01-13 | 1 | -15/+19 | |
| * | | | | | | | x86/insn: Support big endian cross-compiles | Martin Schwidefsky | 2021-01-13 | 2 | -54/+80 | |
| * | | | | | | | objtool: Make SP memory operation match PUSH/POP semantics | Julien Thierry | 2021-01-13 | 1 | -0/+20 | |
| * | | | | | | | objtool: Support addition to set CFA base | Julien Thierry | 2021-01-13 | 1 | -0/+11 | |
| * | | | | | | | objtool: Fully validate the stack frame | Julien Thierry | 2021-01-13 | 1 | -4/+11 | |
* | | | | | | | | Merge tag 'topic/kcmp-kconfig-2021-02-22' of git://anongit.freedesktop.org/dr... | Linus Torvalds | 2021-02-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE | Chris Wilson | 2021-02-16 | 1 | -1/+1 | |
* | | | | | | | | | Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2021-02-22 | 4 | -41/+248 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | selftests/powerpc: Add VF recovery tests | Oliver O'Halloran | 2021-01-31 | 3 | -0/+188 | |
| * | | | | | | | | | selftests/powerpc: Use stderr for debug messages in eeh-functions | Oliver O'Halloran | 2021-01-31 | 1 | -8/+12 | |
| * | | | | | | | | | selftests/powerpc: Hoist helper code out of eeh-basic | Oliver O'Halloran | 2021-01-31 | 2 | -36/+51 | |
| * | | | | | | | | | selftests/powerpc: Make the test check in eeh-basic.sh posix compliant | Po-Hsu Lin | 2021-01-05 | 1 | -1/+1 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2021-02-22 | 7 | -14/+2192 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | tracing/tools: Add the latency-collector to tools directory | Viktor Rosendahl | 2021-02-12 | 5 | -6/+2161 | |
| * | | | | | | | | | selftests/ftrace: Add '!event' synthetic event syntax check | Tom Zanussi | 2021-02-11 | 1 | -0/+4 | |
| * | | | | | | | | | selftests/ftrace: Update synthetic event syntax errors | Tom Zanussi | 2021-02-11 | 1 | -8/+27 | |
* | | | | | | | | | | Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2021-02-22 | 183 | -974/+6938 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | perf buildid-cache: Don't skip 16-byte build-ids | Nicholas Fraser | 2021-02-18 | 2 | -3/+6 | |
| * | | | | | | | | | | perf buildid-cache: Add test for 16-byte build-id | Nicholas Fraser | 2021-02-18 | 1 | -0/+6 | |
| * | | | | | | | | | | perf symbol: Remove redundant libbfd checks | Nicholas Fraser | 2021-02-18 | 1 | -9/+0 | |
| * | | | | | | | | | | perf test: Output the sub testing result in cs-etm | Leo Yan | 2021-02-18 | 1 | -10/+14 | |
| * | | | | | | | | | | perf test: Suppress logs in cs-etm testing | Leo Yan | 2021-02-18 | 1 | -12/+9 | |
| * | | | | | | | | | | perf tools: Fix arm64 build error with gcc-11 | Jianlin Lv | 2021-02-18 | 8 | -7/+14 | |
| * | | | | | | | | | | perf intel-pt: Add documentation for tracing virtual machines | Adrian Hunter | 2021-02-18 | 1 | -0/+82 | |
| * | | | | | | | | | | perf intel-pt: Split VM-Entry and VM-Exit branches | Adrian Hunter | 2021-02-18 | 1 | -1/+21 | |
| * | | | | | | | | | | perf intel-pt: Adjust sample flags for VM-Exit | Adrian Hunter | 2021-02-18 | 1 | -4/+7 | |
| * | | | | | | | | | | perf intel-pt: Allow for a guest kernel address filter | Adrian Hunter | 2021-02-18 | 1 | -1/+7 | |
| * | | | | | | | | | | perf intel-pt: Support decoding of guest kernel | Adrian Hunter | 2021-02-18 | 1 | -12/+69 | |
| * | | | | | | | | | | perf machine: Factor out machine__idle_thread() | Adrian Hunter | 2021-02-18 | 3 | -22/+22 | |
| * | | | | | | | | | | perf machine: Factor out machines__find_guest() | Adrian Hunter | 2021-02-18 | 3 | -6/+11 | |
| * | | | | | | | | | | perf intel-pt: Amend decoder to track the NR flag | Adrian Hunter | 2021-02-18 | 2 | -9/+53 | |
| * | | | | | | | | | | perf intel-pt: Retain the last PIP packet payload as is | Adrian Hunter | 2021-02-18 | 5 | -18/+16 | |
| * | | | | | | | | | | perf intel_pt: Add vmlaunch and vmresume as branches | Adrian Hunter | 2021-02-18 | 3 | -0/+17 | |
| * | | | | | | | | | | perf script: Add branch types for VM-Entry and VM-Exit | Adrian Hunter | 2021-02-18 | 3 | -1/+9 | |
| * | | | | | | | | | | perf auxtrace: Automatically group aux-output events | Adrian Hunter | 2021-02-18 | 3 | -0/+23 | |
| * | | | | | | | | | | perf test: Fix unaligned access in sample parsing test | Namhyung Kim | 2021-02-18 | 1 | -1/+1 | |
| * | | | | | | | | | | perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processing | Kan Liang | 2021-02-18 | 4 | -14/+43 | |
| * | | | | | | | | | | perf intel-pt: Add PSB events | Adrian Hunter | 2021-02-18 | 7 | -53/+251 |