index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-03-09
objtool: Add several performance improvements
Josh Poimboeuf
2016-03-09
tools: Copy hashtable.h into tools directory
Josh Poimboeuf
2016-03-09
objtool: Fix false positive warnings for functions with multiple switch state...
Josh Poimboeuf
2016-03-09
objtool: Rename some variables and functions
Josh Poimboeuf
2016-03-09
objtool: Remove superflous INIT_LIST_HEAD
Josh Poimboeuf
2016-03-09
objtool: Add helper macros for traversing instructions
Josh Poimboeuf
2016-03-09
objtool: Fix false positive warnings related to sibling calls
Josh Poimboeuf
2016-03-09
objtool: Compile with debugging symbols
Josh Poimboeuf
2016-03-09
objtool: Detect infinite recursion
Josh Poimboeuf
2016-03-09
objtool: Prevent infinite recursion in noreturn detection
Josh Poimboeuf
2016-03-05
objtool: Detect and warn if libelf is missing and don't break the build
Josh Poimboeuf
2016-03-03
tools: Support relative directory path for 'O='
Josh Poimboeuf
2016-03-03
objtool: Support CROSS_COMPILE
Josh Poimboeuf
2016-03-03
x86/asm/decoder: Use explicitly signed chars
Josh Poimboeuf
2016-02-29
objtool: Enable stack metadata validation on 64-bit x86
Josh Poimboeuf
2016-02-29
objtool: Add CONFIG_STACK_VALIDATION option
Josh Poimboeuf
2016-02-29
objtool: Add tool to perform compile-time stack metadata validation
Josh Poimboeuf
2016-02-29
x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standard
Josh Poimboeuf
2016-02-29
sched: Always inline context_switch()
Josh Poimboeuf
2016-02-29
sched: Mark __schedule() stack frame as non-standard
Josh Poimboeuf
2016-02-29
bpf: Mark __bpf_prog_run() stack frame as non-standard
Josh Poimboeuf
2016-02-29
x86/xen: Mark xen_cpuid() stack frame as non-standard
Josh Poimboeuf
2016-02-29
objtool: Add STACK_FRAME_NON_STANDARD() macro
Josh Poimboeuf
2016-02-29
objtool: Mark non-standard object files and directories
Josh Poimboeuf
2016-02-25
Merge branch 'ras/core' into core/objtool, to pick up the new exception table...
Ingo Molnar
2016-02-25
Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixes
Ingo Molnar
2016-02-25
watchdog/hpwdt: Fix build on certain configs
Ingo Molnar
2016-02-24
Merge tag 'arc-4.5-rc6-fixes-upd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-02-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-02-24
thp: call pmdp_invalidate() with correct virtual address
Kirill A. Shutemov
2016-02-24
arc: SMP: CONFIG_ARC_IPI_DBG cleanup
Valentin Rothberg
2016-02-24
sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]()
Josh Poimboeuf
2016-02-24
x86/kvm: Add output operand in vmx_handle_external_intr inline asm
Chris J Arges
2016-02-24
x86/locking: Create stack frame in PV unlock
Josh Poimboeuf
2016-02-24
watchdog/hpwdt: Create stack frame in asminline_call()
Josh Poimboeuf
2016-02-24
x86/kvm: Make test_cc() always inline
Josh Poimboeuf
2016-02-24
x86/kvm: Set ELF function type for fastop functions
Josh Poimboeuf
2016-02-24
x86/kprobes: Get rid of kretprobe_trampoline_holder()
Josh Poimboeuf
2016-02-24
x86/asm/bpf: Create stack frames in bpf_jit.S
Josh Poimboeuf
2016-02-24
x86/asm/bpf: Annotate callable functions
Josh Poimboeuf
2016-02-24
x86/uaccess: Add stack frame output operand in get_user() inline asm
Chris J Arges
2016-02-24
x86/asm/power: Create stack frames in hibernate_asm_64.S
Josh Poimboeuf
2016-02-24
x86/asm/efi: Create a stack frame in efi_call()
Josh Poimboeuf
2016-02-24
x86/asm: Create stack frames in rwsem functions
Josh Poimboeuf
2016-02-24
x86/asm/acpi: Create a stack frame in do_suspend_lowlevel()
Josh Poimboeuf
2016-02-24
x86/asm/entry: Create stack frames in thunk functions
Josh Poimboeuf
2016-02-24
x86/asm/crypto: Create stack frames in crypto functions
Josh Poimboeuf
2016-02-24
x86/asm/crypto: Don't use RBP as a scratch register
Josh Poimboeuf
2016-02-24
x86/asm/crypto: Simplify stack usage in sha-mb functions
Josh Poimboeuf
2016-02-24
x86/asm/crypto: Move jump_table to .rodata section
Josh Poimboeuf
[next]