aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-10softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner14-12/+13
2021-02-10x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACKThomas Gleixner3-12/+10
2021-02-10x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner3-76/+17
2021-02-10x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcallThomas Gleixner1-13/+6
2021-02-10x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner4-34/+36
2021-02-10x86/entry: Convert system vectors to irq stack macroThomas Gleixner3-30/+66
2021-02-10x86/irq: Provide macro for inlining irq stack switchingThomas Gleixner1-0/+98
2021-02-10x86/apic: Split out spurious handling codeThomas Gleixner1-12/+19
2021-02-10x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner5-16/+27
2021-02-10x86/irq: Sanitize irq stack trackingThomas Gleixner4-10/+10
2021-02-10x86/entry: Fix instrumentation annotationThomas Gleixner1-1/+1
2021-02-10objtool: Support stack-swizzlePeter Zijlstra1-0/+45
2021-02-10objtool,x86: Additionally decode: mov %rsp, (%reg)Peter Zijlstra1-8/+34
2021-02-10x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra2-2/+5
2021-01-26x86/power: Support objtool validation in hibernate_asm_64.SJosh Poimboeuf2-5/+4
2021-01-26x86/power: Move restore_registers() to top of the fileJosh Poimboeuf1-46/+46
2021-01-26x86/power: Annotate indirect branches as safeJosh Poimboeuf1-0/+3
2021-01-26x86/acpi: Support objtool validation in wakeup_64.SJosh Poimboeuf2-1/+2
2021-01-26x86/acpi: Annotate indirect branch as safeJosh Poimboeuf1-0/+2
2021-01-26x86/ftrace: Support objtool vmlinux.o validation in ftrace_64.SJosh Poimboeuf1-3/+2
2021-01-26x86/xen/pvh: Annotate indirect branch as safeJosh Poimboeuf1-0/+2
2021-01-26x86/xen: Support objtool vmlinux.o validation in xen-head.SJosh Poimboeuf1-2/+3
2021-01-26x86/xen: Support objtool validation in xen-asm.SJosh Poimboeuf2-11/+19
2021-01-26objtool: Add xen_start_kernel() to noreturn listJosh Poimboeuf1-0/+1
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf8-40/+29
2021-01-26objtool: Add asm version of STACK_FRAME_NON_STANDARDJosh Poimboeuf2-0/+16
2021-01-26objtool: Assume only ELF functions do sibling callsJosh Poimboeuf1-14/+22
2021-01-26x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stubJosh Poimboeuf1-0/+1
2021-01-26objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf1-4/+4
2021-01-26objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf1-2/+2
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf3-2/+14
2021-01-26objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf1-2/+6
2021-01-19x86/entry: Remove put_ret_addr_in_rdi THUNK macro argumentBorislav Petkov1-6/+1
2021-01-14x86/entry: Emit a symbol for register restoring thunkNick Desaulniers3-4/+14
2021-01-14objtool: Support stack layout changes in alternativesJosh Poimboeuf4-111/+159
2021-01-14objtool: Add 'alt_group' structJosh Poimboeuf2-7/+35
2021-01-14objtool: Refactor ORC section generationJosh Poimboeuf7-159/+140
2021-01-13x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik4-18/+42
2021-01-13objtool: Rework header include pathsVasily Gorbik26-47/+48
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik8-6/+80
2021-01-13objtool: Fix reloc generation on big endian cross-compilesMartin Schwidefsky1-15/+19
2021-01-13x86/insn: Support big endian cross-compilesMartin Schwidefsky5-112/+160
2021-01-13x86/tools: Use tools headers for instruction decoder selftestsVasily Gorbik1-4/+4
2021-01-13objtool: Make SP memory operation match PUSH/POP semanticsJulien Thierry1-0/+20
2021-01-13objtool: Support addition to set CFA baseJulien Thierry1-0/+11
2021-01-13objtool: Fully validate the stack frameJulien Thierry1-4/+11
2021-01-10Linux 5.11-rc3Linus Torvalds1-1/+1
2021-01-11Documentation: kbuild: Fix section referenceViresh Kumar1-1/+1
2021-01-09maintainers: update my email addressDarrick J. Wong1-2/+2
2021-01-09io_uring: stop SQPOLL submit on creator's deathPavel Begunkov1-9/+53