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