summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-09-14mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand2-2/+4
2025-09-14treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand2-3/+3
2025-09-14zram: protect recomp_algorithm_show() with ->init_lockSergey Senozhatsky1-15/+8
2025-09-14/dev/zero: try to align PMD_SIZE for private mappingZhang Qilong1-4/+17
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+4
2025-08-31Merge tag 'irq_urgent_for_v6.17_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+10
2025-08-31Merge tag 'gpio-fixes-for-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2025-08-29Merge tag 'efi-fixes-for-v6.17-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-34/+27
2025-08-29Merge tag 'hid-for-linus-2025082901' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds20-42/+79
2025-08-29Merge tag 'regulator-fix-v6.17-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-08-29Merge tag 'ata-6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds3-22/+43
2025-08-29Merge tag 'drm-fixes-2025-08-29' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds44-301/+460
2025-08-29Merge tag 'block-6.17-20250828' of git://git.kernel.dk/linuxLinus Torvalds2-12/+86
2025-08-29Merge tag 'net-6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds48-694/+773
2025-08-29Merge tag 'mediatek-drm-fixes-20250829' of https://git.kernel.org/pub/scm/lin...Dave Airlie4-12/+26
2025-08-29Merge tag 'pm-6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+2
2025-08-29drm/mediatek: mtk_hdmi: Fix inverted parameters in some regmap_update_bits callsLouis-Alexis Eyraud1-4/+4
2025-08-29Merge tag 'drm-msm-fixes-2025-08-26' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie25-196/+301
2025-08-29Merge tag 'dma-mapping-6.17-2025-08-28' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+12
2025-08-29Merge tag 'amd-drm-fixes-6.17-2025-08-28' of https://gitlab.freedesktop.org/a...Dave Airlie5-17/+28
2025-08-29Merge tag 'drm-misc-fixes-2025-08-28' of https://gitlab.freedesktop.org/drm/m...Dave Airlie6-55/+83
2025-08-28ublk: avoid ublk_io_release() called after ublk char dev is closedMing Lei1-2/+70
2025-08-28net: macb: Disable clocks onceNeil Mandir1-5/+2
2025-08-28of_numa: fix uninitialized memory nodes causing kernel panicYin Tirui1-1/+4
2025-08-28ata: ahci_xgene: Use int type for 'rc' to store error codesQianfeng Rong1-5/+2
2025-08-28fbnic: Move phylink resume out of service_task and into open/closeAlexander Duyck2-2/+4
2025-08-28fbnic: Fixup rtnl_lock and devl_lock handling related to mailbox codeAlexander Duyck1-7/+6
2025-08-27drm/amdgpu/userq: fix error handling of invalid doorbellAlex Deucher1-0/+1
2025-08-27drm/amdgpu: update firmware version checks for user queue supportJesse.Zhang1-3/+3
2025-08-27drm/amd/amdgpu: disable hwmon power1_cap* for gfx 11.0.3 on vf modeYang Wang1-8/+10
2025-08-27Revert "drm/amdgpu: fix incorrect vm flags to map bo"Alex Deucher1-2/+2
2025-08-27drm/amdgpu/gfx12: set MQD as appriopriate for queue typesAlex Deucher1-2/+6
2025-08-27drm/amdgpu/gfx11: set MQD as appriopriate for queue typesAlex Deucher1-2/+6
2025-08-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-9/+19
2025-08-27Merge tag 'media/v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds31-97/+18
2025-08-27net: hv_netvsc: fix loss of early receive events from host during channel open.Dipayaan Roy2-16/+24
2025-08-27net: stmmac: Set CIC bit only for TX queues with COERohan G Thomas1-2/+4
2025-08-27net: stmmac: xgmac: Correct supported speed modesRohan G Thomas2-2/+16
2025-08-27net: stmmac: xgmac: Do not enable RX FIFO Overflow interruptsRohan G Thomas1-4/+0
2025-08-27net/mlx5e: Set local Xoff after FW updateAlexei Lazar1-1/+2
2025-08-27net/mlx5e: Update and set Xon/Xoff upon port speed setAlexei Lazar1-0/+2
2025-08-27net/mlx5e: Update and set Xon/Xoff upon MTU setAlexei Lazar2-1/+28
2025-08-27net/mlx5: Prevent flow steering mode changes in switchdev modeMoshe Shemesh1-8/+7
2025-08-27net/mlx5: Nack sync reset when SFs are presentMoshe Shemesh3-0/+22
2025-08-27net/mlx5: Fix lockdep assertion on sync reset unload eventMoshe Shemesh3-54/+69
2025-08-27net/mlx5: Reload auxiliary drivers on fw_activateMoshe Shemesh1-1/+1
2025-08-27net/mlx5: HWS, Fix pattern destruction in mlx5hws_pat_get_pattern error pathLama Kayal1-1/+1
2025-08-27net/mlx5: HWS, Fix uninitialized variables in mlx5hws_pat_calc_nop error flowLama Kayal1-1/+3
2025-08-27net/mlx5: HWS, Fix memory leak in hws_action_get_shared_stc_nic error flowLama Kayal1-1/+1
2025-08-27net/mlx5: HWS, Fix memory leak in hws_pool_buddy_init error pathLama Kayal1-0/+1