index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
/
ifcvf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-03
vDPA/ifcvf: implement new accessors for vq_state
Zhu Lingshan
3
-33
/
+17
2023-07-03
vDPA/ifcvf: detect and report max allowed vq size
Zhu Lingshan
3
-2
/
+35
2023-07-03
vDPA/ifcvf: dynamic allocate vq data stores
Zhu Lingshan
3
-1
/
+6
2023-06-27
vDPA/ifcvf: a vendor driver should not set _CONFIG_S_FAILED
Zhu Lingshan
1
-3
/
+1
2023-06-27
vDPA/ifcvf: synchronize irqs in the reset routine
Zhu Lingshan
3
-52
/
+40
2023-06-27
vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_status
Zhu Lingshan
3
-43
/
+0
2023-06-27
vDPA/ifcvf: get_driver_features from virtio registers
Zhu Lingshan
3
-23
/
+29
2023-06-27
vDPA/ifcvf: virt queue ops take immediate actions
Zhu Lingshan
3
-39
/
+45
2023-02-20
vDPA/ifcvf: implement features provisioning
Zhu Lingshan
3
-1
/
+17
2023-02-20
vDPA/ifcvf: retire ifcvf_private_to_vf
Zhu Lingshan
2
-8
/
+5
2023-02-20
vDPA/ifcvf: allocate the adapter in dev_add()
Zhu Lingshan
1
-21
/
+13
2023-02-20
vDPA/ifcvf: manage ifcvf_hw in the mgmt_dev
Zhu Lingshan
2
-5
/
+7
2023-02-20
vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hw
Zhu Lingshan
1
-3
/
+2
2023-02-20
vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...
Zhu Lingshan
1
-12
/
+9
2023-02-20
vDPA/ifcvf: decouple vq irq requester from the adapter
Zhu Lingshan
1
-11
/
+8
2023-02-20
vDPA/ifcvf: decouple config IRQ releaser from the adapter
Zhu Lingshan
1
-12
/
+10
2023-02-20
vDPA/ifcvf: decouple vq IRQ releasers from the adapter
Zhu Lingshan
1
-12
/
+9
2023-02-20
vDPA/ifcvf: alloc the mgmt_dev before the adapter
Zhu Lingshan
1
-17
/
+14
2023-02-20
vDPA/ifcvf: decouple config space ops from the adapter
Zhu Lingshan
1
-16
/
+5
2023-02-20
vDPA/ifcvf: decouple hw features manipulators from the adapter
Zhu Lingshan
3
-7
/
+4
2023-01-27
vdpa: ifcvf: Do proper cleanup if IFCVF init fails
Tanmay Bhushan
1
-1
/
+1
2022-09-27
vdpa/ifcvf: fix the calculation of queuepair
Angus Chen
1
-2
/
+2
2022-08-11
vDPA/ifcvf: support userspace to query features and MQ of a management device
Zhu Lingshan
1
-66
/
+76
2022-08-11
vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...
Zhu Lingshan
2
-2
/
+13
2022-08-11
vDPA/ifcvf: remove duplicated assignment to pointer cfg
Colin Ian King
1
-1
/
+0
2022-08-11
vdpa: ifcvf: Fix spelling mistake in comments
Zhang Jiaming
1
-1
/
+1
2022-06-01
vdpa: ifcvf: set pci driver data in probe
Jason Wang
1
-1
/
+2
2022-05-31
vDPA/ifcvf: fix uninitialized config_vector warning
Zhu Lingshan
1
-6
/
+6
2022-05-31
vdpa: multiple address spaces support
Gautam Dawar
1
-1
/
+1
2022-05-31
vdpa: introduce virtqueue groups
Gautam Dawar
1
-1
/
+7
2022-03-28
vDPA/ifcvf: cacheline alignment for ifcvf_hw
Zhu Lingshan
2
-9
/
+5
2022-03-28
vDPA/ifcvf: implement shared IRQ feature
Zhu Lingshan
3
-57
/
+300
2022-03-28
vDPA/ifcvf: implement device MSIX vector allocator
Zhu Lingshan
1
-5
/
+26
2022-03-28
vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvf
Zhu Lingshan
3
-71
/
+36
2022-01-14
vdpa: Provide interface to read driver features
Eli Cohen
1
-4
/
+12
2022-01-14
ifcvf/vDPA: fix misuse virtio-net device config size for blk dev
Zhu Lingshan
3
-33
/
+41
2021-11-01
vdpa: Enable user to set mac and mtu of vdpa device
Parav Pandit
1
-1
/
+2
2021-09-06
vdpa: Support transferring virtual addressing during DMA mapping
Xie Yongji
1
-1
/
+1
2021-09-06
vdpa: Add reset callback in vdpa_config_ops
Xie Yongji
1
-11
/
+24
2021-09-05
vDPA/ifcvf: enable multiqueue and control vq
Zhu Lingshan
2
-17
/
+3
2021-09-05
vDPA/ifcvf: detect and use the onboard number of queues directly
Zhu Lingshan
3
-18
/
+21
2021-09-05
vDPA/ifcvf: implement management netlink framework for ifcvf
Zhu Lingshan
2
-35
/
+123
2021-09-05
vDPA/ifcvf: introduce get_dev_type() which returns virtio dev id
Zhu Lingshan
1
-13
/
+21
2021-08-11
vDPA/ifcvf: Fix return value check for vdpa_alloc_device()
Xie Yongji
1
-2
/
+2
2021-07-08
vdpa: support packed virtqueue for set/get_vq_state()
Jason Wang
1
-2
/
+2
2021-07-03
vDPA/ifcvf: reuse pre-defined macros for device ids and vendor ids
Zhu Lingshan
2
-22
/
+13
2021-07-03
vDPA/ifcvf: implement doorbell mapping for ifcvf
Zhu Lingshan
1
-0
/
+16
2021-07-03
vDPA/ifcvf: record virtio notify base
Zhu Lingshan
2
-0
/
+6
2021-05-03
vDPA/ifcvf: get_config_size should return dev specific config size
Zhu Lingshan
1
-1
/
+18
2021-05-03
vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPA
Zhu Lingshan
2
-2
/
+25
[next]