summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-07-26Merge tag 'platform-drivers-x86-v6.5-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-07-25platform/x86: huawei-wmi: Silence ambient light sensorKonstantin Shelekhin
2023-07-25platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100Maxim Mikityanskiy
2023-07-25platform/x86: asus-wmi: Fix setting RGB mode on some TUF laptopsKristian Angelov
2023-07-25platform/x86: think-lmi: Use kfree_sensitive instead of kfreeWang Ming
2023-07-25platform/x86/intel/hid: Add HP Dragonfly G2 to VGBS DMI quirksMaxim Mikityanskiy
2023-07-25platform/x86: intel: hid: Always call BTNL ACPI methodHans de Goede
2023-07-25platform/x86/amd/pmf: Notify OS power slider updateShyam Sundar S K
2023-07-25platform/x86/amd/pmf: reduce verbosity of apmf_get_system_paramsShyam Sundar S K
2023-07-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-07-24Merge tag 'media/v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-07-22Merge tag 's390-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-07-22Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-07-22Merge tag 'devicetree-fixes-for-6.5-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-07-22Merge tag 'regmap-fix-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-07-22Merge tag 'gpio-fixes-for-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-21loop: do not enforce max_loop hard limit by (new) defaultMauricio Faria de Oliveira
2023-07-21loop: deprecate autoloading callback loop_probe()Mauricio Faria de Oliveira
2023-07-21Merge tag 'pm-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-07-21Merge tag 'fbdev-for-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-07-21drm/atomic: Fix potential use-after-free in nonblocking commitsDaniel Vetter
2023-07-20Merge tag 'drm-fixes-2023-07-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-07-21Merge tag 'amd-drm-fixes-6.5-2023-07-20' of https://gitlab.freedesktop.org/ag...Dave Airlie
2023-07-21Merge tag 'drm-intel-fixes-2023-07-20' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2023-07-21Merge tag 'drm-misc-fixes-2023-07-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2023-07-20Merge tag 'ata-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-07-20Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-20Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-07-20net: phy: prevent stale pointer dereference in phy_init()Vladimir Oltean
2023-07-20Bluetooth: btusb: Fix bluetooth on Intel Macbook 2014Tomasz Moń
2023-07-20Merge tag 'regulator-fix-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-07-20s390/zcrypt: fix reply buffer calculations for CCA repliesHarald Freudenberger
2023-07-20regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck
2023-07-20gpio: mvebu: fix irq domain leakBartosz Golaszewski
2023-07-20accel/habanalabs: add more debugfs stub helpersArnd Bergmann
2023-07-20fbdev: Explicitly include correct DT includesRob Herring
2023-07-20fbdev: ep93xx-fb: fix return value check in ep93xxfb_probeYuanjun Gong
2023-07-20fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probeZhang Shurong
2023-07-20fbdev: kyro: make some const read-only arrays static and reduce type sizeColin Ian King
2023-07-20fbcon: remove unused display (p) from fbcon_redraw()Jiri Slaby (SUSE)
2023-07-20sticon: make sticon_set_def_font() void and remove op parameterJiri Slaby (SUSE)
2023-07-20vgacon: cache vc_cell_height in vgacon_cursor()Jiri Slaby (SUSE)
2023-07-20vgacon: let vgacon_doresize() return voidJiri Slaby (SUSE)
2023-07-20vgacon: remove unused xpos from vgacon_set_cursor_size()Jiri Slaby (SUSE)
2023-07-20vgacon: remove unneeded forward declarationsJiri Slaby (SUSE)
2023-07-20vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()Jiri Slaby (SUSE)
2023-07-19net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_typeDaniel Golle
2023-07-19Revert "r8169: disable ASPM during NAPI poll"Heiner Kallweit
2023-07-19r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions now that ASPM is...Heiner Kallweit
2023-07-19scsi: sg: Fix checking return value of blk_get_queue()Yu Kuai