summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-19drm/xe: Open-code GGTT MMIO access protectionMatthew Brost-7/+8
2026-03-19Merge back updates of core ACPI drivers for 7.1Rafael J. Wysocki-180/+106
2026-03-19firmware: tegra: bpmp: Rename Tegra239 to Tegra238Thierry Reding-24/+24
2026-03-19soc: microchip: mpfs-mss-top-sysreg: Fix resource leak on driver unbindFelix Gu-2/+4
2026-03-19soc: microchip: mpfs-control-scb: Fix resource leak on driver unbindFelix Gu-2/+4
2026-03-19Merge tag 'pm-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-9/+22
2026-03-19pinctrl: stm32: fix HDP driver dependency on GPIO_GENERICAmelie Delaunay-0/+1
2026-03-19Merge tag 'acpi-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-11/+9
2026-03-19PM: hibernate: x86: Remove inclusion of crypto/hash.hEric Biggers-2/+0
2026-03-19iommu/arm-smmu-v3: Perform per-domain invalidations using arm_smmu_invsNicolin Chen-195/+24
2026-03-19iommu/arm-smmu-v3: Add arm_smmu_invs based arm_smmu_domain_inv_range()Nicolin Chen-13/+221
2026-03-19iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching mastersNicolin Chen-1/+278
2026-03-19iommu/arm-smmu-v3: Pre-allocate a per-master invalidation arrayNicolin Chen-4/+45
2026-03-19iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs arrayJason Gunthorpe-0/+502
2026-03-19iommu/arm-smmu-v3: Add an inline arm_smmu_domain_free()Nicolin Chen-4/+10
2026-03-19iommu/arm-smmu-v3: Explicitly set smmu_domain->stage for SVANicolin Chen-0/+5
2026-03-19iommu/arm-smmu-v3: Add a missing dma_wmb() for hitless STE updateNicolin Chen-0/+7
2026-03-19HID: input: Add support for multiple batteries per deviceLucas Zampieri-17/+42
2026-03-19HID: input: Introduce struct hid_battery and refactor battery codeLucas Zampieri-96/+146
2026-03-19HID: input: Convert battery code to devm_*Lucas Zampieri-27/+7
2026-03-19HID: input: use __free(kfree) to clean up temporary buffersDmitry Torokhov-11/+4
2026-03-19dt-bindings: arm-smmu: Add compatible for Eliza SoCAbel Vesa-0/+1
2026-03-19HID: mcp2221: Fix spelling mistake "Enfore" -> "Enforce"Colin Ian King-1/+1
2026-03-19Merge tag 'nf-26-03-19' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni-1/+15
2026-03-19Merge tag 'wireless-next-2026-03-19' of https://git.kernel.org/pub/scm/linux/...Paolo Abeni-682/+735
2026-03-19Merge branches 'acpica' and 'acpi-bus'Rafael J. Wysocki-4/+1
2026-03-19can: statistics: add missing atomic access in hot pathOliver Hartkopp-4/+5
2026-03-19Merge branch 'pm-runtime'Rafael J. Wysocki-0/+1
2026-03-19udf: fix partition descriptor append bookkeepingSeohyeon Maeng-1/+3
2026-03-19can: mcp251x: add error handling for power enable in open and resumeWenyuan Li-5/+24
2026-03-19can: netlink: can_changelink(): add missing error handling to call can_ctrlmo...Marc Kleine-Budde-1/+3
2026-03-19drm/xe/lrc: Fix uninitialized new_ts when capturing context timestampUmesh Nerlige Ramappa-2/+2
2026-03-19drm/xe/oa: Allow reading after disabling OA streamAshutosh Dixit-2/+5
2026-03-19drm/xe: Skip over non leaf pte for PRL generationBrian Nguyen-9/+29
2026-03-19drm/xe/guc: Ensure CT state transitions via STOP before DISABLEDZhanjun Dong-0/+1
2026-03-19drm/xe: Trigger queue cleanup if not in wedged mode 2Matthew Brost-13/+22
2026-03-19drm/xe: Forcefully tear down exec queues in GuC submit finiMatthew Brost-12/+63
2026-03-19drm/xe: Always kill exec queues in xe_guc_submit_pause_abortMatthew Brost-2/+1
2026-03-19drm/xe/guc: Fail immediately on GuC load errorDaniele Ceraolo Spurio-3/+3
2026-03-19ACPI: CPPC: Check cpc_read() return values consistentlySumit Gupta-27/+72
2026-03-19pinctrl: tegra: use flexible array member for arrayRosen Penev-9/+5
2026-03-19gpio: spacemit-k1: Add set_config callback supportJunhui Liu-0/+1
2026-03-19pinctrl: spacemit: return -ENOTSUPP for unsupported pin configurationsJunhui Liu-9/+12
2026-03-19ASoC: tas2781: Add null check for calibration dataBaojun Xu-0/+3
2026-03-19net: shaper: protect from late creation of hierarchyJakub Kicinski-74/+89
2026-03-19net: shaper: protect late read accesses to the hierarchyJakub Kicinski-4/+22
2026-03-19arm64: realm: Fix PTE_NS_SHARED for 52bit PA supportSuzuki K Poulose-1/+2
2026-03-19slab: free remote objects to sheaves on memoryless nodesVlastimil Babka (SUSE)-12/+55
2026-03-19slab: create barns for online memoryless nodesVlastimil Babka (SUSE)-5/+60
2026-03-19slab: decouple pointer to barn from kmem_cache_nodeVlastimil Babka (SUSE)-57/+78