summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | iscsi-target: fix memory leak in iscsit_setup_text_cmd()Varun Prakash2017-07-311-0/+1
| * | | | | | cxgbit: add missing __kfree_skb()Varun Prakash2017-07-311-4/+12
| * | | | | | tcmu: free old string on reconfigBryant G. Ly2017-07-311-0/+2
| * | | | | | tcmu: Fix possible to/from address overflow when doing the memcpyXiubo Li2017-07-311-6/+5
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus-4.13b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-122-2/+3
|\ \ \ \ \ \
| * | | | | | xen/events: Fix interrupt lost during irq_disable and irq_enableLiu Shuo2017-08-111-1/+1
| * | | | | | xen: avoid deadlock in xenbusJuergen Gross2017-08-111-1/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-08-117-51/+254
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe2017-08-117-51/+254
| |\ \ \ \ \ \ \
| | * | | | | | | nvme: fix directive command numd calculationKwan (Hingkwan) Huen-SSI2017-08-101-1/+1
| | * | | | | | | nvme: fix nvme reset command timeout handlingKeith Busch2017-08-101-7/+20
| | * | | | | | | nvme-pci: fix CMB sysfs file removal in reset pathMax Gurtovoy2017-08-101-11/+7
| | * | | | | | | lpfc: support nvmet_fc defer_rcv callbackJames Smart2017-08-104-2/+38
| | * | | | | | | nvmet_fc: add defer_req callback for deferment of cmd buffer returnJames Smart2017-08-101-28/+184
| | * | | | | | | nvme: strip trailing 0-bytes in wwid_showMartin Wilck2017-08-101-2/+4
* | | | | | | | | Merge tag 'mmc-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2017-08-113-2/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mmc: block: fix lockdep splat when removing mmc_block moduleMichał Mirosław2017-08-091-0/+2
| * | | | | | | | | mmc: mmc: correct the logic for setting HS400ES signal voltageHaibo Chen2017-08-081-1/+1
| * | | | | | | | | mmc: host: omap_hsmmc: Add CMD23 capability to omap_hsmmc driverKishon Vijay Abraham I2017-08-081-1/+1
* | | | | | | | | | Merge tag 'fbdev-v4.13-rc5' of git://github.com/bzolnier/linuxLinus Torvalds2017-08-113-9/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | efifb: allow user to disable write combined mapping.Dave Airlie2017-07-311-1/+7
| * | | | | | | | | | fbdev: omapfb: remove unused variableArnd Bergmann2017-07-311-1/+0
| * | | | | | | | | | video: fbdev: imxfb: use after free in imxfb_remove()Dan Carpenter2017-07-311-7/+3
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'iommu-fixes-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-08-111-0/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | iommu/arm-smmu: fix null-pointer dereference in arm_smmu_add_deviceArtem Savkov2017-08-111-0/+7
* | | | | | | | | | | Merge tag 'powerpc-4.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-08-111-0/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | powerpc/powernv/idle: Disable LOSE_FULL_CONTEXT states when stop-api failsGautham R. Shenoy2017-08-081-0/+10
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'drm-fixes-for-v4.13-rc5' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-08-1130-210/+242
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'linux-4.13' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2017-08-101-0/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | drm/nouveau/disp/nv04: avoid creation of output pathsBen Skeggs2017-08-101-0/+2
| * | | | | | | | | | | | drm: make DRM_STM default nMichał Mirosław2017-08-101-1/+0
| * | | | | | | | | | | | Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie2017-08-101-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | drm/etnaviv: Fix off-by-one error in reloc checkingWladimir J. van der Laan2017-08-081-2/+2
| * | | | | | | | | | | | | Merge tag 'drm-intel-fixes-2017-08-09-1' of git://anongit.freedesktop.org/git...Dave Airlie2017-08-1010-37/+82
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | drm/i915: fix backlight invert for non-zero minimum brightnessJani Nikula2017-08-071-1/+1
| | * | | | | | | | | | | | | drm/i915/shrinker: Wrap need_resched() inside preempt-disableChris Wilson2017-08-071-3/+8
| | * | | | | | | | | | | | | drm/i915/perf: fix flex eu registers programmingLionel Landwerlin2017-08-071-2/+2
| | * | | | | | | | | | | | | Merge tag 'gvt-fixes-2017-08-07' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-08-076-31/+70
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | drm/i915/gvt: Change the max length of mmio_reg_rw from 4 to 8Xiong Zhang2017-08-071-1/+1
| | | * | | | | | | | | | | | | drm/i915/gvt: Initialize MMIO Block with HW stateTina Zhang2017-08-043-20/+39
| | | * | | | | | | | | | | | | drm/i915/gvt: clean workload queue if error happenedChuanxiao Dong2017-08-021-1/+18
| | | * | | | | | | | | | | | | drm/i915/gvt: change resetting to resetting_engChuanxiao Dong2017-08-024-10/+13
| | * | | | | | | | | | | | | | drm/i915: Fix out-of-bounds array access in bdw_load_gamma_lutMaarten Lankhorst2017-08-071-0/+1
| | | |_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge tag 'drm-misc-fixes-2017-08-08' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-08-104-24/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | drm/rockchip: vop: report error when check resource errorMark yao2017-08-041-1/+3
| | * | | | | | | | | | | | | | drm/rockchip: vop: round_up pitches to word alignMark yao2017-08-041-2/+2
| | * | | | | | | | | | | | | | drm/rockchip: vop: fix NV12 video display errorMark yao2017-08-041-0/+3
| | * | | | | | | | | | | | | | drm/rockchip: vop: fix iommu page fault when resumeMark yao2017-08-041-18/+15
| | * | | | | | | | | | | | | | dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fenceChris Wilson2017-07-311-2/+3
| | * | | | | | | | | | | | | | drm/bridge: tc358767: fix probe without attached output nodeLucas Stach2017-07-281-1/+1