summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-04rseq: Switch to fast path processing on exit to userThomas Gleixner
2025-11-04rseq: Implement fast path for exit to userThomas Gleixner
2025-11-04rseq: Optimize event settingThomas Gleixner
2025-11-04rseq: Rework the TIF_NOTIFY handlerThomas Gleixner
2025-11-04rseq: Separate the signal delivery pathThomas Gleixner
2025-11-04rseq: Provide and use rseq_set_ids()Thomas Gleixner
2025-11-04rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=yThomas Gleixner
2025-11-04rseq: Make exit debugging static branch basedThomas Gleixner
2025-11-04rseq: Replace the original debug implementationThomas Gleixner
2025-11-04rseq: Provide and use rseq_update_user_cs()Thomas Gleixner
2025-11-04rseq: Provide static branch for runtime debuggingThomas Gleixner
2025-11-04rseq: Expose lightweight statistics in debugfsThomas Gleixner
2025-11-04rseq: Provide tracepoint wrappers for inline codeThomas Gleixner
2025-11-04rseq: Record interrupt from user spaceThomas Gleixner
2025-11-04rseq: Cache CPU ID and MM CID valuesThomas Gleixner
2025-11-04sched: Move MM CID related functions to sched.hThomas Gleixner
2025-11-04entry: Inline irqentry_enter/exit_from/to_user_mode()Thomas Gleixner
2025-11-04entry: Remove syscall_enter_from_user_mode_prepare()Thomas Gleixner
2025-11-04entry: Clean up headerThomas Gleixner
2025-11-04rseq: Introduce struct rseq_dataThomas Gleixner
2025-11-04rseq: Avoid CPU/MM CID updates when no event pendingThomas Gleixner
2025-11-04rseq, virt: Retrigger RSEQ after vcpu_run()Thomas Gleixner
2025-11-04rseq: Simplify the event notificationThomas Gleixner
2025-11-04rseq: Simplify registrationThomas Gleixner
2025-11-04rseq: Remove the ksig argument from rseq_handle_notify_resume()Thomas Gleixner
2025-11-04rseq: Move algorithm comment to topThomas Gleixner
2025-11-04rseq: Condense the inline stubsThomas Gleixner
2025-11-04rseq: Avoid pointless evaluation in __rseq_notify_resume()Thomas Gleixner
2025-11-04select: Convert to scoped user accessThomas Gleixner
2025-11-04x86/futex: Convert to scoped user accessThomas Gleixner
2025-11-04futex: Convert to get/put_user_inline()Thomas Gleixner
2025-11-04uaccess: Provide put/get_user_inline()Thomas Gleixner
2025-11-04uaccess: Provide scoped user access regionsThomas Gleixner
2025-11-04arm64: uaccess: Use unsafe wrappers for ASM GOTOThomas Gleixner
2025-11-03s390/uaccess: Use unsafe wrappers for ASM GOTOThomas Gleixner
2025-11-03riscv/uaccess: Use unsafe wrappers for ASM GOTOThomas Gleixner
2025-11-03powerpc/uaccess: Use unsafe wrappers for ASM GOTOThomas Gleixner
2025-11-03x86/uaccess: Use unsafe wrappers for ASM GOTOThomas Gleixner
2025-11-03uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()Thomas Gleixner
2025-11-03ARM: uaccess: Implement missing __get_user_asm_dword()Thomas Gleixner
2025-11-02Linux 6.18-rc4v6.18-rc4Linus Torvalds
2025-11-01Merge tag 'spi-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-01Merge tag 'regulator-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-11-01Merge tag 'regmap-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-11-01Merge tag 'x86-urgent-2025-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-11-01Merge tag 'perf-urgent-2025-11-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-11-01Merge tag 'objtool-urgent-2025-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-11-01Merge tag 'xfs-fixes-6.18-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-11-01Merge tag 'kbuild-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-11-01objtool: Fix skip_alt_group() for non-alternative STAC/CLACJosh Poimboeuf