summaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
Commit message (Expand)AuthorFilesLines
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-14x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik4-18/+42
2021-01-14objtool: Rework header include pathsVasily Gorbik26-47/+48
2021-01-14objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik8-6/+80
2021-01-14objtool: Fix reloc generation on big endian cross-compilesMartin Schwidefsky1-15/+19
2021-01-14x86/insn: Support big endian cross-compilesMartin Schwidefsky5-112/+160
2021-01-14x86/tools: Use tools headers for instruction decoder selftestsVasily Gorbik1-4/+4
2021-01-14objtool: Make SP memory operation match PUSH/POP semanticsJulien Thierry1-0/+20
2021-01-14objtool: Support addition to set CFA baseJulien Thierry1-0/+11
2021-01-14objtool: Fully validate the stack frameJulien Thierry1-4/+11
2021-01-10Linux 5.11-rc3v5.11-rc3Linus Torvalds1-1/+1
2021-01-10Documentation: 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
2021-01-09io_uring: add warn_once for io_uring_flush()Pavel Begunkov1-4/+10
2021-01-09io_uring: inline io_uring_attempt_task_drop()Pavel Begunkov1-18/+11
2021-01-09io_uring: io_rw_reissue lockdep annotationsPavel Begunkov1-0/+2
2021-01-09bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li1-0/+15
2021-01-09bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li4-8/+29
2021-01-09bcache: check unsupported feature sets for bcache registerColy Li2-0/+29
2021-01-09bcache: fix typo from SUUP to SUPP in features.hColy Li1-3/+3
2021-01-09bcache: set pdev_set_uuid before scond loop iterationYi Li1-1/+1
2021-01-08ARC: [hsdk]: Enable FPU_SAVE_RESTOREVineet Gupta1-0/+1
2021-01-08poll: fix performance regression due to out-of-line __put_user()Linus Torvalds1-3/+11