summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-03-12vt: support ITU-T T.416 color subparametersRonan Pigott-3/+45
2026-03-12serial: qcom-geni: Fix RTS behavior with flow controlAnup Kulkarni-4/+15
2026-03-12tty: serial: imx: keep dma request disabled before dma transfer setupRobin Gong-3/+4
2026-03-12tty: serial: 8250: Add SystemBase Multi I/O cardsMichael Walle-0/+51
2026-03-12serial: pic32_uart: allow driver to be compiled on all architectures with COM...Brian Masney-1/+1
2026-03-12serial: tegra: remove Kconfig dependency on APB DMA controllerFrancesco Lavra-3/+2
2026-03-12serial: auart: check clk_enable() return in console writeZhaoyang Yu-1/+2
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost-133512/+464225
2026-03-12rtc: rx8025: Remove use of i2c_match_id()Andrew Davis-3/+1
2026-03-12rtc: rv8803: Remove use of i2c_match_id()Andrew Davis-7/+1
2026-03-12rtc: rs5c372: Remove use of i2c_match_id()Andrew Davis-6/+1
2026-03-12rtc: pcf2127: Remove use of i2c_match_id()Andrew Davis-16/+7
2026-03-12rtc: m41t80: Remove use of i2c_match_id()Andrew Davis-7/+1
2026-03-12rtc: abx80x: Remove use of i2c_match_id()Andrew Davis-2/+1
2026-03-12drm/xe: Fix overflow in guc_ct_snapshot_captureMika Kuoppala-1/+1
2026-03-12vt: add fallback to plain map for modifier-aware key typesNicolas Pitre-0/+15
2026-03-12vt: add KT_CSI keysym type for modifier-aware CSI sequencesNicolas Pitre-5/+33
2026-03-12vt: add modifier support to cursor keysNicolas Pitre-1/+26
2026-03-12serial: remove drivers for espressif esp32Julian Braha-1266/+0
2026-03-12serial: amba-pl011: Respect DMA controller's copy_align requirementKartik Rajput-0/+9
2026-03-12serial: amba-pl011: Add Tegra264 UART supportKartik Rajput-0/+27
2026-03-12serial: amba-pl011: Introduce set_uartclk_rate vendor flagKartik Rajput-2/+27
2026-03-12serial: amba-pl011: Introduce skip_ibrd_fbrd vendor flagKartik Rajput-22/+31
2026-03-12serial: amba-pl011: Enable UART in earlycon setupPeter Maydell-1/+30
2026-03-12tty: constify tty_ldisc_opsQingfang Deng-8/+8
2026-03-12tty: hvc_iucv: fix off-by-one in number of supported devicesRandy Dunlap-1/+1
2026-03-12serial: 8250_port: Drop duplicate NULL checkAndy Shevchenko-2/+2
2026-03-12tty: serial: samsung_tty: avoid dev_dbg deadlockAlyssa Milburn-8/+2
2026-03-12pmdomain: mediatek: Fix power domain countAdam Ford-1/+1
2026-03-12HID: pl: eliminate private debug macroOliver Neukum-8/+4
2026-03-12HID: mcp2221: Add module parameter to enfoce GPIO modeLinus Walleij-4/+14
2026-03-12HID: appletb-kbd: add .resume method in PMAditya Garg-2/+3
2026-03-12HID: logitech-hidpp: Enable MX Master 4 over bluetoothAdrian Freund-0/+2
2026-03-12net: ti: icssg: Fix wrong macro used in RX classifier configurationMD Danish Anwar-2/+2
2026-03-12kbuild: Consolidate C dialect optionsNathan Chancellor-2/+1
2026-03-12spi: atcspi200: fix mutex initialization orderPei Xiao-1/+3
2026-03-12MIPS: Don't select CLOCKSOURCE_WATCHDOGThomas Gleixner-1/+0
2026-03-12hinic3: Add ethtool basic opsFan Gong-2/+677
2026-03-12hinic3: Add PF/VF capability parsing and parameter validationFan Gong-3/+52
2026-03-12hinic3: Add PF FLR wait and timeout handlingFan Gong-0/+34
2026-03-12hinic3: Add PF device support and function type validationFan Gong-3/+27
2026-03-12hinic3: Add msg_send_lock for message sending concurrecyFan Gong-2/+11
2026-03-12hinic3: Add RX VLAN offload supportFan Gong-0/+18
2026-03-12hinic3: Add chip_present_flag checks to prevent errors when card is absentFan Gong-8/+52
2026-03-12hinic3: Add Command Queue/Async Event Queue/Complete Event Queue/Mailbox dump...Fan Gong-0/+106
2026-03-12hinic3: Add command queue detailed-response interfacesFan Gong-12/+169
2026-03-12drm/ttm/tests: add a test to exercise ttm_bo_swapoutThadeu Lima de Souza Cascardo-0/+43
2026-03-12drm/ttm: document that ttm_bo_swapout deals with pagesThadeu Lima de Souza Cascardo-2/+2
2026-03-12vsock: add G2H fallback for CIDs not owned by H2G transportAlexander Graf-0/+13
2026-03-12drm/xe: implement VM_BIND decompression in vm_bind_ioctlNitin Gote-9/+87