linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-13 20:01:24 to 2025-05-23 01:52:15 UTC [more...]

[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-23  1:51 UTC  (96+ messages)
` [PATCH v4 01/23] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v4 02/23] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v4 03/23] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v4 04/23] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v4 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v4 06/23] iommufd/driver: Add iommufd_struct_destroy to revert iommufd_viommu_alloc
` [PATCH v4 07/23] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v4 08/23] iommufd/selftest: Add covearge for viommu data
` [PATCH v4 09/23] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v4 10/23] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v4 12/23] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v4 14/23] iommufd: Add mmap interface
` [PATCH v4 16/23] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v4 17/23] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v4 18/23] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info
` [PATCH v4 19/23] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v4 20/23] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v4 21/23] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v4 22/23] iommu/tegra241-cmdqv: Add user-space use support

[PATCH] i2c: tegra: Add missing kernel-doc for dma_dev member
 2025-05-22 16:38 UTC 

[PATCH] ARM: tegra: Use io memcpy to write to iram
 2025-05-22 16:11 UTC 

[PATCH v3 00/11] Add Tegra264 support in AHUB drivers
 2025-05-22 16:05 UTC  (6+ messages)
` [PATCH v3 01/11] dt-bindings: ASoC: admaif: Add missing properties

[PATCH] cpufreq: CPPC: Support for autonomous selection in cppc_cpufreq
 2025-05-21 20:49 UTC  (3+ messages)

[RFC PATCH v2] ASoC: soc-pcm: Optimize hw_params() BE DAI call
 2025-05-21 11:33 UTC  (6+ messages)

[PATCH V2 0/6] Add NVIDIA VRS PSEQ support
 2025-05-21  9:14 UTC  (11+ messages)
` [PATCH V2 1/6] dt-bindings: mfd: add bindings for NVIDIA VRS PSEQ
` [PATCH V2 2/6] arm64: tegra: Add device-tree node for NVVRS PSEQ
` [PATCH V2 3/6] mfd: nvvrs: add NVVRS PSEQ MFD driver
` [PATCH V2 4/6] rtc: nvvrs: add NVIDIA VRS PSEQ RTC device driver
` [PATCH V2 5/6] arm64: defconfig: enable NVIDIA VRS PSEQ
` [PATCH V2 6/6] MAINTAINERS: Add NVIDIA VRS PSEQ driver entry

[PATCH 6.14 000/145] 6.14.8-rc1 review
 2025-05-21  8:31 UTC 

[PATCH 6.12 000/143] 6.12.30-rc1 review
 2025-05-21  8:31 UTC 

[PATCH 6.6 000/117] 6.6.92-rc1 review
 2025-05-21  8:31 UTC 

[PATCH 6.1 00/97] 6.1.140-rc1 review
 2025-05-21  8:31 UTC 

[PATCH 5.15 00/59] 5.15.184-rc1 review
 2025-05-21  8:30 UTC 

[PATCH v4 0/2] Support building tegra124-cpufreq as a module
 2025-05-20 15:38 UTC  (25+ messages)
` [PATCH v4 1/2] cpufreq: tegra124: Remove use of disable_cpufreq
` [PATCH v4 2/2] cpufreq: tegra124: Allow building as a module

[PATCH V2 0/2] Disable periodic tracking on Tegra234
 2025-05-20 12:06 UTC  (4+ messages)
` [PATCH V2 1/2] phy: tegra: xusb: Decouple CYA_TRK_CODE_UPDATE_ON_IDLE from trk_hw_mode
` [PATCH V2 2/2] phy: tegra: xusb: Disable periodic tracking on Tegra234

[PATCH v1 0/5] thermal: tegra: add SOCTHERM support for Tegra114
 2025-05-19 15:24 UTC  (4+ messages)
