summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | mmc: sunxi: Add runtime_pm supportMaxime Ripard2018-05-021-0/+48
* | mmc: sunxi: Move the card power configuration to a functionMaxime Ripard2018-05-021-15/+25
* | mmc: sunxi: Move clock configuration to a functionMaxime Ripard2018-05-021-15/+18
* | mmc: sunxi: Move bus width configuration to a functionMaxime Ripard2018-05-021-12/+17
* | mmc: sunxi: Change sunxi_mmc_init_host argument typeMaxime Ripard2018-05-021-3/+2
* | mmc: sunxi: Reorder the headersMaxime Ripard2018-05-021-23/+20
* | MIPS: configs: ci20: Enable ext4Ezequiel Garcia2018-05-021-0/+1
* | mmc: core: sdio: Set SDIO clock of SDR104 to 150MHz for Marvell 8887 chipDiwakar Sharma2018-05-022-0/+4
* | mmc: core: Add a new quirk for limiting clock rateharish_kandiga@mentor.com2018-05-023-1/+12
* | mmc: dw_mmc: fix misleading comment in dw_mci_rk3288_set_iosShawn Lin2018-05-021-3/+2
* | mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada2018-05-021-4/+18
* | mmc: meson: update doc to support Meson-AXG platformNan Li2018-05-022-3/+3
* | mmc: meson-axg: add support for the Meson-AXG platformNan Li2018-05-021-10/+51
* | mmc: dt-bindings: update bindings doc to support Meson-AXG SoCNan Li2018-05-021-0/+1
* | mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitionsAndrew Gabbasov2018-05-021-1/+2
* | MIPS: configs: ci20: Enable DMA and MMC supportEzequiel Garcia2018-05-021-0/+3
* | MIPS: dts: ci20: Enable MMC in the devicetreeEzequiel Garcia2018-05-021-0/+34
* | MIPS: dts: jz4780: Add MMC controller node to the devicetreeEzequiel Garcia2018-05-021-0/+40
* | MIPS: dts: jz4780: Add DMA controller node to the devicetreeEzequiel Garcia2018-05-022-0/+61
* | mmc: jz4740: Use dma_request_chan()Ezequiel Garcia2018-05-021-15/+7
* | mmc: jz4740: Add support for the JZ4780Alex Smith2018-05-022-23/+72
* | mmc: jz4740: Set clock rate to mmc->f_max rather than JZ_MMC_CLK_RATEAlex Smith2018-05-021-1/+1
* | mmc: dt-bindings: add MMC support to JZ4740 SoCEzequiel Garcia2018-05-021-0/+38
* | mmc: jz4740: Introduce devicetree probeEzequiel Garcia2018-05-021-10/+41
* | mmc: jz4740: Reset the device requesting the interruptZubair Lutfullah Kakakhel2018-05-021-1/+2
* | mmc: jz4740: Use dev_get_platdataEzequiel Garcia2018-05-021-3/+3
* | mmc: jz4780: Order headers alphabeticallyEzequiel Garcia2018-05-021-9/+9
* | mmc: jz4740: Fix error exit path in driver's probePaul Cercueil2018-05-021-8/+9
* | mmc: dw_mmc: update actual clock for mmc debugfsShawn Lin2018-05-021-0/+4
* | mmc: pwrseq: Use kmalloc_array instead of stack VLATobin C. Harding2018-05-021-5/+9
* | mmc: sdhci-of-arasan: Add quirk to avoid unexpected interrupt msgsPhil Edworthy2018-05-021-1/+2
|/
* Linux v4.17-rc3v4.17-rc3Linus Torvalds2018-04-291-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-2912-19/+93
|\
| * x86/ipc: Fix x32 version of shmid64_ds and msqid64_dsArnd Bergmann2018-04-272-0/+73
| * x86/setup: Do not reserve a crash kernel region if booted on Xen PVPetr Tesarik2018-04-271-0/+6
| * x86/cpu/intel: Add missing TLB cpuid valuesjacek.tomaka@poczta.fm2018-04-261-0/+3
| * x86/smpboot: Don't use mwait_play_dead() on AMD systemsYazen Ghannam2018-04-261-0/+2
| * x86/mm: Make vmemmap and vmalloc base address constants unsigned longJiri Kosina2018-04-261-4/+4
| * x86/vector: Remove the unused macro FPU_IRQDou Liyang2018-04-261-2/+0
| * x86/vector: Remove the macro VECTOR_OFFSET_STARTDou Liyang2018-04-261-5/+0
| * x86/cpufeatures: Enumerate cldemote instructionFenghua Yu2018-04-261-0/+1
| * x86/microcode: Do not exit early from __reload_late()Borislav Petkov2018-04-241-4/+2
| * x86/microcode/intel: Save microcode patch unconditionallyBorislav Petkov2018-04-241-2/+0
| * x86/jailhouse: Fix incorrect SPDX identifierThomas Gleixner2018-04-232-2/+2
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-297-34/+99
|\ \
| * | x86/entry/64/compat: Preserve r8-r11 in int $0x80Andy Lutomirski2018-04-272-18/+25
| * | x86/pti: Filter at vma->vm_page_prot populationDave Hansen2018-04-253-1/+19
| * | x86/pti: Disallow global kernel text with RANDSTRUCTDave Hansen2018-04-251-0/+10
| * | x86/pti: Reduce amount of kernel text allowed to be GlobalDave Hansen2018-04-251-3/+13
| * | x86/pti: Fix boot warning from Global-bit settingDave Hansen2018-04-251-10/+30