summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-01-20platform/x86: wmi-bmof: Use new buffer-based WMI APIArmin Wolf-19/+15
2026-01-20platform/x86: xiaomi-wmi: Use new buffer-based WMI APIArmin Wolf-3/+2
2026-01-20platform/x86/intel/wmi: thunderbolt: Use new buffer-based WMI APIArmin Wolf-15/+11
2026-01-20platform/x86: intel-wmi-sbl-fw-update: Use new buffer-based WMI APIArmin Wolf-25/+18
2026-01-20platform/wmi: Add kunit test for the string conversion codeArmin Wolf-0/+292
2026-01-20platform/wmi: Add helper functions for WMI string conversionsArmin Wolf-1/+94
2026-01-20platform/wmi: Add kunit test for the marshalling codeArmin Wolf-0/+481
2026-01-20platform/wmi: Introduce marshalling supportArmin Wolf-5/+421
2026-01-20s390/ap: Fix wrong APQN fill calculationHarald Freudenberger-2/+2
2026-01-20drivers/i2c/busses: use min() instead of min_t()David Laight-1/+1
2026-01-20media: iris: Prevent output buffer queuing before stream-on completesVishnu Reddy-3/+7
2026-01-20media: iris: gen2: Add sanity check for session stopDikshita Agarwal-0/+3
2026-01-20media: iris: gen1: Destroy internal buffers after FW releasesDikshita Agarwal-0/+2
2026-01-20media: iris: Skip resolution set on first IPSCDikshita Agarwal-1/+1
2026-01-20media: iris: Add buffer to list only after successful allocationDikshita Agarwal-2/+5
2026-01-20media: iris: Add missing platform data entries for SM8750Dikshita Agarwal-0/+2
2026-01-20media: iris: remove v4l2_m2m_ioctl_{de,en}coder_cmd API usage during STOP han...Dikshita Agarwal-4/+6
2026-01-20media: iris: use fallback size when S_FMT is called without width/heightVal Packett-0/+8
2026-01-20media: iris: Fix fps calculationRicardo Ribalda-10/+5
2026-01-20media: iris: Fix ffmpeg corrupted frame errorVishnu Reddy-1/+1
2026-01-20Revert "media: iris: Add sanity check for stop streaming"Dikshita Agarwal-5/+3
2026-01-20media: venus: assign unique bus_info strings for encoder and decoderJorge Ramirez-Ortiz-2/+10
2026-01-20media: venus: vdec: restrict EOS addr quirk to IRIS2 onlyDikshita Agarwal-1/+7
2026-01-20media: venus: vdec: fix error state assignment for zero bytesusedRenjiang Han-3/+3
2026-01-20drm/tyr: rename pad0 to selected_coherencyAlice Ryhl-2/+3
2026-01-20netkit: Add xsk support for af_xdp applicationsDaniel Borkmann-1/+75
2026-01-20netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann-1/+56
2026-01-20netkit: Implement rtnl_link_ops->alloc and ndo_queue_createDavid Wei-12/+105
2026-01-20netkit: Add single device mode for netkitDaniel Borkmann-40/+70
2026-01-20mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy functionMatthew Schwartz-0/+41
2026-01-20drm/atmel-hlcdc: destroy properly the plane state in the reset callbackLudovic Desroches-26/+26
2026-01-20drm/atmel-hlcdc: use drmm_universal_plane_alloc()Ludovic Desroches-14/+7
2026-01-20drm/atmel-hlcdc: use drmm_crtc_alloc_with_planes()Ludovic Desroches-26/+6
2026-01-20drm/atmel-hlcdc: use devm_drm_of_get_bridge()Ludovic Desroches-20/+5
2026-01-20drm/atmel-hlcdc: use drm_crtc_mask()Ludovic Desroches-7/+9
2026-01-20drm/atmel-hlcdc: use drmm_simple_encoder_alloc()Ludovic Desroches-18/+9
2026-01-20drm/atmel-hlcdc: add support for the nomodeset kernel parameterLudovic Desroches-0/+3
2026-01-20drm/atmel-hlcdc: use managed device resources for the display controllerLudovic Desroches-13/+13
2026-01-20drm/panel: jd9365da: Support for Anbernic RG-DS PanelChris Morgan-2/+269
2026-01-20drm: panel: jd9365da: Use gpiod_set_value_cansleep()Chris Morgan-5/+5
2026-01-20drm/rockchip: vop2: Add mode valid callback for crtcAndy Yan-0/+12
2026-01-20drm/rockchip: dw_hdmi_qp: Optimize RK3588 HPD interrupt handlingCristian Ciocaltea-5/+1
2026-01-20drm/rockchip: dw_hdmi_qp: Fix RK3576 HPD interrupt handlingCristian Ciocaltea-6/+1
2026-01-20revocable: fix missing module license and descriptionDanilo Krummrich-0/+3
2026-01-20gpio: cdev: Fix resource leaks on errors in gpiolib_cdev_register()Tzung-Bi Shih-2/+7
2026-01-20hinic3: Add HW event handlerFan Gong-1/+92
2026-01-20hinic3: Add mac filter opsFan Gong-0/+514
2026-01-20hinic3: Add adaptive IRQ coalescing with DIMFan Gong-5/+174
2026-01-20hinic3: Add .ndo_vlan_rx_add/kill_vid and .ndo_validate_addrFan Gong-0/+128
2026-01-20hinic3: Add .ndo_features_checkFan Gong-0/+13