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