Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel ↵ | David Howells | 2012-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | | system headers Convert #include "..." to #include <path/...> in kernel system headers. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com> | ||||
* | arch/tile: common DMA code for the GXIO IORPC subsystem | Chris Metcalf | 2012-07-11 | 1 | -0/+161 |
The dma_queue support is used by both the mPipe (networking) and Trio (PCI) hardware shims on tilegx. This common code is selected when either of those drivers is built. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> |