aboutsummaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2024-04-07dt-bindings: dma: fsl-edma: add fsl,imx8ulp-edma compatible stringJoy Zou1-2/+38
2024-04-07dt-bindings: dma: snps,dw-axi-dmac: Add JH8100 supportTan Chun Hau1-0/+1
2024-04-07dt-bindings: dma: snps,dma-spear1340: Fix data{-,_}width schemaRob Herring1-21/+21
2024-04-06Documentation: filesystems: Add bcachefs toctreeBagas Sanjaya2-0/+12
2024-04-06net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier1-0/+7
2024-04-06Documentation: ABI: document in_temp_input fileLuca Weiss1-1/+2
2024-04-06dt-bindings: iio: temperature: ltc2983: document power supplyNuno Sa1-0/+4
2024-04-06dt-bindings: iio: accel: adxl345: Add spi-3wireLothar Rubusch1-0/+2
2024-04-06dt-bindings: phy: samsung,ufs-phy: Add dedicated gs101-ufs-phy compatiblePeter Griffin1-0/+1
2024-04-06dt-bindings: phy: qmp-ufs: Fix PHY clocks for SC7180Danila Tikhonov1-0/+1
2024-04-05ynl: support binary and integer sub-type for indexed-arrayHangbin Liu1-3/+7
2024-04-05ynl: rename array-nest to indexed-arrayHangbin Liu8-17/+33
2024-04-05netlink: specs: ethtool: define header-flags as an enumJakub Kicinski1-1/+0
2024-04-05net/mlx5e: Introduce timestamps statistic counter for Tx DMA layerRahul Rameshbabu1-0/+5
2024-04-05net/mlx5e: Introduce lost_cqe statistic counter for PTP Tx port timestamping CQRahul Rameshbabu1-0/+6
2024-04-05ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu2-0/+26
2024-04-05ASoC: Intel: avs: Fixes and cleanups for 6.10Mark Brown2-2/+2
2024-04-05Merge tag 'devicetree-fixes-for-6.9-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds20-38/+39
2024-04-05bpf, docs: Editorial nits in instruction-set.rstDave Thaler1-21/+26
2024-04-05dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: document PHY AUX clock on SM8[4...Neil Armstrong1-3/+24
2024-04-05dt-bindings: bus: document ETZPCGatien Chevallier1-0/+96
2024-04-05dt-bindings: bus: document RIFSCGatien Chevallier1-0/+105
2024-04-05dt-bindings: treewide: add access-controllers descriptionGatien Chevallier26-0/+104
2024-04-05dt-bindings: document generic access controllersOleksii Moisieiev1-0/+84
2024-04-05dt-bindings: net: wireless: ath10k: describe firmware-name propertyDmitry Baryshkov1-0/+6
2024-04-05dt-bindings: crypto: ti,omap-sham: Convert to dtschemaAnimesh Agarwal2-28/+56
2024-04-04dt-bindings: net: starfive,jh7110-dwmac: Add StarFive JH8100 supportTan Chun Hau1-5/+23
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-33/+122
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-0/+82
2024-04-04netlink: specs: define ethtool header flagsJakub Kicinski1-0/+6
2024-04-04dt-bindings: arm: bcm: raspberrypi,bcm2835-firmware: Add gpio child nodeLaurent Pinchart2-30/+30
2024-04-03Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-0/+1
2024-04-03dt-bindings: arm: qcom: Add Sony Xperia Z3Luca Weiss1-0/+1
2024-04-03dt-bindings: arm: qcom: drop dtbTool-specific compatiblesDmitry Baryshkov1-10/+2
2024-04-03docs/zh_CN: core-api: Update translation of workqueue.rst to 6.9-rc1Xingyou Chen1-27/+371
2024-04-03Documentation/core-api: Update events_freezable_power references.Audra Mitchell1-3/+3
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-28/+33
2024-04-03dt-bindings: timer: narrow regex for unit address to hex numbersKrzysztof Kozlowski1-1/+1
2024-04-03dt-bindings: soc: fsl: narrow regex for unit address to hex numbersKrzysztof Kozlowski2-2/+2
2024-04-03dt-bindings: remoteproc: ti,davinci: remove unstable remarkKrzysztof Kozlowski1-3/+0
2024-04-03dt-bindings: clock: ti: remove unstable remarkKrzysztof Kozlowski12-24/+0
2024-04-03dt-bindings: clock: keystone: remove unstable remarkKrzysztof Kozlowski2-4/+0
2024-04-03Documentation: tee: Add TS-TEE driverBalint Dobszay2-0/+72
2024-04-03gpiolib: legacy: Remove unused gpio_request_array() and gpio_free_array()Andy Shevchenko3-49/+0
2024-04-02dt-bindings: net: snps,dwmac: Align 'snps,priority' type definitionRob Herring1-2/+4
2024-04-02Documentation: netlink: add a YAML spec for teamHangbin Liu1-0/+204
2024-04-02dt-bindings: net: renesas,ethertsn: Create child-node for MDIO busNiklas Söderlund1-19/+14
2024-04-03dt-bindings: arm: Add Emcraft Systems i.MX8M Plus NavQ+ KitGilles Talis1-0/+1
2024-04-03dt-bindings: vendor-prefixes: Add Emcraft SystemsGilles Talis1-0/+2
2024-04-02Merge tag 'docs-6.9-fixes' of git://git.lwn.net/linuxLinus Torvalds3-3/+5