summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-05-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2019-05-16Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-05-15Merge tag 'libnvdimm-fixes-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-15Merge tag 'for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds
2019-05-15Merge tag 'for-linus-5.2b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-16Merge tag 'drm-misc-next-fixes-2019-05-15' of git://anongit.freedesktop.org/d...Dave Airlie
2019-05-16Merge tag 'drm-intel-next-fixes-2019-05-15' of git://anongit.freedesktop.org/...Dave Airlie
2019-05-15drm/msm: Upgrade gxpd checks to IS_ERR_OR_NULLSean Paul
2019-05-15drm/msm/dpu: Remove duplicate headerSabyasachi Gupta
2019-05-15Merge tag 'acpi-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-05-15Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-05-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-15Merge branches 'pm-cpufreq' and 'pm-domains'Rafael J. Wysocki
2019-05-15Merge branches 'acpi-bus', 'acpi-doc' and 'acpi-pm'Rafael J. Wysocki
2019-05-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-15Merge branch 'linux-5.2' of git://github.com/skeggsb/linux into drm-nextDave Airlie
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-14drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctlDan Carpenter
2019-05-14drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctlDan Carpenter
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada
2019-05-14pps: pps-gpio PPS ECHO implementationTom Burkart
2019-05-14pps: descriptor-based gpioTom Burkart
2019-05-14panic: avoid the extra noise dmesgFeng Tang
2019-05-14rapidio: fix a NULL pointer dereference when create_workqueue() failsKangjie Lu
2019-05-14lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko
2019-05-14mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitializedMasahiro Yamada
2019-05-14include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan
2019-05-15drm/pl111: Initialize clock spinlock earlyGuenter Roeck
2019-05-14power: supply: olpc_battery: force the le/be castsLubomir Rintel
2019-05-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-05-14drm/msm: correct attempted NULL pointer dereference in debugfsBrian Masney
2019-05-14Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-14Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-14xen/privcmd-buf.c: convert to use vm_map_pages_zero()Souptick Joarder
2019-05-14xen/gntdev.c: convert to use vm_map_pages()Souptick Joarder
2019-05-14videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages()Souptick Joarder
2019-05-14iommu/dma-iommu.c: convert to use vm_map_pages()Souptick Joarder
2019-05-14drm/xen/xen_drm_front_gem.c: convert to use vm_map_pages()Souptick Joarder
2019-05-14drm/rockchip/rockchip_drm_gem.c: convert to use vm_map_pages()Souptick Joarder
2019-05-14drivers/firewire/core-iso.c: convert to use vm_map_pages_zero()Souptick Joarder
2019-05-14mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse
2019-05-14drivers/base/memory.c: clean up relics in function parametersBaoquan He
2019-05-14IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny
2019-05-14IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny
2019-05-14IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny