summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* objtool: Add CONFIG_STACK_VALIDATION optionJosh Poimboeuf2016-02-291-0/+6
* x86/kprobes: Mark kretprobe_trampoline() 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-291-1/+4
* objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-299-9/+29
* Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar2016-02-2510-121/+254
|\
| * 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-186-57/+109
| * Merge tag 'v4.5-rc4' into ras/core, to pick up fixesIngo Molnar2016-02-1889-335/+527
| |\
| * | 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-25115-1119/+1325
|\ \ \
| * | | 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
| * | | 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
| * | | x86/asm/crypto: Simplify stack usage in sha-mb functionsJosh Poimboeuf2016-02-242-55/+6
| * | | x86/asm/crypto: Move jump_table to .rodata sectionJosh Poimboeuf2016-02-241-4/+4
| * | | x86/asm/crypto: Move .Lbswap_mask data to .rodata sectionJosh Poimboeuf2016-02-241-0/+2
| * | | x86/amd: Set ELF function type for vide()Josh Poimboeuf2016-02-241-1/+4
| * | | x86/paravirt: Create a stack frame in PV_CALLEE_SAVE_REGS_THUNKJosh Poimboeuf2016-02-241-2/+7
| * | | x86/paravirt: Add stack frame dependency to PVOP inline asm callsJosh Poimboeuf2016-02-241-8/+10
| * | | x86/asm/xen: Create stack frames in xen-asm.SJosh Poimboeuf2016-02-241-1/+9
| * | | x86/asm/xen: Set ELF function type for xen_adjust_exception_frame()Josh Poimboeuf2016-02-241-0/+1
| * | | x86/xen: Add stack frame dependency to hypercall inline asm callsJosh Poimboeuf2016-02-241-2/+3
| * | | x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck2016-02-183-0/+15
| * | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-18171-823/+1238
| |\ \ \
| * | | | x86/entry/compat: Keep TS_COMPAT set during signal deliveryAndy Lutomirski2016-02-171-10/+13
| * | | | x86/msr: Document msr-index.h rule for additionBorislav Petkov2016-02-171-1/+6
| * | | | x86/ftrace, x86/asm: Kill ftrace_caller_end labelBorislav Petkov2016-02-172-12/+13
| * | | | x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski2016-02-174-27/+97
| * | | | x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski2016-02-172-2/+72
| * | | | x86/signal/64: Add a comment about sigcontext->fs and gsAndy Lutomirski2016-02-171-0/+25
| * | | | x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov2016-02-161-2/+1