messages from 2026-07-11 18:47:27 to 2026-07-14 20:55:51 UTC [more...]
[PATCH v2 00/11] iommu/tegra241-cmdqv: Fix error-interrupt races and VINTF lifecycle bugs
2026-07-14 20:55 UTC (12+ messages)
` [PATCH v2 01/11] iommu/tegra241-cmdqv: Publish an LVCMDQ only after it is fully initialized
` [PATCH v2 02/11] iommu/tegra241-cmdqv: Synchronize the error ISR against VINTF (de)init
` [PATCH v2 03/11] iommu/tegra241-cmdqv: Harden error-map index handling in the error ISR
` [PATCH v2 04/11] iommu/tegra241-cmdqv: Don't run the error ISR before probe sets up vintfs
` [PATCH v2 05/11] iommu/tegra241-cmdqv: Don't fall back to a freed smmu after devm_krealloc()
` [PATCH v2 06/11] iommu/tegra241-cmdqv: Free the error IRQ before tearing down VINTFs
` [PATCH v2 07/11] iommu/tegra241-cmdqv: Reject a vSID wider than the SID_MATCH field
` [PATCH v2 08/11] iommu/tegra241-cmdqv: Require exactly one Stream ID for a vSID
` [PATCH v2 09/11] iommu/tegra241-cmdqv: Fix VINTF0 leak on the init-failure path
` [PATCH v2 10/11] iommu/tegra241-cmdqv: Warn on a VCMDQ base above the 48-bit hardware limit
` [PATCH v2 11/11] iommu/tegra241-cmdqv: Rate-limit the error ISR's log message
[PATCH v1 0/6] pwm: tegra: Cleanups and .get_state()
2026-07-14 14:07 UTC (9+ messages)
` [PATCH v1 1/6] pwm: tegra: Check for match_data being NULL
` [PATCH v1 2/6] pwm: tegra: Make use of dev_err_probe()
` [PATCH v1 3/6] pwm: tegra: Use devm function for pm_runtime_enable()
` [PATCH v1 4/6] pwm: tegra: Simplify using devm_reset_control_get_exclusive_deasserted()
` [PATCH v1 5/6] pwm: tegra: Simplify using devm_pwmchip_add()
` [PATCH v1 6/6] pwm: tegra: Implement .get_state()
[PATCH] drm/tegra: Finalize GEM object on initialization failure
2026-07-14 13:19 UTC
[PATCH] pwm: tegra: fix doubled output frequency due to divider truncation
2026-07-14 12:08 UTC (3+ messages)
[PATCH 00/26] dmaengine: Remove redundant error messages on IRQ request failure
2026-07-14 12:06 UTC (3+ messages)
[PATCH v6 0/2] spi: add new_device/delete_device sysfs interface
2026-07-14 11:53 UTC (4+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] docs: spi: add documentation for userspace device instantiation
[PATCH v7 0/3] iommu/arm-smmu-v3: Tegra264 invalidation workaround
2026-07-14 10:42 UTC (4+ messages)
` [PATCH v7 1/3] iommu/arm-smmu-v3: Factor out CMDQ batch force-sync conditions
` [PATCH v7 2/3] iommu/arm-smmu-v3: Introduce CFGI/TLBI-repeat workaround infrastructure
` [PATCH v7 3/3] iommu/arm-smmu-v3: Enable CFGI/TLBI-repeat workaround on Tegra264
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-14 10:17 UTC (22+ messages)
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()
[PATCH v6 0/7] Tegra264 PWM support
2026-07-14 9:35 UTC (2+ messages)
[PATCH 00/42] of: reserved_mem: Introduce devres helpers and convert drivers
2026-07-14 9:33 UTC (3+ messages)
` [PATCH 23/42] mmc: sdhci-of-bst: Use devm_of_reserved_mem_device_init_by_idx()
[PATCH v1 00/20] gpio: Improvements around device-id arrays
2026-07-14 8:26 UTC (4+ messages)
` [PATCH v1 15/20] gpio: Unify style of acpi_device_id arrays
` [PATCH v1 16/20] gpio: Unify style of of_device_id arrays
[PATCH v6 0/3] iommu/arm-smmu-v3: Tegra264 invalidation workaround
2026-07-14 4:59 UTC (6+ messages)
` [PATCH v6 1/3] iommu/arm-smmu-v3: Factor out CMDQ batch force-sync conditions
` [PATCH v6 2/3] iommu/arm-smmu-v3: Introduce CFGI/TLBI-repeat workaround infrastructure
` [PATCH v6 3/3] iommu/arm-smmu-v3: Enable CFGI/TLBI-repeat workaround on Tegra264
[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
2026-07-14 2:46 UTC (12+ messages)
` [PATCH v2 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH v2 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH v2 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH v2 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH v2 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH v2 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH v2 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH v2 12/13] mm/mprotect: convert mprotect "
` [PATCH v2 13/13] mm/mremap: convert mremap "
[PATCH RFC v7 0/9] firmware: arm_scmi: vendors: Qualcomm Generic Vendor Extensions
2026-07-13 19:44 UTC (4+ messages)
` [PATCH RFC v7 7/9] PM / devfreq: Introduce the QCOM SCMI Memlat devfreq driver
[PATCH] hte: Remove redundant dev_err()
2026-07-13 13:29 UTC
[PATCH] firmware: tegra: Remove redundant dev_err()
2026-07-13 13:19 UTC
[PATCH] PM / devfreq: tegra30: Remove redundant dev_err()
2026-07-13 13:13 UTC
[PATCH] clocksource: Remove redundant dev_err()/dev_err_probe()
2026-07-13 13:07 UTC
[PATCH v2 0/5] drm/panel: refcounting panel lookups and references
2026-07-13 11:53 UTC (6+ messages)
` [PATCH v2 1/5] drm/panel: have drm_panel_add/remove manage a list reference
` [PATCH v2 2/5] drm/bridge/panel: hold a reference to the wrapped panel
` [PATCH v2 3/5] drm/panel: of_drm_find_panel() return a counted reference
` [PATCH v2 4/5] drm/panel: find_panel_by_fwnode() "
` [PATCH v2 5/5] drm: release panel reference after panel bridge creation
[PATCH V3] pmdomain: tegra: Add support for multi-socket platforms
2026-07-13 11:06 UTC (2+ messages)
[PATCH net v3] net: stmmac: enable the MAC on link up for all supported speeds
2026-07-13 7:49 UTC
[PATCH] staging: nvec: nvec_power: use GFP_KERNEL in probe()
2026-07-12 15:41 UTC (2+ messages)
[PATCH] staging: nvec: kbd: replace global state with dynamic allocation
2026-07-12 15:32 UTC (2+ messages)
[PATCH net] net: stmmac: enable the MAC on link up at 10G on 10GBASE-R
2026-07-12 9:02 UTC (3+ messages)
` [PATCH net v2] net: stmmac: enable the MAC on link up for all supported speeds
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox