linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-18 00:09:44 to 2023-08-28 23:20:07 UTC [more...]

[PATCH v7 00/24] iommu: Make default_domain's mandatory
 2023-08-28 23:18 UTC  (49+ messages)
` [PATCH v7 01/24] iommu: Add iommu_ops->identity_domain
` [PATCH v7 02/24] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v7 03/24] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v7 04/24] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v7 05/24] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v7 06/24] iommu/tegra-gart: Remove tegra-gart
` [PATCH v7 07/24] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v7 08/24] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v7 09/24] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v7 10/24] iommu/exynos: Implement an IDENTITY domain
` [PATCH v7 11/24] iommu/tegra-smmu: "
` [PATCH v7 12/24] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v7 13/24] iommu/omap: Implement an IDENTITY domain
` [PATCH v7 14/24] iommu/msm: "
` [PATCH v7 15/24] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v7 16/24] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v7 17/24] iommu/ipmmu: "
` [PATCH v7 18/24] iommu/mtk_iommu: "
` [PATCH v7 19/24] iommu/sun50i: "
` [PATCH v7 20/24] iommu: Require a default_domain for all iommu drivers
` [PATCH v7 21/24] iommu: Add __iommu_group_domain_alloc()
` [PATCH v7 22/24] iommu: Add ops->domain_alloc_paging()
` [PATCH v7 23/24] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v7 24/24] iommu: Convert remaining simple drivers "

[PATCH (set 1) 00/20] Rid W=1 warnings from GPU
 2023-08-28 16:11 UTC  (16+ messages)
` [PATCH 15/20] drm/tegra/hub: Increase buffer size to ensure all possible values can be stored

[PATCH] spi: tegra: Fix missing IRQ check in tegra_slink_probe()
 2023-08-28 15:32 UTC  (2+ messages)

[Patch v2] cpufreq: tegra194: remove opp table in exit hook
 2023-08-28 12:25 UTC  (4+ messages)

[Patch] cpufreq: tegra194: fix warning due to missing opp_put
 2023-08-28 12:09 UTC 

[PATCH 6.1 007/122] drm/aperture: Remove primary argument
 2023-08-28 10:12 UTC 

Słowa kluczowe do wypozycjonowania
 2023-08-28  7:30 UTC 

[Patch] cpufreq: tegra194: add online/offline hooks
 2023-08-28  6:14 UTC  (2+ messages)

[PATCH V2 0/4] hwmon: ina3221: Add selective summation support
 2023-08-26  8:56 UTC  (9+ messages)
` [PATCH V2 1/4] dt-bindings: hwmon: ina3221: Convert to json-schema
` [PATCH V2 2/4] dt-bindings: hwmon: ina3221: Add summation-bypass
` [PATCH V2 3/4] hwmon: ina3221: add support for summation channel control
` [PATCH V2 4/4] arm64: tegra: Populate ina3221 for Tegra234 boards

