summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-12-151-34/+9
|\
| * virtio_mmio: fix devm cleanupMark Rutland2017-12-141-34/+9
* | Merge tag 'for-4.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-12-156-62/+100
|\ \
| * | dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan2017-12-081-2/+6
| * | dm mpath: fix bio-based multipath queue_if_no_path handlingMike Snitzer2017-12-081-7/+42
| * | dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com2017-12-044-51/+49
| * | dm table: fix regression from improper dm_dev_internal.count refcount_t conve...Mike Snitzer2017-12-041-2/+3
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-12-1511-32/+53
|\ \ \
| * | | scsi: core: Fix a scsi_show_rq() NULL pointer dereferenceBart Van Assche2017-12-122-3/+7
| * | | scsi: libsas: fix length error in sas_smp_handler()Jason Yan2017-12-121-5/+5
| * | | scsi: bfa: fix type conversion warningArnd Bergmann2017-12-083-4/+16
| * | | scsi: core: run queue if SCSI device queue isn't ready and queue is idleMing Lei2017-12-081-0/+2
| * | | scsi: scsi_devinfo: cleanly zero-pad devinfo stringsMartin Wilck2017-12-051-15/+7
| * | | scsi: scsi_devinfo: handle non-terminated stringsMartin Wilck2017-12-051-2/+3
| * | | scsi: bfa: fix access to bfad_im_port_sJohannes Thumshirn2017-11-291-2/+4
| * | | scsi: aacraid: address UBSAN warning regressionArnd Bergmann2017-11-291-2/+6
| * | | scsi: libfc: fix ELS request handlingMartin Wilck2017-11-291-0/+4
| * | | scsi: lpfc: Use after free in lpfc_rq_buf_free()Dan Carpenter2017-11-291-1/+1
* | | | Merge tag 'mmc-v4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2017-12-153-1/+11
|\ \ \ \
| * | | | mmc: core: apply NO_CMD23 quirk to some specific cardsChristoph Fritz2017-12-112-0/+10
| * | | | mmc: core: properly init drv_typeWolfram Sang2017-12-051-1/+1
| | |/ / | |/| |
* | | | Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-151-1/+1
|\ \ \ \
| * | | | xen: XEN_ACPI_PROCESSOR is Dom0-onlyJan Beulich2017-12-121-1/+1
* | | | | Merge tag 'pm-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-12-153-2/+17
|\ \ \ \ \
| * | | | | PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()Rafael J. Wysocki2017-12-113-2/+17
* | | | | | Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-12-151-2/+4
|\ \ \ \ \ \
| * | | | | | tracing: Pass export pointer as argument to ->write()Felipe Balbi2017-12-041-2/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-12-151-4/+4
|\ \ \ \ \ \
| * | | | | | PCI: rcar: Fix use-after-free in probe error pathGeert Uytterhoeven2017-12-121-4/+4
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-12-151-3/+5
|\ \ \ \ \ \ \
| * | | | | | | lib/rbtree,drm/mm: add rbtree_replace_node_cached()Chris Wilson2017-12-151-3/+5
* | | | | | | | Merge tag 'drm-misc-fixes-2017-12-14' of git://anongit.freedesktop.org/drm/dr...Linus Torvalds2017-12-147-33/+97
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | drm/drm_lease: Prevent deadlock in case drm_lease_create() failsMarius Vlad2017-12-141-2/+2
| * | | | | | | drm: rework delayed connector cleanup in connector_iterDaniel Vetter2017-12-133-16/+40
| * | | | | | | drm: Update edid-derived drm_display_info fields at edid property set [v2]Keith Packard2017-12-132-14/+51
| * | | | | | | drm/vc4: Release fence after signallingStefan Schake2017-12-082-1/+4
* | | | | | | | Merge tag 'platform-drivers-x86-v4.15-3' of git://git.infradead.org/linux-pla...Linus Torvalds2017-12-133-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | platform/x86: dell-wmi: check for kmalloc() errorsDan Carpenter2017-12-121-0/+2
| * | | | | | | | platform/x86: asus-wireless: send an EV_SYN/SYN_REPORT between state changesPeter Hutterer2017-12-121-0/+1
| * | | | | | | | platform/x86: dell-laptop: Fix keyboard max lighting for Dell Latitude E6410Pali Rohár2017-12-121-0/+17
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-12-124-16/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | libata: sata_down_spd_limit should return if driver has not recorded sstatus ...David Milburn2017-12-041-3/+9
| * | | | | | | | ahci: mtk: Change driver name to ahci-mtkMatthias Brugger2017-12-041-1/+1
| * | | | | | | | ahci: qoriq: refine port register configurationYuantian Tang2017-12-041-0/+12
| * | | | | | | | pata_pdc2027x : make pdc2027x_*_timing structures constArvind Yadav2017-11-271-3/+3
| * | | | | | | | pata_pdc2027x: Remove unnecessary error checkArvind Yadav2017-11-271-7/+3
| * | | | | | | | ata: mediatek: Fix typo in module descriptionAlbert Pool2017-11-271-2/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-12-123-23/+30
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | ipmi_si: fix crash on pariscMikulas Patocka2017-12-111-0/+2
| * | | | | | | ipmi_si: Fix oops with PCI devicesCorey Minyard2017-12-111-2/+5