summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-23virtio_mmio: fix one typoXianting Tian1-1/+1
2021-02-23vdpa/mlx5: fix param validation in mlx5_vdpa_get_config()Stefano Garzarella1-1/+1
2021-02-23virtio_net: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-02-23virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT.Colin Xu1-0/+15
2021-02-23virtio-blk: support per-device queue depthJoseph Qi1-4/+7
2021-02-23virtio_vdpa: don't warn when fail to disable vqJason Wang1-2/+1
2021-02-23virtio-pci: introduce modern device moduleJason Wang6-643/+721
2021-02-23virito-pci-modern: rename map_capability() to vp_modern_map_capability()Jason Wang1-16/+30
2021-02-23virtio-pci-modern: introduce helper to get notification offsetJason Wang1-5/+16
2021-02-23virtio-pci-modern: introduce helper for getting queue numsJason Wang1-1/+12
2021-02-23virtio-pci-modern: introduce helper for setting/geting queue sizeJason Wang1-2/+32
2021-02-23virtio-pci-modern: introduce helper to set/get queue_enableJason Wang1-6/+31
2021-02-23virtio-pci-modern: introduce vp_modern_queue_address()Jason Wang1-6/+27
2021-02-23virtio-pci-modern: introduce vp_modern_set_queue_vector()Jason Wang1-12/+23
2021-02-23virtio-pci-modern: introduce vp_modern_generation()Jason Wang1-3/+14
2021-02-23virtio-pci-modern: introduce helpers for setting and getting featuresJason Wang1-10/+33
2021-02-23virtio-pci-modern: introduce helpers for setting and getting statusJason Wang1-8/+29
2021-02-23virtio-pci-modern: introduce helper to set config vectorJason Wang1-2/+14
2021-02-23virtio-pci-modern: introduce vp_modern_remove()Jason Wang1-2/+12
2021-02-23virtio-pci-modern: factor out modern device initialization logicJason Wang1-14/+36
2021-02-23virtio-pci: split out modern deviceJason Wang2-79/+105
2021-02-23virtio-pci: do not access iomem via struct virtio_pci_device directlyJason Wang1-30/+46
2021-02-23vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delayDongli Zhang1-6/+3
2021-02-23vdpa_sim_net: Add support for user supported devicesParav Pandit3-26/+75
2021-02-23vdpa: Enable user to query vdpa device infoParav Pandit2-0/+136
2021-02-23vdpa: Enable a user to add and delete a vdpa deviceParav Pandit3-10/+143
2021-02-23vdpa: Define vdpa mgmt device, ops and a netlink interfaceParav Pandit4-1/+275
2021-02-23vdpa: Extend routine to accept vdpa device nameParav Pandit5-11/+38
2021-02-23vdpa_sim_net: Make mac address array staticParav Pandit1-1/+1
2021-02-23virtio-mem: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-02-14Linux 5.11v5.11Linus Torvalds1-2/+2
2021-02-14Merge branch 'for-rc8-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2021-02-14Merge tag 'kbuild-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-2/+4
2021-02-14Merge tag 'x86_urgent_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-7/+22
2021-02-14leds: rt8515: add V4L2_FLASH_LED_CLASS dependencyArnd Bergmann1-0/+1
2021-02-15scripts: set proper OpenSSL include dir also for sign-fileRolf Eike Beer1-0/+1
2021-02-15sparc: remove wrong comment from arch/sparc/include/asm/KbuildMasahiro Yamada1-2/+0
2021-02-13Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-02-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+1
2021-02-13Merge branch 'for-5.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-8/+11
2021-02-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-5/+14
2021-02-13Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+10
2021-02-13Merge tag 'for-5.11-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2021-02-13h8300: fix PREEMPTION build, TI_PRE_COUNT undefinedRandy Dunlap1-0/+3
2021-02-13MAINTAINERS: add Andrey Konovalov to KASAN reviewersAndrey Konovalov1-0/+1
2021-02-13MAINTAINERS: update Andrey Konovalov's email addressAndrey Konovalov1-1/+1
2021-02-13MAINTAINERS: update KASAN file listAndrey Konovalov1-2/+3
2021-02-13scripts/recordmcount.pl: support big endian for ARCH shRong Chen1-1/+5
2021-02-13m68k: make __pfn_to_phys() and __phys_to_pfn() available for !MMUMike Rapoport1-1/+1
2021-02-12Merge tag '5.11-rc7-smb3-github' of git://github.com/smfrench/smb3-kernelLinus Torvalds4-4/+28