index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2025-11-27
Merge tag 'dma-mapping-6.18-2025-11-27' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-2
/
+3
2025-11-27
Merge tag 'acpi-6.18-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2025-11-28
Merge tag 'drm-misc-next-fixes-2025-11-26' of https://gitlab.freedesktop.org/...
Dave Airlie
-1
/
+16
2025-11-28
Revert "drm/i915/dp: change aux_ctl reg read to polling read"
Ville Syrjälä
-5
/
+7
2025-11-28
drm/i915: Enable DDI A/B AUX interrupts on LNL+
Ville Syrjälä
-5
/
+14
2025-11-28
drm/i915: Eliminate one more frequent drm_format_info()
Ville Syrjälä
-14
/
+20
2025-11-28
drm/i915: Expose the IN_FORMATS_ASYNC blob for all planes
Ville Syrjälä
-0
/
+4
2025-11-28
drm/i915/panic: Clean up the variables
Ville Syrjälä
-33
/
+29
2025-11-27
vmcoreinfo: track and log recoverable hardware errors
Breno Leitao
-0
/
+38
2025-11-28
drm/i915/panic: Get the crtc from the correct place
Ville Syrjälä
-1
/
+2
2025-11-28
drm/i915: Use hw.active instead of uapi.active in the initial plane readout
Ville Syrjälä
-4
/
+8
2025-11-28
drm/i915/psr: Use hw.rotation instead of uapi.rotation
Ville Syrjälä
-1
/
+1
2025-11-28
drm/i915/psr: Use hw.crtc instead of uapi.crtc
Ville Syrjälä
-3
/
+3
2025-11-28
drm/i915: Use the proper (hw.crtc) for the cursor unpin vblank worker
Ville Syrjälä
-3
/
+3
2025-11-27
Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
-7
/
+235
2025-11-27
Merge tag 'soc-drivers-for-v6.19' of https://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
-0
/
+95
2025-11-27
Merge tag 'apple-soc-drivers-6.19' of https://git.kernel.org/pub/scm/linux/ke...
Arnd Bergmann
-15
/
+13
2025-11-27
Merge tag 'soc_fsl-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Arnd Bergmann
-2
/
+2
2025-11-27
Merge tag 'amlogic-drivers-for-v6.19' of https://git.kernel.org/pub/scm/linux...
Arnd Bergmann
-8
/
+10
2025-11-27
Merge tag 'reset-gpio-for-v6.19-2' of https://git.pengutronix.de/git/pza/linu...
Arnd Bergmann
-9
/
+20
2025-11-27
Merge tag 'reset-gpio-for-v6.19' of https://git.pengutronix.de/git/pza/linux ...
Arnd Bergmann
-104
/
+127
2025-11-27
spi: microchip-core: Code improvements
Mark Brown
-36
/
+28
2025-11-28
Merge tag 'drm-xe-next-fixes-2025-11-21' of https://gitlab.freedesktop.org/dr...
Dave Airlie
-5
/
+16
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-573
/
+1028
2025-11-27
Revert "ACPI: processor: Update cpuidle driver check in __acpi_processor_star...
Rafael J. Wysocki
-1
/
+1
2025-11-27
regulator: core: Protect regulator_supply_alias_list with regulator_list_mutex
sparkhuang
-12
/
+20
2025-11-27
mtd: nand: realtek-ecc: Fix Kconfig dependencies
Miquel Raynal
-1
/
+1
2025-11-27
mtd: rawnand: sunxi: #undef field_{get,prep}() before local definition
Geert Uytterhoeven
-0
/
+2
2025-11-27
Merge tag 'net-6.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-183
/
+425
2025-11-27
drm/xe/gt: Introduce runtime suspend/resume
Raag Jadav
-5
/
+162
2025-11-27
drm/xe/pm: Assert on runtime suspend if VFs are enabled
Raag Jadav
-0
/
+9
2025-11-27
drm/xe/guc_submit: Introduce pause/unpause() helpers for PF
Raag Jadav
-0
/
+32
2025-11-27
drm/xe/vf: Update pause/unpause() helpers with VF naming
Raag Jadav
-12
/
+16
2025-11-27
Merge tag 'platform-drivers-x86-v6.18-5' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-7
/
+11
2025-11-27
hwmon: (max6697) fix regmap leak on probe failure
Johan Hovold
-1
/
+1
2025-11-27
spi: microchip-core: Remove unneeded PM related macro
Andy Shevchenko
-3
/
+0
2025-11-27
spi: microchip-core: Use SPI_MODE_X_MASK
Andy Shevchenko
-3
/
+1
2025-11-27
spi: microchip-core: Utilise temporary variable for struct device
Andy Shevchenko
-23
/
+21
2025-11-27
spi: microchip-core: Replace dead code (-ENOMEM error message)
Andy Shevchenko
-2
/
+1
2025-11-27
spi: microchip-core: use min() instead of min_t()
Andy Shevchenko
-5
/
+5
2025-11-27
soc: samsung: exynos-pmu: fix device leak on regmap lookup
Johan Hovold
-0
/
+2
2025-11-27
remoteproc: imx_dsp_rproc: Fix NULL vs IS_ERR() bug in imx_dsp_rproc_add_carv...
Dan Carpenter
-2
/
+2
2025-11-27
remoteproc: st: Fix indexing of memory-regions
Bjorn Andersson
-1
/
+0
2025-11-27
Merge tag 'devfreq-next-for-6.19' of git://git.kernel.org/pub/scm/linux/kerne...
Rafael J. Wysocki
-148
/
+41
2025-11-27
soc: samsung: exynos-pmu: Fix structure initialization
Marek Szyprowski
-4
/
+3
2025-11-27
drivers: serial: kgdboc: Drop checks for CON_ENABLED and CON_BOOT
Marcos Paulo de Souza
-1
/
+0
2025-11-27
Merge tag 'linux-can-next-for-6.19-20251126' of git://git.kernel.org/pub/scm/...
Paolo Abeni
-136
/
+951
2025-11-27
staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE parsing
Navaneeth K
-3
/
+5
2025-11-27
staging: rtl8723bs: fix stack buffer overflow in OnAssocReq IE parsing
Navaneeth K
-1
/
+4
2025-11-27
staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie() parser
Navaneeth K
-6
/
+8
[prev]
[next]