summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-29Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-11/+15
2024-02-29cgroup/cpuset: Remove cpuset_do_slab_mem_spread()Xiongwei Song1-10/+0
2024-02-29dpll: fix build failure due to rcu_dereference_check() on unknown typeEric Dumazet1-4/+4
2024-02-29Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-0/+1
2024-02-29drm/xe/uapi: Remove unused flagsFrancois Dugast1-19/+0
2024-02-29drm/xe/uapi: Remove DRM_XE_VM_BIND_FLAG_ASYNC comment left overJosé Roberto de Souza1-1/+0
2024-02-29drm/xe: Add uapi for dumpable bosMaarten Lankhorst1-0/+1
2024-02-29Merge tag 'asoc-fix-v6.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai1-0/+2
2024-02-29ublk: add UBLK_CMD_DEL_DEV_ASYNCMing Lei1-0/+2
2024-02-29netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal1-0/+1
2024-02-28kunit: Annotate _MSG assertion variants with gnu printf specifiersDavid Gow1-6/+6
2024-02-28uapi: in6: replace temporary label with rfc9486Justin Iurman1-1/+1
2024-02-28Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+3
2024-02-28libfs: Drop generic_set_encrypted_ci_d_opsGabriel Krisman Bertazi1-1/+0
2024-02-28libfs: Add helper to choose dentry operations at mount-timeGabriel Krisman Bertazi1-0/+1
2024-02-28fscrypt: Drop d_revalidate once the key is addedGabriel Krisman Bertazi1-7/+22
2024-02-28fscrypt: Drop d_revalidate for valid dentries during lookupGabriel Krisman Bertazi1-0/+22
2024-02-28fscrypt: Factor out a helper to configure the lookup dentryGabriel Krisman Bertazi1-0/+15
2024-02-28ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi1-0/+9
2024-02-27workqueue: Introduce from_work() helper for cleaner callback declarationsAllen Pais1-0/+3
2024-02-27io_uring/kbuf: flag request if buffer pool is empty after buffer pickJens Axboe1-0/+3
2024-02-27dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet2-10/+12
2024-02-27Merge branches 'rcu-doc.2024.02.14a', 'rcu-nocb.2024.02.14a', 'rcu-exp.2024.0...Boqun Feng3-3/+4
2024-02-26Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard58-128/+377
2024-02-26rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney1-0/+2
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+3
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner2-13/+0
2024-02-25bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner1-3/+0
2024-02-25bdev: remove bdev_open_by_path()Christian Brauner1-2/+0
2024-02-25pktcdvd: port block device access to fileChristian Brauner1-2/+2
2024-02-25swap: port block device usage to fileChristian Brauner1-1/+1
2024-02-25md: port block device access to fileChristian Brauner1-1/+1
2024-02-25bdev: open block device as filesChristian Brauner2-2/+15
2024-02-25file: add alloc_file_pseudo_noaccount()Christian Brauner1-0/+2
2024-02-25procfs: make freeing proc_fs_info rcu-delayedAl Viro1-0/+1
2024-02-25nfs: fix UAF on pathwalk running into umountAl Viro1-0/+2
2024-02-25Merge tag 'iommu-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2024-02-25Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-18/+2
2024-02-24sched: Add a new function to compare if two cpus have the same capacityQais Yousef1-0/+6
2024-02-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-4/+1
2024-02-24stackdepot: use variable size records for non-evictable entriesMarco Elver1-0/+3
2024-02-23KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changingSean Christopherson1-0/+26
2024-02-23Merge tag 'mm-hotfixes-stable-2024-02-22-15-02' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+5
2024-02-23Merge tag 'drm-fixes-2024-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-1/+14
2024-02-23iommu/sva: Restore SVA handle sharingJason Gunthorpe1-0/+3
2024-02-23drm/bridge: aux-hpd: separate allocation and registrationJohan Hovold1-0/+15
2024-02-23ASoC: soc-card: Fix missing locking in snd_soc_card_get_kcontrol()Richard Fitzgerald1-0/+2
2024-02-23ALSA: pcm: clarify and fix default msbits value for all formatsJaroslav Kysela1-2/+2
2024-02-23net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr1-0/+1