summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | drm/amdgpu: add Polaris12 DIDJunshan Fang2017-06-191-0/+1
| | * | | | | | | | | Merge tag 'drm-intel-fixes-2017-06-20' of git://anongit.freedesktop.org/git/d...Dave Airlie2017-06-218-60/+107
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| | | * | | | | | | | drm/i915: Don't enable backlight at setup time.Dhinakaran Pandiyan2017-06-191-2/+0
| | | * | | | | | | | drm/i915: Plumb the correct acquire ctx into intel_crtc_disable_noatomic()Ville Syrjälä2017-06-191-4/+5
| | | * | | | | | | | drm/i915: Fix deadlock witha the pipe A quirk during resumeVille Syrjälä2017-06-191-9/+12
| | | * | | | | | | | drm/i915: Remove __GFP_NORETRY from our buffer allocatorChris Wilson2017-06-191-1/+14
| | | * | | | | | | | drm/i915: Encourage our shrinker more when our shmemfs allocations failsChris Wilson2017-06-191-21/+29
| | | * | | | | | | | drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson2017-06-195-24/+48
| * | | | | | | | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-241-6/+6
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | random: silence compiler warnings and fix raceJason A. Donenfeld2017-06-201-6/+6
| * | | | | | | | | | | Merge tag 'for-4.12/dm-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-06-243-6/+31
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | dm io: fix duplicate bio completion due to missing ref countMike Snitzer2017-06-211-2/+2
| | * | | | | | | | | | | dm integrity: fix to not disable/enable interrupts from interrupt contextMike Snitzer2017-06-211-2/+5
| | * | | | | | | | | | | Revert "dm mirror: use all available legs on multiple failures"Mike Snitzer2017-06-151-2/+19
| | * | | | | | | | | | | dm integrity: reject mappings too large for deviceOndrej Mosnáček2017-06-121-0/+5
| * | | | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-06-232-4/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | scsi: qedi: Remove WARN_ON from clear task context.Manish Rangankar2017-06-201-3/+1
| | * | | | | | | | | | | | scsi: qedi: Remove WARN_ON for untracked cleanup.Manish Rangankar2017-06-201-1/+0
| * | | | | | | | | | | | | Merge tag 'mfd-fixes-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2017-06-221-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | mfd: arizona: Fix typo using hard-coded registerCharles Keepax2017-06-061-2/+1
| * | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-06-223-41/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-06-203-41/+26
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | xen-blkback: don't leak stack data via response ringJan Beulich2017-06-132-31/+17
| | | * | | | | | | | | | | | | | xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2017-06-132-4/+0
| | | * | | | | | | | | | | | | | xen/blkback: don't free be structure too earlyJuergen Gross2017-06-131-4/+3
| | | * | | | | | | | | | | | | | xen/blkback: fix disconnect while I/Os in flightJuergen Gross2017-06-132-2/+6
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-2118-94/+148
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'wireless-drivers-for-davem-2017-06-20' of git://git.kernel.org/pub...David S. Miller2017-06-206-36/+49
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()Arend Van Spriel2017-06-161-2/+1
| | | * | | | | | | | | | | | | | | | brcmfmac: fix brcmf_fws_add_interface() for USB devicesArend Van Spriel2017-06-151-1/+1
| | | * | | | | | | | | | | | | | | | brcmfmac: unbind all devices upon failure in firmware callbackArend Van Spriel2017-06-151-2/+3
| | | * | | | | | | | | | | | | | | | brcmfmac: use firmware callback upon failure to loadArend Van Spriel2017-06-151-14/+13
| | | * | | | | | | | | | | | | | | | brcmfmac: add parameter to pass error code in firmware callbackArend Van Spriel2017-06-155-20/+34
| | * | | | | | | | | | | | | | | | | net: stmmac: free an skb first when there are no longer any descriptors using itNiklas Cassel2017-06-201-4/+16
| | * | | | | | | | | | | | | | | | | sfc: remove duplicate up_write on VF filter_semEdward Cree2017-06-201-2/+0
| | * | | | | | | | | | | | | | | | | dpaa_eth: reuse the dma_ops provided by the FMan MAC deviceMadalin Bucur2017-06-201-1/+1
| | * | | | | | | | | | | | | | | | | fsl/fman: propagate dma_opsMadalin Bucur2017-06-201-0/+2
| | * | | | | | | | | | | | | | | | | net/hns:bugfix of ethtool -t phy self_testLin Yun Sheng2017-06-191-2/+14
| | * | | | | | | | | | | | | | | | | cxgb4: notify uP to route ctrlq compl to rdma rspqRaju Rangoju2017-06-191-4/+6
| | * | | | | | | | | | | | | | | | | net/mlx5e: Avoid doing a cleanup call if the profile doesn't have itOr Gerlitz2017-06-151-1/+2
| | * | | | | | | | | | | | | | | | | net/mlx5e: Remove TC header re-write offloading of ip tosOr Gerlitz2017-06-151-1/+0
| | * | | | | | | | | | | | | | | | | net/mlx5: Properly check applicability of devlink eswitch commandsOr Gerlitz2017-06-151-37/+40
| | * | | | | | | | | | | | | | | | | net/mlx5e: Fix min inline value for VF rep SQsChris Mi2017-06-151-0/+2
| | * | | | | | | | | | | | | | | | | net/mlx5e: Fix timestamping capabilities reportingMaor Dickman2017-06-151-4/+4
| | * | | | | | | | | | | | | | | | | net/mlx5: Wait for FW readiness before initializing command interfaceEli Cohen2017-06-151-2/+12
| * | | | | | | | | | | | | | | | | | Merge tag 'pinctrl-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-06-212-51/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | pinctrl: stm32: Fix bad function callAlexandre TORGUE2017-06-091-1/+1
| | * | | | | | | | | | | | | | | | | | pinctrl/amd: Use regular interrupt instead of chainedThomas Gleixner2017-06-091-50/+41
| * | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-06-213-8/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-4.12/upstream-fixes' into for-linusJiri Kosina2017-06-203-8/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \