All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] dma-mapping: Cortex A9 speculative prefetch fixes
@ 2009-11-20 18:25 Russell King - ARM Linux
  2009-11-20 18:01 ` [PATCH 1/7] ARM: provide phys_to_page() to complement page_to_phys() Russell King - ARM Linux
                   ` (9 more replies)
  0 siblings, 10 replies; 65+ messages in thread
From: Russell King - ARM Linux @ 2009-11-20 18:25 UTC (permalink / raw)
  To: linux-arm-kernel

An equivalent patch has been tested by a couple of folk who now
report success.  Here's the refined patch set.  Acks, further
testing, and tested-by stuff welcome.

^ permalink raw reply	[flat|nested] 65+ messages in thread

end of thread, other threads:[~2010-01-13  8:42 UTC | newest]

Thread overview: 65+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-20 18:25 [PATCH 0/7] dma-mapping: Cortex A9 speculative prefetch fixes Russell King - ARM Linux
2009-11-20 18:01 ` [PATCH 1/7] ARM: provide phys_to_page() to complement page_to_phys() Russell King - ARM Linux
2009-11-23 12:05   ` Catalin Marinas
2009-11-20 18:02 ` [PATCH 2/7] ARM: dma-mapping: simplify page_to_dma() and __pfn_to_bus() Russell King - ARM Linux
2009-11-23 12:05   ` [PATCH 2/7] ARM: dma-mapping: simplify page_to_dma() and__pfn_to_bus() Catalin Marinas
2009-12-12 14:01   ` [PATCH 2/7] ARM: dma-mapping: simplify page_to_dma() and __pfn_to_bus() Anders Grafström
2009-12-12 14:37     ` Russell King - ARM Linux
2009-12-14 18:47       ` Anders Grafström
2009-11-20 18:03 ` [PATCH 3/7] ARM: dma-mapping: provide dma_to_page() Russell King - ARM Linux
2009-11-20 18:04 ` [PATCH 4/7] ARM: dma-mapping: split dma_unmap_page() from dma_unmap_single() Russell King - ARM Linux
2009-11-20 18:05 ` [PATCH 5/7] ARM: dma-mapping: use the idea of buffer ownership Russell King - ARM Linux
2009-11-20 18:06 ` [PATCH 6/7] ARM: dma-mapping: fix for speculative accesses Russell King - ARM Linux
2009-11-23 12:03   ` Catalin Marinas
2009-11-23 12:08     ` Russell King - ARM Linux
2009-11-23 13:38   ` [PATCH v2 06/17] " Russell King - ARM Linux
2009-11-23 15:25     ` saeed bishara
2009-11-23 17:27       ` Russell King - ARM Linux
2009-11-24 15:46         ` saeed bishara
2009-11-24 16:22           ` Russell King - ARM Linux
2009-11-24 16:40             ` saeed bishara
2009-11-24 16:48               ` Catalin Marinas
2009-11-24 17:02               ` Russell King - ARM Linux
2009-11-24 19:12             ` Nicolas Pitre
2009-11-25 12:12             ` Mark Brown
2009-11-24 16:47         ` Catalin Marinas
2009-11-24 20:00           ` Russell King - ARM Linux
2009-11-24 20:35             ` Nicolas Pitre
2009-11-24 21:01               ` Russell King - ARM Linux
2009-11-24 21:46                 ` saeed bishara
2009-11-25 12:14             ` Catalin Marinas
2009-11-25 16:26               ` Russell King - ARM Linux
2009-11-26 13:21                 ` Ronen Shitrit
2009-11-20 18:07 ` [PATCH 7/7] ARM: dma-mapping: no need to clean overlapping cache lines on invalidate Russell King - ARM Linux
2009-11-22 22:16   ` Nicolas Pitre
2009-11-23 10:26     ` Russell King - ARM Linux
2009-11-23 12:09   ` [PATCH 7/7] ARM: dma-mapping: no need to clean overlapping cachelines " Catalin Marinas
2009-11-23 13:30     ` Russell King - ARM Linux
2009-11-23 13:38   ` [PATCH v2 07/17] ARM: dma-mapping: no need to clean overlapping cache lines " Russell King - ARM Linux
2009-11-23 19:35     ` Nicolas Pitre
2009-11-25 12:19     ` Catalin Marinas
2009-11-25 16:31       ` Russell King - ARM Linux
2009-11-25 17:02         ` [PATCH v2 07/17] ARM: dma-mapping: no need to cleanoverlapping " Catalin Marinas
2009-11-25 17:34         ` [PATCH v2 07/17] ARM: dma-mapping: no need to clean overlapping " Russell King - ARM Linux
2009-11-21 14:00 ` [PATCH 0/7] dma-mapping: Cortex A9 speculative prefetch fixes Jamie Iles
2009-11-23 10:29   ` Russell King - ARM Linux
2010-01-13  6:37     ` muni anda
2010-01-13  8:42       ` Russell King - ARM Linux
2009-11-21 17:56 ` Rajanikanth H.V
2009-11-21 18:57   ` Russell King - ARM Linux
2009-11-21 19:35 ` [PATCH 0/10] dma-mapping: cleanup coherent/writealloc dma allocations and ARMv7 memory support Russell King - ARM Linux
2009-11-21 19:37   ` [PATCH 01/10] ARM: dma-mapping: split out vmregion code from dma coherent mapping code Russell King - ARM Linux
2009-11-21 19:37   ` [PATCH 02/10] ARM: dma-mapping: functions to allocate/free a coherent buffer Russell King - ARM Linux
2009-11-21 19:37   ` [PATCH 03/10] ARM: dma-mapping: fix coherent arch dma_alloc_coherent() Russell King - ARM Linux
2009-11-21 19:38   ` [PATCH 04/10] ARM: dma-mapping: fix nommu dma_alloc_coherent() Russell King - ARM Linux
2009-11-21 19:38   ` [PATCH 05/10] ARM: dma-mapping: factor dma_free_coherent() common code Russell King - ARM Linux
2009-11-21 19:38   ` [PATCH 06/10] ARM: dma-mapping: move consistent_init into CONFIG_MMU section Russell King - ARM Linux
2009-11-22  0:05     ` Greg Ungerer
2009-11-22  0:16       ` Russell King - ARM Linux
2009-11-21 19:38   ` [PATCH 07/10] ARM: dma-mapping: clean up coherent arch dma allocation Russell King - ARM Linux
2009-11-21 19:39   ` [PATCH 08/10] ARM: dma-mapping: Factor out noMMU dma buffer allocation code Russell King - ARM Linux
2009-11-21 19:39   ` [PATCH 09/10] ARM: dma-mapping: get rid of setting/clearing the reserved page bit Russell King - ARM Linux
2009-11-21 19:39   ` [PATCH 10/10] ARM: dma-mapping: switch ARMv7 DMA mappings to retain 'memory' attribute Russell King - ARM Linux
2009-11-23 12:21     ` [PATCH 10/10] ARM: dma-mapping: switch ARMv7 DMA mappings to retain'memory' attribute Catalin Marinas
2009-11-23  7:10   ` [PATCH 0/10] dma-mapping: cleanup coherent/writealloc dma allocations and ARMv7 memory support Greg Ungerer
2009-11-23 10:26     ` Russell King - ARM Linux

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.