summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse
2019-09-25drm: Destroy the correct mutex name in drm_dp_mst_topology_mgr_destroyMatt Roper
2019-09-26Merge tag 'drm-misc-next-fixes-2019-09-23' of git://anongit.freedesktop.org/d...Dave Airlie
2019-09-25drm/dp_mst: Rename drm_dp_add_port and drm_dp_update_portLyude Paul
2019-09-25drm/dp_mst: Destroy topology_mgr mutexesLyude Paul
2019-09-25drm/amd/display: prevent memory leakNavid Emamdoost
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-09-25Merge tag 'tpmdd-next-20190925' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds
2019-09-25net: macb: Remove dead codeShubhrajyoti Datta
2019-09-25net: stmmac: selftests: Flow Control test can also run with ASYM PauseJose Abreu
2019-09-25gianfar: Make reset_gfar staticYueHaibing
2019-09-25atm: he: clean up an indentation issueColin Ian King
2019-09-25ppp: Fix memory leak in ppp_writeTakeshi Misawa
2019-09-25net/ibmvnic: prevent more than one thread from running in resetJuliet Kim
2019-09-25net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can runJuliet Kim
2019-09-25drm/bridge/synopsys: dsi: Use devm_platform_ioremap_resource() in __dw_mipi_d...Markus Elfring
2019-09-25pwm: mediatek: Update license and switch to SPDX tagSam Shih
2019-09-25pwm: mediatek: Use pwm_mediatek as common prefixSam Shih
2019-09-25pwm: mediatek: Allocate the clks array dynamicallySam Shih
2019-09-25pwm: mediatek: Remove the has_clks fieldSam Shih
2019-09-25wil6210: use after free in wil_netif_rx_any()Dan Carpenter
2019-09-24thermal: db8500: Rewrite to be a pure OF sensorLinus Walleij
2019-09-24thermal: db8500: Use dev helper variableLinus Walleij
2019-09-24thermal: db8500: Finalize device tree conversionLinus Walleij
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-09-25tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen
2019-09-25KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu
2019-09-24Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-09-24mm,thp: stats for file backed THPSong Liu
2019-09-24drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand
2019-09-24driver/base/memory.c: validate memory block size earlyDavid Hildenbrand
2019-09-24drivers/base/memory.c: fixup documentation of removable/phys_index/block_size...David Hildenbrand
2019-09-24drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand
2019-09-24drivers/gpu/drm/via: convert put_page() to put_user_page*()John Hubbard
2019-09-24mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org
2019-09-24mm: introduce page_shift()Matthew Wilcox (Oracle)
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-09-24Merge tag 'platform-drivers-x86-v5.4-2' of git://git.infradead.org/linux-plat...Linus Torvalds
2019-09-24Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-09-24drm/amdgpu/gfx10: add support for wks firmware loadingTianci.Yin
2019-09-24drm/amdgpu/display: include slab.h in dcn21_resource.cAlex Deucher
2019-09-24libnvdimm/region: Enable MAP_SYNC for volatile regionsAneesh Kumar K.V
2019-09-24libnvdimm: prevent nvdimm from requesting key when security is disabledDave Jiang
2019-09-24libnvdimm/region: Initialize bad block for volatile namespacesAneesh Kumar K.V
2019-09-24libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V
2019-09-24libnvdimm: Fix endian conversion issues Aneesh Kumar K.V
2019-09-24libnvdimm/dax: Pick the right alignment default when creating dax devicesAneesh Kumar K.V
2019-09-24skge: fix checksum byte orderStephen Hemminger