summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* HID: asus: Add hid_is_using_ll_driver(usb_hid_driver) checkHans de Goede2020-05-061-1/+2
* HID: asus: Simplify skipping of mappings for Asus T100CHI keyboard-dockHans de Goede2020-05-061-14/+7
* HID: asus: Only set EV_REP if we are adding a mappingHans de Goede2020-05-061-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-05-0411-76/+74
|\
| * HID: quirks: Add HID_QUIRK_NO_INIT_REPORTS quirk for Dell K12A keyboard-dockHans de Goede2020-05-042-0/+2
| * HID: mcp2221: add gpiolib dependencyArnd Bergmann2020-04-291-0/+1
| * HID: i2c-hid: reset Synaptics SYNA2393 on resumeDaniel Playfair Cal2020-04-292-0/+5
| * HID: wacom: Report 2nd-gen Intuos Pro S center button status over BTJason Gerecke2020-04-291-3/+6
| * HID: usbhid: Fix race between usbhid_close() and usbhid_stop()Alan Stern2020-04-292-8/+30
| * Revert "HID: wacom: generic: read the number of expected touches on a per col...Jason Gerecke2020-04-161-63/+16
| * HID: alps: ALPS_1657 is too specific; use U1_UNICORN_LEGACY insteadJiri Kosina2020-04-152-2/+2
| * HID: alps: Add AUI1657 device IDArtem Borisov2020-04-142-1/+2
| * HID: logitech: Add support for Logitech G11 extra keysFabian Schindlatz2020-04-142-0/+5
| * HID: multitouch: add eGalaxTouch P80H84 supportSebastian Reichel2020-04-142-0/+4
| * HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devicesJason Gerecke2020-04-031-1/+3
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-05-042-8/+83
|\ \
| * | vhost: vsock: kick send_pkt worker once device is startedJia He2020-05-021-0/+5
| * | virtio-blk: handle block_device_operations callbacks after hot unplugStefan Hajnoczi2020-05-021-8/+78
* | | Merge tag 'iommu-fixes-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-05-035-7/+11
|\ \ \
| * | | iommu/qcom: Fix local_base status checkTang Bin2020-05-011-1/+4
| * | | iommu: Properly export iommu_group_get_for_dev()Greg Kroah-Hartman2020-05-011-1/+1
| * | | iommu/vt-d: Use right Kconfig option nameLu Baolu2020-05-011-2/+2
| * | | iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled systemSuravee Suthikulpanit2020-05-011-1/+1
| * | | iommu: spapr_tce: Disable compile testing to fix build on book3s_32 configKrzysztof Kozlowski2020-04-291-1/+1
| * | | iommu/mediatek: Fix MTK_IOMMU dependenciesGeert Uytterhoeven2020-04-291-1/+1
| * | | iommu: Fix the memory leak in dev_iommu_free()Kevin Hao2020-04-291-0/+1
| |/ /
* | | Merge tag 'pm-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-05-022-3/+3
|\ \ \
| | \ \
| | \ \
| *-. | | Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki2020-05-021-1/+1
| |\ \| |
| | * | | cpufreq: intel_pstate: Only mention the BIOS disabling turbo mode onceChris Wilson2020-04-271-1/+1
| | |/ /
| * / / PM: ACPI: Output correct message on target power stateKai-Heng Feng2020-04-271-2/+2
| |/ /
* | | Merge tag 'dmaengine-fix-5.7-rc4' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2020-05-028-50/+56
|\ \ \
| * | | dmaengine: dmatest: Fix process hang when reading 'wait' parameterAndy Shevchenko2020-04-281-1/+1
| * | | dmaengine: dmatest: Fix iteration non-stop logicAndy Shevchenko2020-04-271-2/+2
| * | | dmaengine: tegra-apb: Ensure that clock is enabled during of DMA synchronizationDmitry Osipenko2020-04-271-0/+9
| * | | dmaengine: fix channel index enumerationDave Jiang2020-04-271-34/+26
| * | | dmaengine: mmp_tdma: Reset channel error on releaseLubomir Rintel2020-04-231-0/+2
| * | | dmaengine: mmp_tdma: Do not ignore slave config validation errorsLubomir Rintel2020-04-231-1/+2
| * | | dmaengine: pch_dma.c: Avoid data race between probe and irq handlerMadhuparna Bhowmik2020-04-231-1/+1
| * | | dmaengine: xilinx_dma: Add missing check for empty listSebastian von Ohr2020-04-151-10/+10
| * | | dmaengine: ti: k3-psil: fix deadlock on error pathGrygorii Strashko2020-04-151-0/+1
| * | | dmaengine: hisilicon: Fix build error without PCI_MSIYueHaibing2020-04-151-1/+2
* | | | Merge tag 'vfio-v5.7-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-05-011-5/+5
|\ \ \ \
| * | | | vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Sean Christopherson2020-04-231-2/+2
| * | | | vfio: avoid possible overflow in vfio_iommu_type1_pin_pagesYan Zhao2020-04-201-1/+1
| * | | | vfio: checking of validity of user vaddr in vfio_dma_rwYan Zhao2020-04-201-2/+2
* | | | | Merge tag 'block-5.7-2020-05-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-05-011-0/+2
|\ \ \ \ \
| * | | | | nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel2020-04-271-0/+2
* | | | | | Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-05-014-26/+20
|\ \ \ \ \ \
| * | | | | | i2c: aspeed: Avoid i2c interrupt status clear race condition.ryan_chen2020-04-301-1/+4
| * | | | | | i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handlingDan Carpenter2020-04-301-1/+1