summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | 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
| * | | | | | | | | | | | ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki2017-12-061-21/+23
* | | | | | | | | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-12-105-102/+151
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2017-12-101-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | meson-gx-socinfo: Fix package id parsingArnaud Patard2017-12-011-2/+2
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linu...Olof Johansson2017-12-102-12/+20
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | bus: arm-ccn: fix module unloading Error: Removing state 147 which has instan...Kim Phillips2017-12-041-1/+1
| | * | | | | | | | | | | | bus: arm-cci: Fix use of smp_processor_id() in preemptible contextMarc Zyngier2017-12-041-2/+5
| | * | | | | | | | | | | | bus: arm-ccn: Fix use of smp_processor_id() in preemptible contextMarc Zyngier2017-12-041-1/+3
| | * | | | | | | | | | | | bus: arm-ccn: Simplify codeChristophe JAILLET2017-12-041-4/+2
| | * | | | | | | | | | | | bus: arm-ccn: Check memory allocation failureChristophe JAILLET2017-12-041-0/+5
| | * | | | | | | | | | | | bus: arm-ccn: constify attribute_group structures.Arvind Yadav2017-12-041-4/+4
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | firmware: arm_scpi: Revert updates made during v4.15 merge windowOlof Johansson2017-12-041-87/+129
| * | | | | | | | | | | | optee: fix invalid of_node_put() in optee_driver_init()Jens Wiklander2017-11-291-1/+0
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-0838-93/+215
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'linux-can-fixes-for-4.15-20171208' of git://git.kernel.org/pub/scm...David S. Miller2017-12-086-6/+12
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | can: peak/pcie_fd: fix potential bug in restarting tx queueStephane Grosjean2017-12-081-6/+3