1. 997e120 virtio_balloon: do not change memory amount visible via /proc/meminfo by Denis V. Lunev · 9 years ago
  2. b4d3403 virtio_ballon: change stub of release_pages_by_pfn by Denis V. Lunev · 9 years ago
  3. df81b29 virtio_balloon: transitional interface by Michael S. Tsirkin · 9 years ago
  4. 3d2a377 virtio-balloon: do not call blocking ops when !TASK_RUNNING by Michael S. Tsirkin · 9 years ago
  5. 88660f7fb virtio_balloon: set DRIVER_OK before using device by Michael S. Tsirkin · 9 years ago
  6. 25e65e4 virtio_balloon: coding style fixes by Michael S. Tsirkin · 10 years ago
  7. 2d9becc virtio/balloon: verify device has config space by Michael S. Tsirkin · 10 years ago
  8. 5a10b7d virtio_balloon: free some memory from balloon on OOM by Raushaniya Maksudova · 10 years ago
  9. 1fd9c67 virtio_balloon: return the amount of freed memory from leak_balloon() by Raushaniya Maksudova · 10 years ago
  10. 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
  11. 486d2e6 virtio_balloon: enable VQs early on restore by Michael S. Tsirkin · 10 years ago
  12. 09316c0 mm/balloon_compaction: add vmstat counters and kpageflags bit by Konstantin Khlebnikov · 10 years ago
  13. 9d1ba80 mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAP by Konstantin Khlebnikov · 10 years ago
  14. d6d86c0 mm/balloon_compaction: redesign ballooned pages management by Konstantin Khlebnikov · 10 years ago
  15. 4951cc9 virtio_balloon: don't crash if virtqueue is broken. by Rusty Russell · 10 years ago
  16. 1f74ef0 virtio_balloon: don't softlockup on huge balloon changes. by Rusty Russell · 10 years ago
  17. 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
  18. 05c54de drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_balloon.c by Rashika Kheria · 10 years ago
  19. 3459f11 virtio_balloon: update_balloon_size(): update correct field by Luiz Capitulino · 11 years ago
  20. 855e0c5 virtio: use size-based config accessors. by Rusty Russell · 11 years ago
  21. 8910700 virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM by Aaron Lu · 11 years ago
  22. 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
  23. 3dcc057 mm: correctly update zone->managed_pages by Jiang Liu · 11 years ago
  24. 8c6bab4 virtio_balloon: leak_balloon(): only tell host if we got pages deflated by Luiz Capitulino · 11 years ago
  25. 92549ab virtio_balloon: use simplified virtqueue accessors. by Rusty Russell · 11 years ago
  26. b2a1702 virtio: use module_virtio_driver. by Rusty Russell · 11 years ago
  27. 8590dbc Drivers: virtio: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  28. 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
  29. 800ba5e virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  30. e225042 virtio_balloon: introduce migration primitives to balloon pages by Rafael Aquini · 12 years ago
  31. 9c378ab virtio-balloon: fix add/get API use by Michael S. Tsirkin · 12 years ago
  32. c877bab virtio: balloon: separate out common code between remove and freeze functions by Amit Shah · 12 years ago
  33. c45b416 virtio: balloon: drop restore_common() by Amit Shah · 12 years ago
  34. b8ae0eb virtio: balloon: let host know of updated balloon size before module removal by Amit Shah · 12 years ago
  35. 3ccc937 virtio_balloon: fix handling of PAGE_SIZE != 4k by Michael S. Tsirkin · 12 years ago
  36. 1a87228 virtio_balloon: Fix endian bug by David Gibson · 12 years ago
  37. f38f838 virtio: drop thaw PM operation by Amit Shah · 12 years ago
  38. e47d854 virtio: balloon: Allow stats update after restore from S4 by Amit Shah · 12 years ago
  39. 4eb05d5 virtio: balloon: leak / fill balloon across S4 by Amit Shah · 12 years ago
  40. e562966 virtio: balloon: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  41. be91c33 virtio: balloon: Move vq initialization into separate function by Amit Shah · 13 years ago
  42. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 13 years ago
  43. 1e214a5 virtio-balloon: Trivial cleanups by Sasha Levin · 13 years ago
  44. b5a2c4f virtio: Add module.h to drivers/virtio users. by Paul Gortmaker · 13 years ago
  45. bf50e69 virtio balloon: kill tell-host-first logic by Dave Hansen · 13 years ago
  46. 946cfe0 virtio_balloon: use virtqueue_xxx wrappers by Michael S. Tsirkin · 14 years ago
  47. 61fb06c virtio: Fix GFP flags passed from the virtio balloon driver by Balbir Singh · 14 years ago
  48. 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
  49. 169c246 virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQ by Rusty Russell · 14 years ago
  50. 1f34c71 virtio: Fix scheduling while atomic in virtio_balloon stats by Adam Litke · 15 years ago
  51. 9564e13 virtio: Add memory statistics reporting to the balloon driver (V4) by Adam Litke · 15 years ago
  52. d817cd5 virtio: fix section mismatch warnings by Jeff Mahoney · 15 years ago
  53. 1e65175 move virtballoon_remove to .devexit.text by Uwe Kleine-König · 15 years ago
  54. e95646c virtio: let header files include virtio_ids.h by Christian Borntraeger · 15 years ago
  55. 3ca4f5c virtio: add virtio IDs file by Fernando Luis Vazquez Cao · 15 years ago
  56. 3c1b27d virtio: make add_buf return capacity remaining by Rusty Russell · 15 years ago
  57. d2a7ddd virtio: find_vqs/del_vqs virtio operations by Michael S. Tsirkin · 15 years ago
  58. 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 15 years ago
  59. 84a139a virtio: fix suspend when using virtio_balloon by Marcelo Tosatti · 15 years ago
  60. 1b4aa2f virtio: avoid implicit use of Linux page size in balloon interface by Hollis Blanchard · 16 years ago
  61. 532a608 virtio_balloon: fix towards_target when deflating balloon by Anthony Liguori · 16 years ago
  62. c45a681 virtio: explicit advertisement of driver features by Rusty Russell · 16 years ago
  63. 72e61eb virtio: change config to guest endian. by Rusty Russell · 16 years ago
  64. bdc1681 virtio: handle > 2 billion page balloon targets by Rusty Russell · 16 years ago
  65. 6659a0f virtio: add missing #include <linux/delay.h> by Johann Felix Soden · 16 years ago
  66. 6b35e40 virtio: balloon driver by Rusty Russell · 16 years ago