summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* loop: unset GENHD_FL_NO_PART_SCAN on LOOP_CONFIGURELennart Poettering2020-08-111-0/+2
* Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2020-08-062-7/+11
|\
| * md-cluster: Fix potential error pointer dereference in resize_bitmaps()Dan Carpenter2020-08-051-0/+1
| * md: get sysfs entry after redundancy attr group createJunxiao Bi2020-08-051-7/+10
* | rnbd: no need to set bi_end_io in rnbd_bio_map_kernGuoqing Jiang2020-08-061-1/+0
* | rnbd: remove rnbd_dev_submit_ioGuoqing Jiang2020-08-063-56/+31
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-08-055-160/+225
|\ \
| * | nouveau/svm: use the new migration invalidationRalph Campbell2020-07-283-16/+33
| * | mm/migrate: add a flags parameter to migrate_vmaRalph Campbell2020-07-281-1/+3
| * | nouveau: fix storing invalid ptesRalph Campbell2020-07-281-4/+9
| * | nouveau/hmm: support mapping large sysmem pagesRalph Campbell2020-07-101-13/+40
| * | nouveau: fix mapping 2MB sysmem pagesRalph Campbell2020-07-102-3/+84
| * | nouveau/hmm: fault one page at a timeRalph Campbell2020-07-101-133/+66
* | | Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-08-0537-244/+983
|\ \ \
| * | | mmc: mediatek: make function msdc_cqe_disable() staticWei Yongjun2020-08-051-1/+1
| * | | mmc: mediatek: command queue supportChun-Hung Wu2020-07-242-0/+116
| * | | mmc: mediatek: refine msdc timeout apiChun-Hung Wu2020-07-241-10/+22
| * | | mmc: mediatek: add MT6779 MMC driver supportChun-Hung Wu2020-07-241-0/+13
| * | | mmc: sdhci-pci-o2micro: Add HW tuning for SDR104 modeshirley her2020-07-241-4/+29
| * | | mmc: sdhci-pci-o2micro: Bug fix for O2 host controller Seabird1shirley her2020-07-241-0/+6
| * | | mmc: via-sdmmc: use generic power managementVaibhav Gupta2020-07-241-25/+8
| * | | memstick: jmb38x_ms: use generic power managementVaibhav Gupta2020-07-241-27/+11
| * | | mmc: sdhci-cadence: do not use hardware tuning for SD modeMasahiro Yamada2020-07-241-61/+62
| * | | mmc: sdhci-pci-gli: Set SDR104's clock to 205MHz and enable SSC for GL975xBen Chuang2020-07-241-2/+218
| * | | mmc: cqhci: Fix a print format for the task descriptorBen Chuang2020-07-241-1/+1
| * | | mmc: sdhci-of-arasan: fix timings allocation codeManish Narani2020-07-241-11/+14
| * | | mmc: sdhci: Fix a potential uninitialized variableDan Carpenter2020-07-241-1/+1
| * | | Merge branch 'fixes' into nextUlf Hansson2020-07-131-1/+1
| |\ \ \
| * | | | mmc: sdhci: Fix potential null pointer access while accessing vqmmcVeerabhadrarao Badiganti2020-07-131-5/+7
| * | | | mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda2020-07-132-1/+4
| * | | | mmc: sdhci-msm: Set IO pins in low power state during suspendVeerabhadrarao Badiganti2020-07-131-0/+17
| * | | | mmc: sdhci-iproc: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones2020-07-131-0/+2
| * | | | mmc: dw_mmc-exynos: remove redundant initialization of variable 'found'Colin Ian King2020-07-131-1/+1
| * | | | mmc: cqhci: Demote faux kerneldoc header down to basic comment blockLee Jones2020-07-131-1/+1
| * | | | mmc: sdhci-msm: Demote faux kerneldoc header down to basic comment blockLee Jones2020-07-131-1/+1
| * | | | mmc: sdhci-of-arasan: Correct formatting and provide missing function arg(s)Lee Jones2020-07-131-1/+2
| * | | | mmc: rtsx_usb_sdmmc: Remove set but unused variable 'err'Lee Jones2020-07-131-3/+2
| * | | | mmc: rtsx_pci_sdmmc: Remove set but unused variable 'err'Lee Jones2020-07-131-2/+2
| * | | | mmc: dw_mmc-exynos: Add kerneldoc descriptions of for 'dev' argsLee Jones2020-07-131-0/+2
| * | | | mmc: core: Correct misspelling of 'mq' in mmc_init_request()'s docsLee Jones2020-07-131-1/+1
| * | | | mmc: atmel-mci: Provide 2 new and correct 1 existing property descriptionLee Jones2020-07-131-1/+3
| * | | | mmc: mtk-sd: Demote msdc_recheck_sdio_irq() function headerLee Jones2020-07-131-2/+1
| * | | | mmc: sdhci-s3c: Provide documentation for missing struct propertiesLee Jones2020-07-131-0/+4
| * | | | mmc: core: Add missing documetation for 'mmc' and 'ios'Lee Jones2020-07-131-0/+2
| * | | | mmc: core: Provide description for sdio_set_host_pm_flags()'s 'flag' argLee Jones2020-07-131-0/+1
| * | | | mmc: core: Mark fixups as __maybe_unusedLee Jones2020-07-131-3/+3
| * | | | mmc: sdhci-msm: Make function sdhci_msm_dump_vendor_regs() staticHulk Robot2020-07-131-1/+1
| * | | | mmc: renesas_sdhi_internal_dmac: Fix dma unmapping in error casesYoshihiro Shimoda2020-07-131-0/+12
| * | | | mmc: renesas_sdhi_internal_dmac: clean up the code for dma completeYoshihiro Shimoda2020-07-131-5/+13
| * | | | mmc: tmio: core: Add end operation into tmio_mmc_dma_opsYoshihiro Shimoda2020-07-132-0/+11