summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+4
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner-4/+4
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-17/+27
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-4/+7
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann-33/+47
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-12/+32
2018-06-14Merge tag 'platform-drivers-x86-v4.18-1' of git://git.infradead.org/linux-pla...Linus Torvalds-75/+568
2018-06-14Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-12/+46
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-415/+1642
2018-06-13Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-13/+163
2018-06-13Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-52/+390
2018-06-13Merge branches 'pm-domains' and 'pm-tools'Rafael J. Wysocki-23/+154
2018-06-13Merge branch 'pm-cpufreq'Rafael J. Wysocki-24/+209
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2137/+2720
2018-06-12Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-74/+2398
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook-4/+5
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook-4/+3
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-92/+126
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-72/+99
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-609/+782
2018-06-12treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook-10/+11
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook-32/+41
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook-8/+16
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook-25/+24
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-811/+984
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-460/+620
2018-06-12video: uvesafb: Fix integer overflow in allocationKees Cook-1/+2
2018-06-12leds: Use struct_size() in allocationKees Cook-2/+1
2018-06-12Convert vhost to struct_sizeMatthew Wilcox-1/+2
2018-06-12Convert v4l2 event to struct_sizeMatthew Wilcox-2/+1
2018-06-12Convert infiniband uverbs to struct_sizeMatthew Wilcox-2/+2
2018-06-12Convert virtio_console to struct_sizeMatthew Wilcox-2/+1
2018-06-12Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1590/+1475
2018-06-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds-863/+833
2018-06-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds-141/+49
2018-06-12Merge tag 'ntb-4.18' of git://github.com/jonmason/ntbLinus Torvalds-813/+1001
2018-06-12Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-116/+116
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-27/+17
2018-06-12Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...Rafael J. Wysocki-4/+26
2018-06-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds-25/+1149
2018-06-11Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-884/+1397
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds-63/+489
2018-06-11Merge tag 'linux-watchdog-4.18-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds-53/+84
2018-06-11Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,fr...Linus Torvalds-22/+47
2018-06-11ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_creat...Jia-Ju Bai-2/+2
2018-06-11ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup...Jia-Ju Bai-1/+1
2018-06-11NTB: ntb_hw_idt: fix typo 'can by' to 'can be'Wolfram Sang-1/+1
2018-06-11ntb: intel: change references of skx to gen3Dave Jiang-130/+126
2018-06-11ntb: intel: split out the gen3 codeDave Jiang-657/+754
2018-06-11ntb: intel: header definitions refactorDave Jiang-142/+237