summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-263-27/+87
|\
| * libnvdimm, pmem: Restore page attributes when clearing errorsDan Williams2018-08-202-0/+39
| * device-dax: Set page->indexDan Williams2018-07-201-0/+4
| * device-dax: Enable page_mapping()Dan Williams2018-07-201-17/+38
| * device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams2018-07-201-15/+11
* | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-2614-24/+171
|\ \
| * | libnvdimm: fix ars_status output length calculationVishal Verma2018-08-201-2/+2
| * | device-dax: avoid hang on error before devm_memremap_pages()Stefan Hajnoczi2018-08-011-4/+8
| * | md/dm-writecache: Don't request pointer dummy_addr when not requiredHuaisheng Ye2018-07-301-2/+1
| * | dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye2018-07-301-2/+1
| * | s390, dcssblk: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-3/+5
| * | libnvdimm, pmem: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-2/+5
| * | acpi/nfit: queue issuing of ars when an uc error notification comes inDave Jiang2018-07-282-3/+10
| * | libnvdimm: Export max available extentKeith Busch2018-07-251-0/+16
| * | libnvdimm: Use max contiguous area for namespace sizeKeith Busch2018-07-254-3/+66
| * | acpi, nfit: Prefer _DSM over _LSR for namespace label readsDan Williams2018-07-141-1/+11
| * | libnvdimm: Introduce locked DIMM capacity supportDan Williams2018-07-143-2/+46
* | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2018-08-255-18/+205
|\ \ \
| * | | iommu/rockchip: Move irq request past pm_runtime_enableMarc Zyngier2018-08-241-11/+13
| * | | iommu/rockchip: Handle errors returned from PM frameworkMarc Zyngier2018-08-241-6/+15
| * | | Merge tag 'reset-fixes-for-4.18' of git://git.pengutronix.de/git/pza/linux in...Olof Johansson2018-08-241-1/+1
| |\ \ \
| | * | | reset: imx7: Fix always writing bits as 0Leonard Crestez2018-07-231-1/+1
| * | | | Merge tag 'reset-for-4.19-2' of git://git.pengutronix.de/git/pza/linux into n...Olof Johansson2018-08-243-0/+176
| |\ \ \ \
| | * | | | reset: meson: add meson audio arb driverJerome Brunet2018-07-203-0/+176
* | | | | | Merge tag 'for-linus-20180825' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-251-1/+3
|\ \ \ \ \ \
| * | | | | | bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai2018-08-221-1/+3
* | | | | | | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-08-2430-120/+158
|\ \ \ \ \ \ \
| * | | | | | | ata: ahci_platform: enable to get and control resetKunihiko Hayashi2018-08-221-1/+2
| * | | | | | | ata: libahci_platform: add reset control supportKunihiko Hayashi2018-08-222-5/+27
| * | | | | | | ata: add an extra argument to ahci_platform_get_resources()Kunihiko Hayashi2018-08-2215-15/+17
| * | | | | | | ata: sata_rcar: exclude setting of PHY registers in Gen3Masaharu Hayakawa2018-08-061-2/+2
| * | | | | | | ata: sata_rcar: really mask all interrupts on Gen2 and laterWolfram Sang2018-08-061-7/+13
| * | | | | | | Revert "ata: ahci_platform: allow disabling of hotplug to save power"Tejun Heo2018-08-062-74/+19
| * | | | | | | ata: libahci: Allow reconfigure of DEVSLP registerSrinivas Pandruvada2018-07-301-8/+10
| * | | | | | | ata: libahci: Correct setting of DEVSLP registerSrinivas Pandruvada2018-07-301-0/+2
| * | | | | | | ata: ahci: Enable DEVSLP by default on x86 with SLP_S0Srinivas Pandruvada2018-07-301-5/+33
| * | | | | | | ata: ahci: Support state with min power but Partial low power stateSrinivas Pandruvada2018-07-303-1/+6
| * | | | | | | Revert "ata: ahci_platform: convert kcalloc to devm_kcalloc"Corentin Labbe2018-07-241-1/+7
| * | | | | | | ata: sata_rcar: Add rudimentary Runtime PM supportGeert Uytterhoeven2018-07-231-22/+18
| * | | | | | | ata: sata_rcar: Provide a short-hand for &pdev->devGeert Uytterhoeven2018-07-231-8/+8
| * | | | | | | ata: Only output sg element mapped number in verbose debugPaul Menzel2018-07-121-1/+1
| * | | | | | | ata: Guard ata_scsi_dump_cdb() by ATA_VERBOSE_DEBUGPaul Menzel2018-07-121-2/+2
| * | | | | | | ata: ahci_platform: convert kcalloc to devm_kcallocCorentin Labbe2018-07-121-3/+1
| * | | | | | | ata: ahci_platform: convert kzallloc to kcallocCorentin Labbe2018-07-121-5/+3
| * | | | | | | ata: ahci_platform: correct parameter documentation for ahci_platform_shutdownCorentin Labbe2018-07-121-1/+1
| * | | | | | | libata: remove ata_sff_data_xfer_noirq()Sebastian Andrzej Siewior2018-07-119-40/+10
| * | | | | | | ata: ahci_platform: allow disabling of hotplug to save powerSamuel Morris2018-06-182-19/+74
| * | | | | | | ata: ahci: rpm_put port on port_stop to match rpm_get in port_startSamuel Morris2018-06-181-0/+2
* | | | | | | | Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-2428-232/+739
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-----------. \ \ \ \ \ \ \ Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-08496-2506/+5632
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |