summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-11-20sched/mmcid: Revert the complex CID managementThomas Gleixner1-51/+2
2025-11-18rseq: Delete duplicate if statement in rseq_virt_userspace_exit()Dan Carpenter1-1/+0
2025-11-04cleanup: Always inline everythingPeter Zijlstra1-15/+15
2025-11-04rseq: Switch to TIF_RSEQ if supportedThomas Gleixner4-11/+50
2025-11-04rseq: Split up rseq_exit_to_user_mode()Thomas Gleixner2-5/+37
2025-11-04entry: Split up exit_to_user_mode_prepare()Thomas Gleixner2-6/+45
2025-11-04rseq: Switch to fast path processing on exit to userThomas Gleixner3-12/+15
2025-11-04rseq: Implement fast path for exit to userThomas Gleixner2-3/+133
2025-11-04rseq: Optimize event settingThomas Gleixner2-9/+83
2025-11-04rseq: Rework the TIF_NOTIFY handlerThomas Gleixner1-0/+29
2025-11-04rseq: Separate the signal delivery pathThomas Gleixner1-5/+16
2025-11-04rseq: Provide and use rseq_set_ids()Thomas Gleixner3-15/+100
2025-11-04rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=yThomas Gleixner2-1/+10
2025-11-04rseq: Make exit debugging static branch basedThomas Gleixner1-1/+1
2025-11-04rseq: Provide and use rseq_update_user_cs()Thomas Gleixner2-1/+216
2025-11-04rseq: Provide static branch for runtime debuggingThomas Gleixner1-0/+3
2025-11-04rseq: Expose lightweight statistics in debugfsThomas Gleixner2-16/+49
2025-11-04rseq: Provide tracepoint wrappers for inline codeThomas Gleixner1-0/+28
2025-11-04rseq: Record interrupt from user spaceThomas Gleixner4-6/+33
2025-11-04rseq: Cache CPU ID and MM CID valuesThomas Gleixner2-2/+26
2025-11-04sched: Move MM CID related functions to sched.hThomas Gleixner2-25/+26
2025-11-04entry: Inline irqentry_enter/exit_from/to_user_mode()Thomas Gleixner1-2/+11
2025-11-04entry: Remove syscall_enter_from_user_mode_prepare()Thomas Gleixner1-21/+5
2025-11-04entry: Clean up headerThomas Gleixner2-4/+6
2025-11-04rseq: Introduce struct rseq_dataThomas Gleixner3-37/+76
2025-11-04rseq, virt: Retrigger RSEQ after vcpu_run()Thomas Gleixner1-0/+17
2025-11-04rseq: Simplify the event notificationThomas Gleixner2-58/+18
2025-11-04rseq: Remove the ksig argument from rseq_handle_notify_resume()Thomas Gleixner2-8/+9
2025-11-04rseq: Condense the inline stubsThomas Gleixner1-35/+12
2025-11-04rseq: Avoid pointless evaluation in __rseq_notify_resume()Thomas Gleixner2-3/+14
2025-11-04uaccess: Provide put/get_user_inline()Thomas Gleixner1-0/+50
2025-11-04uaccess: Provide scoped user access regionsThomas Gleixner1-0/+192
2025-11-03uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()Thomas Gleixner1-4/+68
2025-11-01Merge tag 'regmap-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-11-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-2/+2
2025-10-31Merge tag 'block-6.18-20251031' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+6
2025-10-31bpf: Make migrate_disable always inline to avoid partial inliningYonghong Song1-2/+2
2025-10-29fbcon: Set fb_display[i]->mode to NULL when the mode is releasedQuanmin Yan1-0/+2
2025-10-28regmap: irq: Correct documentation of wake_invert flagShawn Guo1-1/+1
2025-10-28block: make REQ_OP_ZONE_OPEN a write operationDamien Le Moal1-5/+5
2025-10-28block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALLDamien Le Moal1-0/+1
2025-10-24Merge tag 'soc-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+19
2025-10-24Merge tag 'gpio-fixes-for-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2025-10-23Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-1/+10
2025-10-23Merge tag 'pm-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-4/+4
2025-10-23net/mlx5: Add PPHCR to PCAM supported registers maskAlexei Lazar1-1/+3
2025-10-23virtio-net: zero unused hash fieldsJason Wang1-0/+4
2025-10-23net: datagram: introduce datagram_poll_queue for custom receive queuesRalf Lici1-0/+3
2025-10-23Merge tag 'mm-hotfixes-stable-2025-10-22-12-43' of git://git.kernel.org/pub/s...Linus Torvalds1-3/+5
2025-10-22PM: runtime: Fix conditional guard definitionsRafael J. Wysocki1-4/+4