summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-23wifi: mt76: mt792x: Fix a potential deadlock in high-load situationsLeon Yen-1/+1
2026-03-23wifi: mt76: mt7925: Fix incorrect MLO mode in firmware controlLeon Yen-6/+9
2026-03-23wifi: mt76: mt7921: Reset ampdu_state state in case of failure in mt76_connac...Sean Wang-2/+4
2026-03-23wifi: mt76: mt7996: Reset ampdu_state state in case of failure in mt7996_tx_c...Lorenzo Bianconi-2/+3
2026-03-23wifi: mt76: mt7996: Clear wcid pointer in mt7996_mac_sta_deinit_link()Lorenzo Bianconi-0/+1
2026-03-23wifi: mt76: mt7996: Switch to the secondary link if the default one is removedLorenzo Bianconi-22/+41
2026-03-23wifi: mt76: mt7996: Reset mtxq->idx if primary link is removed in mt7996_vif_...Lorenzo Bianconi-5/+16
2026-03-23wifi: mt76: mt7996: Set mtxq->wcid just for primary linkLorenzo Bianconi-8/+6
2026-03-23wifi: mt76: mt7996: Fix spelling mistake "retriving" -> "retrieving"Colin Ian King-4/+4
2026-03-23wifi: mt76: mt7925: introduce CSA support in non-MLO modeLeon Yen-3/+142
2026-03-23wifi: mt76: mt76x02: wake queues after reconfigDavid Bauer-0/+1
2026-03-23wifi: mt76: mt7925: fix AMPDU state handling in mt7925_tx_check_aggrQuan Zhou-2/+4
2026-03-23wifi: mt76: mt7996: fix iface combination for different chipsetsShayne Chen-1/+16
2026-03-23wifi: mt76: mt7996: add duplicated WTBL commandShayne Chen-2/+32
2026-03-23wifi: mt76: mt7996: offload radar threshold initializationStanleyYP Wang-82/+0
2026-03-23wifi: mt76: mt7996: abort CCA when CSA is startingStanleyYP Wang-1/+20
2026-03-23wifi: mt76: mt7996: set specific BSSINFO and STAREC commands after channel sw...StanleyYP Wang-1/+75
2026-03-23wifi: mt76: mt7996: fix the behavior of radar detectionStanleyYP Wang-12/+68
2026-03-23wifi: mt76: mt7996: extend CSA and CCA support for MLOShayne Chen-59/+131
2026-03-23fanotify: replace deprecated strcpy in fanotify_info_copy_{name,name2}Thorsten Blum-2/+3
2026-03-23pinctrl: realtek: add rtd1625 pinctrl driverTzuyi Chang-0/+3187
2026-03-23pinctrl: realtek: add support for slew rate, input voltage and high VILTzuyi Chang-1/+68
2026-03-23dt-bindings: pinctrl: realtek: Add RTD1625 pinctrl bindingTzuyi Chang-0/+260
2026-03-23dt-bindings: pinctrl: realtek: Improve 'realtek,duty-cycle' descriptionYu-Chun Lin-6/+15
2026-03-23pinctrl: pinconf-generic: Add properties 'input-threshold-voltage-microvolt'Tzuyi Chang-0/+5
2026-03-23dt-bindings: pincfg-node: Add input-threshold-voltage-microvolt propertyTzuyi Chang-0/+6
2026-03-23pinctrl: realtek: Fix function signature for config argumentYu-Chun Lin-1/+1
2026-03-23Merge 7.0-rc5 into tty-nextGreg Kroah-Hartman-5498/+9917
2026-03-23gpio: shared: handle pins shared by child nodes of devicesBartosz Golaszewski-7/+10
2026-03-23gpio: shared: call gpio_chip::of_xlate() if setBartosz Golaszewski-4/+29
2026-03-23drm/xe/pf: Fix use-after-free in migration restoreMichał Winiarski-0/+2
2026-03-23drm/i915/dp_tunnel: Fix error handling when clearing stream BW in atomic stateImre Deak-11/+28
2026-03-23hrtimer: add usage examples to documentationAndreas Hindborg-0/+336
2026-03-23rust: time: make ClockSource unsafe traitFUJITA Tomonori-6/+20
2026-03-23rust/time: Add Delta::from_nanos()Lyude Paul-0/+6
2026-03-23drm/i915: Unlink NV12 planes earlierVille Syrjälä-2/+9
2026-03-23drm/i915: Order OP vs. timeout correctly in __wait_for()Ville Syrjälä-1/+1
2026-03-23drm/i915/gmbus: fix spurious timeout on 512-byte burst readsSamasth Norway Ananda-1/+3
2026-03-23thunderbolt: Use kzalloc_flex() for struct tb_path allocationRosen Penev-23/+10
2026-03-23drm/sun4i: Use backend/mixer as dedicated DMA deviceChen-Yu Tsai-24/+30
2026-03-23drm/mediatek: Set dedicated DMA device and drop custom GEM callbacksChen-Yu Tsai-269/+3
2026-03-23drm/gem-dma: Support dedicated DMA device for allocation and mappingChen-Yu Tsai-9/+12
2026-03-23drm/prime: Limit scatter list size with dedicated DMA deviceChen-Yu Tsai-1/+1
2026-03-23Merge tag 'drm-misc-next-2026-03-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-777/+1874
2026-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5Alexei Starovoitov-5499/+9918
2026-03-22ublk: move cold paths out of __ublk_batch_dispatch() for icache efficiencyMing Lei-32/+38
2026-03-22selftests/sched_ext: Add tests for SCX_ENQ_IMMED and scx_bpf_dsq_reenq()zhidao su-0/+601
2026-03-22ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon-8/+12
2026-03-22sched_ext: Use irq_work_queue_on() in schedule_deferred()Tejun Heo-3/+11
2026-03-23rust: str: improve safety comment for CString::try_from_fmtNakamura Shuta-1/+4