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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-11
mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb
yinbo.zhu
1
-4
/
+8
2017-12-11
mmc: mmc_test: Ensure command queue is disabled for testing
Adrian Hunter
1
-2
/
+9
2017-12-11
mmc: core: Ensure cmd_completion is initialized
Adrian Hunter
1
-4
/
+2
2017-12-11
mmc: sdhci-acpi: Add support for ACPI HID of AMD Controller with HS400
Shah Nehal-Bakulchandra
1
-0
/
+79
2017-12-11
mmc_test: use ktime_get_ts64 for timestamps
Arnd Bergmann
1
-46
/
+42
2017-12-11
mmc: sdhci-of-arasan: Add sdhci_arasan_set_power
Milan Stevanovic
1
-0
/
+12
2017-12-11
mmc: renesas_sdhi: enable R-Car D3 (r8a77995) support
Ulrich Hecht
1
-0
/
+1
2017-12-11
mmc: block: make function mmc_cqe_issue_type static
Colin Ian King
1
-2
/
+2
2017-12-11
mmc: block: blk-mq: fix boolreturn.cocci warnings
Wu Fengguang
1
-1
/
+1
2017-12-11
mmc: mmc_test: Do not use mmc_start_areq() anymore
Adrian Hunter
1
-68
/
+54
2017-12-11
mmc: block: blk-mq: Stop using legacy recovery
Adrian Hunter
1
-143
/
+161
2017-12-11
mmc: block: Reduce polling timeout from 10 minutes to 10 seconds
Adrian Hunter
1
-1
/
+7
2017-12-11
mmc: block: Add timeout_clks when calculating timeout
Adrian Hunter
1
-7
/
+35
2017-12-11
mmc: block: Check for transfer state in card_busy_detect()
Adrian Hunter
1
-4
/
+13
2017-12-11
mmc: block: Check the timeout correctly in card_busy_detect()
Adrian Hunter
1
-1
/
+3
2017-12-11
mmc: block: blk-mq: Check error bits and save the exception bit when polling ...
Adrian Hunter
1
-9
/
+28
2017-12-11
mmc: block: Make card_busy_detect() accumulate all response error bits
Adrian Hunter
1
-10
/
+29
2017-12-11
mmc: block: blk-mq: Separate card polling from recovery
Adrian Hunter
1
-1
/
+28
2017-12-11
mmc: block: blk-mq: Add support for direct completion
Adrian Hunter
5
-26
/
+115
2017-12-11
mmc: sdhci-pci: Add CQHCI support for Intel GLK
Adrian Hunter
2
-1
/
+155
2017-12-11
mmc: cqhci: support for command queue enabled host
Venkat Gopalakrishnan
4
-0
/
+1404
2017-12-11
mmc: block: Add CQE support
Adrian Hunter
4
-6
/
+326
2017-12-11
mmc: block: Add blk-mq support
Adrian Hunter
4
-31
/
+808
2017-12-11
mmc: core: Add parameter use_blk_mq
Adrian Hunter
5
-0
/
+25
2017-12-11
mmc: block: Add error-handling comments
Adrian Hunter
1
-1
/
+35
2017-12-11
mmc: core: Make mmc_pre_req() and mmc_post_req() available
Adrian Hunter
2
-31
/
+31
2017-12-11
mmc: block: Simplify cleaning up the queue
Adrian Hunter
2
-5
/
+14
2017-12-11
mmc: block: No need to export mmc_cleanup_queue()
Adrian Hunter
1
-1
/
+0
2017-12-11
mmc: sunxi: fix mojibake in module metadata
Adam Borowski
1
-2
/
+2
2017-12-11
mmc: tmio: use usleep_range consistently
Wolfram Sang
1
-4
/
+4
2017-12-11
mmc: core: use usleep_range rather than HZ magic in mmc_delay()
Wolfram Sang
1
-5
/
+3
2017-12-11
mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec
yinbo.zhu
1
-0
/
+4
2017-12-11
mmc: slot-gpio: call gpiod_to_irq() only when MMC_CAP_NEEDS_POLL is unset
Masahiro Yamada
1
-8
/
+6
2017-12-10
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
5
-102
/
+151
2017-12-10
Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Olof Johansson
1
-2
/
+2
2017-12-10
Merge tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linu...
Olof Johansson
2
-12
/
+20
2017-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
38
-93
/
+215
2017-12-09
Merge tag 'media/v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
266
-2951
/
+3130
2017-12-09
Merge tag 'drm-fixes-for-v4.15-rc3' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
59
-128
/
+1079
2017-12-09
Merge tag 'md/4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
5
-15
/
+21
2017-12-09
Merge tag 'devicetree-fixes-for-4.15-part2' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
3
-48
/
+41
2017-12-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-11
/
+48
2017-12-08
Merge tag 'for-linus-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+3
2017-12-08
Merge tag 'linux-can-fixes-for-4.15-20171208' of git://git.kernel.org/pub/scm...
David S. Miller
6
-6
/
+12
2017-12-08
Merge tag 'wireless-drivers-for-davem-2017-12-08' of git://git.kernel.org/pub...
David S. Miller
15
-27
/
+122
2017-12-08
net: mvpp2: fix the RSS table entry offset
Antoine Tenart
1
-1
/
+1
2017-12-08
bnxt_en: Fix sources of spurious netpoll warnings
Calvin Owens
1
-2
/
+2
2017-12-08
sfc: pass valid pointers from efx_enqueue_unwind
Bert Kenward
1
-1
/
+4
2017-12-08
gianfar: Disable EEE autoneg by default
Claudiu Manoil
1
-0
/
+5
2017-12-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
11
-15
/
+27
[prev]
[next]