search for: xen_released_pag

Displaying 3 results from an estimated 3 matches for "xen_released_pag".

Did you mean: xen_released_pages
2013 Jul 22
2
Xen kernel fixes
...chn: avoid a deadlock when unbinding an event channel Fixes a potential deadlock by users (e.g., qemu, xenstored) of /dev/xen/evtchn. You may also wish to consider enabling CONFIG_XEN_BALLOON_MEMORY_HOTPLUG. The kernel bug that was causing problems is already fixed (by xen/balloon: Subtract from xen_released_pages the count that is populated) and now that dom0 will not try to auto-balloon by default, enabling this option should no longer cause problems in dom0. This option is required to increase the amount of memory in a guest using this kernel above the initial amount. David
2012 Jul 24
0
What went in Linux 3.5 from Xen standpoint.
...irqworkX when unplugging vCPUs. xen/hvc: Collapse error logic. xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFN xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness. xen/events: Add WARN_ON when quick lookup found invalid type. xen/balloon: Subtract from xen_released_pages the count that is populated. xen/blkback: Copy id field when doing BLKIF_DISCARD. xen/blkfront: Add WARN to deal with misbehaving backends. Lin Ming (2): xen/apic: implement io apic read with hypercall xen: implement IRQ_WORK_VECTOR handler Marek Marczykowski (1):...
2012 Oct 04
49
[RFC 00/14] arm: implement ballooning and privcmd foreign mappings based on x86 PVH
This series implements ballooning for Xen on ARM and builds and Mukesh''s PVH privcmd stuff to implement foreign page mapping on ARM, replacing the old "HACK: initial (very hacky) XENMAPSPACE_gmfn_foreign" patch. The baseline is a bit complex, it is basically Stefano''s xenarm-forlinus branch (commit bbd6eb29214e) merged with Konrad''s linux-next-pvh branch