All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] virtio: cleanups and fixes
@ 2019-12-13 14:35 Michael S. Tsirkin
  2019-12-13 23:10 ` pr-tracker-bot
  2019-12-13 23:10 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2019-12-13 14:35 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: kvm, virtualization, netdev, linux-kernel, akpm, david, imammedo,
	jasowang, liuj97, mst, stable, yuhuang

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

for you to fetch changes up to 63b9b80e9f5b2c463d98d6e550e0d0e3ace66033:

  virtio_balloon: divide/multiply instead of shifts (2019-12-11 08:14:07 -0500)

----------------------------------------------------------------
virtio: fixes, cleanups

Some fixes and cleanup patches.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
David Hildenbrand (1):
      virtio-balloon: fix managed page counts when migrating pages between zones

Michael S. Tsirkin (2):
      virtio_balloon: name cleanups
      virtio_balloon: divide/multiply instead of shifts

 drivers/virtio/virtio_balloon.c | 36 ++++++++++++++++++++++++------------
 1 file changed, 24 insertions(+), 12 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PULL] virtio: cleanups and fixes
  2019-12-13 14:35 [PULL] virtio: cleanups and fixes Michael S. Tsirkin
@ 2019-12-13 23:10 ` pr-tracker-bot
  2019-12-13 23:10 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2019-12-13 23:10 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Linus Torvalds, kvm, virtualization, netdev, linux-kernel, akpm,
	david, imammedo, jasowang, liuj97, mst, stable, yuhuang

The pull request you sent on Fri, 13 Dec 2019 09:35:19 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dd79b5361a6ab3def4a577843ebfecd75b634c8b

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PULL] virtio: cleanups and fixes
  2019-12-13 14:35 [PULL] virtio: cleanups and fixes Michael S. Tsirkin
  2019-12-13 23:10 ` pr-tracker-bot
@ 2019-12-13 23:10 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2019-12-13 23:10 UTC (permalink / raw)
  Cc: yuhuang, kvm, netdev, mst, linux-kernel, stable, virtualization,
	imammedo, akpm, Linus Torvalds, liuj97

The pull request you sent on Fri, 13 Dec 2019 09:35:19 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dd79b5361a6ab3def4a577843ebfecd75b634c8b

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PULL] virtio: cleanups and fixes
@ 2019-12-13 14:35 Michael S. Tsirkin
  0 siblings, 0 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2019-12-13 14:35 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: yuhuang, kvm, netdev, mst, linux-kernel, stable, virtualization,
	imammedo, akpm, liuj97

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

for you to fetch changes up to 63b9b80e9f5b2c463d98d6e550e0d0e3ace66033:

  virtio_balloon: divide/multiply instead of shifts (2019-12-11 08:14:07 -0500)

----------------------------------------------------------------
virtio: fixes, cleanups

Some fixes and cleanup patches.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
David Hildenbrand (1):
      virtio-balloon: fix managed page counts when migrating pages between zones

Michael S. Tsirkin (2):
      virtio_balloon: name cleanups
      virtio_balloon: divide/multiply instead of shifts

 drivers/virtio/virtio_balloon.c | 36 ++++++++++++++++++++++++------------
 1 file changed, 24 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PULL] virtio: cleanups and fixes
@ 2018-02-15 18:27 Michael S. Tsirkin
  0 siblings, 0 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2018-02-15 18:27 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: kvm, mst, netdev, cohuck, linux-kernel, stable, virtualization, groug

The following changes since commit d25cc43c6775bff6b8e3dad97c747954b805e421:

  vhost: don't hold onto file pointer for VHOST_SET_LOG_FD (2018-02-01 16:26:47 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

for you to fetch changes up to fa08a3b4eba59429cf7e241a7af089103e79160f:

  virtio/s390: implement PM operations for virtio_ccw (2018-02-14 14:34:09 +0200)

----------------------------------------------------------------
virtio: bugfixes

This includes a bugfix for virtio 9p fs.
It also fixes hybernation for s390 guests with virtio devices.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Christian Borntraeger (1):
      virtio/s390: implement PM operations for virtio_ccw

Greg Kurz (1):
      9p/trans_virtio: discard zero-length reply

 drivers/s390/virtio/virtio_ccw.c | 29 +++++++++++++++++++++++++++++
 net/9p/trans_virtio.c            |  3 ++-
 2 files changed, 31 insertions(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-13 23:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 14:35 [PULL] virtio: cleanups and fixes Michael S. Tsirkin
2019-12-13 23:10 ` pr-tracker-bot
2019-12-13 23:10 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2019-12-13 14:35 Michael S. Tsirkin
2018-02-15 18:27 Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.