index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-17
dm: treewide: Do not opencode uclass_probe_all()
Michal Suchanek
1
-14
/
+1
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
1
-1
/
+1
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
1
-2
/
+2
2022-09-16
blk: Enable CONFIG_BLK for all media
Simon Glass
1
-1
/
+0
2022-09-15
virtio: pci: fix bug of virtio_pci_map_capability
Xiang W
1
-1
/
+1
2022-06-08
virtio: rng: Check length before copying
Andrew Scull
1
-0
/
+3
2022-06-08
virtio: sandbox: Bind RNG rather than block device
Andrew Scull
1
-1
/
+1
2022-06-08
virtio: sandbox: Fix device features bitfield
Andrew Scull
1
-1
/
+1
2022-06-08
virtio_ring: Check used descriptors are chain heads
Andrew Scull
1
-0
/
+12
2022-06-08
virtio_ring: Maintain a shadow copy of descriptors
Andrew Scull
1
-16
/
+33
2022-06-08
virtio_ring: Add helper to attach vring descriptor
Andrew Scull
1
-19
/
+17
2022-06-08
virtio_ring: Merge identical variables
Andrew Scull
1
-4
/
+3
2022-05-03
virtio: pci: Make use of dm_pci_map_bar()
Andrew Scull
1
-10
/
+8
2022-05-03
virtio: pci: Check virtio configs are mapped
Andrew Scull
1
-3
/
+17
2022-05-03
pci: Add mask parameter to dm_pci_map_bar()
Andrew Scull
1
-1
/
+2
2022-05-03
pci: Map bars with offset and length
Andrew Scull
1
-1
/
+1
2022-05-03
virtio: pci: Read entire capability into memory
Andrew Scull
1
-34
/
+38
2022-05-03
virtio: pci: Check virtio capability is in bounds
Andrew Scull
1
-4
/
+16
2022-05-03
virtio: pci: Check virtio common config size
Andrew Scull
1
-0
/
+8
2022-05-03
virtio: pci: Bounds check notification writes
Andrew Scull
1
-2
/
+15
2022-05-03
virtio: pci: Bounds check device config access
Andrew Scull
1
-4
/
+12
2022-05-03
virtio: pci: Fix discovery of device config length
Andrew Scull
1
-1
/
+1
2022-05-03
virtio: pci: Allow exclusion of legacy driver
Andrew Scull
2
-1
/
+11
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-2
/
+2
2021-09-13
pci: Drop DM_PCI
Simon Glass
1
-1
/
+1
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
1
-0
/
+2
2021-03-05
virtio: Fix VirtIO BLK driver dependency
Bin Meng
1
-0
/
+1
2021-02-24
virtio: fix off by one device id comparison
Vincent Stehlé
1
-1
/
+1
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2
-2
/
+2
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
1
-2
/
+2
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-2
/
+2
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
4
-5
/
+5
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
8
-10
/
+10
2020-08-24
virtio_blk: set log2blksz correctly
AKASHI Takahiro
1
-0
/
+1
2020-06-05
virtio: VIRTIO_RNG depends on DM_RNG
Heinrich Schuchardt
1
-5
/
+7
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
6
-0
/
+6
2020-05-18
common: Drop log.h from common header
Simon Glass
6
-0
/
+6
2020-05-18
common: Drop part.h from common header
Simon Glass
1
-0
/
+1
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2
-0
/
+2
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
4
-0
/
+4
2020-01-10
virtio: fix typo devicd
Heinrich Schuchardt
1
-1
/
+1
2020-01-07
virtio: rng: Add a random number generator(rng) driver
Sughosh Ganu
4
-0
/
+96
2019-10-31
virtio: pci: use correct type in virtio_pci_bind()
Heinrich Schuchardt
1
-1
/
+1
2018-11-14
virtio: Add a Sandbox transport driver
Bin Meng
3
-0
/
+242
2018-11-14
virtio: net: Support non-legacy device
Bin Meng
1
-5
/
+26
2018-11-14
virtio: pci: Support non-legacy PCI transport device
Bin Meng
3
-4
/
+613
2018-11-14
virtio: Add virtio over pci transport driver
Bin Meng
4
-0
/
+603
[next]