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