summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | net:ethernet:aquantia: Fix packet type detection (TCP/UDP) for IPv6.Pavel Belous2017-03-241-4/+16
| | * | net:ethernet:aquantia: Remove adapter re-opening when MTU changed.Pavel Belous2017-03-241-5/+0
| | * | r8152: prevent the driver from transmitting packets with carrier offhayeswang2017-03-241-2/+16
| | * | net: phy: handle state correctly in phy_stop_machineNathan Sullivan2017-03-241-1/+1
| | * | net: phy: Export mdiobus_register_board_info()Florian Fainelli2017-03-241-0/+1
| * | | Merge tag 'gpio-v4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-04-041-1/+9
| |\ \ \
| | * | | ACPI / gpio: do not fall back to parsing _CRS when we get a deferralDmitry Torokhov2017-03-301-1/+3
| | * | | gpio: acpi: Call enable_irq_wake for _IAE GpioInts with Wake setHans de Goede2017-03-301-0/+6
| * | | | Merge tag 'drm-fixes-for-v4.11-rc6' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-04-0412-80/+108
| |\ \ \ \
| | * \ \ \ Merge branch 'msm-fixes-4.11-rc6' of git://people.freedesktop.org/~robclark/l...Dave Airlie2017-04-047-24/+32
| | |\ \ \ \
| | | * | | | drm/msm: Make sure to detach the MMU during GPU cleanupJordan Crouse2017-04-032-13/+19
| | | * | | | drm/msm/hdmi: redefinitions of macros not requiredVinay Simha BN2017-04-031-7/+0
| | | * | | | drm/msm/mdp5: Update SSPP_MAX valueArchit Taneja2017-04-031-1/+2
| | | * | | | drm/msm/dsi: Fix bug in dsi_mgr_phy_enableArchit Taneja2017-04-031-1/+1
| | | * | | | drm/msm: Don't allow zero sized buffer objectsJordan Crouse2017-04-031-0/+6
| | | * | | | drm/msm: Fix wrong pointer check in a5xx_destroyJordan Crouse2017-04-031-2/+2
| | | * | | | drm/msm: adreno: fix build error without debugfsArnd Bergmann2017-04-031-0/+2
| | * | | | | Merge branch 'vmwgfx-fixes-4.11' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2017-04-035-56/+76
| | |\ \ \ \ \
| | | * | | | | drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang2017-03-301-1/+4
| | | * | | | | drm/vmwgfx: Remove getparam error messageThomas Hellstrom2017-03-301-2/+0
| | | * | | | | drm/ttm: Avoid calling drm_ht_remove from atomic contextThomas Hellstrom2017-03-301-3/+1
| | | * | | | | drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom2017-03-304-22/+20
| | | * | | | | drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister2017-03-301-1/+1
| | | * | | | | drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister2017-03-301-2/+2
| | | * | | | | drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom2017-03-301-27/+50
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-04-031-19/+34
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | s390/pkey: Fix wrong handling of secure key with old MKVPHarald Freudenberger2017-03-221-19/+34
| * | | | | | | Merge tag 'dmaengine-fix-4.11-rc5' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds2017-04-032-1/+6
| |\ \ \ \ \ \ \
| | * | | | | | | dmaengine: Fix array index out of bounds warning in __get_unmap_pool()Matthias Kaehlcke2017-03-141-0/+2
| | * | | | | | | dmaengine: bcm2835: Fix cyclic DMA period splittingMatthias Reichl2017-03-061-1/+4
| * | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-04-021-1/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sched/headers: Remove duplicate #include <linux/sched/debug.h> lineIngo Molnar2017-03-281-1/+0
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-022-2/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | efi/esrt: Cleanup bad memory map log messagesDaniel Drake2017-03-172-2/+1
| * | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-04-021-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | clockevents: Fix syntax error in clkevt-of macroAlexander Kochetkov2017-03-281-1/+1
| * | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-022-0/+5
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge tag 'irq-fixes-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Thomas Gleixner2017-03-312-0/+5
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | irqchip/mips-gic: Fix Local compare interruptMatt Redfearn2017-03-311-0/+4
| | | * | | | | | | | | | irqchip/mvebu-odmi: Select GENERIC_MSI_IRQ_DOMAINArnd Bergmann2017-03-141-0/+1
| * | | | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-0212-39/+57
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-03-2912-39/+57
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | scsi: ufs: remove the duplicated checking for supporting clkscalingJaehoon Chung2017-03-281-2/+0
| | | * | | | | | | | | | | | scsi: lpfc: fix building without debugfs supportArnd Bergmann2017-03-232-10/+16
| | | * | | | | | | | | | | | scsi: lpfc: Fix PT2PT PRLI rejectDick Kennedy2017-03-231-1/+2
| | | * | | | | | | | | | | | scsi: hpsa: fix volume offline stateTomas Henzl2017-03-231-0/+1
| | | * | | | | | | | | | | | scsi: libsas: fix ata xfer lengthJohn Garry2017-03-201-1/+1
| | | * | | | | | | | | | | | scsi: scsi_dh_alua: Warn if the first argument of alua_rtpg_queue() is NULLBart Van Assche2017-03-191-1/+1
| | | * | | | | | | | | | | | scsi: scsi_dh_alua: Ensure that alua_activate() calls the completion functionBart Van Assche2017-03-191-5/+15
| | | * | | | | | | | | | | | scsi: scsi_dh_alua: Check scsi_device_get() return valueBart Van Assche2017-03-191-9/+9