index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dmaengine.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-30
dmaengine: add a new helper dmaenginem_async_device_register
Huang Shijie
3
-0
/
+37
2018-07-25
dmaengine: dma_request_chan_by_mask() to handle deferred probing
Peter Ujfalusi
1
-2
/
+8
2018-07-25
dmaengine: Revert "dmaengine: mv_xor_v2: enable COMPILE_TEST"
Vinod Koul
1
-1
/
+1
2018-07-25
dmaengine: mv_xor_v2: use {lower,upper}_32_bits to configure HW descriptor ad...
Hanna Hawa
1
-2
/
+2
2018-07-20
dmaengine: mv_xor_v2: enable COMPILE_TEST
Hanna Hawa
1
-1
/
+1
2018-07-20
dmaengine: mv_xor_v2: move unmap to before callback
Hanna Hawa
1
-2
/
+1
2018-07-20
dmaengine: mv_xor_v2: convert callback to helper function
Hanna Hawa
1
-3
/
+2
2018-07-20
dmaengine: mv_xor_v2: kill the tasklets upon exit
Hanna Hawa
1
-0
/
+2
2018-07-20
dmaengine: mv_xor_v2: explicitly freeup irq
Hanna Hawa
1
-0
/
+4
2018-07-10
dmaengine: idma64: Support dmaengine_terminate_sync()
Andy Shevchenko
1
-0
/
+8
2018-07-10
dmaengine: hsu: Support dmaengine_terminate_sync()
Andy Shevchenko
1
-0
/
+8
2018-07-09
dmaengine: add support for reporting pause and resume separately
Marek Szyprowski
3
-8
/
+7
2018-07-09
dmaengine: nbpfaxi: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-06-19
dmaengine: ioatdma: set the completion address register after channel reset
Dave Jiang
1
-0
/
+6
2018-06-18
async_pq: Remove VLA usage
Kyle Spiers
2
-5
/
+9
2018-06-17
Linux 4.18-rc1
v4.18-rc1
Linus Torvalds
1
-2
/
+2
2018-06-15
fix a series of Documentation/ broken file name references
Mauro Carvalho Chehab
8
-9
/
+10
2018-06-15
Documentation: rstFlatTable.py: fix a broken reference
Mauro Carvalho Chehab
1
-2
/
+0
2018-06-15
ABI: sysfs-devices-system-cpu: remove a broken reference
Mauro Carvalho Chehab
1
-3
/
+0
2018-06-15
devicetree: fix a series of wrong file references
Mauro Carvalho Chehab
8
-14
/
+14
2018-06-15
devicetree: fix name of pinctrl-bindings.txt
Mauro Carvalho Chehab
9
-12
/
+12
2018-06-15
devicetree: fix some bindings file names
Mauro Carvalho Chehab
3
-3
/
+3
2018-06-15
MAINTAINERS: fix location of DT npcm files
Mauro Carvalho Chehab
1
-1
/
+2
2018-06-15
MAINTAINERS: fix location of some display DT bindings
Mauro Carvalho Chehab
1
-3
/
+2
2018-06-15
kernel-parameters.txt: fix pointers to sound parameters
Mauro Carvalho Chehab
1
-4
/
+1
2018-06-15
bindings: nvmem/zii: Fix location of nvmem.txt
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-15
docs: Fix more broken references
Mauro Carvalho Chehab
23
-41
/
+41
2018-06-15
scripts/documentation-file-ref-check: check tools/*/Documentation
Mauro Carvalho Chehab
1
-0
/
+7
2018-06-15
scripts/documentation-file-ref-check: get rid of false-positives
Mauro Carvalho Chehab
1
-3
/
+18
2018-06-15
scripts/documentation-file-ref-check: hint: dash or underline
Mauro Carvalho Chehab
1
-0
/
+6
2018-06-15
scripts/documentation-file-ref-check: add a fix logic for DT
Mauro Carvalho Chehab
1
-3
/
+17
2018-06-15
scripts/documentation-file-ref-check: accept more wildcards at filenames
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-15
scripts/documentation-file-ref-check: fix help message
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-15
media: max2175: fix location of driver's companion documentation
Mauro Carvalho Chehab
1
-3
/
+3
2018-06-15
media: v4l: fix broken video4linux docs locations
Mauro Carvalho Chehab
7
-15
/
+13
2018-06-15
media: dvb: point to the location of the old README.dvb-usb file
Mauro Carvalho Chehab
45
-45
/
+45
2018-06-15
media: dvb: fix location of get_dvb_firmware script
Mauro Carvalho Chehab
16
-30
/
+28
2018-06-15
docs: Fix some broken references
Mauro Carvalho Chehab
71
-113
/
+113
2018-06-15
docs: fix broken references with multiple hints
Mauro Carvalho Chehab
16
-24
/
+24
2018-06-15
net: stmmac: Run HWIF Quirks after getting HW caps
Jose Abreu
3
-7
/
+10
2018-06-15
neighbour: skip NTF_EXT_LEARNED entries during forced gc
Roopa Prabhu
1
-4
/
+6
2018-06-15
net: cxgb3: add error handling for sysfs_create_group
Zhouyang Jia
1
-0
/
+7
2018-06-15
tls: fix waitall behavior in tls_sw_recvmsg
Daniel Borkmann
1
-1
/
+5
2018-06-15
tls: fix use-after-free in tls_push_record
Daniel Borkmann
1
-13
/
+13
2018-06-15
l2tp: filter out non-PPP sessions in pppol2tp_tunnel_ioctl()
Guillaume Nault
1
-1
/
+1
2018-06-15
l2tp: reject creation of non-PPP sessions on L2TPv2 tunnels
Guillaume Nault
1
-0
/
+6
2018-06-15
mlxsw: spectrum_switchdev: Fix port_vlan refcounting
Petr Machata
1
-1
/
+3
2018-06-15
mlxsw: spectrum_router: Align with new route replace logic
Ido Schimmel
1
-16
/
+5
2018-06-15
mlxsw: spectrum_router: Allow appending to dev-only routes
Ido Schimmel
1
-8
/
+19
2018-06-15
ipv6: Only emit append events for appended routes
Ido Schimmel
1
-3
/
+2
[next]