` [PATCH v1 1/5] soc: tegra: fuse: add Tegra114 nvmem cells and fuse lookups

[PATCH v5 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-18  3:21 UTC  (30+ messages)
` [PATCH v5 01/29] iommufd: Apply obvious cosmetic fixes
` [PATCH v5 02/29] iommufd: Introduce iommufd_object_alloc_ucmd helper
` [PATCH v5 03/29] iommu: Apply the new "
` [PATCH v5 04/29] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v5 05/29] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v5 06/29] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v5 07/29] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v5 08/29] iommufd/selftest: Add coverage for viommu data
` [PATCH v5 09/29] iommufd: Do not unmap an owned iopt_area
` [PATCH v5 10/29] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v5 11/29] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v5 12/29] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v5 13/29] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v5 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v5 15/29] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v5 16/29] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v5 17/29] iommufd: Add mmap interface
` [PATCH v5 18/29] iommufd/selftest: Add coverage for the new "
` [PATCH v5 19/29] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v5 20/29] iommu: Allow an input type in hw_info op
` [PATCH v5 21/29] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v5 22/29] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v5 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v5 24/29] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v5 25/29] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v5 26/29] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v5 27/29] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v5 28/29] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v5 29/29] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[PATCH v2 1/3] dt-bindings: i2c: Add required properties
 2025-05-16 13:59 UTC  (5+ messages)
` [PATCH v2 2/3] i2c: tegra: make reset an optional property
` [PATCH v2 3/3] i2c: tegra: Remove dma_sync_*() calls

[PATCH 0/7] Remove ops.pgsize_bitmap
 2025-05-15 16:33 UTC  (2+ messages)

[PATCH V4 1/2] dt-bindings: spi: tegra: Document IOMMU property for Tegra234 QSPI
 2025-05-15 11:27 UTC  (8+ messages)
` [PATCH V4 2/2] spi: tegra210-quad: Add support for internal DMA

[PATCH 1/1] phy: tegra: xusb: Fix unbalanced regulator disable in UTMI PHY mode
 2025-05-15 11:03 UTC  (2+ messages)

[PATCH 0/2] HDA: Add Tegra264 support
 2025-05-15 10:48 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: Update Tegra194 and Tegra234 HDA bindings
` [PATCH 2/3] dt-bindings: Document Tegra264 HDA Support

[PATCH 0/8] Add more Tegra264 support
 2025-05-14 19:32 UTC  (15+ messages)
` [PATCH 1/8] dt-bindings: dma: Add Tegra264 compatible string
` [PATCH 2/8] dt-bindings: rtc: tegra: Document Tegra264 RTC
` [PATCH 3/8] dt-bindings: tegra: Document P3971-0089+P3834-0008 Platform
` [PATCH 5/8] dt-bindings: memory: Add Tegra264 definitions

[PATCH v2] dt-bindings: spi: nvidia,tegra210-quad: Add IOMMU property for Tegra234
 2025-05-14 19:01 UTC  (2+ messages)

[PATCH 00/11] Add Tegra264 support
 2025-05-14 16:18 UTC  (11+ messages)
` [PATCH 01/11] dt-bindings: tegra: pmc: Add Tegra264 compatible
` [PATCH 02/11] dt-bindings: mailbox: tegra-hsp: Bump number of shared interrupts
` [PATCH 03/11] dt-bindings: mailbox: tegra-hsp: Properly sort compatible string list
` [PATCH 04/11] dt-bindings: firmware: Document Tegra264 BPMP
` [PATCH 05/11] dt-bindings: misc: Document Tegra264 APBMISC compatible

[PATCH 6.14 000/197] 6.14.7-rc2 review
 2025-05-14 15:35 UTC 

[PATCH 6.12 000/184] 6.12.29-rc2 review
 2025-05-14 15:35 UTC 

[PATCH 6.6 000/113] 6.6.91-rc2 review
 2025-05-14 15:34 UTC 

[PATCH 6.1 00/96] 6.1.139-rc2 review
 2025-05-14 15:34 UTC 

[PATCH 0/4] pinctrl: tegra: Add Tegra186 pinmux driver
 2025-05-14 15:31 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/2] Add Tegra264 support in ADMA driver
 2025-05-14 15:02 UTC  (2+ messages)

[PATCH v2 RESEND] phy: Fix error handling in tegra_xusb_port_init
 2025-05-14 11:31 UTC  (2+ messages)

[PATCH next] phy: tegra: xusb: remove a stray unlock
 2025-05-14 11:31 UTC  (2+ messages)

[PATCH] genirq/manage: Fix lock in irq_set_irq_wake()
 2025-05-14  9:50 UTC 

[patch V2a 35/45] genirq/manage: Rework irq_set_irq_wake()
 2025-05-14  7:14 UTC  (3+ messages)

[PATCH] arm64: tegra: Remove otg id gpio from Jetson TX2 NX
 2025-05-13 21:10 UTC 

[PATCH v2 0/2] phy: tegra: xusb: Default otg mode to peripheral
 2025-05-13 20:39 UTC  (3+ messages)


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).