aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-09-07Merge tag 'wireless-drivers-next-for-davem-2019-09-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller216-6219/+5181
2019-09-07libnvdimm: Enable unit test infrastructure compile checksDan Williams2-0/+16
2019-09-07drm/radeon: guard against calling an unpaired radeon_mn_unregister()Jason Gunthorpe1-0/+3
2019-09-07Merge tag 'iwlwifi-next-for-kalle-2019-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo84-3627/+2161
2019-09-07EDAC/amd64: Add PCI device IDs for family 17h, model 70hIsaac Vaughn2-0/+16
2019-09-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+2
2019-09-06Merge tag 'libnvdimm-fix-5.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+4
2019-09-06clk: Add support for AST2600 SoCJoel Stanley2-0/+705
2019-09-06clk: aspeed: Move structures to headerJoel Stanley2-64/+85
2019-09-06clk/ti: Use kmemdup rather than duplicating its implementationFuqian Huang1-3/+1
2019-09-06bus: ti-sysc: Remove unpaired sysc_clkdm_deny_idle()Tony Lindgren1-1/+0
2019-09-06Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+6
2019-09-06Merge tag 'iommu-fixes-v5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds3-28/+103
2019-09-06Drivers: hv: vmbus: Resume after fixing up old primary channelsDexuan Cui4-20/+98
2019-09-06Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channelsDexuan Cui4-1/+84
2019-09-06Drivers: hv: vmbus: Clean up hv_sock channels by force upon suspendDexuan Cui1-0/+55
2019-09-06Drivers: hv: vmbus: Suspend/resume the vmbus itself for hibernationDexuan Cui3-2/+62
2019-09-06Drivers: hv: vmbus: Ignore the offers when resuming from hibernationDexuan Cui1-1/+57
2019-09-06Drivers: hv: vmbus: Implement suspend/resume for VSC drivers for hibernationDexuan Cui1-0/+46
2019-09-06Drivers: hv: vmbus: Suspend/resume the synic for hibernationDexuan Cui1-0/+46
2019-09-06Drivers: hv: vmbus: Break out synic enable and disable operationsDexuan Cui2-29/+39
2019-09-06clk: clk-cdce925: Add regulator supportPhil Reid1-0/+34
2019-09-06clk: fix devm_platform_ioremap_resource.cocci warningskbuild test robot1-3/+1
2019-09-06clk: spear: Make structure i2s_sclk_masks constantNishka Dasgupta1-1/+1
2019-09-06clk: st: clkgen-pll: remove unused variable 'st_pll3200c32_407_a0'YueHaibing1-13/+0
2019-09-06clk: st: clkgen-fsyn: remove unused variable 'st_quadfs_fs660c32_ops'YueHaibing1-1/+0
2019-09-06drm/i915: Use NOEVICT for first pass on attemping to pin a GGTT mmapChris Wilson1-1/+1
2019-09-06drm/i915: to make vgpu ppgtt notificaiton as atomic operationXiaolin Zhang3-5/+9
2019-09-06drm/i915: Flush the existing fence before GGTT read/writeChris Wilson1-0/+8
2019-09-06drm/i915: Hold irq-off for the entire fake lock periodChris Wilson5-29/+42
2019-09-06Merge tag 'gvt-next-fixes-2019-09-06' of https://github.com/intel/gvt-linux into drm-intel-next-fixesRodrigo Vivi1-13/+32
2019-09-06staging: rtl8723bs: hal: remove redundant variable nColin Ian King1-4/+2
2019-09-06staging: pi433: Fix typo in documentationRohit Sarkar1-1/+1
2019-09-06staging: exfat: stop using 32-bit time_tArnd Bergmann1-126/+38
2019-09-06staging: exfat: stopusing CONFIG_FAT_DEFAULT_IOCHARSETArnd Bergmann1-5/+2
2019-09-06Merge tag 'mmc-v5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-1/+1
2019-09-06Merge tag 'drm-fixes-2019-09-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-14/+202
2019-09-06drm/modes: Make the whitelist more constMaxime Ripard1-1/+1
2019-09-06iommu/omap: Mark pm functions __maybe_unusedArnd Bergmann1-2/+2
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller24-79/+414
2019-09-06lan743x: remove redundant assignment to variable rx_process_resultColin Ian King1-2/+1
2019-09-06ravb: TROCR register is only present on R-Car Gen3Simon Horman2-3/+5
2019-09-06ravb: remove undocumented endianness selectionSimon Horman2-7/+0
2019-09-06ravb: remove undocumented counter processingSimon Horman2-13/+0
2019-09-06ravb: correct typo in FBP field of SFO registerSimon Horman1-1/+1
2019-09-06zd1211rw: use %*ph to print small bufferAndy Shevchenko1-2/+1
2019-09-06brcmfmac: use %*ph to print small bufferAndy Shevchenko1-12/+6
2019-09-06hostap: use %*ph to print small bufferAndy Shevchenko2-6/+3
2019-09-06rtlwifi: Fix file release memory leakWei Yongjun1-1/+1
2019-09-06rtw88: fix seq_file memory leakWei Yongjun1-1/+1