summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio_net: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-231-0/+1
* virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT.Colin Xu2021-02-231-0/+15
* virtio-blk: support per-device queue depthJoseph Qi2021-02-231-4/+7
* virtio_vdpa: don't warn when fail to disable vqJason Wang2021-02-231-2/+1
* virtio-pci: introduce modern device moduleJason Wang2021-02-236-643/+721
* virito-pci-modern: rename map_capability() to vp_modern_map_capability()Jason Wang2021-02-231-16/+30
* virtio-pci-modern: introduce helper to get notification offsetJason Wang2021-02-231-5/+16
* virtio-pci-modern: introduce helper for getting queue numsJason Wang2021-02-231-1/+12
* virtio-pci-modern: introduce helper for setting/geting queue sizeJason Wang2021-02-231-2/+32
* virtio-pci-modern: introduce helper to set/get queue_enableJason Wang2021-02-231-6/+31
* virtio-pci-modern: introduce vp_modern_queue_address()Jason Wang2021-02-231-6/+27
* virtio-pci-modern: introduce vp_modern_set_queue_vector()Jason Wang2021-02-231-12/+23
* virtio-pci-modern: introduce vp_modern_generation()Jason Wang2021-02-231-3/+14
* virtio-pci-modern: introduce helpers for setting and getting featuresJason Wang2021-02-231-10/+33
* virtio-pci-modern: introduce helpers for setting and getting statusJason Wang2021-02-231-8/+29
* virtio-pci-modern: introduce helper to set config vectorJason Wang2021-02-231-2/+14
* virtio-pci-modern: introduce vp_modern_remove()Jason Wang2021-02-231-2/+12
* virtio-pci-modern: factor out modern device initialization logicJason Wang2021-02-231-14/+36
* virtio-pci: split out modern deviceJason Wang2021-02-232-79/+105
* virtio-pci: do not access iomem via struct virtio_pci_device directlyJason Wang2021-02-231-30/+46
* vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delayDongli Zhang2021-02-231-6/+3
* vdpa_sim_net: Add support for user supported devicesParav Pandit2021-02-233-26/+75
* vdpa: Enable user to query vdpa device infoParav Pandit2021-02-232-0/+136
* vdpa: Enable a user to add and delete a vdpa deviceParav Pandit2021-02-233-10/+143
* vdpa: Define vdpa mgmt device, ops and a netlink interfaceParav Pandit2021-02-234-1/+275
* vdpa: Extend routine to accept vdpa device nameParav Pandit2021-02-235-11/+38
* vdpa_sim_net: Make mac address array staticParav Pandit2021-02-231-1/+1
* virtio-mem: Assign boolean values to a bool variableJiapeng Zhong2021-02-231-1/+1
* Linux 5.11v5.11Linus Torvalds2021-02-141-2/+2
* Merge branch 'for-rc8-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-141-0/+1
|\
| * leds: rt8515: add V4L2_FLASH_LED_CLASS dependencyArnd Bergmann2021-02-141-0/+1
* | Merge tag 'kbuild-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-143-2/+4
|\ \
| * | scripts: set proper OpenSSL include dir also for sign-fileRolf Eike Beer2021-02-141-0/+1
| * | sparc: remove wrong comment from arch/sparc/include/asm/KbuildMasahiro Yamada2021-02-141-2/+0
| * | kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64Masahiro Yamada2021-02-111-0/+3
| |/
* | Merge tag 'x86_urgent_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-144-7/+22
|\ \
| * | x86/pci: Create PCI/MSI irqdomain after x86_init.pci.arch_init()Thomas Gleixner2021-02-101-4/+11
| * | x86/build: Disable CET instrumentation in the kernel for 32-bit tooBorislav Petkov2021-02-091-3/+3
| * | x86/sgx: Maintain encl->refcount for each encl->mm_list entryJarkko Sakkinen2021-02-082-0/+8
| |/
* | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-131-1/+1
|\ \
| * | clk: sunxi-ng: mp: fix parent rate change flag checkJernej Skrabec2021-02-121-1/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-02-131-0/+1
|\ \ \
| * | | scsi: scsi_debug: Fix a memory leakMaurizio Lombardi2021-02-091-0/+1
* | | | Merge branch 'for-5.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-134-8/+11
|\ \ \ \
| * | | | cgroup: update PSI file description in docsOdin Ugedal2021-01-191-3/+3
| * | | | cgroup: fix psi monitor for root cgroupOdin Ugedal2021-01-191-1/+3
| * | | | MAINTAINERS: Update my email addressZefan Li2021-01-151-2/+2
| * | | | MAINTAINERS: Remove stale URLs for cpusetZefan Li2021-01-151-2/+0
| * | | | cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou2021-01-151-0/+3
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-134-5/+14
|\ \ \ \ \