summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-12-29drm/i915/display: use to_intel_uncore() to avoid i915_drv.hJani Nikula
2025-12-29drm/xe/compat: convert uncore macro to static inlinesJani Nikula
2025-12-29drm/xe/compat: remove unused forcewake get/put macrosJani Nikula
2025-12-29drm/i915: remove unused dev_priv local variableJani Nikula
2025-12-29drm/xe/guc: READ/WRITE_ONCE g2h_fence->doneJonathan Cavitt
2025-12-29Merge 6.19-rc3 into tty-nextGreg Kroah-Hartman
2025-12-29Merge 6.19-rc3 into usb-nextGreg Kroah-Hartman
2025-12-29drm/i915/vdsc: Account for DSC slice overhead in intel_vdsc_min_cdclk()Ankit Nautiyal
2025-12-28Merge tag 'v6.19-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-12-29crypto: octeontx2 - Use sysfs_emit in sysfs show functionsThorsten Blum
2025-12-29crypto: iaa - Replace sprintf with sysfs_emit in sysfs show functionsThorsten Blum
2025-12-29crypto: qat - fix duplicate restarting msg during AER errorHarshita Bhilwaria
2025-12-28brd: replace simple_strtol with kstrtoul in ramdisk_sizeThorsten Blum
2025-12-28rnull: replace `kernel::c_str!` with C-StringsTamir Duberstein
2025-12-28drm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbufferKrzysztof Niemiec
2025-12-28vfio/xe: Fix use-after-free in xe_vfio_pci_alloc_file()Alper Ak
2025-12-28vfio/pds: Fix memory leak in pds_vfio_dirty_enable()Zilin Guan
2025-12-28Merge tag 'usb-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-12-28Merge tag 'tty-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-12-28Merge tag 'firewire-fixes-6.19-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-28ublk: scan partition in async wayMing Lei
2025-12-28soc: samsung: exynos-chipid: add google,gs101-otp supportTudor Ambarus
2025-12-28soc: samsung: exynos-chipid: downgrade dev_info to dev_dbg for soc infoTudor Ambarus
2025-12-28soc: samsung: exynos-chipid: rename methodTudor Ambarus
2025-12-28w1: fix redundant counter decrement in w1_attach_slave_device()Haoxiang Li
2025-12-28net: mana: Fix use-after-free in reset service rescan pathDipayaan Roy
2025-12-28net: usb: asix: validate PHY address before useDeepanshu Kartikey
2025-12-28net: mdio: rtl9300: use scoped for loopsRosen Penev
2025-12-27i2c: designware: Remove unnecessary function exportsHeikki Krogerus
2025-12-27i2c: designware: Remove useless driver specific option for I2C targetHeikki Krogerus
2025-12-27firmware: arm_scmi: Remove legacy protocol versioning logicCristian Marussi
2025-12-27firmware: arm_scmi: Rework protocol version negotiation logicCristian Marussi
2025-12-27Merge tag 'spi-fix-v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-12-27net: dsa: b53: skip multicast entries for fdb_dump()Jonas Gorski
2025-12-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Paolo Abeni
2025-12-27Merge tag 'regulator-fix-v6.19-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-27Merge tag 'drm-fixes-2025-12-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-12-27bng_en: update module descriptionRajashekar Hudumula
2025-12-27iio: core: add separate lockdep class for info_exist_lockRasmus Villemoes
2025-12-27Merge tag 'drm-xe-next-2025-12-19' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2025-12-27Merge tag 'drm-intel-next-2025-12-19' of https://gitlab.freedesktop.org/drm/i...Dave Airlie
2025-12-27Merge tag 'drm-msm-fixes-2025-12-26' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie
2025-12-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2025-12-27md: Fix forward incompatibility from configurable logical block sizeLi Nan
2025-12-27md: Fix logical_block_size configuration being overwrittenLi Nan
2025-12-27md: suspend array while updating raid_disks via sysfsFengWei Shih
2025-12-27md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_...Tuo Li
2025-12-26Merge tag 'efi-fixes-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-12-26vhost: use "checked" versions of get_user() and put_user()Jon Kohler
2025-12-26virtio_ring: code cleanup in detach_buf_splitzhangdongchuan@eswincomputing.com