index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
visorbus
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-04
virtio-mem: Don't rely on implicit compiler padding for requests
David Hildenbrand
2
-0
/
+6
2020-06-04
virtio-mem: Try to unplug the complete online memory block first
David Hildenbrand
1
-31
/
+57
2020-06-04
virtio-mem: Use -ETXTBSY as error code if the device is busy
David Hildenbrand
1
-6
/
+10
2020-06-04
virtio-mem: Unplug subblocks right-to-left
David Hildenbrand
1
-22
/
+16
2020-06-04
virtio-mem: Drop manual check for already present memory
David Hildenbrand
1
-43
/
+12
2020-06-04
virtio-mem: Add parent resource for all added "System RAM"
David Hildenbrand
1
-1
/
+51
2020-06-04
virtio-mem: Better retry handling
David Hildenbrand
1
-3
/
+8
2020-06-04
virtio-mem: Offline and remove completely unplugged memory blocks
David Hildenbrand
1
-4
/
+43
2020-06-04
mm/memory_hotplug: Introduce offline_and_remove_memory()
David Hildenbrand
2
-0
/
+38
2020-06-04
virtio-mem: Allow to offline partially unplugged memory blocks
David Hildenbrand
1
-1
/
+67
2020-06-04
mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
David Hildenbrand
4
-10
/
+77
2020-06-04
virtio-mem: Paravirtualized memory hotunplug part 2
David Hildenbrand
3
-14
/
+146
2020-06-04
virtio-mem: Paravirtualized memory hotunplug part 1
David Hildenbrand
1
-2
/
+114
2020-06-04
virtio-mem: Allow to specify an ACPI PXM as nid
David Hildenbrand
3
-3
/
+47
2020-06-04
MAINTAINERS: Add myself as virtio-mem maintainer
David Hildenbrand
1
-0
/
+7
2020-06-04
virtio-mem: Paravirtualized memory hotplug
David Hildenbrand
5
-0
/
+1751
2020-06-04
vdpasim: Fix some coccinelle warnings
Samuel Zou
1
-3
/
+4
2020-06-04
ifcvf: move IRQ request/free to status change handlers
Zhu Lingshan
1
-47
/
+73
2020-06-04
vhost: (cosmetic) remove a superfluous variable initialisation
Guennadi Liakhovetski
1
-1
/
+1
2020-06-04
crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()
Longpeng(Mike)
1
-0
/
+1
2020-06-04
crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
Longpeng(Mike)
1
-2
/
+3
2020-06-04
crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...
Longpeng(Mike)
1
-5
/
+10
2020-06-04
virtio-balloon: Disable free page reporting if page poison reporting is not e...
Alexander Duyck
1
-1
/
+8
2020-06-04
vhost_vdpa: disable doorbell mapping for !MMU
Michael S. Tsirkin
1
-0
/
+4
2020-06-04
vhost_vdpa: support doorbell mapping via mmap
Jason Wang
1
-0
/
+59
2020-06-04
vdpa: introduce get_vq_notification method
Jason Wang
1
-0
/
+16
2020-06-04
vhost: use mmgrab() instead of mmget() for non worker device
Jason Wang
1
-8
/
+34
2020-06-04
vhost: allow device that does not depend on vhost worker
Jason Wang
6
-17
/
+31
2020-06-02
MAINTAINERS: Add myself as virtio-balloon co-maintainer
David Hildenbrand
1
-1
/
+10
2020-06-02
vhost: revert "vhost: disable for OABI"
Michael S. Tsirkin
4
-16
/
+7
2020-06-02
virtio: force spec specified alignment on types
Michael S. Tsirkin
5
-24
/
+48
2020-06-02
virtio-mmio: Delete an error message in vm_find_vqs()
Markus Elfring
1
-3
/
+1
2020-06-02
virtio: add VIRTIO_RING_NO_LEGACY
Matej Genci
2
-0
/
+5
2020-06-01
Linux 5.7
v5.7
Linus Torvalds
1
-1
/
+1
2020-05-31
checkpatch/coding-style: deprecate 80-column warning
Joe Perches
2
-14
/
+23
2020-05-31
l2tp: add sk_family checks to l2tp_validate_socket
Eric Dumazet
1
-0
/
+3
2020-05-31
l2tp: do not use inet_hash()/inet_unhash()
Eric Dumazet
2
-15
/
+44
2020-05-31
net: qrtr: Allocate workqueue before kernel_bind
Chris Lew
1
-5
/
+5
2020-05-31
mptcp: remove msk from the token container at destruction time.
Paolo Abeni
1
-1
/
+1
2020-05-31
mptcp: fix race between MP_JOIN and close
Paolo Abeni
1
-15
/
+27
2020-05-31
mptcp: fix unblocking connect()
Paolo Abeni
1
-2
/
+18
2020-05-31
net/sched: act_ct: add nat mangle action only for NAT-conntrack
wenxu
1
-0
/
+3
2020-05-31
devinet: fix memleak in inetdev_init()
Yang Yingliang
1
-0
/
+1
2020-05-31
virtio_vsock: Fix race condition in virtio_transport_recv_pkt
Jia He
1
-0
/
+8
2020-05-30
drivers/net/ibmvnic: Update VNIC protocol version reporting
Thomas Falcon
1
-5
/
+3
2020-05-30
NFC: st21nfca: add missed kfree_skb() in an error path
Chuhong Yuan
1
-1
/
+3
2020-05-30
neigh: fix ARP retransmit timer guard
Hangbin Liu
1
-2
/
+2
2020-05-29
bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit ones
John Fastabend
1
-0
/
+22
2020-05-29
bpf, selftests: Verifier bounds tests need to be updated
John Fastabend
1
-14
/
+10
2020-05-29
bpf: Fix a verifier issue when assigning 32bit reg states to 64bit ones
John Fastabend
1
-5
/
+5
[next]