aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-06-13drm/amd/pp: Fix OD feature enable failed on Vega10 workstation cardsGravatar Rex Zhu 1-2/+7
2018-06-13drm/amd/display: Fix stale buffer object (bo) useGravatar Pratik Vishwakarma 1-11/+0
2018-06-13drm/amd/pp: initialize result to before or'ing in dataGravatar Colin Ian King 1-1/+1
2018-06-13drm/amd/powerplay: fix wrong clock adjust sequenceGravatar Evan Quan 1-7/+6
2018-06-13drm/amdgpu: Grab/put runtime PM references in atomic_commit_tail()Gravatar Lyude Paul 1-0/+13
2018-06-13drm/amd/powerplay: fix missed hwmgr check warning before call gfx_off_control...Gravatar Huang Rui 1-1/+2
2018-06-13drm/amdgpu: fix CG enabling hang with gfxoff enabledGravatar Huang Rui 4-8/+15
2018-06-13drm/amdgpu: fix clear_all and replace handling in the VM (v2)Gravatar Junwei Zhang 1-2/+4
2018-06-13drm/amdgpu: add checking for sos versionGravatar Huang Rui 1-1/+26
2018-06-13drm/amdgpu: fix the missed vcn fw version reportGravatar Huang Rui 1-0/+1
2018-06-13Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 10-13/+163
2018-06-13Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 11-52/+390
2018-06-13Merge branches 'pm-domains' and 'pm-tools'Gravatar Rafael J. Wysocki 2-23/+154
2018-06-13Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 6-24/+209
2018-06-13nvme: don't rely on the changed namespace list logGravatar Christoph Hellwig 1-25/+11
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 869-2137/+2720
2018-06-12Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 13-74/+2398
2018-06-12treewide: Use array_size() in kvzalloc_node()Gravatar Kees Cook 2-4/+5
2018-06-12treewide: Use array_size() in vzalloc_node()Gravatar Kees Cook 2-4/+3
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 50-92/+126
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 50-72/+99
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 204-609/+782
2018-06-12treewide: devm_kmalloc() -> devm_kmalloc_array()Gravatar Kees Cook 5-10/+11
2018-06-12treewide: kvzalloc() -> kvcalloc()Gravatar Kees Cook 11-32/+41
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Gravatar Kees Cook 4-8/+16
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Gravatar Kees Cook 12-25/+24
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 374-811/+984
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 227-460/+620
2018-06-12video: uvesafb: Fix integer overflow in allocationGravatar Kees Cook 1-1/+2
2018-06-12leds: Use struct_size() in allocationGravatar Kees Cook 1-2/+1
2018-06-12Convert vhost to struct_sizeGravatar Matthew Wilcox 1-1/+2
2018-06-12Convert v4l2 event to struct_sizeGravatar Matthew Wilcox 1-2/+1
2018-06-12Convert infiniband uverbs to struct_sizeGravatar Matthew Wilcox 1-2/+2
2018-06-12Convert virtio_console to struct_sizeGravatar Matthew Wilcox 1-2/+1
2018-06-12xen/netfront: raise max number of slots in xennet_get_responses()Gravatar Juergen Gross 1-2/+2
2018-06-12net: stmmac: dwmac-meson8b: Fix an error handling path in 'meson8b_dwmac_prob...Gravatar Christophe JAILLET 1-3/+4
2018-06-12net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeGravatar Vadim Lomovtsev 2-14/+38
2018-06-12net: phy: mdio-gpio: Cut surplus includesGravatar Linus Walleij 1-3/+0
2018-06-12hv_netvsc: move VF to same namespace as netvsc deviceGravatar Stephen Hemminger 1-1/+20
2018-06-12hv_netvsc: fix network namespace issues with VF supportGravatar Stephen Hemminger 2-23/+22
2018-06-12hv_netvsc: drop common code until callback model fixedGravatar Stephen Hemminger 3-62/+165
2018-06-12nfp: flower: free dst_entry in route tableGravatar Pieter Jansen van Vuuren 1-0/+2
2018-06-12nfp: remove phys_port_name on flower's vNICGravatar Jakub Kicinski 3-1/+6
2018-06-12nfp: include all ring counters in interface statsGravatar Jakub Kicinski 1-1/+1
2018-06-12nfp: don't pad strings in nfp_cpp_resource_find() to avoid gcc 8 warningGravatar Jakub Kicinski 1-5/+2
2018-06-12Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 78-1590/+1475
2018-06-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 11-863/+833
2018-06-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 9-141/+49
2018-06-12Merge tag 'ntb-4.18' of git://github.com/jonmason/ntbGravatar Linus Torvalds 8-813/+1001
2018-06-12Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 6-116/+116