index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
vdpa/vp_vdpa : add vdpa tool support in vp_vdpa
Cindy Lu
2022-05-31
2
-33
/
+130
|
*
|
|
virtio: Replace long long int with long long
Solomon Tan
2022-05-31
1
-1
/
+1
|
*
|
|
virtio: Replace unsigned with unsigned int
Solomon Tan
2022-05-31
9
-46
/
+46
|
*
|
|
virtio-crypto: enable retry for virtio-crypto-dev
lei he
2022-05-31
1
-1
/
+2
|
*
|
|
virtio-crypto: adjust dst_len at ops callback
lei he
2022-05-31
1
-1
/
+4
|
*
|
|
virtio-crypto: wait ctrl queue instead of busy polling
zhenwei pi
2022-05-31
4
-55
/
+64
|
*
|
|
virtio-crypto: use private buffer for control request
zhenwei pi
2022-05-31
3
-45
/
+79
|
*
|
|
virtio-crypto: change code style
zhenwei pi
2022-05-31
2
-53
/
+59
|
*
|
|
virtio-pci: Remove wrong address verification in vp_del_vqs()
Murilo Opsfelder Araujo
2022-05-31
1
-2
/
+1
|
*
|
|
virtio: pci: Fix an error handling path in vp_modern_probe()
Christophe JAILLET
2022-05-31
1
-0
/
+1
|
*
|
|
vdpasim: control virtqueue support
Gautam Dawar
2022-05-31
3
-20
/
+161
|
*
|
|
vdpa_sim: filter destination mac address
Gautam Dawar
2022-05-31
1
-18
/
+31
|
*
|
|
vdpa_sim: factor out buffer completion logic
Gautam Dawar
2022-05-31
1
-15
/
+18
|
*
|
|
vdpa_sim: advertise VIRTIO_NET_F_MTU
Gautam Dawar
2022-05-31
1
-1
/
+2
|
*
|
|
vhost-vdpa: support ASID based IOTLB API
Gautam Dawar
2022-05-31
2
-20
/
+93
|
*
|
|
vhost-vdpa: introduce uAPI to set group ASID
Gautam Dawar
2022-05-31
2
-0
/
+15
|
*
|
|
vhost-vdpa: uAPI to get virtqueue group id
Gautam Dawar
2022-05-31
2
-0
/
+16
|
*
|
|
vhost-vdpa: introduce uAPI to get the number of address spaces
Gautam Dawar
2022-05-31
2
-0
/
+5
|
*
|
|
vhost-vdpa: introduce uAPI to get the number of virtqueue groups
Gautam Dawar
2022-05-31
2
-1
/
+7
|
*
|
|
vhost-vdpa: introduce asid based IOTLB
Gautam Dawar
2022-05-31
1
-25
/
+72
|
*
|
|
vhost: support ASID in IOTLB API
Gautam Dawar
2022-05-31
4
-9
/
+29
|
*
|
|
vhost_iotlb: split out IOTLB initialization
Gautam Dawar
2022-05-31
2
-5
/
+20
|
*
|
|
vdpa: introduce config operations for associating ASID to a virtqueue group
Gautam Dawar
2022-05-31
1
-0
/
+8
|
*
|
|
vdpa: multiple address spaces support
Gautam Dawar
2022-05-31
9
-25
/
+45
|
*
|
|
vdpa: introduce virtqueue groups
Gautam Dawar
2022-05-31
9
-10
/
+41
|
*
|
|
vhost-vdpa: switch to use vhost-vdpa specific IOTLB
Gautam Dawar
2022-05-31
1
-8
/
+10
|
*
|
|
vhost-vdpa: passing iotlb to IOMMU mapping helpers
Gautam Dawar
2022-05-31
1
-30
/
+37
|
*
|
|
virtio-vdpa: don't set callback if virtio doesn't need it
Gautam Dawar
2022-05-31
1
-1
/
+1
|
*
|
|
vhost: move the backend feature bits to vhost_types.h
Gautam Dawar
2022-05-31
2
-5
/
+5
|
*
|
|
virtio_ring: add unlikely annotation for free descs check
Xianting Tian
2022-05-31
1
-1
/
+1
|
*
|
|
virtio_ring: remove unnecessary to_vvq call in vring hot path
Xianting Tian
2022-05-31
1
-5
/
+3
|
*
|
|
virtio-blk: support mq_ops->queue_rqs()
Suwan Kim
2022-05-31
1
-16
/
+98
|
*
|
|
virtio-blk: support polling I/O
Suwan Kim
2022-05-31
1
-3
/
+103
|
*
|
|
vdpa/mlx5: Use readers/writers semaphore instead of mutex
Eli Cohen
2022-05-31
1
-22
/
+19
|
*
|
|
vdpa/mlx5: Add support for reading descriptor statistics
Eli Cohen
2022-05-31
4
-0
/
+191
|
*
|
|
net/vdpa: Use readers/writers semaphore instead of cf_mutex
Eli Cohen
2022-05-31
2
-19
/
+18
|
*
|
|
net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutex
Eli Cohen
2022-05-31
1
-32
/
+32
|
*
|
|
vdpa: Add support for querying vendor statistics
Eli Cohen
2022-05-31
3
-0
/
+171
|
*
|
|
vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doit
Eli Cohen
2022-05-31
1
-4
/
+9
*
|
|
|
Merge tag 'sound-fix-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-06-03
15
-17
/
+89
|
\
\
\
\
|
*
\
\
\
Merge tag 'asoc-fix-v5.19-rc0' of https://git.kernel.org/pub/scm/linux/kernel...
Takashi Iwai
2022-06-01
9
-11
/
+34
|
|
\
\
\
\
|
|
*
\
\
\
ASoC: da7219: Small fixes for jack detection and removal
Mark Brown
2022-05-31
1
-3
/
+15
|
|
|
\
\
\
\
|
|
|
*
|
|
|
ASoC: da7219: cancel AAD related work earlier for jack removal
Adam Thomson
2022-05-30
1
-4
/
+4
|
|
|
*
|
|
|
ASoC: da7219: Fix pole orientation detection on certain headsets
Adam Thomson
2022-05-30
1
-0
/
+12
|
|
*
|
|
|
|
ASoC: Intel: avs: Fix build error on arc, m68k and sparc
Uwe Kleine-König
2022-05-30
1
-1
/
+2
|
|
|
/
/
/
/
|
|
*
|
|
|
ASoC: Intel: common: fix typo for tplg naming
David Lin
2022-05-26
1
-1
/
+1
|
|
*
|
|
|
ASoC: rt5640: Do not manipulate pin "Platform Clock" if the "Platform Clock" ...
Oder Chiou
2022-05-24
3
-2
/
+13
|
|
*
|
|
|
ASoC: SOF: amd: Fixed Build error
Syed Saba kareem
2022-05-23
1
-0
/
+1
|
|
*
|
|
|
ASoC: fsl_sai: Fix FSL_SAI_xDR/xFR definition
Shengjiu Wang
2022-05-23
1
-2
/
+2
|
|
*
|
|
|
ASoC: soc-pcm: fix BE transition for TRIGGER_START
Pierre-Louis Bossart
2022-05-23
1
-2
/
+0
[prev]
[next]