aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-30ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_checkHillf Danton1-1/+1
2019-07-30nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_nsAnthony Iliopoulos1-0/+1
2019-07-30usb: typec: tcpm: remove tcpm dir if no childrenLi Jun1-0/+4
2019-07-30usb: typec: tcpm: free log buf memory when remove debug fileLi Jun1-0/+9
2019-07-30usb: typec: tcpm: Add NULL check before dereferencing configGuenter Roeck1-3/+4
2019-07-30modules: always page-align module section allocationsJessica Yu1-6/+1
2019-07-30Merge tag 'gvt-fixes-2019-07-30' of https://github.com/intel/gvt-linux into drm-intel-fixesJani Nikula6-30/+68
2019-07-30Merge tag 'misc-habanalabs-fixes-2019-07-29' of git://people.freedesktop.org/~gabbayo/linux into char-misc-nextGreg Kroah-Hartman4-23/+22
2019-07-30drm/i915/gvt: Adding ppgtt to GVT GEM context after shadow pdps settled.Colin Xu1-15/+12
2019-07-30drm/i915/gvt: grab runtime pm first for forcewake useXiaolin Zhang1-0/+4
2019-07-30drm/i915/gvt: fix incorrect cache entry for guest page mappingXiaolin Zhang1-0/+12
2019-07-30drm/i915/gvt: Checking workload's gma earlierXiong Zhang2-10/+28
2019-07-30drm/i915/gvt: Don't use ggtt_validdate_range() with size=0Xiong Zhang1-3/+3
2019-07-30drm/i915/gvt: Warning for invalid ggtt accessXiong Zhang1-0/+9
2019-07-30drm/i915/gvt: remove duplicate include of trace.hZhenyu Wang1-2/+0
2019-07-29scsi: fcoe: pass in fcoe_rport structure instead of fc_rport_privHannes Reinecke1-48/+51
2019-07-29scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke3-32/+25
2019-07-29scsi: libfc: Whitespace cleanup in libfc.hHannes Reinecke1-26/+26
2019-07-29net/mlx5e: Protect tc flow table with mutexVlad Buslov2-0/+9
2019-07-29net/mlx5e: Rely on rcu instead of rtnl lock when getting upper devVlad Buslov2-2/+18
2019-07-29net/mlx5e: Eswitch, use state_lock to synchronize vlan changeVlad Buslov2-12/+20
2019-07-29net/mlx5e: Eswitch, change offloads num_flows type to atomic64Vlad Buslov3-6/+8
2019-07-29net/mlx5e: Protect unready flows with dedicated lockVlad Buslov3-7/+40
2019-07-29net/mlx5e: Protect tc flows hashtable with rcuVlad Buslov1-7/+40
2019-07-29net/mlx5e: Change flow flags type to unsigned longVlad Buslov4-97/+149
2019-07-29net/mlx5e: Extend tc flow struct with reference counterVlad Buslov1-88/+105
2019-07-29net/mlx5e: Simplify get_route_and_out_devs helper functionEli Britstein1-12/+7
2019-07-29net/mlx5e: Fix unnecessary flow_block_cb_is_busy callwenxu1-4/+0
2019-07-29net/mlx5e: Improve ethtool rxnfc callback structureSaeed Mahameed3-22/+28
2019-07-29net/mlx5e: Avoid warning print when not requiredSaeed Mahameed1-1/+2
2019-07-29net/mlx5e: Print a warning when LRO feature is dropped or not allowedHuy Nguyen1-2/+3
2019-07-29net: smc911x: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-07-29libata: zpodd: Fix small read overflow in zpodd_get_mech_type()Kees Cook1-1/+1
2019-07-29pinctrl: aspeed: Make aspeed_pinmux_ips staticYueHaibing1-1/+1
2019-07-29ataflop: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-07-29Merge tag 'perf-urgent-for-mingo-5.3-20190729' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar20-35/+352
2019-07-29net/mlx5: fix -Wtype-limits compilation warningsQian Cai1-11/+1
2019-07-29Merge branch 'bnxt_en-TPA-57500'David S. Miller4-236/+666
2019-07-29bnxt_en: Add PCI IDs for 57500 series NPAR devices.Michael Chan1-0/+12
2019-07-29bnxt_en: Support all variants of the 5750X chip family.Michael Chan1-2/+6
2019-07-29bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.Michael Chan2-53/+67
2019-07-29bnxt_en: Support TPA counters on 57500 chips.Michael Chan1-10/+31
2019-07-29bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.Michael Chan2-2/+9
2019-07-29bnxt_en: Refactor ethtool ring statistics logic.Michael Chan1-50/+70
2019-07-29bnxt_en: Add hardware GRO setup function for 57500 chips.Michael Chan1-1/+32
2019-07-29bnxt_en: Add TPA ID mapping logic for 57500 chips.Michael Chan2-2/+53
2019-07-29bnxt_en: Add fast path logic for TPA on 57500 chips.Michael Chan1-25/+75
2019-07-29bnxt_en: Set TPA GRO mode flags on 57500 chips properly.Michael Chan1-3/+5
2019-07-29bnxt_en: Refactor tunneled hardware GRO logic.Michael Chan1-41/+28
2019-07-29bnxt_en: Handle standalone RX_AGG completions.Michael Chan1-2/+18