summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | virtio_vdpa: don't warn when fail to disable vqJason Wang2021-02-231-2/+1
| * | | virtio-pci: introduce modern device moduleJason Wang2021-02-235-643/+610
| * | | 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-231-0/+131
| * | | vdpa: Enable a user to add and delete a vdpa deviceParav Pandit2021-02-231-10/+133
| * | | vdpa: Define vdpa mgmt device, ops and a netlink interfaceParav Pandit2021-02-232-1/+213
| * | | vdpa: Extend routine to accept vdpa device nameParav Pandit2021-02-234-7/+35
| * | | 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
* | | | Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2021-02-253-0/+185
|\ \ \ \
| * | | | n64: store dev instance into disk private dataChaitanya Kulkarni2021-02-211-3/+2
| * | | | n64: cleanup n64cart_probe()Chaitanya Kulkarni2021-02-211-22/+11
| * | | | n64: cosmetics changesChaitanya Kulkarni2021-02-211-4/+2
| * | | | n64: remove curly bracketsChaitanya Kulkarni2021-02-211-2/+1
| * | | | n64: use sector SECTOR_SHIFT instead 512Chaitanya Kulkarni2021-02-211-1/+1
| * | | | n64: use enums for regChaitanya Kulkarni2021-02-211-5/+7
| * | | | n64: move module param at the topChaitanya Kulkarni2021-02-211-10/+11
| * | | | n64: move module info at the endChaitanya Kulkarni2021-02-211-4/+4
| * | | | n64: use pr_fmt to avoid duplicate stringChaitanya Kulkarni2021-02-211-2/+3
| * | | | block: Add n64 cart driverLauri Kasanen2021-02-213-0/+196
* | | | | Merge tag 'drm-next-2021-02-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-2564-416/+1211
|\ \ \ \ \
| * \ \ \ \ Merge tag 'drm-intel-next-fixes-2021-02-25' of git://anongit.freedesktop.org/...Dave Airlie2021-02-257-94/+65
| |\ \ \ \ \
| | * | | | | drm/i915: Nuke INTEL_OUTPUT_FORMAT_INVALIDVille Syrjälä2021-02-233-4/+1
| | * | | | | drm/i915: Enable -WuninitializedNathan Chancellor2021-02-231-1/+0
| | * | | | | drm/i915/gvt: Introduce per object locking in GVT scheduler.Zhi Wang2021-02-221-9/+40
| | * | | | | drm/i915/gvt: Purge dev_priv->gtChris Wilson2021-02-222-7/+4
| | * | | | | drm/i915/gvt: Parse default state to update reg whitelistChris Wilson2021-02-221-73/+20
| * | | | | | Merge tag 'amd-drm-fixes-5.12-2021-02-24' of https://gitlab.freedesktop.org/a...Dave Airlie2021-02-2511-48/+158
| |\ \ \ \ \ \
| | * | | | | | drm/amd/display: Fix system hang after multiple hotplugs (v3)Qingqing Zhuo2021-02-242-13/+92
| | * | | | | | drm/amdgpu: fix shutdown and poweroff process failed with s0ixPrike Liang2021-02-243-3/+18
| | * | | | | | drm/amd/display: Remove Assert from dcn10_get_dig_frontendEric Bernstein2021-02-232-1/+2
| | * | | | | | drm/amd/display: Add vupdate_no_lock interrupts for DCN2.1Rodrigo Siqueira2021-02-231-0/+22
| | * | | | | | Revert "drm/amd/display: reuse current context instead of recreating one"Anson Jacob2021-02-233-30/+23
| | * | | | | | drm/amd/pm/swsmu: Avoid using structure_size uninitialized in smu_cmn_init_so...Nathan Chancellor2021-02-231-1/+1