index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
REPORTING-BUGS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-08-17
dmaengine: ioatdma: fixup kernel doc errors from dma.h
Dave Jiang
1
-3
/
+7
2015-08-17
dmanegine: ioatdma: remove function ptrs in ioatdma_device
Dave Jiang
3
-32
/
+13
2015-08-17
dmaengine: ioatdma: removal of dma_v3.c and relevant ioat3 references
Dave Jiang
6
-617
/
+487
2015-08-17
dmaengine: ioatdma: move dma prep functions to single location
Dave Jiang
6
-749
/
+769
2015-08-17
dmaengine: ioatdma: move all the init routines
Dave Jiang
6
-1372
/
+1375
2015-08-17
dmaengine: ioatdma: move all sysfs related code
Dave Jiang
3
-109
/
+136
2015-08-17
dmaengine: ioatdma: remove dma_v2.*
Dave Jiang
8
-889
/
+816
2015-08-17
dmaengine: ioatdma: fixup ioatdma_device namings
Dave Jiang
5
-191
/
+195
2015-08-17
dmaengine: ioatdma: clean up local dma channel data structure
Dave Jiang
5
-475
/
+470
2015-08-17
dmaengine: ioatdma: remove ioatdma v2 registration
Dave Jiang
5
-428
/
+1
2015-08-17
dmaengine: ioatdma: remove ioat1 specific code
Dave Jiang
4
-892
/
+2
2015-08-17
dmaengine: ioatdma: deprecating and removal of old ioatdma devices
Dave Jiang
2
-14
/
+0
2015-08-17
dmaengine: ioatdma: fix u16 overflow in cleanup
Allen Hubbe
1
-1
/
+1
2015-08-17
dmaengine: ioatdma: fix u16 overflow in reshape
Allen Hubbe
1
-1
/
+1
2015-08-06
dmaengine: ipu: Consolidate duplicated irq handlers
Thomas Gleixner
1
-42
/
+4
2015-08-06
dmaengine: ipu: Prepare irq handlers for irq argument removal
Thomas Gleixner
1
-2
/
+4
2015-08-06
dmaengine: xdmac: Add scatter gathered memset support
Maxime Ripard
1
-1
/
+165
2015-08-06
dmaengine: Add scatter-gathered memset
Maxime Ripard
1
-0
/
+5
2015-08-05
dmaengine: Add an enum for the dmaengine alignment constraints
Maxime Ripard
12
-21
/
+32
2015-08-05
dmaengine: shdma: Make dummy shdma_chan_filter() always return false
Geert Uytterhoeven
1
-1
/
+4
2015-08-05
dmaengine: imx-sdma: Add device to device support
Shengjiu Wang
1
-12
/
+140
2015-07-16
dmaengine: ipu: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
2
-3
/
+3
2015-07-16
dmaengine: ipu: Consolidate chained IRQ handler install/remove
Thomas Gleixner
1
-8
/
+4
2015-07-16
dmaengine: hsu: remove excessive lock
Andy Shevchenko
2
-36
/
+4
2015-07-16
dmaengine: ioatdma: Ignore IOAT devices under hotplug-capable PCI host bridge
Jiang Liu
1
-0
/
+34
2015-07-07
dmaengine: ioatdma: Set non RAID channels to be private capable
Dave Jiang
1
-0
/
+3
2015-07-07
dmaengine: Use Pointer xt after NULL check.
Maninder Singh
1
-3
/
+3
2015-07-07
dmaengine: imx-dma: Check for clk_prepare_enable() error
Fabio Estevam
1
-9
/
+14
2015-07-06
dmaengine: Remove remaining FSF mailing addresses
Jarkko Nikula
2
-8
/
+0
2015-07-05
Linux 4.2-rc1
v4.2-rc1
Linus Torvalds
1
-2
/
+2
2015-07-05
bluetooth: fix list handling
Linus Torvalds
2
-2
/
+3
2015-07-04
9p: cope with bogus responses from server in p9_client_{read,write}
Al Viro
1
-0
/
+8
2015-07-04
p9_client_write(): avoid double p9_free_req()
Al Viro
1
-0
/
+1
2015-07-04
9p: forgetting to cancel request on interrupted zero-copy RPC
Al Viro
1
-1
/
+2
2015-07-04
dax: bdev_direct_access() may sleep
Matthew Wilcox
1
-0
/
+6
2015-07-04
block: Add support for DAX reads/writes to block devices
Matthew Wilcox
2
-2
/
+8
2015-07-04
dax: Use copy_from_iter_nocache
Matthew Wilcox
1
-1
/
+1
2015-07-04
dax: Add block size note to documentation
Matthew Wilcox
1
-2
/
+4
2015-07-04
NTB: Add split BAR output for debugfs stats
Dave Jiang
1
-15
/
+68
2015-07-04
NTB: Change WARN_ON_ONCE to pr_warn_once on unsafe
Dave Jiang
1
-8
/
+16
2015-07-04
NTB: Print driver name and version in module init
Dave Jiang
2
-0
/
+6
2015-07-04
NTB: Increase transport MTU to 64k from 16k
Dave Jiang
1
-1
/
+1
2015-07-04
NTB: Rename Intel code names to platform names
Dave Jiang
3
-465
/
+465
2015-07-04
NTB: Default to CPU memcpy for performance
Dave Jiang
1
-4
/
+13
2015-07-04
NTB: Improve performance with write combining
Dave Jiang
1
-1
/
+10
2015-07-04
NTB: Use NUMA memory in Intel driver
Allen Hubbe
1
-6
/
+12
2015-07-04
NTB: Use NUMA memory and DMA chan in transport
Allen Hubbe
1
-14
/
+32
2015-07-04
NTB: Rate limit ntb_qp_link_work
Allen Hubbe
1
-1
/
+1
2015-07-04
NTB: Add tool test client
Allen Hubbe
4
-0
/
+600
2015-07-04
NTB: Add ping pong test client
Allen Hubbe
6
-1
/
+289
[next]