aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-25gianfar: Make reset_gfar staticYueHaibing1-1/+1
2019-09-25atm: he: clean up an indentation issueColin Ian King1-1/+1
2019-09-25ppp: Fix memory leak in ppp_writeTakeshi Misawa1-0/+2
2019-09-25net/ibmvnic: prevent more than one thread from running in resetJuliet Kim2-11/+34
2019-09-25net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can runJuliet Kim2-68/+157
2019-09-25pwm: mediatek: Update license and switch to SPDX tagSam Shih1-5/+3
2019-09-25pwm: mediatek: Use pwm_mediatek as common prefixSam Shih1-57/+60
2019-09-25pwm: mediatek: Allocate the clks array dynamicallySam Shih1-35/+44
2019-09-25pwm: mediatek: Remove the has_clks fieldSam Shih1-13/+1
2019-09-25wil6210: use after free in wil_netif_rx_any()Dan Carpenter1-1/+1
2019-09-24thermal: db8500: Rewrite to be a pure OF sensorLinus Walleij1-370/+107
2019-09-24thermal: db8500: Use dev helper variableLinus Walleij1-15/+16
2019-09-24thermal: db8500: Finalize device tree conversionLinus Walleij3-68/+17
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds35-261/+781
2019-09-25tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen1-7/+2
2019-09-25KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu1-5/+9
2019-09-24Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds6-56/+89
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-101/+58
2019-09-24mm,thp: stats for file backed THPSong Liu1-0/+6
2019-09-24drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand2-6/+5
2019-09-24driver/base/memory.c: validate memory block size earlyDavid Hildenbrand1-22/+9
2019-09-24drivers/base/memory.c: fixup documentation of removable/phys_index/block_size_bytesDavid Hildenbrand1-5/+6
2019-09-24drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand2-24/+16
2019-09-24drivers/gpu/drm/via: convert put_page() to put_user_page*()John Hubbard1-8/+2
2019-09-24mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org5-25/+5
2019-09-24mm: introduce page_shift()Matthew Wilcox (Oracle)1-4/+4
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)3-7/+5
2019-09-24Merge tag 'platform-drivers-x86-v5.4-2' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds3-1/+9
2019-09-24Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds7-123/+554
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-113/+120
2019-09-24drm/amdgpu/gfx10: add support for wks firmware loadingTianci.Yin1-6/+16
2019-09-24drm/amdgpu/display: include slab.h in dcn21_resource.cAlex Deucher1-0/+2
2019-09-24libnvdimm/region: Enable MAP_SYNC for volatile regionsAneesh Kumar K.V1-0/+3
2019-09-24libnvdimm: prevent nvdimm from requesting key when security is disabledDave Jiang1-0/+4
2019-09-24libnvdimm/region: Initialize bad block for volatile namespacesAneesh Kumar K.V3-5/+5
2019-09-24libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V1-0/+2
2019-09-24libnvdimm: Fix endian conversion issues Aneesh Kumar K.V2-7/+8
2019-09-24libnvdimm/dax: Pick the right alignment default when creating dax devicesAneesh Kumar K.V2-26/+55
2019-09-24skge: fix checksum byte orderStephen Hemminger1-1/+1
2019-09-24arcnet: provide a buffer big enough to actually receive packetsUwe Kleine-König1-14/+17
2019-09-24iwlwifi: fw: don't send GEO_TX_POWER_LIMIT command to FW version 36Luca Coelho1-3/+5
2019-09-24mt76: mt7615: fix mt7615 firmware path definitionsLorenzo Bianconi2-10/+7
2019-09-24mISDN: enforce CAP_NET_RAW for raw socketsOri Nimron1-0/+2
2019-09-24drm/amdgpu/display: fix 64 bit divideAlex Deucher1-1/+3
2019-09-24iommu/amd: Wait for completion of IOTLB flush in attach_deviceFilippo Sironi1-0/+2
2019-09-24net/mlx5e: Fix matching on tunnel addresses typeDmytro Linkin1-36/+53
2019-09-24net/mlx5e: Fix traffic duplication in ethtool steeringSaeed Mahameed1-2/+2
2019-09-24net/mlx5: Add device ID of upcoming BlueField-2Bodong Wang1-0/+1
2019-09-24net/mlx5: DR, Allow matching on vport based on vhca_idAlaa Hleihel3-8/+37
2019-09-24net/mlx5: DR, Fix getting incorrect prev node in ste_freeAlex Vesker3-16/+10