aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 7-9/+25
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 5-18/+45
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 8-29/+135
2024-03-11Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-6/+6
2024-03-10Merge tag 'trace-ring-buffer-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+7
2024-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+26
2024-03-07Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+9
2024-03-07Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 5-34/+37
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Christian Brauner 2-8/+69
2024-03-06tracing: Limit trace_seq size to just 8K and not depend on architecture PAGE_...Gravatar Steven Rostedt (Google) 1-1/+7
2024-03-06Merge tag 'vfs-6.8-release.fixes' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-16/+0
2024-03-06iov_iter: get rid of 'copy_mc' flagGravatar Linus Torvalds 1-16/+0
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeGravatar Jakub Kicinski 2-17/+13
2024-03-05Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+21
2024-03-04Merge tag 'mlx5-fixes-2024-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Jakub Kicinski 1-1/+3
2024-03-04mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Gravatar Vlastimil Babka 1-0/+9
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Gravatar Christian Brauner 4-14/+30
2024-03-04tracing/net_sched: Fix tracepoints that save qdisc_dev() as a stringGravatar Steven Rostedt (Google) 1-10/+10
2024-03-02block: define bvec_iter as __packed __aligned(4)Gravatar Ming Lei 1-1/+1
2024-03-01net/mlx5: Check capability for fw_resetGravatar Moshe Shemesh 1-1/+3
2024-03-01Merge tag 'sound-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 2-2/+4
2024-03-01Merge tag 'drm-fixes-2024-03-01' of https://gitlab.freedesktop.org/drm/kernelGravatar Linus Torvalds 2-20/+16
2024-03-01pidfs: convert to path_from_stashed() helperGravatar Christian Brauner 2-0/+2
2024-03-01nsfs: convert to path_from_stashed() helperGravatar Christian Brauner 2-2/+2
2024-03-01pidfd: add pidfsGravatar Christian Brauner 3-2/+12
2024-03-01net: bql: fix building with BQL disabledGravatar Arnd Bergmann 2-6/+11
2024-03-01Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memoryGravatar Michael Kelley 1-1/+21
2024-03-01Merge tag 'drm-xe-fixes-2024-02-29' of https://gitlab.freedesktop.org/drm/xe/...Gravatar Dave Airlie 1-20/+1
2024-03-01Merge tag 'drm-misc-fixes-2024-02-29' of https://anongit.freedesktop.org/git/...Gravatar Dave Airlie 1-0/+15
2024-02-29Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 5-11/+15
2024-02-29dpll: fix build failure due to rcu_dereference_check() on unknown typeGravatar Eric Dumazet 1-4/+4
2024-02-29Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar Paolo Abeni 1-0/+1
2024-02-29drm/xe/uapi: Remove unused flagsGravatar Francois Dugast 1-19/+0
2024-02-29drm/xe/uapi: Remove DRM_XE_VM_BIND_FLAG_ASYNC comment left overGravatar José Roberto de Souza 1-1/+0
2024-02-29drm/xe: Add uapi for dumpable bosGravatar Maarten Lankhorst 1-0/+1
2024-02-29Merge tag 'asoc-fix-v6.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Gravatar Takashi Iwai 1-0/+2
2024-02-29netfilter: bridge: confirm multicast packets before passing them up the stackGravatar Florian Westphal 1-0/+1
2024-02-28kunit: Annotate _MSG assertion variants with gnu printf specifiersGravatar David Gow 1-6/+6
2024-02-27uapi: in6: replace temporary label with rfc9486Gravatar Justin Iurman 1-1/+1
2024-02-27Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+3
2024-02-27libfs: Drop generic_set_encrypted_ci_d_opsGravatar Gabriel Krisman Bertazi 1-1/+0
2024-02-27libfs: Add helper to choose dentry operations at mount-timeGravatar Gabriel Krisman Bertazi 1-0/+1
2024-02-27fscrypt: Drop d_revalidate once the key is addedGravatar Gabriel Krisman Bertazi 1-7/+22
2024-02-27fscrypt: Drop d_revalidate for valid dentries during lookupGravatar Gabriel Krisman Bertazi 1-0/+22
2024-02-27fscrypt: Factor out a helper to configure the lookup dentryGravatar Gabriel Krisman Bertazi 1-0/+15
2024-02-27ovl: Always reject mounting over case-insensitive directoriesGravatar Gabriel Krisman Bertazi 1-0/+9
2024-02-26dpll: rely on rcu for netdev_dpll_pin()Gravatar Eric Dumazet 2-10/+12
2024-02-26Merge drm/drm-fixes into drm-misc-fixesGravatar Maxime Ripard 58-128/+377
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-0/+3
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-0/+1