Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
6ae4edab2fbf86ec92fbf0a8f0c60b857d90d50f
/
drivers
/
virtio
/
virtio_balloon.c
6ae4eda
virtio_balloon: Adjust label in virtballoon_probe
by Nathan Chancellor
· 5 years ago
1ad6f58
virtio_balloon: Fix memory leaks on errors in virtballoon_probe()
by David Hildenbrand
· 5 years ago
6c22dc6
virtio-balloon: Fix memory leak when unloading while hinting is in progress
by David Hildenbrand
· 5 years ago
6e9826e
virtio_balloon: prevent pfn array overflow
by Michael S. Tsirkin
· 5 years ago
5790b53
virtio-balloon: initialize all vq callbacks
by Daniel Verkamp
· 5 years ago
63b9b80
virtio_balloon: divide/multiply instead of shifts
by Michael S. Tsirkin
· 5 years ago
2a946fa
virtio_balloon: name cleanups
by Michael S. Tsirkin
· 5 years ago
63341ab
virtio-balloon: fix managed page counts when migrating pages between zones
by David Hildenbrand
· 5 years ago
c9a6820
virtio_balloon: fix shrinker count
by Wei Wang
· 5 years ago
60bd04f
virtio_balloon: fix shrinker scan number of pages
by Michael S. Tsirkin
· 5 years ago
933a90b
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
99558d2
vfs: Convert virtio_balloon to use the new mount API
by David Howells
· 6 years ago
1f58bb1
mount_pseudo(): drop 'name' argument, switch to d_make_root()
by Al Viro
· 6 years ago
fd534e9
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102
by Thomas Gleixner
· 6 years ago
985f404
balloon: don't bother with dentry_operations
by Al Viro
· 6 years ago
59f3397c
virtio_balloon: remove the unnecessary 0-initialization
by Wei Wang
· 6 years ago
53e946c
virtio-balloon: improve update_balloon_size_func
by Wei Wang
· 6 years ago
bf4dc0b
virtio-balloon: tweak config_changed implementation
by Wei Wang
· 6 years ago
2e99162
virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON
by Wei Wang
· 6 years ago
86a5597
virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
by Wei Wang
· 6 years ago
7199462
virtio_balloon: replace oom notifier with shrinker
by Wei Wang
· 6 years ago
c51d8fc
virtio-balloon: kzalloc the vb struct
by Wei Wang
· 6 years ago
74cf5b1
virtio-balloon: remove BUG() in init_vqs
by Wei Wang
· 6 years ago
89da619
virtio_balloon: fix another race between migration and ballooning
by Jiang Biao
· 7 years ago
6c64fe7
virtio_balloon: export hugetlb page allocation counts
by Jonathan Helman
· 7 years ago
4d32029
virtio_balloon: include disk/file caches memory statistics
by Tomáš Golembiovský
· 7 years ago
d9e427f
virtio_balloon: fix increment of vb->num_pfns in fill_balloon()
by Jan Stancek
· 7 years ago
c7cdff0
virtio_balloon: fix deadlock on OOM
by Michael S. Tsirkin
· 7 years ago
f9aada5
virtio-balloon: coding format cleanup
by Wei Wang
· 8 years ago
195a8c4
virtio-balloon: deflate via a page list
by Liang Li
· 8 years ago
e41b135
virtio_balloon: disable VIOMMU support
by Michael S. Tsirkin
· 8 years ago
9b2bbdb
virtio: wrap find_vqs
by Michael S. Tsirkin
· 8 years ago
f0bb2d5
virtio_balloon: prevent uninitialized variable use
by Arnd Bergmann
· 8 years ago
9646b26
virtio-balloon: use actual number of stats for stats queue buffers
by Ladi Prosek
· 8 years ago
fc86532
virtio_balloon: init 1st buffer in stats vq
by Ladi Prosek
· 8 years ago
1827adb
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
54d7989
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 8 years ago
50d3439
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
fb5e31d
virtio: allow drivers to request IRQ affinity when creating VQs
by Christoph Hellwig
· 8 years ago
9c57b58
mm balloon: umount balloon_mnt when removing vb device
by Yisheng Xie
· 8 years ago
8424af5
virtio: update balloon size in balloon "probe"
by Konstantin Neumoin
· 8 years ago
0803e04
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 8 years ago
37cf99e
balloon: check the number of available pages in leak balloon
by Konstantin Neumoin
· 9 years ago
dd4123f
mm: fix build warnings in <linux/compaction.h>
by Minchan Kim
· 8 years ago
b1123ea6
mm: balloon: use general non-lru movable page feature
by Minchan Kim
· 8 years ago
87c9403
virtio_balloon: fix PFN format for virtio-1
by Michael S. Tsirkin
· 9 years ago
f069153
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 9 years ago
5057dcd
virtio_balloon: export 'available' memory to balloon statistics
by Igor Redko
· 9 years ago
fd0e21c
virtio_balloon: Allow to resize and update the balloon stats in parallel
by Petr Mladek
· 9 years ago
fad7b7b
virtio_balloon: Use a workqueue instead of "vballoon" kthread
by Petr Mladek
· 9 years ago
f7ad26f
virtio: make find_vqs() checkpatch.pl-friendly
by Stefan Hajnoczi
· 9 years ago
f68b992
virtio_balloon: fix race by fill and leak
by Minchan Kim
· 9 years ago
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
· 12 years ago
3dcc057
mm: correctly update zone->managed_pages
by Jiang Liu
· 12 years ago
8c6bab4
virtio_balloon: leak_balloon(): only tell host if we got pages deflated
by Luiz Capitulino
· 12 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
· 13 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
· 14 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
Next »