summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* PM / Domains: Allow to attach a CPU via genpd_dev_pm_attach_by_id|name()Ulf Hansson2019-04-251-10/+10
* PM / Domains: Search for the CPU device outside the genpd lockUlf Hansson2019-04-251-25/+27
* PM / Domains: Drop unused in-parameter to some genpd functionsUlf Hansson2019-04-251-11/+6
* PM / Domains: Use the base device for driver_deferred_probe_check_state()Ulf Hansson2019-04-251-5/+5
* Merge cpuidle material depended on by the subsequent changes.Rafael J. Wysocki2019-04-254-7/+158
|\
| * PM / Domains: Add genpd governor for CPUsUlf Hansson2019-04-111-1/+66
| * cpuidle: Export the next timer expiration for CPUsUlf Hansson2019-04-101-2/+17
| * PM / Domains: Add support for CPU devices to genpdUlf Hansson2019-04-101-1/+64
| * PM / Domains: Add generic data pointer to struct genpd_power_stateUlf Hansson2019-04-101-2/+10
| * cpuidle: exynos: Unify target residency for AFTR and coupled AFTR statesMarek Szyprowski2019-04-011-1/+1
* | PM / Domains: Enable genpd_dev_pm_attach_by_id|name() for single PM domainUlf Hansson2019-04-251-2/+2
* | PM / Domains: Allow OF lookup for multi PM domain case from ->attach_dev()Ulf Hansson2019-04-251-5/+7
* | PM / Domains: Don't kfree() the virtual device in the error pathUlf Hansson2019-04-251-1/+1
* | PM / Domains: remove unnecessary unlikely()Yangtao Li2019-04-181-4/+2
* | Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-148-51/+98
|\ \
| * | nvmet: fix discover log page when offsets are usedKeith Busch2019-04-113-23/+51
| * | nvme-fc: correct csn initialization and increments on errorJames Smart2019-04-111-5/+15
| * | lightnvm: pblk: fix crash in pblk_end_partial_read due to multipage bvecsHans Holmberg2019-04-101-22/+28
| * | nvme: cancel request synchronouslyMing Lei2019-04-101-1/+1
| * | scsi: virtio_scsi: limit number of hw queues by nr_cpu_idsDongli Zhang2019-04-101-0/+1
| * | virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang2019-04-101-0/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-04-131-1/+4
|\ \ \
| * | | scsi: csiostor: fix missing data copy in csio_scsi_err_handler()Varun Prakash2019-04-091-1/+4
* | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-04-1311-27/+96
|\ \ \ \
| * | | | clk: imx: Fix PLL_1416X not rounding ratesLeonard Crestez2019-04-121-1/+1
| * | | | clk: mediatek: fix clk-gate flag settingWeiyi Lu2019-04-121-2/+1
| * | | | platform/x86: pmc_atom: Drop __initconst on dmi tableStephen Boyd2019-04-111-1/+1
| * | | | clk: x86: Add system specific quirk to mark clocks as criticalDavid Müller2019-04-112-3/+32
| * | | | Merge tag 'meson-clk-fixes-for-5.1-v2' of https://github.com/BayLibre/clk-mes...Stephen Boyd2019-03-292-3/+3
| |\ \ \ \
| | * | | | clk: meson: vid-pll-div: remove warning and return 0 on invalid configNeil Armstrong2019-03-291-2/+2
| | * | | | clk: meson: pll: fix rounding and setting a rate that matches preciselyMartin Blumenstingl2019-03-251-1/+1
| * | | | | Merge tag 'meson-clk-fixes-for-5.1' of https://github.com/BayLibre/clk-meson ...Stephen Boyd2019-03-192-3/+5
| |\| | | |
| | * | | | clk: meson-g12a: fix VPU clock parentsNeil Armstrong2019-03-191-1/+1
| | * | | | clk: meson: g12a: fix VPU clock muxes maskMaxime Jourdan2019-03-191-2/+2
| | * | | | clk: meson-gxbb: round the vdec dividers to closestMaxime Jourdan2019-03-191-0/+2
| * | | | | clk: at91: fix programmable clock for sama5d2Matthias Wieloch2019-03-183-15/+54
| |/ / / /
* | | | | Merge tag 'pci-v5.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-132-0/+6
|\ \ \ \ \
| * | | | | PCI: pciehp: Ignore Link State Changes after powering off a slotSergey Miroshnichenko2019-04-101-0/+4
| * | | | | PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controllerAndre Przywara2019-04-051-0/+2
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-131-0/+1
|\ \ \ \ \ \
| * | | | | | irqchip/irq-ls1x: Missing error code in ls1x_intc_of_init()Dan Carpenter2019-04-051-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'iommu-fix-v5.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-04-121-1/+1
|\ \ \ \ \ \
| * | | | | | iommu/amd: Set exclusion range correctlyJoerg Roedel2019-04-121-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'mmc-v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2019-04-122-21/+51
|\ \ \ \ \ \
| * | | | | | mmc: sdhci-omap: Don't finish_mrq() on a command error during tuningFaiz Abbas2019-04-111-0/+38
| * | | | | | mmc: alcor: don't write data before command has completedDaniel Drake2019-03-281-21/+13
* | | | | | | Merge tag 'acpi-5.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-04-121-0/+4
|\ \ \ \ \ \ \
| * | | | | | | ACPICA: Namespace: remove address node from global list after method terminationErik Schmauss2019-04-091-0/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'drm-fixes-2019-04-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-04-1233-202/+317
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'drm-intel-fixes-2019-04-11' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-04-129-110/+97
| |\ \ \ \ \ \ \