summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Merge tag 'drm-fixes-2023-10-20' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-4/+3
2023-10-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf1-1/+2
2023-10-20Merge tag 'drm-misc-fixes-2023-10-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-4/+3
2023-10-19Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-12/+27
2023-10-19lib/generic-radix-tree.c: Add peek_prev()Kent Overstreet1-1/+60
2023-10-19lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet1-0/+7
2023-10-19closures: closure_nr_remaining()Kent Overstreet1-1/+6
2023-10-19closures: closure_wait_event()Kent Overstreet1-0/+22
2023-10-19bcache: move closures to lib/Kent Overstreet1-0/+377
2023-10-19Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-10-19fs: fix umask on NFS with CONFIG_FS_POSIX_ACL=nMax Kellermann1-0/+5
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein2-20/+5
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein1-0/+14
2023-10-19vfs: predict the error in retry_estale as unlikelyMateusz Guzik1-1/+1
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner2-15/+6
2023-10-19watch_queue: Annotate struct watch_filter with __counted_byKees Cook1-1/+1
2023-10-19fs/pipe: move check to pipe_has_watch_queue()Max Kellermann1-0/+16
2023-10-19pipe: reduce padding in struct pipe_inode_infoMax Kellermann1-3/+3
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton2-1/+26
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra1-0/+1
2023-10-18kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann1-3/+3
2023-10-18kasan: print the original fault addr when access invalid shadowHaibo Li1-3/+3
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel1-2/+33
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel1-0/+6
2023-10-18fs: rename inode i_atime and i_mtime fieldsJeff Layton1-10/+10
2023-10-18linux: convert to new timestamp accessorsJeff Layton1-3/+3
2023-10-18fs: new accessor methods for atime and mtimeJeff Layton1-13/+72
2023-10-18neighbor: tracing: Move pin6 inside CONFIG_IPV6=y sectionGeert Uytterhoeven1-2/+2
2023-10-18Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-0/+1
2023-10-18gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSETLuben Tuikov1-2/+1
2023-10-18tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell1-0/+3
2023-10-18Merge tag 'fbdev-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+1
2023-10-17PCI/MSI: Provide stubs for IMS functionsReinette Chatre1-8/+26
2023-10-17Merge branch 'linus' into smp/coreThomas Gleixner727-5521/+16267
2023-10-17locking/seqlock: Fix grammar in commentCuda-Chen1-1/+1
2023-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+7
2023-10-17Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-1/+1
2023-10-17fbdev: uvesafb: Remove uvesafb_exec() prototype from include/video/uvesafb.hJorge Maidana1-2/+0
2023-10-16svcrdma: Fix tracepoint printk formatChuck Lever1-5/+5
2023-10-16NFSD: Copy FATTR4 bit number definitions from RFCsChuck Lever1-68/+192
2023-10-16NFSD: Add nfsd4_encode_fattr4_change()Chuck Lever1-1/+1
2023-10-16nfs: fix the typo of rfc number about xattr in NFSv4Kinglong Mee1-1/+1
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi1-0/+1
2023-10-16NFSD: introduce netlink stubsLorenzo Bianconi1-0/+39
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown2-3/+3
2023-10-16SUNRPC: discard sp_lockNeilBrown1-1/+0
2023-10-16SUNRPC: change sp_nrthreads to atomic_tNeilBrown1-1/+1
2023-10-16SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown2-2/+3
2023-10-16SUNRPC: only have one thread waking up at a timeNeilBrown1-11/+0
2023-10-16lib: add light-weight queuing mechanism.NeilBrown1-0/+124