aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-03-12serial: 8250_port: Drop duplicate NULL checkAndy Shevchenko1-2/+2
2026-03-12tty: serial: samsung_tty: avoid dev_dbg deadlockAlyssa Milburn1-8/+2
2026-03-12pmdomain: mediatek: Fix power domain countAdam Ford1-1/+1
2026-03-12HID: pl: eliminate private debug macroOliver Neukum1-8/+4
2026-03-12HID: mcp2221: Add module parameter to enfoce GPIO modeLinus Walleij1-4/+14
2026-03-12HID: appletb-kbd: add .resume method in PMAditya Garg1-2/+3
2026-03-12HID: logitech-hidpp: Enable MX Master 4 over bluetoothAdrian Freund1-0/+2
2026-03-12net: ti: icssg: Fix wrong macro used in RX classifier configurationMD Danish Anwar1-2/+2
2026-03-12kbuild: Consolidate C dialect optionsNathan Chancellor1-2/+1
2026-03-12spi: atcspi200: fix mutex initialization orderPei Xiao1-1/+3
2026-03-12MIPS: Don't select CLOCKSOURCE_WATCHDOGThomas Gleixner1-1/+0
2026-03-12hinic3: Add ethtool basic opsFan Gong11-2/+677
2026-03-12hinic3: Add PF/VF capability parsing and parameter validationFan Gong2-3/+52
2026-03-12hinic3: Add PF FLR wait and timeout handlingFan Gong1-0/+34
2026-03-12hinic3: Add PF device support and function type validationFan Gong5-3/+27
2026-03-12hinic3: Add msg_send_lock for message sending concurrecyFan Gong2-2/+11
2026-03-12hinic3: Add RX VLAN offload supportFan Gong2-0/+18
2026-03-12hinic3: Add chip_present_flag checks to prevent errors when card is absentFan Gong9-8/+52
2026-03-12hinic3: Add Command Queue/Async Event Queue/Complete Event Queue/Mailbox dump interfacesFan Gong5-0/+106
2026-03-12hinic3: Add command queue detailed-response interfacesFan Gong2-12/+169
2026-03-12drm/ttm/tests: add a test to exercise ttm_bo_swapoutThadeu Lima de Souza Cascardo2-0/+43
2026-03-12drm/ttm: document that ttm_bo_swapout deals with pagesThadeu Lima de Souza Cascardo1-2/+2
2026-03-12vsock: add G2H fallback for CIDs not owned by H2G transportAlexander Graf1-0/+13
2026-03-12drm/xe: implement VM_BIND decompression in vm_bind_ioctlNitin Gote4-9/+87
2026-03-12drm/xe: add xe_migrate_resolve wrapper and is_vram_resolve supportNitin Gote2-27/+67
2026-03-12Merge drm/drm-next into drm-misc-nextMaxime Ripard414-5226/+108527
2026-03-12Merge tag 'drm-msm-fixes-2026-03-06' of https://gitlab.freedesktop.org/drm/msm into drm-fixesDave Airlie15-100/+107
2026-03-12mshv: pass struct mshv_user_mem_region by referenceMukesh R1-13/+13
2026-03-11octeontx2-af: devlink: fix NIX RAS reporter to use RAS interrupt statusAlok Tiwari1-2/+2
2026-03-11octeontx2-af: devlink: fix NIX RAS reporter recovery conditionAlok Tiwari1-1/+1
2026-03-11net: ethernet: ti: am65-cpsw-nuss: Fix rx_filter value for PTP supportChintan Vankar2-8/+10
2026-03-11net/mana: Null service_wq on setup error to prevent double destroyShiraz Saleem1-0/+1
2026-03-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski8-82/+44
2026-03-11net: dsa: realtek: Fix LED group port bit for non-zero LED groupMarek Behún1-3/+3
2026-03-11net: macb: Clean up the .usrio settings in macb_config instancesKevin Hao1-18/+1
2026-03-11net: macb: Clean up the .init settings in macb_config instancesKevin Hao1-18/+14
2026-03-11net: macb: Clean up the .clk_init setting in the macb_config instancesKevin Hao1-22/+19
2026-03-11net: dsa: microchip: Fix error path in PTP IRQ setupBastien Curutchet (Schneider Electric)1-3/+8
2026-03-11net: bonding: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière1-1/+1
2026-03-11bus: Remove not-going-to-be-supported code for Baikal SoCAndy Shevchenko4-720/+0
2026-03-11i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattachAdrian Ng Ho Yin1-2/+2
2026-03-11i3c: master: dw-i3c: Fix missing of_node for virtual I2C adapterPeter Yin1-0/+2
2026-03-11EDAC/mpc85xx: Constify device sysfs attributesThomas Weißschuh1-1/+1
2026-03-11EDAC/device: Allow addition of const sysfs attributesThomas Weißschuh2-3/+3
2026-03-11EDAC/pci_sysfs: Constify instance sysfs attributesThomas Weißschuh1-5/+5
2026-03-11EDAC/device: Constify info sysfs attributesThomas Weißschuh1-5/+5
2026-03-11EDAC/device: Drop unnecessary and dangerous casts of attributesThomas Weißschuh1-5/+3
2026-03-11i3c: mipi-i3c-hci: Fallback to software reset when bus disable failsAdrian Hunter1-30/+35
2026-03-11i3c: mipi-i3c-hci: Fix handling of shared IRQs during early initializationAdrian Hunter1-3/+10
2026-03-11i3c: mipi-i3c-hci: Fix race in DMA error handling in interrupt contextAdrian Hunter3-27/+24