Age | Commit message (Expand) | Author |
2023-04-28 | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-04-26 | Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds |
2023-04-24 | Merge tag 'docs-6.4' of git://git.lwn.net/linux | Linus Torvalds |
2023-04-18 | x86: improve on the non-rep 'copy_user' function | Linus Torvalds |
2023-04-18 | x86: improve on the non-rep 'clear_user' function | Linus Torvalds |
2023-04-18 | x86: inline the 'rep movs' in user copies for the FSRM case | Linus Torvalds |
2023-04-18 | x86: move stac/clac from user copy routines into callers | Linus Torvalds |
2023-04-18 | x86: don't use REP_GOOD or ERMS for user memory clearing | Linus Torvalds |
2023-04-17 | btrfs: mark btrfs_assertfail() __noreturn | Josh Poimboeuf |
2023-04-14 | x86/hyperv: Mark hv_ghcb_terminate() as noreturn | Guilherme G. Piccoli |
2023-04-14 | scsi: message: fusion: Mark mpt_halt_firmware() __noreturn | Josh Poimboeuf |
2023-04-14 | x86/cpu: Mark {hlt,resume}_play_dead() __noreturn | Josh Poimboeuf |
2023-04-14 | btrfs: Mark btrfs_assertfail() __noreturn | Josh Poimboeuf |
2023-04-14 | objtool: Include weak functions in global_noreturns check | Josh Poimboeuf |
2023-04-14 | cpu: Mark nmi_panic_self_stop() __noreturn | Josh Poimboeuf |
2023-04-14 | cpu: Mark panic_smp_self_stop() __noreturn | Josh Poimboeuf |
2023-04-14 | x86/head: Mark *_start_kernel() __noreturn | Josh Poimboeuf |
2023-04-14 | init: Mark start_kernel() __noreturn | Josh Poimboeuf |
2023-04-14 | init: Mark [arch_call_]rest_init() __noreturn | Josh Poimboeuf |
2023-04-14 | objtool: Generate ORC data for __pfx code | Josh Poimboeuf |
2023-04-14 | objtool: Separate prefix code from stack validation code | Josh Poimboeuf |
2023-04-14 | objtool: Remove superfluous dead_end_function() check | Josh Poimboeuf |
2023-04-14 | objtool: Add symbol iteration helpers | Josh Poimboeuf |
2023-04-14 | objtool: Add WARN_INSN() | Josh Poimboeuf |
2023-04-14 | objtool: Add stackleak instrumentation to uaccess safe list | Josh Poimboeuf |
2023-04-14 | Revert "objtool: Support addition to set CFA base" | Josh Poimboeuf |
2023-03-30 | docs: move x86 documentation into Documentation/arch/ | Jonathan Corbet |
2023-03-23 | x86,objtool: Split UNWIND_HINT_EMPTY in two | Josh Poimboeuf |
2023-03-23 | x86,objtool: Separate unret validation from unwind hints | Josh Poimboeuf |
2023-03-23 | x86,objtool: Introduce ORC_TYPE_* | Josh Poimboeuf |
2023-03-23 | objtool: Add objtool_types.h | Josh Poimboeuf |
2023-03-08 | sched/idle: Mark arch_cpu_idle_dead() __noreturn | Josh Poimboeuf |
2023-03-02 | Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-23 | objtool: Fix ORC 'signal' propagation | Josh Poimboeuf |
2023-02-23 | objtool: Remove instruction::list | Peter Zijlstra |
2023-02-23 | objtool: Fix overlapping alternatives | Peter Zijlstra |
2023-02-23 | objtool: Union instruction::{call_dest,jump_table} | Peter Zijlstra |
2023-02-23 | objtool: Remove instruction::reloc | Peter Zijlstra |
2023-02-23 | objtool: Shrink instruction::{type,visited} | Peter Zijlstra |
2023-02-23 | objtool: Make instruction::alts a single-linked list | Peter Zijlstra |
2023-02-23 | objtool: Make instruction::stack_ops a single-linked list | Peter Zijlstra |
2023-02-23 | objtool: Change arch_decode_instruction() signature | Peter Zijlstra |
2023-02-23 | Merge branch 'linus' into objtool/core, to pick up Xen dependencies | Ingo Molnar |
2023-02-21 | Merge tag 'for-linus-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-02-21 | Merge tag 'x86_alternatives_for_v6.3_rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2023-02-20 | objtool: add UACCESS exceptions for __tsan_volatile_read/write | Arnd Bergmann |
2023-02-13 | x86/xen: mark xen_pv_play_dead() as __noreturn | Juergen Gross |
2023-02-11 | x86/unwind/orc: Add 'signal' field to ORC metadata | Josh Poimboeuf |
2023-02-11 | objtool: mem*() are not uaccess safe | Peter Zijlstra |