[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-08-25 18:26 UTC  (9+ messages)
` [PATCH v12 1/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v12 2/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v12 3/6] s390/pci: Use dma-iommu layer
` [PATCH v12 4/6] iommu/s390: Disable deferred flush for ISM devices
` [PATCH v12 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v12 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush

[PATCH] drm/tegra: Remove existing framebuffer only if we support display
 2023-08-25 13:22 UTC 

[Patch] cpufreq: tegra194: remove opp table in exit hook
 2023-08-25 11:33 UTC  (5+ messages)

[PATCH 6.1 00/15] 6.1.48-rc1 review
 2023-08-25 10:15 UTC 

[PATCH 5.15 000/139] 5.15.128-rc1 review
 2023-08-25 10:14 UTC 

[PATCH 5.10 000/135] 5.10.192-rc1 review
 2023-08-25 10:14 UTC 

[PATCH] thermal: Explicitly include correct DT includes
 2023-08-24 15:16 UTC  (7+ messages)

[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-08-23 14:21 UTC  (10+ messages)
` [PATCH v11 4/6] iommu/s390: Force ISM devices to use IOMMU_DOMAIN_DMA
` [PATCH v11 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v11 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush

[PATCH] mailbox: Explicitly include correct DT includes
 2023-08-23 11:53 UTC  (4+ messages)

[PATCH] thermal: tegra-bpmp: Check if BPMP supports trip points
 2023-08-23  7:50 UTC  (9+ messages)

Re; Interest,
 2023-08-22 23:31 UTC 

[PATCH -next 0/2] drm: Use PTR_ERR_OR_ZERO() to simplify code
 2023-08-22 12:43 UTC  (5+ messages)
` [PATCH -next 1/2] drm/bridge: "
` [PATCH -next 2/2] drm/tegra: "

[PATCH 0/6] soc/tegra: fuse: Add ACPI support
 2023-08-22  7:55 UTC  (24+ messages)
` [PATCH 1/6] soc/tegra: fuse: Add tegra_acpi_init_apbmisc()
` [PATCH 2/6] soc/tegra: fuse: Add function to register nvmem
` [PATCH 3/6] soc/tegra: fuse: Add function to add lookups
` [PATCH 4/6] soc/tegra: fuse: Add function to print SKU info
` [PATCH 5/6] soc/tegra: fuse: Add ACPI support for Tegra194 and Tegra234
` [PATCH 6/6] soc/tegra: fuse: Add support for Tegra241

[PATCH] dt-bindings: pinctrl: Drop 'phandle' properties
 2023-08-22  7:28 UTC  (5+ messages)

[PATCH v6] perf: arm_cspmu: Separate Arm and vendor module
 2023-08-21 23:16 UTC 

[PATCH v2 00/10] pinctrl: Provide NOIRQ PM helper and use it
 2023-08-21 17:00 UTC  (2+ messages)

[PATCH v3 0/5] Support bridge/connector by Tegra HDMI
 2023-08-21 16:14 UTC  (3+ messages)
` [PATCH v3 2/5] dt-bindings: display: tegra: nvidia,tegra20-dc: Add parallel RGB output port node

[PATCH] iommu: Remove the device_lock_assert() from __iommu_probe_device()
 2023-08-21 14:40 UTC  (8+ messages)

[PATCH v5] perf: arm_cspmu: Separate Arm and vendor module
 2023-08-21  9:29 UTC  (7+ messages)

[PATCH] mtd: rawnand: tegra: add missing check for platform_get_irq()
 2023-08-21  8:40 UTC 

[PATCH] staging: nvec: paz00: remove unneeded call to platform_set_drvdata()
 2023-08-20 20:47 UTC  (3+ messages)

[PATCH V2] ACPI: APEI: Use ERST timeout for slow devices
 2023-08-18 16:50 UTC  (5+ messages)

[PATCH v2 0/6] regulator: pca9450: register restart handlers
 2023-08-18 16:12 UTC  (6+ messages)
` [PATCH v2 2/6] mfd: rk8xx: Specify restart mode
` [PATCH v2 4/6] mfd: tps65219: "

[RFC PATCH] iommu: arm-smmu-nvidia: Add default domain type implementation op
 2023-08-18 16:06 UTC  (8+ messages)

[PATCH] clocksource: Explicitly include correct DT includes
 2023-08-18 10:16 UTC  (2+ messages)

[PATCH 00/21] dmaengine: Annotate with __counted_by
 2023-08-18  9:29 UTC  (45+ messages)
` [PATCH 01/21] dmaengine: apple-admac: Annotate struct admac_data "
` [PATCH 02/21] dmaengine: at_hdmac: Annotate struct at_desc "
` [PATCH 03/21] dmaengine: axi-dmac: Annotate struct axi_dmac_desc "
` [PATCH 04/21] dmaengine: fsl-edma: Annotate struct fsl_edma_desc "
` [PATCH 05/21] dmaengine: hisilicon: Annotate struct hisi_dma_dev "
` [PATCH 06/21] dmaengine: moxart-dma: Annotate struct moxart_desc "
` [PATCH 07/21] dmaengine: qcom: bam_dma: Annotate struct bam_async_desc "
` [PATCH 08/21] dmaengine: sa11x0: Annotate struct sa11x0_dma_desc "
` [PATCH 09/21] dmaengine: sf-pdma: Annotate struct sf_pdma "
` [PATCH 10/21] dmaengine: sprd: Annotate struct sprd_dma_dev "
` [PATCH 11/21] dmaengine: st_fdma: Annotate struct st_fdma_desc "
` [PATCH 12/21] dmaengine: stm32-dma: Annotate struct stm32_dma_desc "
` [PATCH 13/21] dmaengine: stm32-mdma: Annotate struct stm32_mdma_desc "
` [PATCH 14/21] dmaengine: stm32-mdma: Annotate struct stm32_mdma_device "
` [PATCH 15/21] dmaengine: tegra: Annotate struct tegra_dma_desc "
` [PATCH 16/21] dmaengine: tegra210-adma: Annotate struct tegra_adma "
` [PATCH 17/21] dmaengine: ti: edma: Annotate struct edma_desc "
` [PATCH 18/21] dmaengine: ti: omap-dma: Annotate struct omap_desc "
` [PATCH 19/21] dmaengine: uniphier-xdmac: Annotate struct uniphier_xdmac_desc "
` [PATCH 20/21] dmaengine: uniphier-xdmac: Annotate struct uniphier_xdmac_device "
` [PATCH 21/21] dmaengine: usb-dmac: Annotate struct usb_dmac_desc "

Pytanie o samochód
 2023-08-18  8:15 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).