summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-28net: page_pool: report when page pool was destroyedJakub Kicinski2-0/+2
2023-11-28net: page_pool: report amount of memory held by page poolsJakub Kicinski1-0/+2
2023-11-28net: page_pool: add netlink notifications for state changesJakub Kicinski1-0/+4
2023-11-28net: page_pool: implement GET in the netlink APIJakub Kicinski1-0/+10
2023-11-28net: page_pool: stash the NAPI ID for easier accessJakub Kicinski1-0/+1
2023-11-28net: page_pool: record pools per netdevJakub Kicinski4-0/+30
2023-11-28net: page_pool: id the page poolsJakub Kicinski1-0/+4
2023-11-28Merge drm/drm-next into drm-misc-nextThomas Zimmermann28-72/+217
2023-11-28platform/x86: asus-wmi: disable USB0 hub on ROG Ally before suspendLuke D. Jones1-0/+3
2023-11-28mnt_idmapping: decouple from namespacesChristian Brauner1-0/+13
2023-11-28mnt_idmapping: remove check_fsmapping()Christian Brauner1-3/+0
2023-11-28eventfd: make eventfd_signal{_mask}() voidChristian Brauner1-9/+7
2023-11-28eventfd: simplify eventfd_signal_mask()Christian Brauner1-3/+2
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-2/+2
2023-11-28ASoC: Intel: Soundwire related board and match updatesMark Brown24-57/+140
2023-11-28neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva1-1/+1
2023-11-28Merge v6.7-rc3 into drm-nextDaniel Vetter11-20/+74
2023-11-28OPP: Call dev_pm_opp_set_opp() for required OPPsViresh Kumar1-2/+5
2023-11-28OPP: Level zero is validViresh Kumar1-1/+4
2023-11-28drm/gpuvm: Fix deprecated license identifierThomas Hellström1-1/+1
2023-11-28Merge tag 'wireless-next-2023-11-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-10/+19
2023-11-28net: phy: add possible interfacesRussell King (Oracle)1-0/+3
2023-11-28Merge tag 'media/v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+1
2023-11-28uapi: propagate __struct_group() attributes to the container unionDmitry Antipov1-1/+1
2023-11-27dma-buf: fix check in dma_resv_add_fenceChristian König1-0/+15
2023-11-27ALSA: hda: Drop snd_hdac_calc_stream_format()Cezary Rojewski1-5/+0
2023-11-27ALSA: hda: Upgrade stream-format infrastructureCezary Rojewski2-0/+7
2023-11-27ASoC: pcm: Honor subformat when configuring runtimeCezary Rojewski1-0/+1
2023-11-27ALSA: hda: Honor subformat when querying PCMsCezary Rojewski2-3/+5
2023-11-27ALSA: pcm: Introduce MSBITS subformat interfaceJaroslav Kysela2-2/+12
2023-11-27block: move a few definitions out of CONFIG_BLK_DEV_ZONEDChristoph Hellwig1-13/+11
2023-11-27ASoC: makes CPU/Codec channel connection map more genericKuninori Morimoto1-3/+53
2023-11-27net :mana :Add remaining GDMA stats for MANA to ethtoolShradha Gupta1-13/+33
2023-11-27wifi: cfg80211: add locked debugfs wrappersJohannes Berg1-0/+46
2023-11-27debugfs: add API to allow debugfs operations cancellationJohannes Berg1-0/+19
2023-11-27Merge branch 'iommu/fixes' into coreJoerg Roedel1-0/+1
2023-11-27iommu: Allow passing custom allocators to pgtable driversBoris Brezillon1-0/+34
2023-11-27iommu: Retire bus opsRobin Murphy4-6/+3
2023-11-27iommu: Validate that devices match domainsRobin Murphy1-1/+1
2023-11-27iommu: Avoid more races around device probeRobin Murphy1-0/+1
2023-11-27Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman11-20/+74
2023-11-27locking/lockdep: Slightly reorder 'struct lock_class' to save some memoryChristophe JAILLET1-1/+1
2023-11-26Merge tag 'usb-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-13/+0
2023-11-25dcache: remove unnecessary NULL check in dget_dlock()Vegard Nossum1-11/+30
2023-11-25kill DCACHE_MAY_FREEAl Viro1-1/+0
2023-11-25Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheAl Viro1-5/+15
2023-11-25get rid of DCACHE_GENOCIDEAl Viro1-1/+0
2023-11-25d_genocide(): move the extern into fs/internal.hAl Viro1-3/+0
2023-11-25kill d_instantate_anon(), fold __d_instantiate_anon() into remaining callerAl Viro1-1/+0
2023-11-25dentry: switch the lists of children to hlistAl Viro1-5/+15