summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2021-07-19drivers: hv: Decouple Hyper-V clock/timer code from VMbus driversMichael Kelley-8/+14
2021-07-15Drivers: hv: Move Hyper-V misc functionality to arch-neutral codeMichael Kelley-0/+18
2021-07-15Drivers: hv: Add arch independent default functions for some Hyper-V handlersMichael Kelley-0/+49
2021-07-15Drivers: hv: Make portions of Hyper-V init code be arch neutralMichael Kelley-0/+138
2021-07-11Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-11/+12
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-162/+276
2021-07-10Merge tag 'rtc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-533/+274
2021-07-10rtc: pcf8523: rename register and bit definesAlexandre Belloni-73/+73
2021-07-10Merge tag 'pci-v5.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-46/+4
2021-07-10Merge tag 'i3c/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds-2/+1
2021-07-10Merge tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-299/+895
2021-07-10Merge tag 's390-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-69/+139
2021-07-10Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4930/+7348
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-38/+1156
2021-07-10rtc: pcf2127: handle timestamp interruptsMian Yousaf Kaukab-59/+133
2021-07-10rtc: at91sam9: Remove unnecessary offset variable checksNobuhiro Iwamatsu-1/+1
2021-07-10rtc: s5m: Check return value of s5m_check_peding_alarm_interrupt()Nobuhiro Iwamatsu-3/+1
2021-07-10rtc: spear: convert to SPDX identifierNobuhiro Iwamatsu-4/+1
2021-07-10rtc: tps6586x: convert to SPDX identifierNobuhiro Iwamatsu-14/+1
2021-07-10rtc: tps80031: convert to SPDX identifierNobuhiro Iwamatsu-14/+1
2021-07-10rtc: rtd119x: Fix format of SPDX identifierNobuhiro Iwamatsu-2/+1
2021-07-10rtc: sc27xx: Fix format of SPDX identifierNobuhiro Iwamatsu-1/+1
2021-07-10rtc: palmas: convert to SPDX identifierNobuhiro Iwamatsu-14/+1
2021-07-10rtc: max6900: convert to SPDX identifierNobuhiro Iwamatsu-5/+3
2021-07-10rtc: ds1374: convert to SPDX identifierNobuhiro Iwamatsu-5/+2
2021-07-10rtc: au1xxx: convert to SPDX identifierNobuhiro Iwamatsu-4/+1
2021-07-09Revert "PCI: Coalesce host bridge contiguous apertures"Bjorn Helgaas-46/+4
2021-07-10rtc: pcf85063: Update the PCF85063A datasheet revisionFabio Estevam-1/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds-322/+249
2021-07-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-346/+669
2021-07-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-8/+10
2021-07-09Merge branch 'arm/fixes' into arm/socOlof Johansson-7/+9
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+5
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2021-07-09Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner-11/+12
2021-07-09irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entryMarc Zyngier-11/+12
2021-07-08Merge tag 'drm-next-2021-07-08-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-503/+1047
2021-07-08Merge tag 'pwm/for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-534/+531
2021-07-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-54/+101
2021-07-08Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-414/+697
2021-07-08s390/ap: Rework ap_dqap to deal with messages greater than recv bufferHarald Freudenberger-4/+24
2021-07-08virtio-mem: prioritize unplug from ZONE_MOVABLE in Big Block ModeDavid Hildenbrand-1/+26
2021-07-08virtio-mem: simplify high-level unplug handling in Big Block ModeDavid Hildenbrand-72/+24
2021-07-08virtio-mem: prioritize unplug from ZONE_MOVABLE in Sub Block ModeDavid Hildenbrand-20/+52
2021-07-08virtio-mem: simplify high-level unplug handling in Sub Block ModeDavid Hildenbrand-46/+57
2021-07-08virtio-mem: simplify high-level plug handling in Sub Block ModeDavid Hildenbrand-28/+17
2021-07-08virtio-mem: use page_zonenum() in virtio_mem_fake_offline()David Hildenbrand-1/+1
2021-07-08virtio-mem: don't read big block size in Sub Block ModeDavid Hildenbrand-7/+8
2021-07-08virtio/vdpa: clear the virtqueue state during probeEli Cohen-0/+15
2021-07-08vp_vdpa: allow set vq state to initial state after resetJason Wang-3/+39