summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner-9/+24
2021-02-10softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner-12/+13
2021-02-10x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACKThomas Gleixner-12/+10
2021-02-10x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner-76/+17
2021-02-10x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcallThomas Gleixner-13/+6
2021-02-10x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner-34/+36
2021-02-10x86/entry: Convert system vectors to irq stack macroThomas Gleixner-30/+66
2021-02-10x86/irq: Provide macro for inlining irq stack switchingThomas Gleixner-0/+98
2021-02-10x86/apic: Split out spurious handling codeThomas Gleixner-12/+19
2021-02-10x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner-16/+27
2021-02-10x86/irq: Sanitize irq stack trackingThomas Gleixner-10/+10
2021-02-10x86/entry: Fix instrumentation annotationThomas Gleixner-1/+1
2021-02-10Merge branch 'objtool/core' into x86/entryThomas Gleixner-597/+963
2021-02-10objtool: Support stack-swizzlePeter Zijlstra-0/+45
2021-02-10objtool,x86: Additionally decode: mov %rsp, (%reg)Peter Zijlstra-8/+34
2021-02-10x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra-2/+5
2021-01-26x86/power: Support objtool validation in hibernate_asm_64.SJosh Poimboeuf-5/+4
2021-01-26x86/power: Move restore_registers() to top of the fileJosh Poimboeuf-46/+46
2021-01-26x86/power: Annotate indirect branches as safeJosh Poimboeuf-0/+3
2021-01-26x86/acpi: Support objtool validation in wakeup_64.SJosh Poimboeuf-1/+2
2021-01-26x86/acpi: Annotate indirect branch as safeJosh Poimboeuf-0/+2
2021-01-26x86/ftrace: Support objtool vmlinux.o validation in ftrace_64.SJosh Poimboeuf-3/+2
2021-01-26x86/xen/pvh: Annotate indirect branch as safeJosh Poimboeuf-0/+2
2021-01-26x86/xen: Support objtool vmlinux.o validation in xen-head.SJosh Poimboeuf-2/+3
2021-01-26x86/xen: Support objtool validation in xen-asm.SJosh Poimboeuf-11/+19
2021-01-26objtool: Add xen_start_kernel() to noreturn listJosh Poimboeuf-0/+1
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf-40/+29
2021-01-26objtool: Add asm version of STACK_FRAME_NON_STANDARDJosh Poimboeuf-0/+16
2021-01-26objtool: Assume only ELF functions do sibling callsJosh Poimboeuf-14/+22
2021-01-26x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stubJosh Poimboeuf-0/+1
2021-01-26objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf-4/+4
2021-01-26objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf-2/+2
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf-2/+14
2021-01-26objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf-2/+6
2021-01-19x86/entry: Remove put_ret_addr_in_rdi THUNK macro argumentBorislav Petkov-6/+1
2021-01-14x86/entry: Emit a symbol for register restoring thunkNick Desaulniers-4/+14
2021-01-14objtool: Support stack layout changes in alternativesJosh Poimboeuf-111/+159
2021-01-14objtool: Add 'alt_group' structJosh Poimboeuf-7/+35
2021-01-14objtool: Refactor ORC section generationJosh Poimboeuf-159/+140
2021-01-13x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik-18/+42
2021-01-13objtool: Rework header include pathsVasily Gorbik-47/+48
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik-6/+80
2021-01-13objtool: Fix reloc generation on big endian cross-compilesMartin Schwidefsky-15/+19
2021-01-13x86/insn: Support big endian cross-compilesMartin Schwidefsky-112/+160
2021-01-13x86/tools: Use tools headers for instruction decoder selftestsVasily Gorbik-4/+4
2021-01-13objtool: Make SP memory operation match PUSH/POP semanticsJulien Thierry-0/+20
2021-01-13objtool: Support addition to set CFA baseJulien Thierry-0/+11
2021-01-13objtool: Fully validate the stack frameJulien Thierry-4/+11
2021-01-10Linux 5.11-rc3v5.11-rc3Linus Torvalds-1/+1
2021-01-10Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-14/+6