summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-12-06Merge tag 'fbdev-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-12-06Merge tag 'for-linus-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds
2025-12-06Merge tag 'linux-watchdog-6.19-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds
2025-12-06Merge tag 'rpmsg-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds
2025-12-06Merge tag 'rproc-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds
2025-12-06Merge tag 'libnvdimm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-06Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds
2025-12-06Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-06gpio: tb10x: fix OF_GPIO dependencyArnd Bergmann
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-05Merge tag 'for-linus-6.19-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2025-12-05Merge tag 'ata-6.19-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-05Merge tag 'tpmdd-sessions-next-6.19-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-12-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2025-12-06LoongArch: Add adaptive CSR accessors for 32BIT/64BITHuacai Chen
2025-12-06LoongArch: Add and use some macros for AVECSong Gao
2025-12-05Merge tag 'soc-drivers-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-05Merge tag 'soc-dt-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-12-05Merge tag 'powerpc-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2025-12-05mshv: Cleanly shutdown root partition with MSHVPraveen K Paladugu
2025-12-05mshv: Use reboot notifier to configure sleep statePraveen K Paladugu
2025-12-05mshv: Add support for movable memory regionsStanislav Kinsburskii
2025-12-05mshv: Add refcount and locking to mem regionsStanislav Kinsburskii
2025-12-05mshv: Fix huge page handling in memory region traversalStanislav Kinsburskii
2025-12-05mshv: Move region management to mshv_regions.cStanislav Kinsburskii
2025-12-05mshv: Centralize guest memory region destructionStanislav Kinsburskii
2025-12-05mshv: Refactor and rename memory region handling functionsStanislav Kinsburskii
2025-12-05mshv: adjust interrupt control structure for ARM64Jinank Jain
2025-12-05Drivers: hv: use kmalloc_array() instead of kmalloc()Gongwei Li
2025-12-05mshv: Add ioctl for self targeted passthrough hvcallsAnirudh Rayabharam (Microsoft)
2025-12-05Drivers: hv: Introduce mshv_vtl driverNaman Jain
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-05drm: nouveau: Replace sprintf() with sysfs_emit()Madhur Kumar
2025-12-05drm/nouveau: fix circular dep oops from vendored i2c encoderRené Rebe
2025-12-05drm/nouveau: refactor deprecated strcpyMadhur Kumar
2025-12-05Merge tag 'hardening-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-05Merge tag 'samsung-drivers-6.19-2-late' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann
2025-12-05regulator: fixed: Rely on the core freeing the enable GPIOMark Brown
2025-12-05fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()Abdun Nihaal
2025-12-05drm/plane: Fix IS_ERR() vs NULL check in drm_plane_create_hotspot_properties()Dan Carpenter
2025-12-05drm/bridge: ti-sn65dsi83: ignore PLL_UNLOCK errorsLuca Ceresoli
2025-12-05gpio: qixis: select CONFIG_REGMAP_MMIOArnd Bergmann
2025-12-05gpio: regmap: Fix memleak in error path in gpio_regmap_register()Wentao Guan
2025-12-05drivers/xen: use min() instead of min_t()David Laight