summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-11-27sysctl: Allow custom converters from outside sysctlJoel Granados1-0/+4
2025-11-27Merge tag 'linux-can-next-for-6.19-20251126' of git://git.kernel.org/pub/scm/...Paolo Abeni3-22/+161
2025-11-27sysctl: Replace void pointer with const pointer to ctl_tableJoel Granados1-3/+2
2025-11-27srcu: Create an SRCU-fast-updown APIPaul E. McKenney3-7/+141
2025-11-27configfs: Constify ct_item_ops in struct config_item_typeChristophe JAILLET1-1/+1
2025-11-27configfs: Constify ct_group_ops in struct config_item_typeChristophe JAILLET1-1/+1
2025-11-27net: pcs: xpcs: Add support for FBNIC 25G, 50G, 100G PMDAlexander Duyck1-0/+2
2025-11-27net: pcs: xpcs: Fix PMA identifier handling in XPCSAlexander Duyck2-1/+6
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-27virtio: clean up features qword/dword termsMichael S. Tsirkin4-20/+21
2025-11-27virtio: fix map ops commentMichael S. Tsirkin1-1/+1
2025-11-27virtio: fix virtqueue_set_affinity() docsMichael S. Tsirkin1-1/+1
2025-11-27virtio: standardize Returns documentation styleMichael S. Tsirkin1-4/+4
2025-11-27virtio: fix grammar in virtio_map_ops docsMichael S. Tsirkin1-2/+2
2025-11-27virtio: fix grammar in virtio_queue_info docsMichael S. Tsirkin1-1/+1
2025-11-27virtio: fix whitespace in virtio_config_opsMichael S. Tsirkin1-1/+1
2025-11-27virtio: fix typo in virtio_device_ready() commentMichael S. Tsirkin1-1/+1
2025-11-27virtio-net: avoid unnecessary checksum calculation on guest RXJon Kohler1-3/+4
2025-11-27of: Add wrappers to match root node with OF device ID tablesKrzysztof Kozlowski1-0/+13
2025-11-27phy: add hwtstamp_get callback to phy driversVadim Fedorenko1-0/+5
2025-11-27phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko2-6/+6
2025-11-27ASoC: stm32: sai: fix device and OF node leaks onMark Brown9-41/+59
2025-11-27libceph: drop started parameter of __ceph_open_session()Ilya Dryomov1-2/+1
2025-11-27ext4: rename EXT4_GET_BLOCKS_PRE_IOYang Erkun1-1/+1
2025-11-27drm/colorop: Add DRM_COLOROP_1D_CURVE_GAMMA22 to 1D CurveAlex Hung1-0/+18
2025-11-27drm/colorop: Add 3D LUT support to color pipelineAlex Hung2-0/+57
2025-11-27drm/colorop: allow non-bypass coloropsHarry Wentland1-9/+14
2025-11-27drm/colorop: Define LUT_1D interpolationHarry Wentland2-1/+33
2025-11-27drm/colorop: Add multiplier typeAlex Hung2-0/+27
2025-11-27drm/colorop: Add 1D Curve Custom LUT typeAlex Hung2-0/+30
2025-11-27drm: Add helper to extract lut from struct drm_color_lut32Chaitanya Kumar Borah1-0/+16
2025-11-27drm: Add Enhanced LUT precision structureUma Shankar2-0/+25
2025-11-27drm/colorop: add BT2020/BT709 OETF and Inverse OETFHarry Wentland1-0/+23
2025-11-27drm/colorop: Add PQ 125 EOTF and its inverseHarry Wentland1-0/+24
2025-11-27drm/colorop: define a new macro for_each_new_colorop_in_stateAlex Hung1-0/+20
2025-11-27drm/colorop: pass plane_color_pipeline client cap to atomic checkHarry Wentland1-0/+18
2025-11-27drm/colorop: Add 3x4 CTM typeHarry Wentland3-10/+55
2025-11-27drm/colorop: Add destroy functions for color pipelineAlex Hung1-0/+3
2025-11-27drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINEHarry Wentland2-0/+22
2025-11-27drm/plane: Add COLOR PIPELINE propertyHarry Wentland3-0/+16
2025-11-27drm/colorop: Add NEXT propertyHarry Wentland1-0/+17
2025-11-27drm/colorop: Add BYPASS propertyHarry Wentland1-0/+21
2025-11-27drm/colorop: Add 1D Curve subtypeHarry Wentland1-0/+62
2025-11-27drm/colorop: Add TYPE propertyHarry Wentland2-0/+43
2025-11-27drm/colorop: Introduce new drm_colorop mode objectHarry Wentland6-0/+267
2025-11-27regulator: Use container_of_const() when all types areMark Brown1-0/+273
2025-11-27drm: Add helper for conversion from signed-magnitudeHarry Wentland1-0/+17
2025-11-26io_uring: Introduce getsockname io_uring cmdGabriel Krisman Bertazi1-0/+1
2025-11-26socket: Split out a getsockname helper for io_uringGabriel Krisman Bertazi1-0/+2