summaryrefslogtreecommitdiffstats
path: root/tools/objtool
Commit message (Expand)AuthorAgeFilesLines
...
| * objtool: Generate ORC data for __pfx codeJosh Poimboeuf2023-04-141-0/+14
| * objtool: Separate prefix code from stack validation codeJosh Poimboeuf2023-04-141-38/+50
| * objtool: Remove superfluous dead_end_function() checkJosh Poimboeuf2023-04-141-2/+1
| * objtool: Add symbol iteration helpersJosh Poimboeuf2023-04-143-58/+51
| * objtool: Add WARN_INSN()Josh Poimboeuf2023-04-143-115/+70
| * objtool: Add stackleak instrumentation to uaccess safe listJosh Poimboeuf2023-04-141-0/+2
| * Revert "objtool: Support addition to set CFA base"Josh Poimboeuf2023-04-141-11/+0
| * x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf2023-03-233-16/+20
| * x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf2023-03-232-22/+47
| * x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf2023-03-232-6/+20
| * objtool: Add objtool_types.hJosh Poimboeuf2023-03-234-4/+4
| * sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-0/+1
* | Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-04-261-0/+1
|\ \
| * | btrfs: mark btrfs_assertfail() __noreturnJosh Poimboeuf2023-04-171-0/+1
| |/
* | Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2023-04-241-1/+1
|\ \
| * | docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
| |/
* | x86: improve on the non-rep 'copy_user' functionLinus Torvalds2023-04-181-1/+1
* | x86: improve on the non-rep 'clear_user' functionLinus Torvalds2023-04-181-1/+1
* | x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds2023-04-181-1/+0
* | x86: move stac/clac from user copy routines into callersLinus Torvalds2023-04-181-0/+3
* | x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds2023-04-181-2/+0
|/
* Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-0220-300/+419
|\
| * objtool: Fix ORC 'signal' propagationJosh Poimboeuf2023-02-233-0/+3
| * objtool: Remove instruction::listPeter Zijlstra2023-02-234-86/+133
| * objtool: Fix overlapping alternativesPeter Zijlstra2023-02-231-26/+43
| * objtool: Union instruction::{call_dest,jump_table}Peter Zijlstra2023-02-232-29/+50
| * objtool: Remove instruction::relocPeter Zijlstra2023-02-232-16/+14
| * objtool: Shrink instruction::{type,visited}Peter Zijlstra2023-02-231-5/+5
| * objtool: Make instruction::alts a single-linked listPeter Zijlstra2023-02-232-10/+10
| * objtool: Make instruction::stack_ops a single-linked listPeter Zijlstra2023-02-234-10/+9
| * objtool: Change arch_decode_instruction() signaturePeter Zijlstra2023-02-234-71/+64
| * Merge branch 'linus' into objtool/core, to pick up Xen dependenciesIngo Molnar2023-02-232-3/+27
| |\
| * | x86/unwind/orc: Add 'signal' field to ORC metadataJosh Poimboeuf2023-02-111-2/+2
| * | objtool: Optimize layout of struct special_altThomas Weißschuh2023-02-011-1/+1
| * | objtool: Optimize layout of struct symbolThomas Weißschuh2023-02-011-3/+2
| * | objtool: Allocate multiple structures with calloc()Thomas Weißschuh2023-02-012-21/+25
| * | objtool: Make struct check_options staticThomas Weißschuh2023-02-012-3/+1
| * | objtool: Make struct entries[] static and constThomas Weißschuh2023-02-011-3/+3
| * | objtool: Fix HOSTCC flag usageIan Rogers2023-02-011-12/+15
| * | objtool: Properly support make V=1Ian Rogers2023-01-301-4/+10
| * | objtool: Install libsubcmd in buildIan Rogers2023-01-303-10/+24
| * | objtool: Check that module init/exit function is an indirect call targetMichal Kubecek2023-01-212-0/+15
| * | objtool: Fix memory leak in create_static_call_sections()Miaoqian Lin2023-01-071-0/+2
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-0/+2
|\ \ \ | |_|/ |/| |
| * | objtool: add UACCESS exceptions for __tsan_volatile_read/writeArnd Bergmann2023-02-201-0/+2
* | | Merge tag 'for-linus-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-211-0/+1
|\ \ \
| * | | x86/xen: mark xen_pv_play_dead() as __noreturnJuergen Gross2023-02-131-0/+1
| |/ /
* | | Merge tag 'x86_alternatives_for_v6.3_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-02-211-3/+3
|\ \ \
| * | | x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)2023-01-051-3/+3
| | |/ | |/|
* | | objtool: mem*() are not uaccess safePeter Zijlstra2023-02-111-3/+0