aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-11Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 12-40/+431
2018-06-11Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 49-898/+1364
2018-06-11Merge tag 'drm-next-2018-06-11' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 29-422/+244
2018-06-11backlight: as3711_bl: Fix Device Tree node leaksGravatar Johan Hovold 1-6/+6
2018-06-11backlight: tps65217_bl: Fix Device Tree node lookupGravatar Johan Hovold 1-2/+2
2018-06-11backlight: max8925_bl: Fix Device Tree node lookupGravatar Johan Hovold 1-1/+3
2018-06-11backlight: as3711_bl: Fix Device Tree node lookupGravatar Johan Hovold 1-10/+23
2018-06-11mfd: cros_ec: Remove unused __remove functionGravatar Arnd Bergmann 1-2/+0
2018-06-11mfd: wm97xx-core: Platform data can be NULLGravatar Robert Jarzmik 1-1/+1
2018-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 11-51/+82
2018-06-10Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 40-828/+876
2018-06-10Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 8-24/+165
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 139-1972/+7070
2018-06-10net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620Gravatar Alvaro Gamez Machado 1-6/+29
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-9/+2
2018-06-10Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+4
2018-06-09Merge tag 'for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Gravatar Linus Torvalds 14-398/+137
2018-06-09Merge tag 'hsi-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Gravatar Linus Torvalds 1-1/+1
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 142-1162/+12584
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 6-70/+148
2018-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 3-0/+252
2018-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideGravatar Linus Torvalds 4-16/+13
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 978-227330/+16445
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 12-58/+181
2018-06-08cdc_ncm: avoid padding beyond end of skbGravatar Bjørn Mork 1-2/+2
2018-06-08net: fddi: fix a possible null-ptr-derefGravatar YueHaibing 1-27/+28
2018-06-08net: aquantia: fix unsigned numvecs comparison with less than zeroGravatar Colin Ian King 1-6/+5
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextGravatar Dan Williams 8-4/+106
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextGravatar Dan Williams 3-5/+36
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 14-120/+121
2018-06-09Merge tag 'drm-intel-next-fixes-2018-06-08-2' of git://anongit.freedesktop.or...Gravatar Dave Airlie 15-70/+66
2018-06-08Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 31-1657/+1707
2018-06-08nvme: cleanup double shift issueGravatar Dan Carpenter 2-3/+2
2018-06-08nvme-pci: make CMB SQ mod-param read-onlyGravatar Keith Busch 1-1/+1
2018-06-08nvme-pci: unquiesce dead controller queuesGravatar Keith Busch 1-1/+1
2018-06-08nvme-pci: remove HMB teardown on resetGravatar Keith Busch 1-8/+0
2018-06-08nvme-pci: queue creation fixesGravatar Keith Busch 1-3/+4