summaryrefslogtreecommitdiff
path: root/include/uapi
AgeCommit message (Expand)AuthorFilesLines
2025-12-04Merge tag 'sound-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+6
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds8-38/+711
2025-12-04Merge tag 'media/v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds7-153/+961
2025-12-04Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-0/+9
2025-12-04Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-9/+98
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+67
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds25-189/+202
2025-12-04Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-4/+29
2025-12-03Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+62
2025-12-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+2
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-14/+7
2025-12-02Merge tag 'drm-misc-next-2025-12-01-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie3-9/+149
2025-12-02Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+20
2025-12-02wireguard: uapi: generate header with ynl-genAsbjørn Sloth Tønnesen1-19/+19
2025-12-02wireguard: uapi: move flag enumsAsbjørn Sloth Tønnesen1-11/+14
2025-12-02wireguard: uapi: move enum wg_cmdAsbjørn Sloth Tønnesen1-7/+8
2025-12-02wireguard: netlink: add YNL specificationAsbjørn Sloth Tønnesen1-129/+0
2025-12-02Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-0/+16
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+9
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+61
2025-11-29Merge tag 'nf-next-25-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-27/+27
2025-11-29Merge tag 'wireless-next-2025-11-27' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-1/+0
2025-11-28Merge branches 'pm-em' and 'pm-opp'Rafael J. Wysocki1-0/+62
2025-11-28vfs: add needed headers for new struct delegation definitionJeff Layton1-0/+5
2025-11-28if_ether.h: Clarify ethertype validity for gsw1xx dsaPeter Enderborg1-1/+3
2025-11-28netfilter: nf_tables: improve UAPI kernel-doc commentsRandy Dunlap1-7/+7
2025-11-28netfilter: ip6t_srh: fix UAPI kernel-doc comments formatRandy Dunlap1-20/+20
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-24/+28
2025-11-27Merge tag 'linux-can-next-for-6.19-20251126' of git://git.kernel.org/pub/scm/...Paolo Abeni1-0/+34
2025-11-27net: pcs: xpcs: Fix PMA identifier handling in XPCSAlexander Duyck1-0/+5
2025-11-27net: pcs: xpcs: Add support for 25G, 50G, and 100G interfacesAlexander Duyck1-0/+6
2025-11-27net: phy: Add MDIO_PMA_CTRL1_SPEED for 2.5G and 5G to reflect PMA valuesAlexander Duyck1-2/+10
2025-11-27ASoC: stm32: sai: fix device and OF node leaks onMark Brown4-34/+43
2025-11-27drm/colorop: Add 3D LUT support to color pipelineAlex Hung1-0/+34
2025-11-27drm/colorop: Define LUT_1D interpolationHarry Wentland1-0/+13
2025-11-27drm/colorop: Add multiplier typeAlex Hung1-0/+11
2025-11-27drm/colorop: Add 1D Curve Custom LUT typeAlex Hung1-0/+14
2025-11-27drm: Add Enhanced LUT precision structureUma Shankar1-0/+12
2025-11-27drm/colorop: Add 3x4 CTM typeHarry Wentland2-10/+31
2025-11-27drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINEHarry Wentland1-0/+15
2025-11-27drm/colorop: Add TYPE propertyHarry Wentland1-0/+19
2025-11-27drm/colorop: Introduce new drm_colorop mode objectHarry Wentland1-0/+1
2025-11-26io_uring: Introduce getsockname io_uring cmdGabriel Krisman Bertazi1-0/+1
2025-11-26can: netlink: add PWM netlink interfaceVincent Mailhol1-0/+25
2025-11-26can: netlink: add CAN_CTRLMODE_XL_TMS flagVincent Mailhol1-0/+1
2025-11-26can: netlink: add initial CAN XL supportVincent Mailhol1-0/+7
2025-11-26can: netlink: add CAN_CTRLMODE_RESTRICTEDVincent Mailhol1-0/+1
2025-11-26tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen13-0/+13
2025-11-25wifi: nl80211: vendor-cmd: intel: fix a blank kernel-doc line warningRandy Dunlap1-1/+0