messages from 2017-06-01 17:39:32 to 2017-06-14 23:18:38 UTC [more...]
[PATCH v3 00/20] Tegra DRM fixes
2017-06-14 23:18 UTC (16+ messages)
` [PATCH v3 01/20] drm/tegra: Fix lockup on a use of staging API
` [PATCH v3 02/20] drm/tegra: Correct idr_alloc() minimum id
` [PATCH v3 03/20] drm/tegra: Check for malformed offsets and sizes in the 'submit' IOCTL
` [PATCH v3 04/20] drm/tegra: Correct copying of waitchecks and disable them "
` [PATCH v3 05/20] drm/tegra: Check syncpoint ID "
` [PATCH v3 06/20] drm/tegra: dc: Avoid reset asserts on Tegra20
` [PATCH v3 07/20] drm/tegra: dc: Apply clipping to the plane
` [PATCH v3 08/20] drm/tegra: dc: Disable plane if it is invisible
` [PATCH v3 09/20] gpu: host1x: Initialize firewall class to the jobs one
` [PATCH v3 10/20] gpu: host1x: Correct host1x_job_pin() error handling
` [PATCH v3 11/20] gpu: host1x: Do not leak BO's phys address to userspace
` [PATCH v3 12/20] gpu: host1x: Forbid relocation address shifting in the firewall
` [PATCH v3 13/20] gpu: host1x: Forbid RESTART opcode "
` [PATCH v3 14/20] gpu: host1x: Forbid unrelated SETCLASS "
` [PATCH v3 15/20] gpu: host1x: Correct swapped arguments in the is_addr_reg() definition
[PATCH v2 00/22] Tegra DRM fixes
2017-06-14 22:24 UTC (40+ messages)
` [PATCH v2 01/22] drm/tegra: Fix lockup on a use of staging API
` [PATCH v2 02/22] drm/tegra: Correct idr_alloc() minimum id
` [PATCH v2 03/22] drm/tegra: Check for malformed offsets and sizes in the 'submit' IOCTL
` [PATCH v2 04/22] drm/tegra: Correct copying of waitchecks and disable them "
` [PATCH v2 05/22] drm/tegra: Check syncpoint ID "
` [PATCH v2 06/22] drm/tegra: dc: Avoid reset asserts on Tegra20
` [PATCH v2 07/22] drm/tegra: dc: Apply clipping to the plane
` [PATCH v2 08/22] drm/tegra: dc: Disable plane if it is invisible
` [PATCH v2 09/22] drm/tegra: Don't use IOMMU on Tegra20
` [PATCH v2 10/22] Revert "iommu/tegra: gart: Do not register with bus"
` [PATCH v2 11/22] gpu: host1x: Initialize firewall class to the jobs one
` [PATCH v2 12/22] gpu: host1x: Correct host1x_job_pin() error handling
` [PATCH v2 13/22] gpu: host1x: Do not leak BO's phys address to userspace
` [PATCH v2 14/22] gpu: host1x: Forbid relocation address shifting in the firewall
` [PATCH v2 15/22] gpu: host1x: Forbid RESTART opcode "
` [PATCH v2 16/22] gpu: host1x: Forbid unrelated SETCLASS "
` [PATCH v2 17/22] gpu: host1x: Correct swapped arguments in the is_addr_reg() definition
` [PATCH v2 18/22] gpu: host1x: Check waits in the firewall
` [PATCH v2 19/22] gpu: host1x: Remove unused 'struct host1x_cmdbuf'
` [PATCH v2 20/22] gpu: host1x: Remove unused host1x_cdma_stop() definition
` [PATCH v2 21/22] gpu: host1x: Refactor channel allocation code
` [PATCH v2 22/22] gpu: host1x: At first try a non-blocking allocation for the gather copy
[PATCH 12/23] clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE
2017-06-14 12:39 UTC
clean up and modularize arch dma_mapping interface
2017-06-14 9:17 UTC (67+ messages)
` [PATCH 02/44] ibmveth: properly unwind on init errors
` [PATCH 04/44] drm/exynos: don't use DMA_ERROR_CODE
` [PATCH 01/44] firmware/ivc: use dma_mapping_error
` [PATCH 03/44] dmaengine: ioat: don't use DMA_ERROR_CODE
` [PATCH 05/44] drm/armada: don't abuse DMA_ERROR_CODE
` [PATCH 06/44] iommu/dma: don't rely on DMA_ERROR_CODE
` [PATCH 07/44] xen-swiotlb: consolidate xen_swiotlb_dma_ops
` [PATCH 08/44] xen-swiotlb: implement ->mapping_error
` [PATCH 09/44] c6x: remove DMA_ERROR_CODE
` [PATCH 10/44] ia64: "
` [PATCH 11/44] m32r: "
` [PATCH 13/44] openrisc: "
` [PATCH 14/44] sh: "
` [PATCH 17/44] hexagon: switch to use ->mapping_error for error reporting
` [PATCH 19/44] s390: implement ->mapping_error
` [PATCH 12/44] microblaze: remove DMA_ERROR_CODE
` [PATCH 15/44] xtensa: "
` [PATCH 16/44] arm64: "
` [PATCH 18/44] iommu/amd: implement ->mapping_error
` [PATCH 20/44] sparc: "
` [PATCH 21/44] powerpc: "
` [PATCH 22/44] x86/pci-nommu: "
` [PATCH 23/44] x86/calgary: "
` [PATCH 24/44] x86: remove DMA_ERROR_CODE
` [PATCH 25/44] arm: implement ->mapping_error
` [PATCH 26/44] dma-mapping: remove DMA_ERROR_CODE
` [PATCH 27/44] sparc: remove leon_dma_ops
` [PATCH 28/44] sparc: remove arch specific dma_supported implementations
` [PATCH 29/44] dma-noop: remove dma_supported and mapping_error methods
` [PATCH 30/44] dma-virt: "
` [PATCH 31/44] hexagon: remove arch-specific dma_supported implementation
` [PATCH 32/44] hexagon: remove the unused dma_is_consistent prototype
` [PATCH 33/44] openrisc: remove arch-specific dma_supported implementation
` [PATCH 34/44] arm: remove arch specific "
` [PATCH 35/44] x86: "
` [PATCH 36/44] dma-mapping: remove HAVE_ARCH_DMA_SUPPORTED
` [PATCH 37/44] mips/loongson64: implement ->dma_supported instead of ->set_dma_mask
` [PATCH 38/44] arm: "
` [PATCH 39/44] xen-swiotlb: remove xen_swiotlb_set_dma_mask
` [PATCH 40/44] tile: remove dma_supported and mapping_error methods
` [PATCH 41/44] powerpc/cell: clean up fixed mapping dma_ops initialization
` [PATCH 42/44] powerpc/cell: use the dma_supported method for ops switching
` [PATCH 43/44] dma-mapping: remove the set_dma_mask method
` [PATCH 44/44] powerpc: merge __dma_set_mask into dma_set_mask
[PATCH 00/22] Tegra DRM fixes
2017-06-13 19:56 UTC (41+ messages)
` [PATCH 03/22] drm/tegra: Check whether page belongs to BO in tegra_bo_kmap()
` [PATCH 07/22] drm/tegra: Remove module ownership from the tegra_fb_ops
` [PATCH 08/22] drm/tegra: dc: Drop the reset asserts to workaround a bug
` [PATCH 13/22] gpu: host1x: Do not leak BO's phys address to userspace
` [PATCH 14/22] gpu: host1x: Forbid relocation address shifting in the firewall
` [PATCH 15/22] gpu: host1x: Forbid RESTART opcode "
` [PATCH 16/22] gpu: host1x: Forbid unrelated SETCLASS "
` [PATCH 17/22] gpu: host1x: Check waits "
` [PATCH 18/22] gpu: host1x: Remove unused 'struct host1x_cmdbuf'
` [PATCH 19/22] gpu: host1x: Remove unused host1x_cdma_stop() definition
` [PATCH 21/22] drm/tegra: Don't use IOMMU on Tegra20
[PATCH 08/15] ARM: dts: tegra: fix PCI bus dtc warnings
2017-06-13 14:52 UTC (4+ messages)
` [PATCH 11/15] arm64: dts: nvidia: "
[PATCH] soc/tegra: flowctrl: Fix error handling
2017-06-13 14:48 UTC (2+ messages)
[PATCH] firmware: tegra: fix locking bugs in bpmp
2017-06-13 14:21 UTC (2+ messages)
[PATCH v2 0/2] Device tree changes for Tegra186 cpufreq
2017-06-13 14:10 UTC (13+ messages)
` [PATCH v2 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster
` [PATCH v3 "
` [PATCH v2 2/2] arm64: tegra: Add CCPLEX_CLUSTER area in Tegra186
[PATCH 1/2] ARM: tegra: remove Whistler support
2017-06-13 13:36 UTC (4+ messages)
` [PATCH 2/2] ASoC: tegra: remove Whistler machine driver
[PATCH v3] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster
2017-06-13 12:57 UTC
[PATCH 1/3] drm/nouveau/tegra: Skip manual unpowergating when not necessary
2017-06-13 12:43 UTC (5+ messages)
` [PATCH 2/3] drm/nouveau/tegra: Don't leave GPU in reset
` [PATCH 3/3] drm/nouveau: Skip vga_fini on non-PCI device
[PATCH V2] pwm: tegra: Set maximum pwm clock source per SoC tapeout
2017-06-13 12:32 UTC (2+ messages)
[PATCH v5 0/6] reset: APIs to manage a list of resets
2017-06-13 7:05 UTC (6+ messages)
` [PATCH v5 3/6] reset: hide reset control arrays behind struct reset_control
I Would love to discuse something with you
2017-06-12 14:52 UTC
Congratulation
2017-06-11 6:34 UTC
u-boot-flasher fails with current u-boot
2017-06-09 12:28 UTC (7+ messages)
[PATCH V4 0/3] ADD AHCI support for tegra210
2017-06-08 6:20 UTC (5+ messages)
` [PATCH V4 1/3] ata: ahci_tegra: Add "
` [PATCH V4 2/3] arm64: tegra: Enable AHCI on Tegra210
` [PATCH V4 3/3] dt-bindings: tegra: add binding documentation
[PATCH V2] dmaengine: tegra-apb: Really fix runtime-pm usage
2017-06-06 14:48 UTC (2+ messages)
[PATCH] dmaengine: tegra-apb: Really fix runtime-pm usage
2017-06-06 12:23 UTC (3+ messages)
[PATCH] firmware: tegra: Add VIC firmware
2017-06-06 11:50 UTC
Tegra baseline test results for v4.12-rc4
2017-06-05 15:42 UTC
Investment Interest & Offer
2017-06-02 23:01 UTC
page: next (older) | 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