summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-esdhc-imx: add DCMD support for CMDQBOUGH CHEN2019-02-251-1/+21
* mmc: sdhci-esdhc-imx: add CMDQ supportBOUGH CHEN2019-02-252-3/+115
* mmc: sdhci: correct the maximum timeout when enable CMDQBOUGH CHEN2019-02-251-2/+7
* mmc: sdhci-esdhc-imx: add HS400_ES support for i.MX8QXPBOUGH CHEN2019-02-251-0/+29
* mmc: sdhci-esdhc-imx: remove the 100MHz limitation for Strobe DLLBOUGH CHEN2019-02-251-29/+23
* mmc: tmio: undo PM autosuspend when removing the hostNiklas Söderlund2019-02-251-0/+1
* mmc: tmio: fix typo in tmio_mmc_init_ocr()Niklas Söderlund2019-02-251-1/+1
* mmc:sdio: Remove unneeded variable retwangbo2019-02-251-2/+1
* mmc: sdhci: Fix O2 Host PLL and card detect issueErnest Zhang(WH)2019-02-252-3/+131
* mmc: sdhci: Moving sdhci_o2 into sdhci-pci-o2micro.cErnest Zhang(WH)2019-02-253-15/+11
* mmc: block: fix debugfs_simple_attr.cocci warningsYueHaibing2019-02-251-4/+5
* mmc: dt-bindings: omap: Remove duplicate documentation paragraphsMike Maslenkin2019-02-251-28/+0
* mmc: sdhci-brcmstb: handle mmc_of_parse() errors during probeStefan Wahren2019-02-251-1/+3
* mmc: sdhci: add delay after the last tuning commandBOUGH CHEN2019-02-251-3/+4
* mmc: sdhci-esdhc-imx: add delay between tuning cyclesBOUGH CHEN2019-02-251-0/+2
* mmc: sdhci-esdhc-imx: add SD clock limitation for imx6ullBOUGH CHEN2019-02-251-1/+21
* dt-bindings: mmc: fsl-imx-esdhc: add imx6ull compatible stringBOUGH CHEN2019-02-251-0/+1
* mmc: sdhci-esdhc-imx: fix HS400 timing issueBOUGH CHEN2019-02-251-0/+1
* mmc: sdhci: usdhc: do not do tuning for DDR50 mode.BOUGH CHEN2019-02-251-0/+20
* mmc: sdhci-esdhc-imx: clear ESDHC_STD_TUNING_EN for manual tuning methodBOUGH CHEN2019-02-251-0/+9
* mmc: sdhci-esdhc-imx: Constify driver dataAndrey Smirnov2019-02-251-8/+8
* mmc: sdhci_am654: Make symbol 'sdhci_am654_ops' staticWei Yongjun2019-02-251-1/+1
* Linux 5.0-rc8v5.0-rc8Linus Torvalds2019-02-251-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-02-244-5/+21
|\
| * KVM: MMU: record maximum physical address width in kvm_mmu_extended_roleYu Zhang2019-02-222-0/+2
| * kvm: x86: Return LA57 feature based on hardware capabilityYu Zhang2019-02-221-0/+4
| * x86/kvm/mmu: fix switch between root and guest MMUsVitaly Kuznetsov2019-02-222-4/+14
| * Merge tag 'kvm-s390-master-5.0' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-02-201-1/+1
| |\
| | * s390: vsie: Use effective CRYCBD.31 to check CRYCBD validityPierre Morel2019-02-111-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-2464-420/+568
|\ \ \
| * | | net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij2019-02-242-0/+15
| * | | tcp: repaired skbs must init their tso_segsEric Dumazet2019-02-241-0/+1
| * | | net/x25: fix a race in x25_bind()Eric Dumazet2019-02-241-5/+8
| * | | net: dsa: Remove documentation for port_fdb_prepareHauke Mehrtens2019-02-241-7/+3
| * | | Revert "bridge: do not add port to router list when receives query with sourc...Hangbin Liu2019-02-241-8/+1
| * | | selftests: fib_tests: sleep after changing carrier. again.Thadeu Lima de Souza Cascardo2019-02-241-0/+1
| * | | net: set static variable an initial value in atl2_probe()Mao Wenan2019-02-231-3/+1
| * | | net: phy: marvell10g: Fix Multi-G advertisement to only advertise 10GMaxime Chevallier2019-02-231-1/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-236-34/+69
| |\ \ \
| | * | | bpf, doc: add bpf list as secondary entry to maintainers fileDaniel Borkmann2019-02-231-1/+13
| | * | | Merge branch 'bpf-nfp-codegen-fixes'Daniel Borkmann2019-02-231-11/+6
| | |\ \ \
| | | * | | nfp: bpf: fix ALU32 high bits clearance bugJiong Wang2019-02-231-11/+6
| | | * | | nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang2019-02-231-1/+1
| | |/ / /
| | * | | bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy2019-02-222-0/+11
| | * | | Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel2019-02-211-1/+15
| | * | | bpf/test_run: fix unkillable BPF_PROG_TEST_RUNStanislav Fomichev2019-02-191-21/+24
| * | | | Merge branch 'udp-a-few-fixes'David S. Miller2019-02-233-8/+12
| |\ \ \ \
| | * | | | udp: fix possible user after free in error handlerPaolo Abeni2019-02-231-2/+4
| | * | | | udpv6: fix possible user after free in error handlerPaolo Abeni2019-02-231-4/+6
| | * | | | fou6: fix proto error handler argument typePaolo Abeni2019-02-231-1/+1