index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-04
Merge branch 'topic/pl08x' into for-linus
Vinod Koul
2
-217
/
+759
2017-07-04
Merge branch 'topic/mxs' into for-linus
Vinod Koul
2
-4
/
+3
2017-07-04
Merge branch 'topic/mv_xor' into for-linus
Vinod Koul
1
-56
/
+91
2017-07-04
Merge branch 'topic/dw' into for-linus
Vinod Koul
4
-376
/
+19
2017-07-04
Merge branch 'topic/bcm' into for-linus
Vinod Koul
3
-0
/
+1801
2017-07-03
dmaengine: qcom_hidma: correct API violation for submit
Sinan Kaya
2
-3
/
+13
2017-07-03
dmaengine: zynqmp_dma: Remove max len check in zynqmp_dma_prep_memcpy
Stefan Roese
1
-3
/
+0
2017-06-30
dmaengine: tegra-apb: Really fix runtime-pm usage
Jon Hunter
1
-40
/
+10
2017-06-29
dmaengine: fsl_raid: make of_device_ids const.
Arvind Yadav
1
-1
/
+1
2017-06-26
dmaengine: qcom_hidma: allow ACPI/DT parameters to be overridden
Sinan Kaya
2
-3
/
+51
2017-06-22
dmaengine: fsldma: set BWC, DAHTS and SAHTS values correctly
Thomas Breitung
2
-1
/
+8
2017-06-17
dmaengine: Kconfig: Simplify the help text for MXS_DMA
Fabio Estevam
1
-2
/
+1
2017-06-15
dmaengine: Replace WARN_TAINT_ONCE() with pr_warn_once()
Prarit Bhargava
1
-4
/
+4
2017-06-15
dmaengine: Kconfig: Extend the dependency for MXS_DMA
Fabio Estevam
1
-1
/
+1
2017-06-15
dmaengine: mxs: Use %zu for printing a size_t variable
Fabio Estevam
1
-1
/
+1
2017-06-01
dmaengine: ste_dma40: Cleanup scatterlist layering violations
Logan Gunthorpe
1
-4
/
+1
2017-06-01
dmaengine: imx-dma: cleanup scatterlist layering violations
Logan Gunthorpe
1
-5
/
+2
2017-05-30
dmaengine: imx-sdma: Fix compilation warning.
Arvind Yadav
1
-2
/
+2
2017-05-30
dmaengine: imx-sdma: Handle return value of clk_prepare_enable
Arvind Yadav
1
-5
/
+18
2017-05-24
dmaengine: DW DMAC: Handle return value of clk_prepare_enable
Arvind Yadav
1
-1
/
+5
2017-05-24
dmaengine: pl08x: Add support for Faraday Technology FTDMAC020
Linus Walleij
2
-157
/
+616
2017-05-24
dmaengine: pl08x: Make slave engine optional
Linus Walleij
1
-50
/
+78
2017-05-24
ARM/dmaengine: pl08x: pass reasonable memcpy settings
Linus Walleij
1
-38
/
+93
2017-05-19
dmaengine: bcm-scm-raid: remove redundant null check on req
Colin Ian King
1
-1
/
+1
2017-05-19
dmaengine: bcm-sba-raid: fix Kconfig dependencies
Arnd Bergmann
1
-1
/
+2
2017-05-16
dmaengine: Add Broadcom SBA RAID driver
Anup Patel
3
-0
/
+1800
2017-05-15
dmaengine: dw: Remove AVR32 bits from the driver
Andy Shevchenko
3
-375
/
+14
2017-05-14
dmaengine: mv_xor_v2: add support for suspend/resume
Hanna Hawa
1
-0
/
+23
2017-05-14
dmaengine: mv_xor_v2: remove unnecessary write to DESQ_STOP register
Hanna Hawa
1
-3
/
+0
2017-05-14
dmaengine: mv_xor_v2: implement proper interrupt coalescing
Hanna Hawa
1
-0
/
+36
2017-05-14
dmaengine: mv_xor_v2: set DMA mask to 40 bits
Thomas Petazzoni
1
-0
/
+4
2017-05-14
dmaengine: mv_xor_v2: remove interrupt coalescing
Thomas Petazzoni
1
-25
/
+0
2017-05-14
dmaengine: mv_xor_v2: fix tx_submit() implementation
Thomas Petazzoni
1
-17
/
+5
2017-05-14
dmaengine: mv_xor_v2: enable XOR engine after its configuration
Hanna Hawa
1
-3
/
+3
2017-05-14
dmaengine: mv_xor_v2: do not use descriptors not acked by async_tx
Thomas Petazzoni
1
-10
/
+22
2017-05-14
dmaengine: mv_xor_v2: properly handle wrapping in the array of HW descriptors
Thomas Petazzoni
1
-10
/
+4
2017-05-14
dmaengine: mv_xor_v2: handle mv_xor_v2_prep_sw_desc() error properly
Thomas Petazzoni
1
-0
/
+6
2017-05-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
5
-7
/
+445
2017-05-13
Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
3
-10
/
+159
2017-05-12
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
8
-57
/
+166
2017-05-12
Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply
Linus Torvalds
15
-172
/
+945
2017-05-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Linus Torvalds
19
-258
/
+1157
2017-05-12
Merge tag 'drm-fixes-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
107
-2101
/
+2390
2017-05-12
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
19
-269
/
+776
2017-05-12
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2017-05-12
Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
5
-10
/
+68
2017-05-12
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
4
-24
/
+132
2017-05-12
drm/i915: Make vblank evade warnings optional
Ville Syrjälä
2
-2
/
+18
2017-05-12
Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-next
Dave Airlie
9
-41
/
+60
2017-05-12
Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
95
-2058
/
+2304
[next]