1. 834b9aa virtio-balloon: fix managed page counts when migrating pages between zones by David Hildenbrand · 4 years, 7 months ago
  2. 1d43314 virtio_balloon: fix another race between migration and ballooning by Jiang Biao · 6 years ago
  3. bb011a4 virtio_balloon: prevent uninitialized variable use by Arnd Bergmann · 7 years ago
  4. c6f9090 virtio-balloon: use actual number of stats for stats queue buffers by Ladi Prosek · 7 years ago
  5. b82b2f9 virtio_balloon: init 1st buffer in stats vq by Ladi Prosek · 7 years ago
  6. 8f6620e mm balloon: umount balloon_mnt when removing vb device by Yisheng Xie · 7 years ago
  7. 8424af5 virtio: update balloon size in balloon "probe" by Konstantin Neumoin · 8 years ago
  8. 0803e04 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  9. 37cf99e balloon: check the number of available pages in leak balloon by Konstantin Neumoin · 8 years ago
  10. dd4123f mm: fix build warnings in <linux/compaction.h> by Minchan Kim · 8 years ago
  11. b1123ea6 mm: balloon: use general non-lru movable page feature by Minchan Kim · 8 years ago
  12. 87c9403 virtio_balloon: fix PFN format for virtio-1 by Michael S. Tsirkin · 8 years ago
  13. f069153 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  14. 5057dcd virtio_balloon: export 'available' memory to balloon statistics by Igor Redko · 8 years ago
  15. fd0e21c virtio_balloon: Allow to resize and update the balloon stats in parallel by Petr Mladek · 8 years ago
  16. fad7b7b virtio_balloon: Use a workqueue instead of "vballoon" kthread by Petr Mladek · 8 years ago
  17. f7ad26f virtio: make find_vqs() checkpatch.pl-friendly by Stefan Hajnoczi · 9 years ago
  18. f68b992 virtio_balloon: fix race by fill and leak by Minchan Kim · 9 years ago
  19. 997e120 virtio_balloon: do not change memory amount visible via /proc/meminfo by Denis V. Lunev · 9 years ago
  20. b4d3403 virtio_ballon: change stub of release_pages_by_pfn by Denis V. Lunev · 9 years ago
  21. df81b29 virtio_balloon: transitional interface by Michael S. Tsirkin · 9 years ago
  22. 3d2a377 virtio-balloon: do not call blocking ops when !TASK_RUNNING by Michael S. Tsirkin · 9 years ago
  23. 88660f7fb virtio_balloon: set DRIVER_OK before using device by Michael S. Tsirkin · 9 years ago
  24. 25e65e4 virtio_balloon: coding style fixes by Michael S. Tsirkin · 9 years ago
  25. 2d9becc virtio/balloon: verify device has config space by Michael S. Tsirkin · 9 years ago
  26. 5a10b7d virtio_balloon: free some memory from balloon on OOM by Raushaniya Maksudova · 10 years ago
  27. 1fd9c67 virtio_balloon: return the amount of freed memory from leak_balloon() by Raushaniya Maksudova · 10 years ago
  28. 0e6e58f Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  29. 486d2e6 virtio_balloon: enable VQs early on restore by Michael S. Tsirkin · 10 years ago
  30. 09316c0 mm/balloon_compaction: add vmstat counters and kpageflags bit by Konstantin Khlebnikov · 10 years ago
  31. 9d1ba80 mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAP by Konstantin Khlebnikov · 10 years ago
  32. d6d86c0 mm/balloon_compaction: redesign ballooned pages management by Konstantin Khlebnikov · 10 years ago
  33. 4951cc9 virtio_balloon: don't crash if virtqueue is broken. by Rusty Russell · 10 years ago
  34. 1f74ef0 virtio_balloon: don't softlockup on huge balloon changes. by Rusty Russell · 10 years ago
  35. 93b05cb Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  36. 05c54de drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_balloon.c by Rashika Kheria · 10 years ago
  37. 3459f11 virtio_balloon: update_balloon_size(): update correct field by Luiz Capitulino · 11 years ago
  38. 855e0c5 virtio: use size-based config accessors. by Rusty Russell · 11 years ago
  39. 8910700 virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM by Aaron Lu · 11 years ago
  40. 5f12972 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  41. 3dcc057 mm: correctly update zone->managed_pages by Jiang Liu · 11 years ago
  42. 8c6bab4 virtio_balloon: leak_balloon(): only tell host if we got pages deflated by Luiz Capitulino · 11 years ago
  43. 92549ab virtio_balloon: use simplified virtqueue accessors. by Rusty Russell · 11 years ago
  44. b2a1702 virtio: use module_virtio_driver. by Rusty Russell · 11 years ago
  45. 8590dbc Drivers: virtio: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  46. b7dfde9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  47. 800ba5e virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  48. e225042 virtio_balloon: introduce migration primitives to balloon pages by Rafael Aquini · 12 years ago
  49. 9c378ab virtio-balloon: fix add/get API use by Michael S. Tsirkin · 12 years ago
  50. c877bab virtio: balloon: separate out common code between remove and freeze functions by Amit Shah · 12 years ago
  51. c45b416 virtio: balloon: drop restore_common() by Amit Shah · 12 years ago
  52. b8ae0eb virtio: balloon: let host know of updated balloon size before module removal by Amit Shah · 12 years ago
  53. 3ccc937 virtio_balloon: fix handling of PAGE_SIZE != 4k by Michael S. Tsirkin · 12 years ago
  54. 1a87228 virtio_balloon: Fix endian bug by David Gibson · 12 years ago
  55. f38f838 virtio: drop thaw PM operation by Amit Shah · 12 years ago
  56. e47d854 virtio: balloon: Allow stats update after restore from S4 by Amit Shah · 12 years ago
  57. 4eb05d5 virtio: balloon: leak / fill balloon across S4 by Amit Shah · 12 years ago
  58. e562966 virtio: balloon: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  59. be91c33 virtio: balloon: Move vq initialization into separate function by Amit Shah · 13 years ago
  60. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 12 years ago
  61. 1e214a5 virtio-balloon: Trivial cleanups by Sasha Levin · 13 years ago
  62. b5a2c4f virtio: Add module.h to drivers/virtio users. by Paul Gortmaker · 13 years ago
  63. bf50e69 virtio balloon: kill tell-host-first logic by Dave Hansen · 13 years ago
  64. 946cfe0 virtio_balloon: use virtqueue_xxx wrappers by Michael S. Tsirkin · 14 years ago
  65. 61fb06c virtio: Fix GFP flags passed from the virtio balloon driver by Balbir Singh · 14 years ago
  66. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  67. 169c246 virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQ by Rusty Russell · 14 years ago
  68. 1f34c71 virtio: Fix scheduling while atomic in virtio_balloon stats by Adam Litke · 15 years ago
  69. 9564e13 virtio: Add memory statistics reporting to the balloon driver (V4) by Adam Litke · 15 years ago
  70. d817cd5 virtio: fix section mismatch warnings by Jeff Mahoney · 14 years ago
  71. 1e65175 move virtballoon_remove to .devexit.text by Uwe Kleine-König · 15 years ago
  72. e95646c virtio: let header files include virtio_ids.h by Christian Borntraeger · 15 years ago
  73. 3ca4f5c virtio: add virtio IDs file by Fernando Luis Vazquez Cao · 15 years ago
  74. 3c1b27d virtio: make add_buf return capacity remaining by Rusty Russell · 15 years ago
  75. d2a7ddd virtio: find_vqs/del_vqs virtio operations by Michael S. Tsirkin · 15 years ago
  76. 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 15 years ago
  77. 84a139a virtio: fix suspend when using virtio_balloon by Marcelo Tosatti · 15 years ago
  78. 1b4aa2f virtio: avoid implicit use of Linux page size in balloon interface by Hollis Blanchard · 16 years ago
  79. 532a608 virtio_balloon: fix towards_target when deflating balloon by Anthony Liguori · 16 years ago
  80. c45a681 virtio: explicit advertisement of driver features by Rusty Russell · 16 years ago
  81. 72e61eb virtio: change config to guest endian. by Rusty Russell · 16 years ago
  82. bdc1681 virtio: handle > 2 billion page balloon targets by Rusty Russell · 16 years ago
  83. 6659a0f virtio: add missing #include <linux/delay.h> by Johann Felix Soden · 16 years ago
  84. 6b35e40 virtio: balloon driver by Rusty Russell · 16 years ago