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
2024-03-10
Merge tag 'phy-fixes3-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-8
/
+8
2024-03-09
Merge tag 'i2c-for-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-3
/
+10
2024-03-09
Merge tag 'firewire-fixes-6.8-final' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-0
/
+2
2024-03-08
Merge tag 'char-misc-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-30
/
+126
2024-03-08
Merge tag 'tty-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-15
/
+57
2024-03-08
Merge tag 'usb-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-20
/
+47
2024-03-08
Merge tag 'pinctrl-v6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-2
/
+2
2024-03-08
Merge tag 'input-for-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-29
/
+13
2024-03-08
Merge tag 'drm-fixes-2024-03-08' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-73
/
+135
2024-03-08
i2c: aspeed: Fix the dummy irq expected print
Tommy Huang
-0
/
+1
2024-03-08
i2c: wmt: Fix an error handling path in wmt_i2c_probe()
Christophe JAILLET
-1
/
+5
2024-03-08
i2c: i801: Avoid potential double call to gpiod_remove_lookup_table
Heiner Kallweit
-1
/
+3
2024-03-08
i2c: i801: Fix using mux_pdev before it's set
Heiner Kallweit
-1
/
+1
2024-03-08
nouveau: lock the client object tree.
Dave Airlie
-6
/
+22
2024-03-08
Merge tag 'drm-misc-fixes-2024-03-07' of https://anongit.freedesktop.org/git/...
Dave Airlie
-9
/
+11
2024-03-08
Merge tag 'amd-drm-fixes-6.8-2024-03-07' of https://gitlab.freedesktop.org/ag...
Dave Airlie
-10
/
+30
2024-03-08
Merge tag 'drm-xe-fixes-2024-03-07' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
-2
/
+3
2024-03-07
Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removal
Mathias Krause
-3
/
+3
2024-03-07
Merge tag 'spi-fix-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-2
/
+1
2024-03-07
Merge tag 'regulator-fix-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-5
/
+5
2024-03-07
Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-150
/
+257
2024-03-07
net: pds_core: Fix possible double free in error handling path
Yongzhi Liu
-8
/
+4
2024-03-07
drm/tests/buddy: fix print format
Matthew Auld
-1
/
+1
2024-03-07
drm/xe: Return immediately on tile_init failure
Rodrigo Vivi
-2
/
+3
2024-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-1
/
+1
2024-03-06
drm/amdgpu/pm: Fix the error of pwm1_enable setting
Ma Jun
-1
/
+11
2024-03-06
drm/amd/display: handle range offsets in VRR ranges
Alex Deucher
-5
/
+14
2024-03-06
drm/amd/display: check dc_link before dereferencing
Melissa Wen
-1
/
+1
2024-03-06
drm/amd/swsmu: modify the gfx activity scaling
Li Ma
-3
/
+4
2024-03-06
spi: cs42l43: Don't limit native CS to the first chip select
Charles Keepax
-2
/
+1
2024-03-06
Merge tag 'arm-fixes-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-2
/
+4
2024-03-06
Merge tag 'v6.8-p6' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
-19
/
+19
2024-03-06
Revert "drm/udl: Add ARGB8888 as a format"
Douglas Anderson
-1
/
+0
2024-03-06
phy: qcom-qmp-combo: fix type-c switch registration
Johan Hovold
-4
/
+4
2024-03-06
phy: qcom-qmp-combo: fix drm bridge registration
Johan Hovold
-4
/
+4
2024-03-06
drm/i915/panelreplay: Move out psr_init_dpcd() from init_connector()
Animesh Manna
-3
/
+3
2024-03-06
firewire: ohci: prevent leak of left-over IRQ on unbind
Edmund Raile
-0
/
+2
2024-03-06
drm/i915/dp: Fix connector DSC HW state readout
Imre Deak
-7
/
+29
2024-03-06
drm/i915/selftests: Fix dependency of some timeouts on HZ
Janusz Krzysztofik
-2
/
+4
2024-03-06
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
-22
/
+15
2024-03-06
Merge tag 'riscv-firmware-for-v6.9' of https://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
-1
/
+2
2024-03-05
net: dsa: microchip: fix register write order in ksz8_ind_write8()
Tobias Jakobi (Compleo)
-2
/
+2
2024-03-05
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
-23
/
+48
2024-03-05
xdp, bonding: Fix feature flags when there are no slave devs anymore
Daniel Borkmann
-1
/
+1
2024-03-05
Merge tag 'platform-drivers-x86-v6.8-4' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-17
/
+12
2024-03-05
Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-110
/
+101
2024-03-05
intel: legacy: Partial revert of field get conversion
Sasha Neftin
-1
/
+1
2024-03-05
igc: avoid returning frame twice in XDP_REDIRECT
Florian Kauer
-7
/
+6
2024-03-05
i40e: Fix firmware version comparison function
Ivan Vecera
-2
/
+1
2024-03-05
ice: fix typo in assignment
Jesse Brandeburg
-1
/
+1
[next]