summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* objtool: Rename some variables and functionsJosh Poimboeuf2016-03-093-52/+54
* objtool: Remove superflous INIT_LIST_HEADJosh Poimboeuf2016-03-091-2/+0
* objtool: Add helper macros for traversing instructionsJosh Poimboeuf2016-03-091-73/+55
* objtool: Fix false positive warnings related to sibling callsJosh Poimboeuf2016-03-091-1/+6
* objtool: Compile with debugging symbolsJosh Poimboeuf2016-03-091-1/+1
* objtool: Detect infinite recursionJosh Poimboeuf2016-03-091-12/+33
* objtool: Prevent infinite recursion in noreturn detectionJosh Poimboeuf2016-03-091-4/+20
* objtool: Detect and warn if libelf is missing and don't break the buildJosh Poimboeuf2016-03-052-1/+14
* tools: Support relative directory path for 'O='Josh Poimboeuf2016-03-031-2/+2
* objtool: Support CROSS_COMPILEJosh Poimboeuf2016-03-032-9/+14
* x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-033-9/+9
* objtool: Enable stack metadata validation on 64-bit x86Josh Poimboeuf2016-02-291-0/+1
* objtool: Add CONFIG_STACK_VALIDATION optionJosh Poimboeuf2016-02-294-5/+57
* objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf2016-02-2924-6/+5178
* x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
* sched: Always inline context_switch()Josh Poimboeuf2016-02-291-1/+1
* sched: Mark __schedule() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
* bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
* x86/xen: Mark xen_cpuid() stack frame as non-standardJosh Poimboeuf2016-02-291-1/+2
* objtool: Add STACK_FRAME_NON_STANDARD() macroJosh Poimboeuf2016-02-292-1/+27
* objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-2911-9/+32
* Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar2016-02-2512-121/+321
|\
| * x86/mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entriesTony Luck2016-02-182-36/+56
| * x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-188-57/+176
| * Merge tag 'v4.5-rc4' into ras/core, to pick up fixesIngo Molnar2016-02-18735-56897/+6588
| |\
| * | x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan2016-02-012-0/+18
| * | x86/mce/AMD: Carve out threshold block preparationBorislav Petkov2016-02-011-38/+49
| * | x86/mce/AMD: Fix LVT offset configuration for thresholdingAravind Gopalakrishnan2016-02-011-1/+26
| * | x86/mce/AMD: Reduce number of blocks scanned per bankAravind Gopalakrishnan2016-02-011-1/+1
| * | x86/mce/AMD: Do not perform shared bank check for future processorsAravind Gopalakrishnan2016-02-011-0/+7
| * | x86/mce: Fix order of AMD MCE init function callAravind Gopalakrishnan2016-02-011-1/+1
* | | Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixesIngo Molnar2016-02-25129-1172/+1841
|\ \ \
| * | | watchdog/hpwdt: Fix build on certain configsIngo Molnar2016-02-251-0/+1
| * | | sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]()Josh Poimboeuf2016-02-241-2/+11
| * | | x86/kvm: Add output operand in vmx_handle_external_intr inline asmChris J Arges2016-02-241-1/+3
| * | | x86/locking: Create stack frame in PV unlockJosh Poimboeuf2016-02-241-0/+4
| * | | watchdog/hpwdt: Create stack frame in asminline_call()Josh Poimboeuf2016-02-241-4/+4
| * | | x86/kvm: Make test_cc() always inlineJosh Poimboeuf2016-02-241-1/+1
| * | | x86/kvm: Set ELF function type for fastop functionsJosh Poimboeuf2016-02-241-8/+21
| * | | x86/kprobes: Get rid of kretprobe_trampoline_holder()Josh Poimboeuf2016-02-241-29/+28
| * | | x86/asm/bpf: Create stack frames in bpf_jit.SJosh Poimboeuf2016-02-241-2/+7
| * | | x86/asm/bpf: Annotate callable functionsJosh Poimboeuf2016-02-241-23/+16
| * | | x86/uaccess: Add stack frame output operand in get_user() inline asmChris J Arges2016-02-241-2/+3
| * | | x86/asm/power: Create stack frames in hibernate_asm_64.SJosh Poimboeuf2016-02-241-0/+7
| * | | x86/asm/efi: Create a stack frame in efi_call()Josh Poimboeuf2016-02-241-0/+3
| * | | x86/asm: Create stack frames in rwsem functionsJosh Poimboeuf2016-02-241-1/+10
| * | | x86/asm/acpi: Create a stack frame in do_suspend_lowlevel()Josh Poimboeuf2016-02-241-0/+3
| * | | x86/asm/entry: Create stack frames in thunk functionsJosh Poimboeuf2016-02-241-0/+4
| * | | x86/asm/crypto: Create stack frames in crypto functionsJosh Poimboeuf2016-02-2411-27/+148
| * | | x86/asm/crypto: Don't use RBP as a scratch registerJosh Poimboeuf2016-02-241-4/+4