index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-24
Merge branch 'topic/dmam' into for-linus
Vinod Koul
8
-36
/
+16
2018-10-24
Merge branch 'topic/dirn_remove' into for-linus
Vinod Koul
11
-50
/
+121
2018-10-24
Merge branch 'topic/at' into for-linus
Vinod Koul
1
-2
/
+2
2018-10-16
dmaengine: ppc4xx: fix off-by-one build failure
Christian Lamparter
1
-1
/
+1
2018-10-07
dmaengine: mmp_tdma: remove dma_slave_config direction usage
Vinod Koul
1
-2
/
+20
2018-10-07
dmaengine: ep93xx_dma: remove dma_slave_config direction usage
Vinod Koul
1
-1
/
+20
2018-10-07
dmaengine: k3dma: remove dma_slave_config direction usage
Vinod Koul
1
-6
/
+20
2018-10-07
dmaengine: k3dma: dont use direction for memcpy
Vinod Koul
1
-8
/
+2
2018-10-07
dmaengine: imx-dma: remove dma_slave_config direction usage
Vinod Koul
1
-3
/
+17
2018-10-07
dmaengine: idma: remove dma_slave_config direction usage
Vinod Koul
1
-4
/
+0
2018-10-07
dmaengine: hsu: remove dma_slave_config direction usage
Vinod Koul
1
-4
/
+0
2018-10-07
dmaengine: dw: remove dma_slave_config direction usage
Vinod Koul
1
-5
/
+0
2018-10-07
dmaengine: jz4740: remove dma_slave_config direction usage
Vinod Koul
1
-3
/
+18
2018-10-07
dmaengine: coh901318: remove dma_slave_config direction usage
Vinod Koul
1
-5
/
+23
2018-10-07
dmaengine: bcm2835: remove dma_slave_config direction usage
Vinod Koul
1
-8
/
+0
2018-10-07
dmaengine: at_hdmac: remove dma_slave_config direction usage
Vinod Koul
1
-1
/
+1
2018-10-02
dmaengine: timb_dma: Use proper enum in td_prep_slave_sg
Nathan Chancellor
1
-1
/
+1
2018-10-02
dmaengine: ep93xx: Return proper enum in ep93xx_dma_chan_direction
Nathan Chancellor
1
-1
/
+1
2018-09-11
dmaengine: pxa: fix semicolon.cocci warnings
kbuild test robot
1
-1
/
+1
2018-09-11
dmaengine: Revert "dmaengine: add COMPILE_TEST for the drivers"
Vinod Koul
1
-2
/
+2
2018-09-03
dmaengine: at_xdmac: move spin_lock_bh to spin_lock in tasklet
Barry Song
1
-2
/
+2
2018-08-29
dmaengine: add COMPILE_TEST for the drivers
Huang Shijie
1
-2
/
+2
2018-08-29
dmaengine: mxs-dma: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-2
/
+1
2018-08-29
dmaengine: pxa_dma: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-2
/
+1
2018-08-29
dmaengine: dma-jz4780: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-6
/
+2
2018-08-29
dmaengine: ste_dma40: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-9
/
+5
2018-08-29
dmaengine: mmp_tdma: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-5
/
+2
2018-08-29
dmaengine: stm32-mdma: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-3
/
+1
2018-08-29
dmaengine: dw-axi-dmac: use dmaenginem_async_device_register to simplify the ...
Huang Shijie
1
-3
/
+1
2018-08-29
dmaengine: st_fdma: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-5
/
+2
2018-08-27
Linux 4.19-rc1
v4.19-rc1
Linus Torvalds
1
-2
/
+2
2018-08-26
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+15
2018-08-26
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
28
-679
/
+485
2018-08-26
Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2018-08-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
93
-1628
/
+3259
2018-08-26
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
9
-10
/
+19
2018-08-26
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-17
/
+26
2018-08-26
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+2
2018-08-26
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...
Linus Torvalds
17
-135
/
+481
2018-08-26
Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...
Linus Torvalds
19
-90
/
+270
2018-08-26
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...
Linus Torvalds
20
-30
/
+257
2018-08-25
Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
52
-209
/
+188
2018-08-25
Merge tag 'for-linus-20180825' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-22
/
+38
2018-08-25
Merge tag 'upstream-4.19-rc1-fix' of git://git.infradead.org/linux-ubifs
Linus Torvalds
1
-0
/
+0
2018-08-25
Merge tag '4.19-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
6
-5
/
+30
2018-08-25
mm/cow: don't bother write protecting already write-protected pages
Linus Torvalds
1
-1
/
+1
2018-08-25
hpfs: remove unnecessary checks on the value of r when assigning error code
Colin Ian King
1
-1
/
+1
2018-08-25
libata: maintainership update
Jens Axboe
1
-3
/
+3
2018-08-24
Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
35
-126
/
+166
2018-08-24
Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
4
-31
/
+58
[next]