summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-10-01Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-10-01clk: COMMON_CLK_RPMI should depend on RISCVGeert Uytterhoeven
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-01Merge tag 'soc-dt-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2025-10-01Merge tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-01Merge tag 'thermal-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-01Merge tag 'acpi-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-10-01Merge tag 'pm-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-10-01Merge tag 'i3c/for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds
2025-10-01Merge tag 'i2c-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-01Merge tag 'pinctrl-v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-01Merge tag 'for-linus-6.18-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2025-10-01Merge tag 'for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds
2025-10-01Merge tag 'hsi-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds
2025-10-01Merge tag 'firewire-updates-6.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-10-01Merge tag 'backlight-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-01Merge tag 'leds-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2025-10-01Merge tag 'mfd-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2025-10-01Merge tag 'mmc-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2025-10-01Merge tag 'pmdomain-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds
2025-10-01ACPI: property: Return present device nodes only on fwnode interfaceSakari Ailus
2025-10-01Merge tag 'spi-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2025-10-01Merge tag 'regulator-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-01Merge tag 'regmap-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-01Merge tag 'pwm/for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-01Merge tag 'hwmon-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-01Merge tag 'chrome-platform-v6.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-10-01PCI: stm32-ep: Add PCIe Endpoint support for STM32MP25Christian Bruel
2025-10-01PCI: stm32: Add PCIe host support for STM32MP25Christian Bruel
2025-10-01of: unittest: Fix device reference count leak in of_unittest_pci_node_verifyMa Ke
2025-10-01of: doc: Fix typo in doc comments.Bhanu Seshu Kumar Valluri
2025-10-01Merge tag 'cpufreq-arm-updates-6.18-rc' of git://git.kernel.org/pub/scm/linux...Rafael J. Wysocki
2025-10-01ACPI: CPPC: Do not use CPUFREQ_ETERNAL as an error valueRafael J. Wysocki
2025-10-01cpufreq: CPPC: Avoid using CPUFREQ_ETERNAL as transition delayRafael J. Wysocki
2025-10-01cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latencyRafael J. Wysocki
2025-10-01virtio-vdpa: Drop redundant conversion to boolXichao Zhao
2025-10-01vduse: Use fixed 4KB bounce pages for non-4KB page sizeSheng Zhao
2025-10-01vduse: switch to use virtio map API instead of DMA APIJason Wang
2025-10-01vdpa: introduce map opsJason Wang
2025-10-01vdpa: support virtio_mapJason Wang
2025-10-01virtio: introduce map ops in virtio coreJason Wang
2025-10-01virtio_ring: rename dma_handle to map_handleJason Wang
2025-10-01virtio: introduce virtio_map container unionJason Wang
2025-10-01virtio: rename dma helpersJason Wang
2025-10-01virtio_ring: switch to use dma_{map|unmap}_page()Jason Wang
2025-10-01virtio_ring: constify virtqueue pointer for DMA helpersJason Wang
2025-10-01virtio_balloon: Remove redundant __GFP_NOWARNQianfeng Rong
2025-10-01vhost: vringh: Fix copy_to_iter return value checkMichael S. Tsirkin