summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-01120-479/+503
|\
| * scsi: sd: enable compat ioctls for sed-opalArnd Bergmann2019-10-231-2/+12
| * pktcdvd: add compat_ioctl handlerArnd Bergmann2019-10-231-0/+25
| * compat_ioctl: move SG_GET_REQUEST_TABLE handlingArnd Bergmann2019-10-231-5/+35
| * compat_ioctl: ppp: move simple commands into ppp_generic.cArnd Bergmann2019-10-231-0/+4
| * compat_ioctl: handle PPPIOCGIDLE for 64-bit time_tArnd Bergmann2019-10-231-5/+14
| * compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericAl Viro2019-10-231-15/+38
| * compat_ioctl: unify copy-in of ppp filtersAl Viro2019-10-231-61/+108
| * tty: handle compat PPP ioctlsArnd Bergmann2019-10-231-0/+4
| * compat_ioctl: move SIOCOUTQ out of compat_ioctl.cArnd Bergmann2019-10-231-0/+1
| * compat_ioctl: reimplement SG_IO handlingArnd Bergmann2019-10-231-8/+11
| * compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-2360-0/+60
| * compat_ioctl: remove /dev/random commandsArnd Bergmann2019-10-231-0/+1
| * compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann2019-10-231-0/+31
| * compat_ioctl: move ATYFB_CLK handling to atyfb driverArnd Bergmann2019-10-231-1/+11
| * compat_ioctl: move tape handling into driversArnd Bergmann2019-10-233-42/+54
| * compat_ioctl: use correct compat_ptr() translation in driversArnd Bergmann2019-10-234-67/+4
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-2328-47/+31
| * compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-2315-225/+19
| * compat_ioctl: move rtc handling into drivers/rtc/dev.cArnd Bergmann2019-10-232-1/+40
* | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-3018-111/+915
|\ \
| * | Drivers: hv: vmbus: Fix crash handler reset of Hyper-V synicMichael Kelley2019-11-221-1/+1
| * | drivers/hv: Replace binary semaphore with mutexDavidlohr Bueso2019-11-221-5/+5
| * | drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86Boqun Feng2019-11-221-1/+1
| * | HID: hyperv: Add the support of hibernationDexuan Cui2019-11-221-0/+34
| * | hv_balloon: Add the support of hibernationDexuan Cui2019-11-221-2/+85
| * | Drivers: hv: balloon: Remove dependencies on guest page sizeHimadri Pandya2019-11-221-13/+12
| * | Drivers: hv: vmbus: Remove dependencies on guest page sizeHimadri Pandya2019-11-222-10/+10
| * | Drivers: hv: util: Specify ring buffer size using Hyper-V page sizeHimadri Pandya2019-11-221-2/+3
| * | Drivers: hv: Specify receive buffer size using Hyper-V page sizeHimadri Pandya2019-11-224-7/+10
| * | drivers: hv: vmbus: Introduce latency testingBranden Bonaby2019-11-226-0/+219
| * | video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driverWei Hu2019-11-222-21/+190
| * | video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V hostWei Hu2019-11-221-12/+147
| * | hv_netvsc: Add the support of hibernationDexuan Cui2019-11-222-0/+60
| * | video: hyperv_fb: Add the support of hibernationDexuan Cui2019-11-221-0/+59
| * | scsi: storvsc: Add the support of hibernationDexuan Cui2019-11-221-0/+41
| * | Drivers: hv: vmbus: Add module parameter to cap the VMBus versionAndrea Parri2019-11-221-0/+13
| * | Drivers: hv: vmbus: Enable VMBus protocol versions 4.1, 5.1 and 5.2Andrea Parri2019-11-221-5/+8
| * | Drivers: hv: vmbus: Introduce table of VMBus protocol versionsAndrea Parri2019-11-222-34/+19
* | | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-302-38/+92
|\ \ \
| * | | PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-infoTyrel Datwyler2019-11-131-2/+3
| * | | PCI: rpaphp: Annotate and correctly byte swap DRC propertiesTyrel Datwyler2019-11-131-14/+15
| * | | PCI: rpaphp: Add drc-info support for hotplug slot registrationTyrel Datwyler2019-11-131-20/+69
| * | | PCI: rpaphp: Don't rely on firmware feature to imply drc-info supportTyrel Datwyler2019-11-131-1/+1
| * | | PCI: rpaphp: Fix up pointer to first drc-info entryTyrel Datwyler2019-11-131-0/+2
| * | | macintosh: ans-lcd: make anslcd_logo static and __initconstRasmus Villemoes2019-11-051-1/+2
| | |/ | |/|
* | | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-9/+7
|\ \ \
| * | | pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells2019-10-311-9/+7
| |/ /
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-3022-1305/+537
|\ \ \
| * | | xen/gntdev: use mmu_interval_notifier_insertJason Gunthorpe2019-11-242-138/+49