linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-20 11:24:39 to 2022-06-06 14:59:32 UTC [more...]

[RESEND PATCH v3 0/6] OPE support on Tegra210 and later
 2022-06-06 14:58 UTC  (3+ messages)
` [RESEND PATCH v3 1/6] ASoC: tegra: Add binding doc for OPE module
` [RESEND PATCH v3 2/6] ASoC: tegra: Add Tegra210 based OPE driver

[PATCH 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-06 14:33 UTC  (7+ messages)
` [PATCH 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH 2/5] iommu: Ensure device has the same iommu_ops as the domain
` [PATCH 3/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()
` [PATCH 5/5] vfio/iommu_type1: Simplify group attachment

[PATCH v3 0/6] OPE support on Tegra210 and later
 2022-06-06 13:48 UTC  (10+ messages)
` [PATCH v3 1/6] ASoC: tegra: Add binding doc for OPE module
` [PATCH v3 2/6] ASoC: tegra: Add Tegra210 based OPE driver
` [PATCH v3 3/6] ASoC: tegra: AHUB routes for OPE module
` [PATCH v3 4/6] arm64: defconfig: Build Tegra "
` [PATCH v3 5/6] arm64: tegra: Add OPE device on Tegra210 and later
` [PATCH v3 6/6] arm64: tegra: Enable OPE on various platforms

[PATCH 00/14] mtd: Fix platform remove callbacks to always return 0
 2022-06-06 13:18 UTC  (3+ messages)
` [PATCH 10/14] mtd: rawnand: tegra: Don't skip cleanup after mtd_device_unregister() failed

[PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2022-06-06 10:57 UTC  (34+ messages)
` [PATCH v6 01/22] drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error
` [PATCH v6 02/22] drm/gem: Move mapping of imported dma-bufs to drm_gem_mmap_obj()
` [PATCH v6 03/22] drm/panfrost: Put mapping instead of shmem obj on panfrost_mmu_map_fault_addr() error
` [PATCH v6 04/22] drm/panfrost: Fix shrinker list corruption by madvise IOCTL
` [PATCH v6 05/22] drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling
` [PATCH v6 06/22] drm/virtio: Check whether transferred 2D BO is shmem
` [PATCH v6 07/22] drm/virtio: Unlock reservations on virtio_gpu_object_shmem_init() error
` [PATCH v6 08/22] drm/virtio: Unlock reservations on dma_resv_reserve_fences() error
` [PATCH v6 09/22] drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
` [PATCH v6 10/22] drm/shmem-helper: Add missing vunmap on error
` [PATCH v6 11/22] drm/shmem-helper: Correct doc-comment of drm_gem_shmem_get_sg_table()
` [PATCH v6 12/22] drm/virtio: Simplify error handling of virtio_gpu_object_create()
` [PATCH v6 13/22] drm/virtio: Improve DMA API usage for shmem BOs
` [PATCH v6 14/22] dma-buf: Introduce new locking convention
` [PATCH v6 15/22] drm/shmem-helper: Don't use vmap_use_count for dma-bufs
` [PATCH v6 16/22] drm/shmem-helper: Use reservation lock
` [PATCH v6 17/22] drm/shmem-helper: Add generic memory shrinker
` [PATCH v6 18/22] drm/gem: Add drm_gem_pin_unlocked()
` [PATCH v6 19/22] drm/virtio: Support memory shrinking
` [PATCH v6 20/22] drm/virtio: Use dev_is_pci()
` [PATCH v6 21/22] drm/virtio: Return proper error codes instead of -1
` [PATCH v6 22/22] drm/panfrost: Switch to generic memory shrinker

[GIT PULL] hte: New subsystem for v5.19-rc1
 2022-06-05 17:16 UTC  (7+ messages)

[PATCH v2 0/2] perf: ARM CoreSight PMU support
 2022-06-03 15:47 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] perf: coresight_pmu: Add support for ARM CoreSight PMU driver
  ` [PATCH v3 2/2] perf: coresight_pmu: Add support for NVIDIA SCF and MCF attribute

[PATCH v2] drm/tegra: dc: rgb: Fix refcount leak in tegra_dc_rgb_probe
 2022-06-03 13:58 UTC  (2+ messages)

[PATCH v1 00/13] Host1x support on Tegra234
 2022-06-03  9:38 UTC  (2+ messages)

[PATCH] dt-bindings: timestamp: Correct id path
 2022-06-02 15:57 UTC  (7+ messages)

[PATCH] drm/tegra: dc: rgb: Fix refcount leak in tegra_dc_rgb_probe
 2022-06-02 15:56 UTC 

[PATCH v5 0/5] Renesas RZ/G2L IRQC support
 2022-06-02 13:36 UTC  (14+ messages)
` [PATCH v5 1/5] dt-bindings: interrupt-controller: Add Renesas RZ/G2L Interrupt Controller
` [PATCH v5 2/5] irqchip: Add RZ/G2L IA55 Interrupt Controller driver
` [PATCH v5 3/5] gpio: gpiolib: Allow free() callback to be overridden
` [PATCH v5 4/5] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Document the properties to handle GPIO IRQ
` [PATCH v5 5/5] pinctrl: renesas: pinctrl-rzg2l: Add IRQ domain to handle GPIO interrupt

[PATCH] PCI: tegra194: Fix PM error handling in tegra_pcie_config_ep
 2022-06-02 11:34 UTC  (2+ messages)

[PATCH] drm/tegra: Remove redundant NULL check before kfree
 2022-06-02  7:19 UTC 

[GIT PULL] drm/tegra: Preparatory work for v5.19
 2022-06-01 13:49 UTC  (2+ messages)

Per file OOM badness
 2022-05-31 22:00 UTC  (15+ messages)
` [PATCH 01/13] fs: add OOM badness callback to file_operatrations struct
` [PATCH 02/13] oom: take per file badness into account
` [PATCH 03/13] mm: shmem: provide oom badness for shmem files
` [PATCH 04/13] dma-buf: provide oom badness for DMA-buf files
` [PATCH 05/13] drm/gem: adjust per file OOM badness on handling buffers
` [PATCH 06/13] drm/gma500: use drm_oom_badness
` [PATCH 07/13] drm/amdgpu: Use drm_oom_badness for amdgpu
` [PATCH 08/13] drm/radeon: use drm_oom_badness
` [PATCH 09/13] drm/i915: "
` [PATCH 10/13] drm/nouveau: "
` [PATCH 11/13] drm/omap: "
` [PATCH 12/13] drm/vmwgfx: "
` [PATCH 13/13] drm/tegra: "

[PATCH v8 00/27] Introduce power-off+restart call chain API
 2022-05-31 21:24 UTC  (12+ messages)
` [PATCH v8 07/27] kernel/reboot: Add kernel_can_power_off()
` [PATCH v8 16/27] m68k: Switch to new sys-off handler API

[PATCH AUTOSEL 5.17 072/135] drm/tegra: gem: Do not try to dereference ERR_PTR()
 2022-05-30 13:30 UTC 

[PATCH AUTOSEL 5.18 087/159] drm/tegra: gem: Do not try to dereference ERR_PTR()
 2022-05-30 13:23 UTC 

[PATCH 00/31] OPP: Add new configuration interface: dev_pm_opp_set_config()
 2022-05-30  7:52 UTC  (14+ messages)
` [PATCH 08/31] cpufreq: tegra20: Migrate to dev_pm_opp_set_config()
` [PATCH 12/31] devfreq: tegra30: "
` [PATCH 16/31] drm/tegra: "
` [PATCH 18/31] media: tegra: "
` [PATCH 21/31] soc/tegra: Remove the call to devm_pm_opp_set_clkname()
` [PATCH 22/31] soc/tegra: Migrate to dev_pm_opp_set_config()

[PATCH v2 0/6] OPE support on Tegra210 and later
 2022-05-30  6:47 UTC  (10+ messages)
` [PATCH v2 1/6] ASoC: tegra: Add binding doc for OPE module
` [PATCH v2 2/6] ASoC: tegra: Add Tegra210 based OPE driver
` [PATCH v2 3/6] ASoC: tegra: AHUB routes for OPE module
` [PATCH v2 4/6] arm64: defconfig: Build Tegra "
` [PATCH v2 5/6] arm64: tegra: Add OPE device on Tegra210 and later
` [PATCH v2 6/6] arm64: tegra: Enable OPE on various platforms

[PATCH] USB: Follow-up to SPDX identifiers addition - remove now useless comments
 2022-05-28 14:59 UTC 

[PATCH 00/56] Specify clock provider directly to CPU DAIs
 2022-05-28  9:19 UTC  (11+ messages)
` [PATCH 18/56] ASoC: rockchip: Update to use set_fmt_new callback
` [PATCH 25/56] ASoC: ti: "
` [PATCH 52/56] ASoC: ti: Rename set_fmt_new back to set_fmt
` [PATCH 56/56] ASoC: simple-card-utils: Move snd_soc_component_is_codec to be local

[PATCH 1/2] ARM: dts: tegra: adjust whitespace around '='
 2022-05-26 20:35 UTC  (2+ messages)
` [PATCH 2/2] arm64: "

[PATCH 00/30] The panic notifiers refactor
 2022-05-26 16:25 UTC  (24+ messages)
` [PATCH 12/30] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 24/30] panic: Refactor the panic path

[PATCH] usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init()
 2022-05-25 13:53 UTC 

[PATCH 1/6] ARM: spectre-bhb: enable for Cortex-A15
 2022-05-25 10:52 UTC  (8+ messages)

[PATCH 4.9 00/25] 4.9.316-rc1 review
 2022-05-25  9:05 UTC  (8+ messages)

[PATCH] usb: xhci: tegra: Fix error check
 2022-05-24 12:14 UTC 

[PATCH] drm/nouveau/tegra: remove needless NULL check
 2022-05-23 20:11 UTC  (2+ messages)

[PATCH v4 0/7] Renesas RZ/G2L IRQC support
 2022-05-23 17:29 UTC  (11+ messages)
` [PATCH v4 3/7] gpio: gpiolib: Add ngirq member to struct gpio_irq_chip
` [PATCH v4 6/7] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Document the properties to handle GPIO IRQ

[PATCH] dt-bindings: Renamed hte directory to timestamp
 2022-05-23 17:26 UTC  (4+ messages)

[PATCH] clk: tegra20: Fix refcount leak in tegra20_clock_init
 2022-05-23 15:28 UTC 

[PATCH] ARM: tegra: Fix refcount leak in tegra114_gic_cpu_pm_registration
 2022-05-23 15:20 UTC 

[PATCH] clk: tegra: Fix refcount leak in tegra114_clock_init
 2022-05-23 14:38 UTC 

[PATCH] clk: tegra: Fix refcount leak in tegra210_clock_init
 2022-05-23 14:26 UTC 

[PATCH] soc/tegra: Avoid leak OF node on error
 2022-05-23 11:54 UTC  (2+ messages)

Koszty instalacji fotowoltaicznej
 2022-05-23  8:05 UTC 

Looking forward to hearing from you
 2022-05-22 19:47 UTC 

[PATCH] serial: tegra: fix typos in comments
 2022-05-21 11:10 UTC 

[PATCH 0/6] OPE support on Tegra210 and later
 2022-05-21  6:46 UTC  (6+ messages)
` [PATCH 1/6] ASoC: tegra: Add binding doc for OPE module

[PATCH v2 05/17] PCI: dwc: Convert to using native IP-core versions representation
 2022-05-20 16:08 UTC  (5+ messages)

[PATCH v2] pwm: tegra: Optimize period calculation
 2022-05-20 14:20 UTC  (2+ 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).