Linux Tegra architecture development
 help / color / mirror / Atom feed
 messages from 2026-07-03 14:34:18 to 2026-07-09 07:24:18 UTC [more...]

[PATCH 00/18] thermal/drivers: Remove redundant error messages on IRQ request failure
 2026-07-09  7:24 UTC  (4+ messages)
` [PATCH 17/18] thermal/drivers/tegra: Remove redundant dev_err() and dev_err_probe()

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-07-09  5:56 UTC  (27+ messages)
` [PATCH v3 01/11] dt-bindings: reserved-memory: Document "
` [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal()
          ` Reserving memory on ACPI systems (was: [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal())
` [PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas

[PATCH v9 00/11] PCI/CXL: Add CXL reset support for Type 2 devices
 2026-07-09  3:30 UTC  (13+ messages)
` [PATCH v9 01/11] cxl: Split decoder programming into a reusable helper
` [PATCH v9 02/11] cxl: Cache decoder settings on PCI devices
` [PATCH v9 03/11] cxl: Share HDM decoder decode logic
` [PATCH v9 04/11] cxl: Cache endpoint decoder settings during PCI enumeration
` [PATCH v9 05/11] cxl: Add CXL Device Reset helper
` [PATCH v9 06/11] cxl: Validate HDM ranges before CXL reset
` [PATCH v9 07/11] PCI/CXL: Discover the CXL reset scope
` [PATCH v9 08/11] cxl: Restore CXL HDM state after PCI reset
` [PATCH v9 09/11] PCI/CXL: Expose CXL Reset as a PCI reset method
` [PATCH v9 10/11] Documentation/ABI: Document CXL Reset "
` [PATCH v9 11/11] PCI/CXL: Restore HDM state after CXL bus reset

[PATCH v5 0/3] spi: tegra210-quad: Improve interrupt handling for loaded systems
 2026-07-09  3:00 UTC  (6+ messages)
` [PATCH v5 1/3] spi: tegra210-quad: Convert to hard IRQ with high-priority workqueue
` [PATCH v5 2/3] spi: tegra210-quad: Cache TRANS_STATUS in ISR for timeout handler
` [PATCH v5 3/3] spi: tegra210-quad: Process small PIO transfers in hard IRQ context

[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
 2026-07-09  2:28 UTC  (4+ messages)

[PATCH 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
 2026-07-09  2:16 UTC  (4+ messages)

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-07-09  2:01 UTC  (23+ messages)
` [PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH 03/13] mm: convert __get_unmapped_area() "
` [PATCH 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH 11/13] mm/mlock: convert mlock code "

[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
 2026-07-09  1:52 UTC  (4+ messages)

[PATCH v4 0/3] iommu/arm-smmu-v3: Tegra264 invalidation workaround
 2026-07-09  1:41 UTC  (6+ messages)
` [PATCH v4 2/3] iommu/arm-smmu-v3: Detect Tegra264 erratum

[PATCH v8 00/10] PCI/CXL: Add CXL reset support for Type 2 devices
 2026-07-09  0:48 UTC  (26+ messages)
` [PATCH v8 01/10] cxl: Split decoder programming into a reusable helper
` [PATCH v8 02/10] cxl: Cache decoder settings on PCI devices
` [PATCH v8 03/10] cxl: Share HDM decoder decode logic
` [PATCH v8 04/10] cxl: Cache endpoint decoder settings during PCI enumeration
` [PATCH v8 05/10] cxl: Add CXL Device Reset helper
` [PATCH v8 06/10] cxl: Validate HDM ranges before CXL reset
` [PATCH v8 07/10] PCI/CXL: Discover the CXL reset scope
` [PATCH v8 08/10] cxl: Restore CXL HDM state after PCI reset
` [PATCH v8 09/10] PCI/CXL: Expose CXL Reset as a PCI reset method
` [PATCH v8 10/10] Documentation/ABI: Document CXL Reset "
` [PATCH RFC] PCI/CXL: Restore HDM state after CXL bus reset

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-09  0:06 UTC  (34+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()
` [PATCH 11/30] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH 12/30] mm/vma: clean up anon_vma_compatible()
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
  ` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/

[PATCH] clk: tegra: tegra124-emc: put EMC node on register failure
 2026-07-08 16:41 UTC  (2+ messages)

[PATCH 0/7] dts: Add /firmware/#{address,size}-cells to Chromium-based DTs
 2026-07-08 14:56 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] dt-bindings: iommu: Fix interrupt type in example
 2026-07-08 13:32 UTC  (4+ messages)
` [PATCH 2/2] arm64: tegra: Fix CMDQV interrupt type on Tegra264

[PATCH] memory: tegra: Guard against NULL mc_regs in IRQ handler
 2026-07-08 11:16 UTC  (2+ messages)

[PATCH v3] memory: tegra: add multi-socket support to the memory interconnect
 2026-07-08 11:16 UTC  (3+ messages)

[PATCH v4 0/2] Add Lenovo ThinkEdge SE70 carrier board support
 2026-07-08  9:20 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: arm: tegra: Add lenovo,thinkedge-se70 compatible string
` [PATCH v4 2/2] arm64: tegra: Add Lenovo ThinkEdge SE70 device tree

[PATCH v3 0/2] Add Lenovo ThinkEdge SE70 carrier board support
 2026-07-08  5:55 UTC  (7+ messages)
` [PATCH 2/2] arm64: tegra: Add Lenovo ThinkEdge SE70 device tree
    ` [External] "
  ` [External] Re: [PATCH v3 0/2] Add Lenovo ThinkEdge SE70 carrier board support

