Age | Commit message (Expand) | Author | Files | Lines |
2009-09-09 | dw_dmac: implement a private tx_list | Dan Williams | 2 | -9/+11 |
2009-09-09 | Merge branch 'ioat' into dmaengine | Dan Williams | 14 | -2044/+2608 |
2009-09-09 | net_dma: poll for a descriptor after allocation failure | Dan Williams | 1 | -0/+10 |
2009-09-09 | ioat2,3: dynamically resize descriptor ring | Dan Williams | 3 | -31/+187 |
2009-09-09 | ioat: switch watchdog and reset handler from workqueue to timer | Dan Williams | 6 | -436/+396 |
2009-09-09 | ioat1: trim ioat_dma_desc_sw | Dan Williams | 3 | -5/+7 |
2009-09-09 | ioat: ___devinit annotate the initialization paths | Dan Williams | 5 | -20/+24 |
2009-09-09 | ioat: preserve chanctrl bits when re-arming interrupts | Dan Williams | 3 | -14/+10 |
2009-09-09 | ioat: ignore reserved bits for chancnt and xfercap | Dan Williams | 2 | -0/+14 |
2009-09-09 | ioat: cleanup completion status reads | Dan Williams | 4 | -75/+46 |
2009-09-09 | ioat: add some dev_dbg() calls | Dan Williams | 4 | -4/+81 |
2009-09-09 | ioat1: kill unused unmap parameters | Dan Williams | 2 | -4/+0 |
2009-09-09 | ioat2,3: convert to a true ring buffer | Dan Williams | 6 | -686/+1122 |
2009-09-09 | ioat: prepare the code for ioat[12]_dma_chan split | Dan Williams | 2 | -370/+390 |
2009-09-09 | ioat: fix self test interrupts | Dan Williams | 1 | -1/+2 |
2009-09-09 | ioat1: move descriptor allocation from submit to prep | Dan Williams | 1 | -89/+65 |
2009-09-09 | ioat: define descriptor control bit-field | Dan Williams | 2 | -32/+34 |
2009-09-09 | ioat: fix type mismatch for ->dmacount | Dan Williams | 1 | -2/+2 |
2009-09-09 | ioat: split ioat_dma_probe into core/version-specific routines | Dan Williams | 3 | -155/+200 |
2009-09-09 | ioat: kill function prototype ifdef guards | Dan Williams | 1 | -9/+0 |
2009-09-09 | ioat: cleanup some long deref chains and 80 column collisions | Dan Williams | 2 | -167/+144 |
2009-09-09 | ioat: convert ioat_probe to pcim/devm | Dan Williams | 4 | -141/+68 |
2009-09-09 | ioat: move definitions to dma.h | Dan Williams | 2 | -14/+16 |
2009-09-09 | Merge commit 'v2.6.31-rc1' into dmaengine | Dan Williams | 3128 | -316787/+457895 |
2009-07-29 | ioat: move to drivers/dma/ioat/ | Dan Williams | 9 | -13/+14 |
2009-07-23 | dmaengine: at_hdmac: add DMA slave transfers | Nicolas Ferre | 2 | -43/+214 |
2009-07-23 | dmaengine: at_hdmac: new driver for the Atmel AHB DMA Controller | Nicolas Ferre | 4 | -0/+1404 |
2009-07-23 | dmaengine: dmatest: correct thread_count while using multiple thread per channel | Nicolas Ferre | 1 | -2/+2 |
2009-07-23 | dmaengine: dmatest: add a maximum number of test iterations | Nicolas Ferre | 1 | -1/+14 |
2009-07-23 | drivers/dma: Remove unnecessary semicolons | Joe Perches | 2 | -2/+2 |
2009-07-23 | drivers/dma/fsldma.c: Remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2009-07-02 | dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMA | Dan Williams | 1 | -2/+2 |
2009-06-25 | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 7 | -17/+401 |
2009-06-24 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 13 | -469/+507 |
2009-06-24 | Staging: octeon-ethernet: Fix race freeing transmit buffers. | David Daney | 4 | -66/+106 |
2009-06-24 | Staging: octeon-ethernet: Convert to use net_device_ops. | David Daney | 10 | -396/+390 |
2009-06-24 | DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE set | Atsushi Nemoto | 1 | -8/+12 |
2009-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 27 | -415/+3377 |
2009-06-24 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+2 |
2009-06-24 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 28 | -930/+1755 |
2009-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 6 | -21/+42 |
2009-06-24 | Remove low_latency flag setting from nozomi and mxser drivers | Chuck Ebbert | 2 | -4/+0 |
2009-06-24 | tty: fix tty_port_block_til_ready waiting | Jiri Slaby | 1 | -1/+1 |
2009-06-24 | pci: use pci_ioremap_bar() in drivers/serial | Arjan van de Ven | 2 | -6/+3 |
2009-06-24 | synclink_gt: fix transmit race and timeout | Paul Fulghum | 1 | -42/+30 |
2009-06-24 | jsm: clean up "serial: jsm: correctly support 4 8 port boards" | Andrew Morton | 1 | -2/+2 |
2009-06-24 | kgdb: kgdboc console poll hooks for serial_txx9 uart | Atsushi Nemoto | 1 | -21/+92 |
2009-06-24 | bnx2: Fix the behavior of ethtool when ONBOOT=no | Ooiwa Naohiro | 1 | -1/+9 |
2009-06-24 | asus-laptop: remove EXPERIMENTAL dependency | Corentin Chary | 1 | -1/+1 |
2009-06-24 | asus-laptop: use pr_fmt and pr_<level> | Corentin Chary | 1 | -24/+26 |