messages from 2007-02-26 23:28:26 to 2007-03-07 01:44:46 UTC [more...]
+ stupid-hack-to-make-mainline-build.patch added to -mm tree
2007-03-07 1:44 UTC (15+ messages)
[patch] paravirt: VDSO page is essential
2007-03-07 0:54 UTC (60+ messages)
` Xen & VMI?
[patch 00/26] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
2007-03-06 22:52 UTC (47+ messages)
` [patch 01/26] Xen-paravirt_ops: Fix typo in sync_constant_test_bit()s name
` [patch 02/26] Xen-paravirt_ops: ignore vgacon if hardware not present
` [patch 03/26] Xen-paravirt_ops: use paravirt_nop to consistently mark no-op operations
` [patch 04/26] Xen-paravirt_ops: Add pagetable accessors to pack and unpack pagetable entries
` [patch 05/26] Xen-paravirt_ops: paravirt_ops: hooks to set up initial pagetable
` [patch 06/26] Xen-paravirt_ops: paravirt_ops: allocate a fixmap slot
` [patch 07/26] Xen-paravirt_ops: Allow paravirt backend to choose kernel PMD sharing
` [patch 08/26] Xen-paravirt_ops: add hooks to intercept mm creation and destruction
` [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations
` [patch 10/26] Xen-paravirt_ops: rename struct paravirt_patch to paravirt_patch_site for clarity
` [patch 11/26] Xen-paravirt_ops: Use patch site IDs computed from offset in paravirt_ops structure
` [patch 12/26] Xen-paravirt_ops: Fix patch site clobbers to include return register
` [patch 13/26] Xen-paravirt_ops: Consistently wrap paravirt ops callsites to make them patchable
` [patch 14/26] Xen-paravirt_ops: add common patching machinery
` [patch 15/26] Xen-paravirt_ops: Add apply_to_page_range() which applies a function to a pte range
` [patch 16/26] Xen-paravirt_ops: Allocate and free vmalloc areas
` [patch 17/26] Xen-paravirt_ops: Add nosegneg capability to the vsyscall page notes
` [patch 18/26] Xen-paravirt_ops: Add XEN config options
` [patch 19/26] Xen-paravirt_ops: Add Xen interface header files
` [patch 20/26] Xen-paravirt_ops: Core Xen implementation
` [patch 21/26] Xen-paravirt_ops: Use the hvc console infrastructure for Xen console
` [patch 22/26] Xen-paravirt_ops: Add early printk support via hvc console
` [patch 23/26] Xen-paravirt_ops: Add Xen grant table support
` [patch 24/26] Xen-paravirt_ops: Add the Xenbus sysfs and virtual device hotplug driver
` [patch 25/26] Xen-paravirt_ops: Add Xen virtual block device driver
` [patch 26/26] Xen-paravirt_ops: Add the Xen virtual network "
` [RFC] Arp announce (for Xen)
` [RFC] ARP notify option
[PATCH 2/10] linux 2.6.18: COMPAT_VDSO
2007-03-06 7:52 UTC (2+ messages)
` [Xen-devel] "
Here you
2007-03-04 9:30 UTC
[PATCH 4/9] Vmi fix highpte
2007-03-03 7:58 UTC (12+ messages)
system call time increase when turning on CONFIG_PARAVIRT
2007-03-03 7:00 UTC (4+ messages)
[PATCH 9/9] Vmi smp fixes.patch
2007-03-02 2:55 UTC
[PATCH 8/9] Vmi apic ops.diff
2007-03-02 2:55 UTC
[PATCH 7/9] Fix nohz compile.patch
2007-03-02 2:55 UTC
[PATCH 6/9] Pit override.patch
2007-03-02 2:55 UTC
[PATCH 5/9] Paravirt drop udelay op
2007-03-02 2:54 UTC
[PATCH 3/9] Vmi cpu cycles.patch
2007-03-02 2:54 UTC
[PATCH 2/9] Sched clock paravirt op fix.patch
2007-03-02 2:54 UTC
[PATCH 1/9] Vmi timer fixes round two.patch
2007-03-02 2:54 UTC
[PATCH 0/9] Bugfix patches for i386/vmi/paravirt-ops
2007-03-02 2:53 UTC
Where does vmi_apply_boot_page_allocations ever get called?
2007-03-01 10:00 UTC (3+ messages)
[patch 00/26] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
2007-02-28 21:02 UTC (46+ messages)
` [patch 01/26] Xen-paravirt_ops: Fix typo in sync_constant_test_bit()s name
` [patch 02/26] Xen-paravirt_ops: ignore vgacon if hardware not present
` [patch 03/26] Xen-paravirt_ops: use paravirt_nop to consistently mark no-op operations
` [patch 04/26] Xen-paravirt_ops: Add pagetable accessors to pack and unpack pagetable entries
` [patch 05/26] Xen-paravirt_ops: paravirt_ops: hooks to set up initial pagetable
` [patch 06/26] Xen-paravirt_ops: paravirt_ops: allocate a fixmap slot
` [patch 07/26] Xen-paravirt_ops: Allow paravirt backend to choose kernel PMD sharing
` [patch 08/26] Xen-paravirt_ops: add hooks to intercept mm creation and destruction
` [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations
` [patch 10/26] Xen-paravirt_ops: rename struct paravirt_patch to paravirt_patch_site for clarity
` [patch 11/26] Xen-paravirt_ops: Use patch site IDs computed from offset in paravirt_ops structure
` [patch 12/26] Xen-paravirt_ops: Fix patch site clobbers to include return register
` [patch 13/26] Xen-paravirt_ops: Consistently wrap paravirt ops callsites to make them patchable
` [patch 14/26] Xen-paravirt_ops: add common patching machinery
` [patch 15/26] Xen-paravirt_ops: Add apply_to_page_range() which applies a function to a pte range
` [patch 16/26] Xen-paravirt_ops: Allocate and free vmalloc areas
` [patch 17/26] Xen-paravirt_ops: Add nosegneg capability to the vsyscall page notes
` [patch 18/26] Xen-paravirt_ops: Add XEN config options
` [patch 19/26] Xen-paravirt_ops: Add Xen interface header files
` [patch 20/26] Xen-paravirt_ops: Core Xen implementation
` [patch 21/26] Xen-paravirt_ops: Use the hvc console infrastructure for Xen console
` [patch 22/26] Xen-paravirt_ops: Add early printk support via hvc console
` [patch 23/26] Xen-paravirt_ops: Add Xen grant table support
` [patch 24/26] Xen-paravirt_ops: Add the Xenbus sysfs and virtual device hotplug driver
` [patch 25/26] Xen-paravirt_ops: Add Xen virtual block device driver
` [patch 26/26] Xen-paravirt_ops: Add the Xen virtual network "
PARAVIRT_SAVE_FLAGS_IRQ_DISABLE composite callsite
2007-02-26 23:28 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).