summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2024-10-15dm: fix a crash if blk_alloc_disk failsMikulas Patocka-1/+3
2024-10-13Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-37/+64
2024-10-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-7/+6
2024-10-12Merge tag 'hwmon-for-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+8
2024-10-11Merge tag 'devicetree-fixes-for-6.12-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+25
2024-10-11Merge tag 'fbdev-for-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-88/+88
2024-10-11Merge tag 'gpio-fixes-for-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+3
2024-10-11Merge tag 'pm-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-52/+40
2024-10-11Merge tag 'thermal-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+8
2024-10-11Merge tag 'acpi-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-66/+10
2024-10-11Merge tag 'pmdomain-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-25/+52
2024-10-11Merge tag 'mmc-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds-54/+28
2024-10-11Merge tag 'ata-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds-4/+14
2024-10-11Merge tag 'drm-fixes-2024-10-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-158/+149
2024-10-11Merge tag 'drm-xe-fixes-2024-10-10' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-26/+33
2024-10-11Merge tag 'drm-misc-fixes-2024-10-10' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-88/+31
2024-10-11Merge tag 'drm-intel-fixes-2024-10-10' of https://gitlab.freedesktop.org/drm/...Dave Airlie-3/+7
2024-10-10Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-185/+390
2024-10-10of: Skip kunit tests when arm64+ACPI doesn't populate root nodeStephen Boyd-0/+24
2024-10-10slip: make slhc_remember() more robust against malicious packetsEric Dumazet-23/+34
2024-10-10ppp: fix ppp_async_encode() illegal accessEric Dumazet-1/+1
2024-10-10vxlan: Handle error of rtnl_register_module().Kuniyuki Iwashima-12/+15
2024-10-10PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list()Ulf Hansson-10/+15
2024-10-10Revert "drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()"Ulf Hansson-13/+33
2024-10-10mmc: sdhci-of-dwcmshc: Prevent stale command interrupt handlingMichal Wilczynski-0/+8
2024-10-10drm/fbdev-dma: Only cleanup deferred I/O if necessaryJanne Grunau-1/+2
2024-10-09of: Fix unbalanced of node refcount and memory leaksJinjie Ruan-1/+1
2024-10-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-35/+31
2024-10-09net: netconsole: fix wrong warningBreno Leitao-1/+7
2024-10-09net: fec: don't save PTP state if PTP is unsupportedWei Fang-2/+4
2024-10-09net: ibm: emac: mal: add dcr_unmap to _removeRosen Penev-0/+2
2024-10-09net: ftgmac100: fixed not check status from fixed phyJacky Chou-1/+6
2024-10-09Merge tag 'mm-hotfixes-stable-2024-10-09-15-46' of git://git.kernel.org/pub/s...Linus Torvalds-1/+1
2024-10-09device-dax: correct pgoff align in dax_set_mapping()Kun(llfl)-1/+1
2024-10-09misc: sgi-gru: Don't disable preemption in GRU driverDimitri Sivanich-8/+0
2024-10-09ata: libata: avoid superfluous disk spin down + spin up during hibernationNiklas Cassel-4/+14
2024-10-09net: amd: mvme147: Fix probe banner messageDaniel Palmer-4/+3
2024-10-09net: phy: realtek: Fix MMD access on RTL8126A-integrated PHYHeiner Kallweit-1/+23
2024-10-09net: ti: icssg-prueth: Fix race condition for VLAN table accessMD Danish Anwar-0/+5
2024-10-09Merge tag 'amd-drm-fixes-6.12-2024-10-08' of https://gitlab.freedesktop.org/a...Dave Airlie-41/+78
2024-10-08net: ibm: emac: mal: fix wrong gotoRosen Penev-1/+1
2024-10-08drm/xe: Make wedged_mode debugfs writableMatt Roper-1/+1
2024-10-08drm/xe: Restore GT freq on GSC load errorVinay Belgaumkar-1/+3
2024-10-08drm/xe/guc_submit: fix xa_store() error checkingMatthew Auld-6/+3
2024-10-08drm/xe/ct: fix xa_store() error checkingMatthew Auld-15/+8
2024-10-08drm/xe/ct: prevent UAF in send_recv()Matthew Auld-3/+18
2024-10-08e1000e: change I219 (19) devices to ADPVitaly Lifshits-4/+4
2024-10-08igb: Do not bring the device up after non-fatal errorMohamed Khalfella-0/+4
2024-10-08i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov-0/+3
2024-10-08ice: Fix increasing MSI-X on VFMarcin Szycik-5/+9