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
2019-09-11
mmc: mmc_spi: Convert to use for_each_sg()
Andy Shevchenko
1
-1
/
+1
2019-09-11
mmc: sdhi: fill in actual_clock
Tamás Szűcs
1
-5
/
+8
2019-09-11
mmc: sdhci: use lower/upper_32_bits() macros for DMA addresses
Masahiro Yamada
1
-14
/
+13
2019-09-11
mmc: sdhci-cadence: override spec version
Masahiro Yamada
1
-0
/
+2
2019-09-11
mmc: sdhci: constify references of parameters to __sdhci_read_caps()
Masahiro Yamada
2
-3
/
+4
2019-09-11
mmc: mediatek: enable SDIO IRQ low level trigger function
yong mao
1
-0
/
+2
2019-09-11
mmc: sdhci: Export sdhci_abort_tuning function symbol
Ben Chuang
2
-1
/
+3
2019-09-11
mmc: sdhci: Add PLL Enable support to internal clock setup
Ben Chuang
2
-0
/
+24
2019-09-11
mmc: sdhci: Change timeout of loop for checking internal clock stable
Ben Chuang
1
-2
/
+2
2019-09-11
mmc: sdhci-of-arasan: Add Support for Intel LGM eMMC
Ramuthevar Vadivel Muruganx
1
-0
/
+15
2019-09-11
mmc: sdhci-of-aspeed: Fix return value check in aspeed_sdc_probe()
Wei Yongjun
1
-2
/
+2
2019-09-11
mmc: bcm2835: Take SWIOTLB memory size limitation into account
Stefan Wahren
1
-1
/
+1
2019-09-11
mmc: sdhci-of-aspeed: Add support for the ASPEED SD controller
Andrew Jeffery
3
-0
/
+345
2019-09-11
mmc: mediatek: support 24bits segment size
Chaotian Jing
1
-3
/
+13
2019-09-11
mmc: mediatek: fix controller busy when plug out SD
Chaotian Jing
1
-3
/
+5
2019-09-11
mmc: renesas_sdhi_sys_dmac: Remove all R-Car Gen3 SoCs
Yoshihiro Shimoda
1
-36
/
+0
2019-09-11
mmc: jz4740: Drop dependency on arch header
Paul Cercueil
1
-4
/
+0
2019-09-11
mmc: jz4740: Code cleanup
Paul Cercueil
1
-7
/
+7
2019-09-11
mmc: sdhci-cadence: use struct_size() helper
Gustavo A. R. Silva
1
-3
/
+2
2019-09-11
mmc: sdhci-of-esdhc: add erratum A011334 support in ls1028a 1.0 SoC
Yinbo Zhu
1
-0
/
+1
2019-09-11
mmc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
10
-19
/
+4
2019-09-11
mmc: sdhci-pci: Add another Id for Intel CML
Adrian Hunter
2
-0
/
+2
2019-09-11
mmc: sdhci-s3c: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-09-11
mmc: atmel-mci: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+4
2019-09-11
mmc: sdhci-pltfm: Use devm_platform_ioremap_resource() to simplify code
Jisheng Zhang
1
-3
/
+1
2019-09-11
mmc: mmci: Clarify comments and some code for busy detection
Ulf Hansson
1
-32
/
+37
2019-09-11
memstick: r592: Use dev_get_drvdata
Chuhong Yuan
1
-4
/
+2
2019-09-11
mmc: sdhci-pci: Use dev_get_drvdata
Chuhong Yuan
1
-8
/
+4
2019-09-11
mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
Stefan Wahren
1
-0
/
+9
2019-09-11
mmc: mxs: use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-09-08
Merge tag 'gpio-v5.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
1
-9
/
+6
2019-09-07
Merge tag 'dmaengine-fix-5.3' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
4
-13
/
+33
2019-09-06
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-2
/
+2
2019-09-06
Merge tag 'libnvdimm-fix-5.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
1
-1
/
+4
2019-09-06
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-0
/
+6
2019-09-06
Merge tag 'iommu-fixes-v5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
3
-28
/
+103
2019-09-06
Merge tag 'mmc-v5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-1
/
+1
2019-09-06
Merge tag 'drm-fixes-2019-09-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
6
-14
/
+202
2019-09-06
soc: qcom: geni: Provide parameter error checking
Lee Jones
1
-0
/
+6
2019-09-06
iommu/amd: Fix race in increase_address_space()
Joerg Roedel
1
-5
/
+11
2019-09-06
iommu/amd: Flush old domains in kdump kernel
Stuart Hayes
1
-0
/
+24
2019-09-06
Merge tag 'drm-misc-fixes-2019-09-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
4
-9
/
+187
2019-09-06
Merge branch 'vmwgfx-fixes-5.3' of git://people.freedesktop.org/~thomash/linux into drm-fixes
Dave Airlie
1
-5
/
+3
2019-09-05
drm/vmwgfx: Fix double free in vmw_recv_msg()
Dan Carpenter
1
-5
/
+3
2019-09-04
Revert "vhost: access vq metadata through kernel virtual address"
Michael S. Tsirkin
2
-553
/
+3
2019-09-04
vhost: Remove unnecessary variable
Yunsheng Lin
1
-3
/
+2
2019-09-04
virtio-net: lower min ring num_free for efficiency
? jiang
1
-1
/
+1
2019-09-04
vhost/test: fix build for vhost test
Tiwei Bie
1
-4
/
+9
2019-09-04
vhost/test: fix build for vhost test
Tiwei Bie
1
-1
/
+1
2019-09-04
dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped
Yoshihiro Shimoda
1
-9
/
+19
[next]