[PATCH] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload
 2026-07-07 20:14 UTC  (9+ messages)

[PATCH 00/42] of: reserved_mem: Introduce devres helpers and convert drivers
 2026-07-07 18:06 UTC  (61+ messages)
` [PATCH 01/42] of: reserved_mem: Introduce devres-managed initialization functions
` [PATCH 02/42] of: reserved_mem: Add devm_of_reserved_mem_device_init_by_name()
` [PATCH 03/42] firmware: qcom: scm: Use devm_of_reserved_mem_device_init()
` [PATCH 04/42] remoteproc: da8xx: "
` [PATCH 05/42] remoteproc: keystone: "
` [PATCH 06/42] media: synopsys: hdmirx: "
` [PATCH 07/42] remoteproc: omap: "
` [PATCH 08/42] drm: logicvc: "
` [PATCH 09/42] drm: hdlcd: "
` [PATCH 10/42] drm: pl111: "
` [PATCH 11/42] remoteproc: mtk_scp: "
` [PATCH 12/42] media: aspeed: "
` [PATCH 13/42] media: nuvoton: npcm-video: "
` [PATCH 14/42] memory: tegra210-emc: Use devm_of_reserved_mem_device_init_by_name()
` [PATCH 15/42] drm: komeda: Use devm_of_reserved_mem_device_init()
` [PATCH 16/42] drm: malidp: "
` [PATCH 17/42] drm: ingenic: "
` [PATCH 18/42] drm: kmb: "
` [PATCH 19/42] drm: sun4i: "
` [PATCH 20/42] drm: xlnx: zynqmp_dpsub: "
` [PATCH 21/42] media: arm: mali-c55: "
` [PATCH 22/42] media: mediatek: vpu: "
` [PATCH 23/42] mmc: sdhci-of-bst: Use devm_of_reserved_mem_device_init_by_idx()
` [PATCH 24/42] remoteproc: ti_k3: Use devm_of_reserved_mem_device_init()
` [PATCH 25/42] ASoC: mediatek: mt8192: "
` [PATCH 26/42] ASoC: mediatek: mt8196: "
` [PATCH 27/42] ASoC: mediatek: mt8183: "
` [PATCH 28/42] ASoC: mediatek: mt8189: "
` [PATCH 29/42] ASoC: SOF: imx: Use devm_of_reserved_mem_device_init_by_name()
` [PATCH 30/42] staging: media: cedrus: Use devm_of_reserved_mem_device_init()
` [PATCH 31/42] ASoC: cix-ipbloq: "
` [PATCH 32/42] drm: aspeed: "
` [PATCH 33/42] drm: arcpgu: "
` [PATCH 34/42] ASoC: mediatek: mt8173: "
` [PATCH 35/42] ASoC: mediatek: mt8186: "
` [PATCH 36/42] ASoC: mediatek: mt8188: "
` [PATCH 37/42] ASoC: mediatek: mt8195: "
` [PATCH 38/42] ASoC: SOF: mediatek: mt8186: "
` [PATCH 39/42] ASoC: SOF: mediatek: mt8195: "
` [PATCH 40/42] misc: fastrpc: "
` [PATCH 41/42] ASoC: fsl: imx-rpmsg: Use devm_of_reserved_mem_device_init_by_idx()
` [PATCH 42/42] ASoC: sprd: Use devm_of_reserved_mem_device_init()

[PATCH V2] clk: tegra: Support unique names for multi-socket platforms
 2026-07-07 15:26 UTC  (5+ messages)

[PATCH] staging: media: tegra-video: vi: fix probe failure on skipped last port
 2026-07-07 15:24 UTC 

[PATCH] staging: media: tegra-video: fix of_node_put() on VIP parse errors
 2026-07-07 15:03 UTC 

[PATCH v6 0/7] Tegra264 PWM support
 2026-07-07 10:57 UTC  (2+ messages)

[PATCH v2 0/2] Add Lenovo ThinkEdge SE70 carrier board support
 2026-07-07  8:25 UTC  (9+ messages)
` [PATCH 2/2] arm64: tegra: Add Lenovo ThinkEdge SE70 device tree
    ` [External] "

[PATCH V3] pmdomain: tegra: Add support for multi-socket platforms
 2026-07-07  6:26 UTC  (2+ messages)

[PATCH] mmc: cqhci: Remove unused intmask parameter from cqhci_irq()
 2026-07-06 15:46 UTC  (3+ messages)

[PATCH] ARM: dts: nvidia: tegra114-asus-tf701t: Correct trailing whitespace
 2026-07-06 10:17 UTC 

[PATCH v3] ASoC: dt-bindings: sound: nvidia,tegra30-ahub: Convert to DT schema
 2026-07-05  6:32 UTC 

[PATCH] media: cec: tegra: add missing MODULE_DEVICE_TABLE()
 2026-07-04 12:26 UTC 

[PATCH v1] ARM: tegra: Fix OF node reference leaks in IRQ init
 2026-07-03 15:50 UTC 

[GIT PULL 1/3] soc/tegra: pmc: Fixes for v7.2
 2026-07-03 14:40 UTC  (3+ messages)
` [GIT PULL 2/3] soc/tegra: "
` [GIT PULL 3/3] arm64: tegra: Device tree fixes "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox