virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-03-07 23:33:43 to 2007-03-14 21:36:07 UTC [more...]

Stolen and degraded time and schedulers
 2007-03-14 21:36 UTC  (35+ messages)

[PATCH/RFC] replace get_scheduled_cycles with sched_clock paravirt_op
 2007-03-14 20:34 UTC  (2+ messages)

[patch 00/34] Xen-pv_ops: Xen guest implementation for paravirt_ops interface
 2007-03-14 20:23 UTC  (38+ messages)
` [patch 01/34] Xen-pv_ops: Fix typo in sync_constant_test_bit()s name
` [patch 02/34] Xen-pv_ops: ignore vgacon if hardware not present
` [patch 03/34] Xen-pv_ops: update MAINTAINERS
` [patch 04/34] Xen-pv_ops: use paravirt_nop to consistently mark no-op operations
` [patch 05/34] Xen-pv_ops: Add pagetable accessors to pack and unpack pagetable entries
` [patch 06/34] Xen-pv_ops: Hooks to set up initial pagetable
` [patch 07/34] Xen-pv_ops: Allocate a fixmap slot
` [patch 08/34] Xen-pv_ops: Allow paravirt backend to choose kernel PMD sharing
` [patch 09/34] Xen-pv_ops: add hooks to intercept mm creation and destruction
` [patch 10/34] Xen-pv_ops: Simplify smp_call_function*() by using common implementation
` [patch 11/34] Xen-pv_ops: Add smp_ops interface
` [patch 12/34] Xen-pv_ops: rename struct paravirt_patch to paravirt_patch_site for clarity
` [patch 13/34] Xen-pv_ops: Use patch site IDs computed from offset in paravirt_ops structure
` [patch 14/34] Xen-pv_ops: Fix patch site clobbers to include return register
` [patch 15/34] Xen-pv_ops: Consistently wrap paravirt ops callsites to make them patchable
` [patch 16/34] Xen-pv_ops: add common patching machinery
` [patch 17/34] Xen-pv_ops: add flush_tlb_others paravirt_op
` [patch 18/34] Xen-pv_ops: revert map_pt_hook
` [patch 19/34] Xen-pv_ops: add kmap_atomic_pte for mapping highpte pages
` [patch 20/34] Xen-pv_ops: Add apply_to_page_range() which applies a function to a pte range
` [patch 21/34] Xen-pv_ops: Allocate and free vmalloc areas
` [patch 22/34] Xen-pv_ops: Add nosegneg capability to the vsyscall page notes
` [patch 23/34] Xen-pv_ops: Add XEN config options
` [patch 24/34] Xen-pv_ops: Add Xen interface header files
` [patch 25/34] Xen-pv_ops: Core Xen implementation
` [patch 26/34] Xen-pv_ops: Complete pagetable pinning for Xen
` [patch 27/34] Xen-pv_ops: Implement Xen clockevent device
` [patch 28/34] Xen-pv_ops: Xen SMP guest support
` [patch 29/34] Xen-pv_ops: Use the hvc console infrastructure for Xen console
` [patch 30/34] Xen-pv_ops: Add early printk support via hvc console
` [patch 31/34] Xen-pv_ops: Add Xen grant table support
` [patch 32/34] Xen-pv_ops: Add the Xenbus sysfs and virtual device hotplug driver
` [patch 33/34] Xen-pv_ops: Add Xen virtual block device driver
` [patch 34/34] Xen-pv_ops: Add the Xen virtual network "

[PATCH 2/9] Sched clock paravirt op fix.patch
 2007-03-13 21:05 UTC  (8+ messages)

Virtualization + CPU w/crypto acceleration instructions
 2007-03-13  0:04 UTC  (5+ messages)

Use of absolute timeouts for oneshot timers
 2007-03-11  9:21 UTC  (5+ messages)

entitles discounted Most offer
 2007-03-10 18:20 UTC 

pte_offset_map + lazy mmu
 2007-03-10 16:06 UTC  (4+ messages)

PATCH: Fix VMI and COMPAT_VDSO for 2.6.21
 2007-03-10 10:32 UTC  (4+ messages)

UNIXbased NFS packs
 2007-03-10 10:29 UTC 

email back up!
 2007-03-09 18:21 UTC 

Internet Culture.'' Carrier companies are working to introduce new transmission techniques like ATM that offer many times the bandwidth the average network link of today has
 2007-03-09 14:28 UTC 

[RFC/PATCH LGUEST X86_64 00/13] Lguest for the x86_64
 2007-03-09 11:20 UTC  (3+ messages)

[RFC/PATCH LGUEST X86_64 01/13] HV VM Fix map area for HV
 2007-03-09  4:10 UTC  (16+ messages)
` [RFC/PATCH LGUEST X86_64 02/13] hvvm export page utils
` [RFC/PATCH LGUEST X86_64 03/13] lguest64 core
` [RFC/PATCH LGUEST X86_64 04/13] Useful debugging
` [RFC/PATCH LGUEST X86_64 05/13] asm-offsets update
` [RFC/PATCH LGUEST X86_64 06/13] lguest64 Kconfig
` [RFC/PATCH LGUEST X86_64 07/13] lguest64 loader
` [RFC/PATCH LGUEST X86_64 08/13] lguest64 user header
` [RFC/PATCH LGUEST X86_64 09/13] lguest64 devices
` [RFC/PATCH LGUEST X86_64 10/13] dont compile in the lguest_net
` [RFC/PATCH LGUEST X86_64 11/13] x86_64 HVC attempt
` [RFC/PATCH LGUEST X86_64 12/13] dump stack on crash
` [RFC/PATCH LGUEST X86_64 13/13] Hack to get output

+ stupid-hack-to-make-mainline-build.patch added to -mm tree
 2007-03-09  0:44 UTC  (75+ messages)
                                              ` hardwired VMI crap

[RFC/PATCH PV_OPS X86_64 01/17] paravirt_ops - core changes
 2007-03-08 13:06 UTC  (19+ messages)
` [RFC/PATCH PV_OPS X86_64 02/17] paravirt_ops - msr
` [RFC/PATCH PV_OPS X86_64 03/17] paravirt_ops - system routines
` [RFC/PATCH PV_OPS X86_64 04/17] pavarvirt_ops - apci header updates
` [RFC/PATCH PV_OPS X86_64 05/17] pravirt_ops - segments
` [RFC/PATCH PV_OPS X86_64 06/17] paravirt_op - miscellaneous updates
` [RFC/PATCH PV_OPS X86_64 07/17] paravirt_ops - descriptor changes
` [RFC/PATCH PV_OPS X86_64 08/17] paravirt_ops - memory managment
` [RFC/PATCH PV_OPS X86_64 09/17] paravirt_ops - bios changes
` [RFC/PATCH PV_OPS X86_64 10/17] paravirt_ops - boot changes
` [RFC/PATCH PV_OPS X86_64 11/17] paravirt_ops - asm-offset updates
` [RFC/PATCH PV_OPS X86_64 12/17] paravirt_ops - interrupt/exception changes
` [RFC/PATCH PV_OPS X86_64 13/17] paravirt_ops - time updates
` [RFC/PATCH PV_OPS X86_64 14/17] paravirt_ops - vsyscall
` [RFC/PATCH PV_OPS X86_64 15/17] paravirt_op - kconfig
` [RFC/PATCH PV_OPS X86_64 16/17] paravirt_ops - touch ups
` [RFC/PATCH PV_OPS X86_64 17/17] paravirt_ops - pda entry

[RFC/PATCH PV_OPS X86_64 00/17] Paravirt_ops for x86_64
 2007-03-08 13:05 UTC  (3+ messages)

[RFC/PATCH PV_OPS X86_64 00/17] Paravirt_ops for x86_64
 2007-03-08  5:53 UTC 

system call time increase when turning on CONFIG_PARAVIRT
 2007-03-08  0:55 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).