summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-11-29mtd: spinand: add support for FudanMicro FM25S01BI3Mikhail Zhilkin
2025-11-29i2c: i2c-elektor: Allow building on SMP kernelsMagnus Lindholm
2025-11-28net: bcmgenet: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-28net: bnxt: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-28net: phy: aquantia: check for NVMEM deferralRobert Marko
2025-11-28Merge tag 'wireless-next-2025-11-27' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-11-29i3c: master: svc: Add basic HDR mode supportFrank Li
2025-11-29i3c: master: svc: Replace bool rnw with union for HDR supportFrank Li
2025-11-29i3c: Add HDR API supportFrank Li
2025-11-29i3c: master: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2025-11-29i3c: master: Remove i3c_device_free_ibi from i3c_device_removeJorge Marques
2025-11-29i3c: mipi-i3c-hci-pci: Set d3cold_delay to 0 for Intel controllersAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllersAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Add exit callbackAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Change callback parameterAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Allocate a structure for mipi_i3c_hci_pci device infor...Adrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Factor out intel_reset()Adrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Factor out private registers ioremappingAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Constify driver dataAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Use readl_poll_timeout()Adrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Rename some Intel-related identifiersAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Move all Intel-related definitions togetherAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Set 64-bit DMA mask for Intel controllersAdrian Hunter
2025-11-28Merge tag 'spi-fix-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-28Merge tag 'regulator-fix-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-11-28ubi: fastmap: fix ubi->fm memory leakLiyuan Pang
2025-11-28mtd: ubi: skip programming unused bits in ubi headersCheng Ming Lin
2025-11-28regulator: fp9931: Fix spelling mistake "failid" -> "failed"Colin Ian King
2025-11-28spi: microchip-core: Refactor FIFO read and write handlersAndy Shevchenko
2025-11-28Merge tag 'soc-fixes-6.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-28Merge tag 'char-misc-6.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-28Merge tag 'tty-6.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-11-28Merge tag 'usb-6.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-11-28Merge tag 'mailbox-fixes-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-11-28vfio/nvgrace-gpu: wait for the GPU mem to be readyAnkit Agrawal
2025-11-28vfio/nvgrace-gpu: Inform devmem unmapped after resetAnkit Agrawal
2025-11-28vfio/nvgrace-gpu: split the code to wait for GPU readyAnkit Agrawal
2025-11-28vfio: use vfio_pci_core_setup_barmap to map bar in mmapAnkit Agrawal
2025-11-28vfio/nvgrace-gpu: Add support for huge pfnmapAnkit Agrawal
2025-11-28vfio: refactor vfio_pci_mmap_huge_fault functionAnkit Agrawal
2025-11-28dma-buf: fix integer overflow in fill_sg_entry() for buffers >= 8GiBAlex Mastro
2025-11-28vfio/pci: Use RCU for error/request triggers to avoid circular lockingAlex Williamson
2025-11-28hwmon: (max16065) Use local variable to avoid TOCTOUGui-Dong Han
2025-11-28hwmon: (w83l786ng) Convert macros to functions to avoid TOCTOUGui-Dong Han
2025-11-28Merge tag 'mmc-v6.18-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-11-28ublk: add helper of __ublk_fetch()Ming Lei
2025-11-28ublk: pass const pointer to ublk_queue_is_zoned()Ming Lei
2025-11-28ublk: refactor auto buffer register in ublk_dispatch_req()Ming Lei
2025-11-28ublk: add `union ublk_io_buf` with improved namingMing Lei
2025-11-28ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()Ming Lei