summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-02-24net: dsa: rtl8366rb: Fix compilation problemLinus Walleij5-252/+299
2025-02-23Merge tag 'i2c-for-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+10
2025-02-23Merge tag 'edac_urgent_for_v6.14_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2025-02-23efi/cper: Fix cper_arm_ctx_info alignmentPatrick Rudolph1-1/+1
2025-02-23efi/cper: Fix cper_ia_proc_ctx alignmentPatrick Rudolph1-1/+1
2025-02-23RDMA/bnxt_re: Fix the page details for the srq created by kernel consumersKashyap Desai1-0/+2
2025-02-23RDMA/mlx5: Fix bind QP error cleanup flowPatrisious Haddad1-2/+6
2025-02-22Merge tag 'irq-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-18/+119
2025-02-22i2c: core: Allocate temporary client dynamicallyGeert Uytterhoeven1-5/+10
2025-02-22net: cadence: macb: Synchronize stats calculationsSean Anderson2-2/+12
2025-02-22ipvlan: ensure network headers are in skb linear partEric Dumazet1-5/+16
2025-02-22net: loopback: Avoid sending IP packets without an Ethernet headerIdo Schimmel1-0/+14
2025-02-22Merge tag 'for-net-2025-02-21' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-2/+4
2025-02-22Merge tag 'soc-fixes-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds5-30/+16
2025-02-22Merge tag 'drm-fixes-2025-02-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds28-83/+135
2025-02-21fbdev: hyperv_fb: iounmap() the correct memory when removing a deviceMichael Kelley1-1/+1
2025-02-21Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds13-141/+176
2025-02-21thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power()Yu-Che Cheng1-1/+1
2025-02-21Merge tag 'acpi-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+7
2025-02-21Merge tag 'mtd/fixes-for-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-24/+46
2025-02-21Merge tag 'gpio-fixes-for-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-32/+76
2025-02-21ntsync: Check wait count based on byte size.Elizabeth Figura1-3/+3
2025-02-21irqchip/qcom-pdc: Workaround hardware register bug on X1E80100Stephan Gerhold1-3/+64
2025-02-21scsi: ufs: core: bsg: Fix crash when arpmb command failsArthur Simchaev1-2/+4
2025-02-21scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init()Manivannan Sadhasivam1-15/+15
2025-02-21scsi: core: Clear driver private data when retrying requestYe Bin1-7/+7
2025-02-21Merge tag 'for-v6.14-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds3-22/+21
2025-02-21Merge tag 'ata-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds1-2/+0
2025-02-21net: stmmac: dwmac-loongson: Add fix_soc_reset() callbackQunqin Zhao1-0/+14
2025-02-21Merge tag 'drm-msm-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie15-49/+75
2025-02-21Merge tag 'drm-intel-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/...Dave Airlie6-11/+40
2025-02-21Merge tag 'nvme-6.14-2025-02-20' of git://git.infradead.org/nvme into block-6.14Jens Axboe10-132/+173
2025-02-21Merge tag 'drm-xe-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie3-16/+7
2025-02-21Merge tag 'drm-misc-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/m...Dave Airlie4-7/+13
2025-02-21soc: loongson: loongson2_guts: Add check for devm_kstrdup()Haoxiang Li1-1/+4
2025-02-21Merge tag 'scmi-fix-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-2/+2
2025-02-21net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENTGeorge Moussalem1-1/+1
2025-02-20Bluetooth: Always allow SCO packets for user channelHsin-chen Chuang1-2/+4
2025-02-20Merge tag 'net-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-25/+37
2025-02-20nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner1-2/+0
2025-02-20nvme-fc: rely on state transitions to handle connectivity lossDaniel Wagner1-61/+6
2025-02-20bus: simple-pm-bus: fix forced runtime PM useJohan Hovold1-1/+21
2025-02-20char: misc: deallocate static minor in error pathThadeu Lima de Souza Cascardo1-1/+1
2025-02-20eeprom: digsy_mtc: Make GPIO lookup table match the deviceAndy Shevchenko1-1/+1
2025-02-20drivers: virt: acrn: hsm: Use kzalloc to avoid info leak in pmcmd_ioctlHaoyu Li1-3/+3
2025-02-20binderfs: fix use-after-free in binder_devicesCarlos Llamas1-0/+1
2025-02-20slimbus: messaging: Free transaction ID in delayed interrupt scenarioVisweswara Tanuku1-2/+3
2025-02-20vbox: add HAS_IOPORT dependencyArnd Bergmann1-1/+2
2025-02-20cdx: Fix possible UAF error in driver_override_show()Qiu-ji Chen1-1/+5
2025-02-20gpiolib: don't bail out if get_direction() fails in gpiochip_add_data()Bartosz Golaszewski1-1/+9