aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-05fs: add fs/super.h headerChristian Brauner2-219/+234
2025-11-05fs: add fs/super_types.h headerChristian Brauner2-307/+336
2025-11-05Merge tag 'platform-drivers-x86-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds2-1/+12
2025-11-05block: add __must_check attribute to sb_min_blocksize()Yongpeng Yang1-2/+2
2025-11-05entry,unwind/deferred: Fix unwind_reset_info() placementPeter Zijlstra1-1/+1
2025-11-05dma-mapping: Allow use of DMA_BIT_MASK(64) in global scopeJames Clark1-1/+1
2025-11-05iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flagQu Wenruo1-0/+8
2025-11-05iomap: optional zero range dirty folio processingBrian Foster1-0/+4
2025-11-05filemap: add helper to look up dirty folios in a rangeBrian Foster1-0/+2
2025-11-05iomap: make iomap_read_folio() a void returnJoanne Koong1-1/+1
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong1-2/+61
2025-11-05fs: rename fs_types.h to fs_dirent.hChristian Brauner2-5/+8
2025-11-04virtio_net: fix alignment for virtio_net_hdr_v1_hashMichael S. Tsirkin2-2/+4
2025-11-04cred: add prepare credential guardChristian Brauner1-0/+5
2025-11-04cred: add scoped_with_creds() guardsChristian Brauner1-2/+4
2025-11-04cred: add scoped_with_kernel_creds()Christian Brauner1-0/+8
2025-11-04cred: make init_cred staticChristian Brauner1-1/+0
2025-11-04cred: add kernel_cred() helperChristian Brauner1-0/+7
2025-11-04cleanup: fix scoped_class()Christian Brauner1-7/+8
2025-11-04cleanup: Always inline everythingPeter Zijlstra1-15/+15
2025-11-04rseq: Switch to TIF_RSEQ if supportedThomas Gleixner5-11/+53
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 Gleixner3-4/+28
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 Gleixner3-72/+25
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-03arch: hookup listns() system callChristian Brauner1-1/+3