search for: featrue

Displaying 4 results from an estimated 4 matches for "featrue".

2004 Jun 13
2
Wiki now based on CVS head
Due to the dismissal of the stable-1.0 cvs source code, I've changed policy of the Asterisk Wiki - we now document CVS head. I would like all contributors to document which version of Asterisk (date) an addition was applied to, so readers can find out if a new function works with their version or not. There's a lot of missing documentation of new functions and options in CVS head up
2007 Jan 26
12
[Patch] the interface of invalidating qemu mapcache
HVM balloon driver or something, that''s under development, may decrease or increase the machine memory that is taken by HVM guest; in IA32/IA32e host, now Qemu maps the physical memory of HVM guest based on little blocks of memory (the block size is 64K in IA32 host or 1M in IA32E host). When HVM balloon driver decreases the reserved machine memory of HVM guest, Qemu should unmap the
2018 Jan 25
3
[PATCH v25 1/2 RESEND] mm: support reporting free page blocks
This patch adds support to walk through the free page blocks in the system and report them via a callback function. Some page blocks may leave the free list after zone->lock is released, so it is the caller's responsibility to either detect or prevent the use of such pages. One use example of this patch is to accelerate live migration by skipping the transfer of free pages reported from
2018 Jan 25
3
[PATCH v25 1/2 RESEND] mm: support reporting free page blocks
This patch adds support to walk through the free page blocks in the system and report them via a callback function. Some page blocks may leave the free list after zone->lock is released, so it is the caller's responsibility to either detect or prevent the use of such pages. One use example of this patch is to accelerate live migration by skipping the transfer of free pages reported from