index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-05
virtio_config: fix up warnings on parisc
Michael S. Tsirkin
1
-5
/
+4
2020-08-05
vdpa: Modify get_vq_state() to return error code
Eli Cohen
1
-2
/
+2
2020-08-05
net/vdpa: Use struct for set/get vq state
Eli Cohen
1
-4
/
+14
2020-08-05
vdpa: remove hard coded virtq num
Max Gurtovoy
1
-2
/
+4
2020-08-05
vhost-vdpa: support IOTLB batching hints
Jason Wang
2
-0
/
+13
2020-08-05
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into HEAD
Michael S. Tsirkin
6
-24
/
+179
2020-08-05
vDPA: dont change vq irq after DRIVER_OK
Zhu Lingshan
1
-0
/
+1
2020-08-05
vDPA: add get_vq_irq() in vdpa_config_ops
Zhu Lingshan
1
-0
/
+7
2020-08-05
virtio_net: use LE accessors for speed/duplex
Michael S. Tsirkin
1
-1
/
+1
2020-08-05
virtio_config: drop LE option from config space
Michael S. Tsirkin
1
-26
/
+2
2020-08-05
virtio_config: add virtio_cread_le_feature
Michael S. Tsirkin
1
-0
/
+10
2020-08-05
virtio_caif: correct tags for config space fields
Michael S. Tsirkin
1
-3
/
+3
2020-08-05
virtio_config: LE config space accessors
Michael S. Tsirkin
1
-0
/
+65
2020-08-05
virtio_config: disallow native type fields (again)
Michael S. Tsirkin
1
-14
/
+2
2020-08-05
virtio_config: rewrite using _Generic
Michael S. Tsirkin
1
-84
/
+75
2020-08-05
virtio_config: cread/write cleanup
Michael S. Tsirkin
1
-12
/
+19
2020-08-05
vdpa: make sure set_features is invoked for legacy
Michael S. Tsirkin
1
-0
/
+34
2020-08-05
virtio_config: disallow native type fields
Michael S. Tsirkin
1
-3
/
+2
2020-08-05
virtio_scsi: correct tags for config space fields
Michael S. Tsirkin
1
-10
/
+10
2020-08-05
virtio_pmem: correct tags for config space fields
Michael S. Tsirkin
1
-2
/
+2
2020-08-05
virtio_net: correct tags for config space fields
Michael S. Tsirkin
1
-4
/
+4
2020-08-05
virtio_mem: correct tags for config space fields
Michael S. Tsirkin
1
-7
/
+7
2020-08-05
virtio_iommu: correct tags for config space fields
Michael S. Tsirkin
1
-6
/
+6
2020-08-05
virtio_input: correct tags for config space fields
Michael S. Tsirkin
1
-9
/
+9
2020-08-05
virtio_gpu: correct tags for config space fields
Michael S. Tsirkin
1
-4
/
+4
2020-08-05
virtio_fs: correct tags for config space fields
Michael S. Tsirkin
1
-1
/
+1
2020-08-05
virtio_crypto: correct tags for config space fields
Michael S. Tsirkin
1
-13
/
+13
2020-08-05
virtio_console: correct tags for config space fields
Michael S. Tsirkin
1
-4
/
+4
2020-08-05
virtio_blk: correct tags for config space fields
Michael S. Tsirkin
1
-13
/
+13
2020-08-05
virtio_balloon: correct tags for config space fields
Michael S. Tsirkin
1
-5
/
+5
2020-08-05
virtio_9p: correct tags for config space fields
Michael S. Tsirkin
1
-2
/
+2
2020-08-05
virtio: allow __virtioXX, __leXX in config space
Michael S. Tsirkin
1
-2
/
+48
2020-08-05
virtio_ring: sparse warning fixup
Michael S. Tsirkin
1
-10
/
+9
2020-08-03
virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk
Michael S. Tsirkin
1
-2
/
+2
2020-08-03
virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM
Michael S. Tsirkin
2
-4
/
+8
2020-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-44
/
+45
2020-07-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
David S. Miller
1
-6
/
+9
2020-07-31
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-1
/
+1
2020-07-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-0
/
+19
2020-07-30
ipv6: fix memory leaks on IPV6_ADDRFORM path
Cong Wang
1
-0
/
+1
2020-07-30
random: fix circular include dependency on arm64 after addition of percpu.h
Willy Tarreau
1
-1
/
+1
2020-07-29
random32: remove net_rand_state from the latent entropy gcc plugin
Linus Torvalds
1
-1
/
+1
2020-07-29
mlxsw: spectrum: Use different trap group for externally routed packets
Ido Schimmel
1
-0
/
+3
2020-07-29
IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQE
Mike Marciniszyn
1
-0
/
+19
2020-07-29
Merge tag 'drm-fixes-2020-07-29' of git://anongit.freedesktop.org/drm/drm into master
Linus Torvalds
1
-0
/
+12
2020-07-29
random32: update the net random state on interrupt and activity
Willy Tarreau
1
-0
/
+3
2020-07-29
Merge tag 'drm-misc-fixes-2020-07-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
1
-0
/
+12
2020-07-28
rhashtable: Restore RCU marking on rhash_lock_head
Herbert Xu
1
-32
/
+24
2020-07-28
rhashtable: Fix unprotected RCU dereference in __rht_ptr
Herbert Xu
1
-12
/
+13
2020-07-28
net/mlx5e: Modify uplink state on interface up/down
Ron Diskin
1
-0
/
+1
[next]