| Re: [Xen-ia64-devel] [PATCH][3/3] Steal time accounting forPVdomain/IA64 TAKE2 - Isaku Yamahata |
| Re: [Xen-ia64-devel] [PATCH][GFW][RFC] fix EFI_SAL_SET_VECTORS - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH] ia64: fix domain restore - Kouya Shimura |
| Re: [Xen-ia64-devel] [PATCH][3/3] Steal time accounting forPVdomain/IA64 TAKE2 - Isaku Yamahata |
| [Xen-ia64-devel] Xen/IPF Unstable CS#17661 Status Report --- Two new issues found - Zhang, Jingke |
| Re: [Xen-ia64-devel] [PATCH][GFW][RFC] fix EFI_SAL_SET_VECTORS - SUZUKI Kazuhiro |
| [Xen-ia64-devel] Xen/IPF Unstable CS#17671 Status Report --- one issue fixed, one issue still existed - Zhang, Jingke |
| [Xen-ia64-devel] Re: [PATCH 00/15] ia64/pv_ops take 5 - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 00/17] ia64/pv_ops take 6 - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 02/17] ia64/pv_ops: preparation: move the constants, LOAD_OFFSET, to a header file. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 03/17] ia64/pv_ops: preparation: introduce ia64_set_rr0_to_rr4() to make kernel paravirtualization friendly. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 04/17] ia64/pv_ops: preparation: introduce ia64_get_psr_i() to make kernel paravirtualization friendly. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 06/17] ia64/pv_ops: add an early setup hook for pv_ops. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 08/17] ia64/pv_ops: preparation for paravirtulization of hand written assembly code. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 09/17] ia64/pv_ops: define paravirtualized instructions for native. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 10/17] ia64/pv_ops: paravirtualize minstate.h. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 11/17] ia64/pv_ops: paravirtualize ivt.S - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 12/17] ia64/pv_ops: paravirtualize entry.S - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 13/17] ia64/pv_ops: paravirtualize NR_IRQS - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 14/17] ia64/pv_ops: define initialization hooks, pv_init_ops, for paravirtualized environment. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 16/17] ia64/pv_ops: add hooks, pv_irq_ops, to paravirtualized irq related operations. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 17/17] ia64/pv_ops: add to hooks, pv_time_ops, for steal time accounting. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 00/23] ia64/xen domU take 6 - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 00/23] ia64/xen domU take 6 - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 01/23] ia64/xen: introduce synch bitops which is necessary for ia64/xen support. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 02/23] ia64/xen: increase IA64_MAX_RSVD_REGIONS. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 03/23] ia64/xen: introduce definitions necessary for ia64/xen hypercalls. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 04/23] ia64/xen: define several constants for ia64/xen. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 05/23] ia64/xen: define helper functions for xen related address conversion. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 06/23] ia64/xen: define helper functions for xen hypercalls. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 07/23] ia64/xen: implement the arch specific part of xencomm. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 08/23] ia64/xen: xencomm conversion functions for hypercalls - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 09/23] ia64/xen: implement arch specific part of xen grant table. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 10/23] ia64/xen: add definitions necessary for xen event channel. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 11/23] ia64/pv_ops/xen: elf note based xen startup. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 12/23] ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 13/23] ia64/pv_ops/xen: define xen pv_cpu_ops. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 15/23] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 16/23] ia64/pv_ops/xen: paravirtualize ivt.S for xen. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 18/23] ia64/pv_ops/xen: implement xen pv_iosapic_ops. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 19/23] ia64/pv_ops/xen: define the nubmer of irqs which xen needs. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 20/23] ia64/pv_ops/xen: implement xen pv_irq_ops. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 21/23] ia64/pv_ops/xen: implement xen pv_time_ops. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 22/23] ia64/xen: define xen machine vector for domU. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 23/23] ia64/pv_ops: update Kconfig for paravirtualized guest and xen. - Isaku Yamahata |
| RE: [Xen-ia64-devel] Xen/IPF Unstable CS#17671 Status Report --- one issue fixed, one issue still existed - Zhang, Jingke |
| [Xen-ia64-devel] Xen/IPF Unstable CS#17677 Status Report - Zhang, Jingke |
| Re: [Xen-ia64-devel] Xen/IPF Unstable CS#17671 Status Report --- one issue fixed, one issue still existed - Isaku Yamahata |
| Re: [Xen-ia64-devel] Xen/IPF Unstable CS#17671 Status Report --- one issue fixed, one issue still existed - SUZUKI Kazuhiro |
| Re: [Xen-ia64-devel] Re: [PATCH 00/15] ia64/pv_ops take 5 - Akio Takebe |
| [Xen-ia64-devel] [RFC][DRAFT] linux-2.6/Documentation/ia64/pv_ops.txt - Akio Takebe |
| [Xen-ia64-devel] [Patch] renew xen_domu_wip_defconfig - Akio Takebe |
| [Xen-ia64-devel] [PATCH] zero extend I/O reads - Alex Williamson |
| Re: [Xen-ia64-devel] [RFC][DRAFT] linux-2.6/Documentation/ia64/pv_ops.txt - Isaku Yamahata |
| Re: [Xen-ia64-devel] [Patch] renew xen_domu_wip_defconfig - Akio Takebe |
| [Xen-ia64-devel] [PATCH 1/2] ia64/pv_ops: paravirtualized istruction checker. - Isaku Yamahata |
| [Xen-ia64-devel] [PATCH 2/2] ia64/pv_ops: documentation on ia64/pv_ops - Isaku Yamahata |
| [Xen-ia64-devel] [RFC][PATCH] fix zero extending for mmio ld1/2/4 emulation - Isaku Yamahata |
| Re: [Xen-ia64-devel] [RFC][DRAFT] linux-2.6/Documentation/ia64/pv_ops.txt - Akio Takebe |
| Re: [Xen-ia64-devel] [RFC][DRAFT] linux-2.6/Documentation/ia64/pv_ops.txt - Isaku Yamahata |
| Re: [Xen-ia64-devel] [PATCH] zero extend I/O reads - Alex Williamson |
| RE: [Xen-ia64-devel] [RFC][PATCH] fix zero extending for mmio ld1/2/4emulation - Xu, Anthony |
| [Xen-ia64-devel] Re: [patch] fix zero extending for mmio ld1/2/4 emulation in KVM - Jes Sorensen |
| [Xen-ia64-devel] Re: [PATCH 2/2] ia64/pv_ops: documentation on ia64/pv_ops - Isaku Yamahata |
| [Xen-ia64-devel] Re: [patch] fix zero extending for mmio ld1/2/4 emulation in KVM - Isaku Yamahata |
| [Xen-ia64-devel] Xen bug#1253 has been fixed on IA32 - Zhang, Jingke |
| [Xen-ia64-devel] Re: [patch] fix zero extending for mmio ld1/2/4 emulation in KVM - Jes Sorensen |
| RE: [Xen-ia64-devel] Xen/IPF Unstable CS#17677 Status Report - Zhang, Xing Z |
| [Xen-ia64-devel] RE: [patch] fix zero extending for mmio ld1/2/4 emulation in KVM - Xu, Anthony |
| Re: [Xen-ia64-devel] Xen Itanium features available in Xen HVM? - Tristan Gingold |
| [Xen-ia64-devel] [IA64] Weekly benchmark results [ww20] - KUWAMURA Shin'ya |
| [Xen-ia64-devel] [GFW bug]crash when "Input the description" - Zhang, Xing Z |
| Re: [Xen-ia64-devel] RE: [GFW bug]crash when "Input the description" - tgin...@free.fr |
| [Xen-ia64-devel] [PATCH] compilation fix of c/s 17723:c684cf331f94 - Isaku Yamahata |
| [Xen-ia64-devel] Re: [GFW bug]crash when "Input the description" - SUZUKI Kazuhiro |
| [Xen-ia64-devel] RE: [GFW bug]crash when "Input the description" - Zhang, Xing Z |
| RE: [Xen-ia64-devel] RE: [GFW bug]crash when "Input the description" - Zhang, Xing Z |
| [Xen-ia64-devel] Re: [PATCH 00/17] ia64/pv_ops take 6 - Isaku Yamahata |
| RE: [Xen-ia64-devel] Xen/IPF Unstable CS#17671 Status Report --- oneissue fixed, one issue still existed - Zhang, Xing Z |
| [Xen-ia64-devel] [PATCH] cleanup: vcpu_set_psr_sm - Kouya Shimura |
| [Xen-ia64-devel] RE: [PATCH 00/17] ia64/pv_ops take 6 - Luck, Tony |
| Re: [Xen-ia64-devel] RE: [GFW bug]crash when "Input the description" - Tristan Gingold |
| [Xen-ia64-devel] RE: [PATCH 00/17] ia64/pv_ops take 6 - Luck, Tony |
| Re: [Xen-ia64-devel] [RFC][DRAFT] linux-2.6/Documentation/ia64/pv_ops.txt - Isaku Yamahata |
| [Xen-ia64-devel] Re: [PATCH 00/17] ia64/pv_ops take 6 - Isaku Yamahata |
| Re: [Xen-ia64-devel] [RFC][DRAFT] linux-2.6/Documentation/ia64/pv_ops.txt - Akio Takebe |
| Re: [Xen-ia64-devel] [PATCH] cleanup: vcpu_set_psr_sm - Isaku Yamahata |
| [Xen-ia64-devel] Re: [Xen-devel] [PATCH] Remove physmap page upon granttab xfer - Isaku Yamahata |
| [Xen-ia64-devel] Xen/IPF Unstable CS#17700 Status Report --- no new issue - Zhang, Jingke |
| [Xen-ia64-devel] [PATCH] fix wrong TLB insertion - Kouya Shimura |
| Re: [Xen-ia64-devel] [PATCH] fix wrong TLB insertion - Isaku Yamahata |
| Re: [Xen-ia64-devel] [PATCH] fix wrong TLB insertion - Kouya Shimura |
| [Xen-ia64-devel] Re: [Xen-devel] [PATCH] Remove physmap page upon granttab xfer - Isaku Yamahata |
| [Xen-ia64-devel] Re: [Xen-devel] [PATCH] Remove physmap page upon granttab xfer - Isaku Yamahata |
| [Xen-ia64-devel] [IA64] Weekly benchmark results [ww21] - KUWAMURA Shin'ya |
| [Xen-ia64-devel] ANN: the new repo http://people.valinux.co.jp/~yamahata/xen-ia64/for_eagl/linux-2.6-ia64-pv-ops.git/ - Isaku Yamahata |
| [Xen-ia64-devel] Where are DTR6 and DTRA defined and set? - Paul Leisy |
| Re: [Xen-ia64-devel] Where are DTR6 and DTRA defined and set? - Tristan Gingold |
| Re: [Xen-ia64-devel] Where are DTR6 and DTRA defined and set? - Isaku Yamahata |
| Re: [Xen-ia64-devel] Where are DTR6 and DTRA defined and set? - Isaku Yamahata |