aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-22Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar3-10/+9
2020-04-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds25-69/+107
2020-04-21tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen1-1/+7
2020-04-21tpm: fix wrong return value in tpm_pcr_extendTianjia Zhang1-1/+1
2020-04-21tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson1-63/+73
2020-04-21tpm: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as moduleStefan Berger1-0/+1
2020-04-20vhost: disable for OABIMichael S. Tsirkin4-7/+16
2020-04-19Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds5-41/+35
2020-04-19Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-17/+49
2020-04-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-9/+10
2020-04-18Merge tag 'hwmon-for-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds5-12/+96
2020-04-18Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds4-34/+38
2020-04-18Merge tag 'drm-fixes-2020-04-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-94/+85
2020-04-18hwmon: (jc42) Fix name to have no illegal charactersSascha Hauer1-1/+1
2020-04-17Merge tag 'mtd/fixes-for-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-0/+2
2020-04-17Merge tag 'linux-watchdog-5.7-rc2' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-0/+4
2020-04-17Merge tag 'devicetree-fixes-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds3-13/+40
2020-04-17Merge tag 'for-linus-5.7-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+8
2020-04-17Merge tag 'block-5.7-2020-04-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-04-17Merge tag 'libata-5.7-2020-04-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-04-17Merge tag 'pm-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+14
2020-04-17s390/dasd: remove IOSCHED_DEADLINE from DASD KconfigStefan Haberland1-1/+0
2020-04-17of: unittest: kmemleak in duplicate property updateFrank Rowand2-10/+25
2020-04-17of: overlay: kmemleak in dup_and_fixup_symbol_prop()Frank Rowand1-0/+2
2020-04-17of: unittest: kmemleak in of_unittest_overlay_high_level()Frank Rowand1-1/+4
2020-04-17of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand1-2/+5
2020-04-17of: unittest: kmemleak on changeset destroyFrank Rowand1-0/+4
2020-04-17virtio_blk: add a missing includeMichael S. Tsirkin1-0/+1
2020-04-17virtio-balloon: Avoid using the word 'report' when referring to free page hintingAlexander Duyck1-1/+1
2020-04-17virtio-balloon: make virtballoon_free_page_report() staticJason Yan1-1/+1
2020-04-17vdpa: fix comment of vdpa_register_device()Jason Wang1-1/+1
2020-04-17vdpa: make vhost, virtio depend on menuMichael S. Tsirkin3-13/+7
2020-04-17vdpa: allow a 32 bit vq alignmentMichael S. Tsirkin2-2/+2
2020-04-17drm/virtio: fix up for include file changesStephen Rothwell1-0/+1
2020-04-17remoteproc: pull in slab.hMichael S. Tsirkin1-0/+1
2020-04-17rpmsg: pull in slab.hMichael S. Tsirkin1-0/+1
2020-04-17virtio_input: pull in slab.hMichael S. Tsirkin1-0/+1
2020-04-17remoteproc: pull in slab.hMichael S. Tsirkin1-0/+1
2020-04-17virtio-rng: pull in slab.hMichael S. Tsirkin1-0/+1
2020-04-17virtgpu: pull in uaccess.hMichael S. Tsirkin1-0/+1
2020-04-17Merge branch 'irq/gic-v4.1-fixes-5.7' into irq/irqchip-5.7Marc Zyngier2-4/+27
2020-04-17irqchip/irq-bcm7038-l1: Make bcm7038_l1_of_init() staticJason Yan1-1/+1
2020-04-17irqchip/irq-mvebu-icu: Make legacy_bindings staticJason Yan1-1/+1
2020-04-17irqchip/meson-gpio: Fix HARDIRQ-safe -> HARDIRQ-unsafe lock orderMarc Zyngier1-8/+10
2020-04-17irqchip/sifive-plic: Fix maximum priority threshold valueAtish Patra1-1/+1
2020-04-17irqchip/ti-sci-inta: Fix processing of masked irqsGrygorii Strashko1-1/+2
2020-04-17irqchip/mbigen: Free msi_desc on device teardownZenghui Yu1-1/+7
2020-04-16virtio/test: fix up after IOTLB changesMichael S. Tsirkin3-2/+9
2020-04-16vhost: Create accessors for virtqueues private_dataEugenio PĂ©rez5-32/+61
2020-04-16vdpasim: Return status in vdpasim_get_statusYueHaibing1-1/+1