summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-18arm64: dts: qcom: glymur: Add PCIe port compatibles and portsKonrad Dybcio1-0/+24
2026-07-18arm64: dts: qcom: smb2370: Disable SMB2370_2 by defaultKonrad Dybcio1-0/+2
2026-07-18wifi: iwlwifi: mld: move BIOS reading code to where it belongsMiri Korenblit2-2/+3
2026-07-18wifi: iwlwifi: mld: add debug log after AP type commandPagadala Yesu Anjaneyulu1-0/+2
2026-07-18wifi: iwlwifi: mld: support update_mcc notification v2Pagadala Yesu Anjaneyulu2-2/+6
2026-07-18wifi: iwlwifi: fw: move SAR defines from acpi.h to regulatory.hAvinash Bhatt2-5/+3
2026-07-18wifi: iwlwifi: mld: drop connection on D3 resume failureAyala Beker1-0/+3
2026-07-18wifi: iwlwifi: mvm: ignore sync frames when sync is disabledEmmanuel Grumbach1-0/+4
2026-07-18wifi: iwlwifi: mld: initialize scan-abort statusEmmanuel Grumbach1-1/+2
2026-07-18wifi: iwlwifi: mld: validate wake packet crypto overheadEmmanuel Grumbach1-6/+57
2026-07-18wifi: iwlwifi: validate SEC_RT TLV minimum sizeEmmanuel Grumbach1-1/+4
2026-07-18wifi: iwlwifi: uefi: bound PPAG revision bitmap shiftEmmanuel Grumbach1-1/+1
2026-07-18wifi: iwlwifi: acpi: validate WGDS table revision indexEmmanuel Grumbach1-0/+5
2026-07-18wifi: iwlwifi: dbg-tlv: bound aligned TLV walk lengthEmmanuel Grumbach1-2/+11
2026-07-18wifi: iwlwifi: bound aligned TLV advance in FW parserEmmanuel Grumbach1-2/+11
2026-07-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds16-50/+141
2026-07-18rust: time: fix as_micros_ceil() to round correctly for negative DeltaFUJITA Tomonori1-2/+9
2026-07-18clk: samsung: pll: use kzalloc_flexRosen Penev1-30/+26
2026-07-18clk: samsung: cpu: use kzalloc_flexRosen Penev1-20/+14
2026-07-18clk: samsung: use kzalloc_flexRosen Penev2-7/+8
2026-07-18Merge tag 'i2c-fixes-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-6/+45
2026-07-18dt-bindings: display/msm: Document Adreno 722 GPU and GMUPuranam V G Tejaswi2-0/+2
2026-07-18dt-bindings: arm-smmu: Document GPU SMMU for Eliza SoCAkhil P Oommen1-0/+2
2026-07-18drm/msm/a6xx: Add Adreno 722 supportPuranam V G Tejaswi7-23/+549
2026-07-18drm/msm/a6xx: Rename GBIF_CX_CONFIG to a A6XX- variant registerAkhil P Oommen4-4/+4
2026-07-18drm/msm/a6xx: Fix RBBM_CLOCK_CNTL3_TP0 value in a730_hwcgPuranam V G Tejaswi1-1/+1
2026-07-18dt-bindings: arm-smmu: Document GPU SMMU for Shikra SoCBibek Kumar Patro1-0/+2
2026-07-18dt-bindings: display/msm/gpu: Add support for A704 GPUAditya Sherawat1-0/+1
2026-07-18drm/msm/adreno: Add support for A704 GPUAditya Sherawat1-1/+1
2026-07-18dt-bindings: display/msm: gpu: Document Adreno 840Akhil P Oommen1-0/+2
2026-07-18Merge remote-tracking branch 'drm/drm-next' into msm-next-backmergeRob Clark16815-292756/+917767
2026-07-18drm/vc4: hdmi: take i2c adapter module referenceJohan Hovold1-4/+4
2026-07-18base: Remove unused DMA_FENCE_TRACE Kconfig symbolGeert Uytterhoeven1-9/+0
2026-07-18driver core: soc: Unregister bus on early device registration failureYuho Choi1-2/+13
2026-07-18software node: Fix software_node_get_reference_args() with index -1Alban Bedel1-1/+1
2026-07-18debugfs: warn if file creation failed due to uninitialized debugfsYohei Kojima1-1/+4
2026-07-18kernfs: Replace strcpy(s, "../") with memcpy(s, "../", 4)David Laight1-1/+1
2026-07-18kernfs: simplify kernfs_name_hash()Dmitry Antipov1-2/+2
2026-07-18docs: ABI: sysfs-uevent: add missing bracketManuel Ebner1-1/+1
2026-07-18arch_numa: remove redundant nodemask clears in numa_init()Sang-Heon Jeon1-4/+0
2026-07-18driver core: attribute_container: Unwind device_add() on attr failureYuho Choi1-1/+6
2026-07-18drivers: base: Remove statistics group if encryption group not createdEwan D. Milne1-1/+4
2026-07-18rust: device: move drvdata_borrow() to InternalBoundContextDanilo Krummrich1-16/+2
2026-07-18rust: device: add BoundInternal device context and InternalBoundContext traitDanilo Krummrich1-2/+41
2026-07-18drm/v3d: Associate BOs with every job that accesses themMaĆ­ra Canal2-25/+72
2026-07-18spi: orion: use devm_clk_get_optional_enabled for axi clockRosen Penev1-18/+7
2026-07-18ASoC: uniphier: Drop redundant error messages in probebui duc phuc1-6/+2
2026-07-18ASoC: wcd9335: switch to using sleeping variants of gpiod APIDmitry Torokhov1-2/+2
2026-07-18ALSA: hda/realtek: Add quirk for HP Pavilion x360Takashi Iwai1-0/+15
2026-07-17Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo3-14/+54