summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-21wifi: iwlwifi: mld: refactor AP power type settingPagadala Yesu Anjaneyulu-6/+31
2026-01-21wifi: iwlwifi: fix 22000 series SMEM parsingJohannes Berg-2/+6
2026-01-21wifi: iwlwifi: mld: support TLC command version 6Miri Korenblit-15/+106
2026-01-21wifi: iwlwifi: mld: trigger a dump upon notification if neededEmmanuel Grumbach-0/+4
2026-01-21wifi: iwlwifi: fw: fix documentation reference for ap_type fieldPagadala Yesu Anjaneyulu-1/+1
2026-01-21wifi: iwlwifi: mvm: check the validity of noa_lenMiri Korenblit-0/+14
2026-01-21wifi: iwlwifi: mvm: Remove few redundant 6 GHz scan chan paramsDaniel Gabay-5/+5
2026-01-21wifi: iwlwifi: mld: Remove wrong channel flags in scan cmdDaniel Gabay-6/+6
2026-01-21wifi: iwlwifi: mld: decode VHT information for snifferBenjamin Berg-1/+155
2026-01-21wifi: iwlwifi: mld: Advertise support for multicast RX registrationIlan Peer-0/+2
2026-01-21wifi: iwlwifi: mld: Support changing NAN configurationIlan Peer-13/+44
2026-01-21wifi: iwlwifi: mld: Extend the NAN configurationIlan Peer-52/+79
2026-01-21wifi: iwlwifi: mld: Declare support for NAN capabilitiesIlan Peer-6/+99
2026-01-21wifi: iwlwifi: mld: Handle rate selection for NAN interfaceIlan Peer-0/+5
2026-01-21wifi: iwlwifi: mld: Add support for NANIlan Peer-18/+411
2026-01-21MAINTAINERS: add Microchip mpfs mssio driver/bindings to entryConor Dooley-0/+2
2026-01-21pinctrl: add polarfire soc mssio pinctrl driverConor Dooley-3/+741
2026-01-21dt-bindings: pinctrl: document polarfire soc mssio pin controllerConor Dooley-0/+113
2026-01-21pinctrl: add generic functions + pins mapperConor Dooley-0/+212
2026-01-21pinctrl: move microchip riscv pinctrl drivers to a folderConor Dooley-25/+30
2026-01-21pinctrl: qcom: glymur: Add Mahua TLMM supportGopikrishna Garmidi-3/+43
2026-01-21dt-bindings: pinctrl: qcom,glymur-tlmm: Document Mahua TLMM blockGopikrishna Garmidi-2/+4
2026-01-21xfs: fix incorrect context handling in xfs_trans_rollWenwu Hou-11/+6
2026-01-21xfs: always allocate the free zone with the lowest indexHans Holmberg-31/+17
2026-01-21xfs: promote metadata directories and large block supportDarrick J. Wong-14/+0
2026-01-21xfs: use blkdev_get_zone_info to simplify zone reportingChristoph Hellwig-64/+50
2026-01-21xfs: check that used blocks are smaller than the write pointerChristoph Hellwig-0/+7
2026-01-21xfs: split and refactor zone validationChristoph Hellwig-114/+68
2026-01-21xfs: pass the write pointer to xfs_init_zoneChristoph Hellwig-29/+37
2026-01-21xfs: add a xfs_rtgroup_raw_size helperChristoph Hellwig-0/+15
2026-01-21xfs: add missing forward declaration in xfs_zones.hDamien Le Moal-0/+1
2026-01-21xfs: remove xfs_attr_leaf_hasnameChristoph Hellwig-51/+24
2026-01-21xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong-0/+8
2026-01-21xfs: rework zone GC buffer managementChristoph Hellwig-47/+59
2026-01-21xfs: use bio_reuse in the zone GC codeChristoph Hellwig-6/+1
2026-01-21block: add a bio_reuse helperChristoph Hellwig-0/+35
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig-204/+193
2026-01-21xfs: move the remaining content from xfs.h to xfs_platform.hChristoph Hellwig-17/+16
2026-01-21xfs: include global headers first in xfs_platform.hChristoph Hellwig-14/+10
2026-01-21xfs: rename xfs_linux.h to xfs_platform.hChristoph Hellwig-4/+4
2026-01-21xfs: factor out a xlog_write_space_advance helperChristoph Hellwig-12/+20
2026-01-21xfs: improve the iclog space assert in xlog_write_iovecChristoph Hellwig-1/+1
2026-01-21xfs: add a xlog_write_space_left helperChristoph Hellwig-9/+13
2026-01-21xfs: improve the calling convention for the xlog_write helpersChristoph Hellwig-110/+77
2026-01-21xfs: regularize iclog space accounting in xlog_write_partialChristoph Hellwig-3/+4
2026-01-21xfs: move struct xfs_log_vec to xfs_log_priv.hChristoph Hellwig-12/+12
2026-01-21xfs: move struct xfs_log_iovec to xfs_log_priv.hChristoph Hellwig-7/+6
2026-01-21xfs: improve the ->iop_format interfaceChristoph Hellwig-194/+180
2026-01-21xfs: set lv_bytes in xlog_write_one_vecChristoph Hellwig-2/+3
2026-01-21xfs: add a xlog_write_one_vec helperChristoph Hellwig-24/+24