age |
author |
revision |
description |
2007-01-28 |
kaf24 |
13653:fd57cef459dc |
Allow 'xm create' to set scheduling parameters. |
2007-01-28 |
kaf24 |
13652:db0aeb4e41c3 |
Reject xm sched-* comands for other than the in-use scheduler. |
2007-01-28 |
kaf24 |
13651:4e7bda043cce |
Fix xentop error return code if passed unrecognised options. |
2007-01-27 |
kaf24 |
13650:d1710eb35385 |
[HVM] Allow HVM guest to request invalidation of foreign mappings via |
2007-01-26 |
kaf24 |
13649:271ffb1c12eb |
Rename find_domain_by_id() to get_domain_by_id(). |
2007-01-26 |
kaf24 |
13648:32fd32bbf78d |
Add RCU support to Xen. |
2007-01-26 |
kaf24 |
13647:19a600376688 |
Don't clobber vcpu flags when getting vcpu context. |
2007-01-26 |
kaf24 |
13646:aae5932afc6d |
[HVM] Fix some BIOS build warnings. |
2007-01-26 |
kaf24 |
13645:4dd3266e13a7 |
[TCGBIOS] Fix some makefile issues. |
2007-01-26 |
kaf24 |
13644:edbff1762a55 |
Remove the test functions from HVM highmem 32-bit BIOS. |
2007-01-26 |
kaf24 |
13643:c07326324f8d |
[HVM] Add TCG BIOS extensions to the high memory area along with |
2007-01-26 |
kaf24 |
13642:480436ef6255 |
This patch adds a 32bit gateway to the Bochs BIOS. The 32 bit code is |
2007-01-26 |
Alastair Tse |
13641:b97780b7080d |
[XEND] Hook in utilisation statistics into Xen API calls. |
2007-01-26 |
Alastair Tse |
13640:93d3ff513609 |
[XEND] Floats for not need to be stringified in Xen API. |
2007-01-26 |
Alastair Tse |
13639:b8b75fdbd21f |
[XENAPI] Add an example to start HVM guests via the Xen API. |
2007-01-26 |
Alastair Tse |
13638:bb2b1b6662fa |
[XENAPI] Make server uri easily configurable via ENV or CLI opts. |
2007-01-26 |
kaf24 |
13637:ace66ef96b5e |
Fix 32-bit build. |
2007-01-26 |
kaf24 |
13636:82b21d942ef9 |
Update hgignore list |
2007-01-26 |
kaf24 |
13635:baf1d6ebf29c |
minios : netfront driver fixes. |
2007-01-26 |
kaf24 |
13634:5d440c35a784 |
xen: Remove unused elf32.c. |
2007-01-26 |
kaf24 |
13633:057c4c2991fa |
32-on-64: Fix an one-off error in compat_addr_ok(). |
2007-01-26 |
kaf24 |
13632:fcaf34bc5e41 |
Cleanups for unmodified (pv-on-hvm) driver building. |
2007-01-26 |
kaf24 |
13631:16f7f5ac80ed |
Replace mlock() calls with lock_pages(). |
2007-01-26 |
kaf24 |
13630:e0291e3ed603 |
32-on-64: New set_address_size domctl for switching to compat mode. |
2007-01-26 |
kaf24 |
13629:2f8a7e5fd8ba |
32-on-64: Fix register-argument rearrangement to avoid clobbering the |
2007-01-26 |
Alastair Tse |
13628:ba3ec84c9423 |
[XEND] Add missing ConsoleController.py |
2007-01-25 |
Emmanuel Ackaouy |
13627:9d1d9877131d |
Support transparant gunzipping in the readnotes utility. |
2007-01-25 |
Emmanuel Ackaouy |
13626:d42878949f63 |
libxc domain builder rewrite, linux builder |
2007-01-25 |
Emmanuel Ackaouy |
13625:fd50500eee7c |
libxc domain builder rewrite, core bits. |
2007-01-25 |
Emmanuel Ackaouy |
13624:50d9e2ddc377 |
libxc header fixups. |
2007-01-25 |
Emmanuel Ackaouy |
13623:985384fd424c |
Add more xc_error_code values. |
2007-01-25 |
Emmanuel Ackaouy |
13622:583441e296a1 |
Generate headers with arch-specific structs. |
2007-01-25 |
Emmanuel Ackaouy |
13621:4aa6044ab967 |
libelf: use for readnotes utility. |
2007-01-25 |
Emmanuel Ackaouy |
13620:a63d1af01b3d |
libelf: use for hvm builder. |
2007-01-25 |
Emmanuel Ackaouy |
13619:a754192ffce6 |
libelf: add to libxc |
2007-01-25 |
Emmanuel Ackaouy |
13618:3c9926aadec5 |
libelf: use for x86 dom0 builder. |
2007-01-25 |
Emmanuel Ackaouy |
13617:db3d03dfe92f |
add libelf: an ELF binary parser library. |
2007-01-25 |
Alastair Tse |
13616:b111908dd70b |
[XEND] Preliminary console support in Xen API |
2007-01-25 |
Alastair Tse |
13615:3bb7136c8fb4 |
[XEND] Fix HVM guest creation via Xen API |
2007-01-25 |
kfraser |
13614:1abb694a52df |
Fix perfc=y build. |
2007-01-25 |
kfraser |
13613:fde9e1d474b7 |
hvm: Define a global I/O access bitmap, allowing direct access to port 0x80. |
2007-01-25 |
Alastair Tse |
13612:9e4f61bb200e |
[XEND] Fix bad patch merge for XendMonitor |
2007-01-25 |
kfraser |
13611:e19f9d6a2ff5 |
netfront: Better fix for netfront_tx_slot_available(). |
2007-01-25 |
kfraser |
13610:fec1a6975588 |
emulator: Emulate IN/OUT/INS/OUTS. Fix CLTS. |
2007-01-25 |
kfraser |
13609:21b9416d2215 |
emulator: Start filling in gaps for privileged instructions. |
2007-01-25 |
Alastair Tse |
13608:0843e4261753 |
[XEND] Ignore socket.shutdown() exceptions |
2007-01-25 |
kfraser |
13607:2a9b6b1f848f |
32-on-64: Small fixes. |
2007-01-25 |
kfraser |
13606:348c2983ff02 |
emulator: Add new hook functions for load/store privileged state. |
2007-01-25 |
kfraser |
13605:a9165141e52d |
During suspend, return immediately with a failure if the domain will |
2007-01-25 |
kfraser |
13604:d6d27c649fd6 |
[HVM] Wake up APs immediately during restore. |
2007-01-25 |
kfraser |
13603:42aaf08dd20e |
netfront: Check availability of grant references in start_xmit(). |
2007-01-25 |
Alastair Tse |
13602:ee1febe317f7 |
[XEND] Allow TCP XMLRPC address:port to be configured, if enabled. |
2007-01-25 |
Ewan Mellor |
13601:82c306ad212e |
Have the sxp parsing cope when the cpus field is a list, which can happen |
2007-01-25 |
Alastair Tse |
13600:32f7d3200a99 |
[XEND] Remove usage of set() in XendMonitor as it is a py2.4+ feature |
2007-01-24 |
kfraser |
13599:e75107963846 |
[HVM][SVM] Add save/restore support. |
2007-01-24 |
kfraser |
13598:bc7363b9b892 |
bimodal xenfb daemon: Fixes and cleanups. |
2007-01-24 |
kfraser |
13597:e68bf334ecb8 |
32-on-64: All argument registers must be zero extended to 64 bits |
2007-01-24 |
Alastair Tse |
13596:2932d0e7c554 |
[XEND] Fix typo in XendNode |
2007-01-24 |
Ewan Mellor |
13595:959e79bfe913 |
Fix device reordering that occurs when the config gets read into dictionaries. |
2007-01-24 |
kfraser |
13594:30af6cfdb05c |
Make domctl/sysctl interfaces 32-/64-bit invariant. |
2007-01-24 |
Alastair Tse |
13593:a94363b85e19 |
[XEND] Add debug class to Xen API plus non-standard debug.wait(). |
2007-01-24 |
Alastair Tse |
13592:da23e1b616b0 |
[XEND] Move decorate() to XendAPI.__new__ and have a static flag to |
2007-01-24 |
Alastair Tse |
13591:f9eceb9c52d7 |
[XENAPI] Make test script attempt to login with blank credentials |
2007-01-24 |
Alastair Tse |
13590:e4d415692ba5 |
[XEND] Cleanup old domains in statistics monitor. |
2007-01-24 |
Alastair Tse |
13589:f000f963bbfd |
[XENAPI] Add vif-list to xapi.py script |
2007-01-24 |
Alastair Tse |
13588:85250ca1df56 |
[XEND] Output exception to log files if XendAPI fails to instantiate. |
2007-01-24 |
Alastair Tse |
13587:072ce22bcc91 |
[XENAPI] Update test scripts to move from VBD.image to creating VDI's |
2007-01-24 |
Alastair Tse |
13586:665be23d7fe9 |
[XEND] Add support for multiple storage repositories. |
2007-01-24 |
Alastair Tse |
13585:bea3d48576c6 |
[XEND] Add missing Xen API methods |
2007-01-24 |
Alastair Tse |
13584:6a54b1d8d105 |
[XEND] Make sure UUID in state store are not stored as unicode |
2007-01-24 |
Alastair Tse |
13583:f06f8e134c48 |
[XEND] Prevent invalid arguments for destroy event channels. |
2007-01-24 |
Alastair Tse |
13582:9292da5e9a27 |
Test scripts for Xen API updated to support Async support |
2007-01-24 |
Alastair Tse |
13581:248a9c36d816 |
[XEND] Add Task support in Xen API implementation. |
2007-01-24 |
Christian Limpach |
13580:259470f0856b |
[linux] remove gratuitous differences with plain linux. |
2007-01-24 |
Alastair Tse |
13579:6c087036b3ed |
[XEND] Add missing XendMonitor.py |
2007-01-24 |
Alastair Tse |
13578:f7a52957b427 |
[XEND] Add simple VCPUs, VBDs, VIFs statistics monitoring |
2007-01-24 |
Alastair Tse |
13577:4f5772324e67 |
[XEND] Strip suffix from device name and add support for 'VBD.type' |
2007-01-24 |
Christian Limpach |
13576:8331aca2f29c |
[linux] Disable GENERIC_TIME until we have a xen clocksource. |
2007-01-24 |
kfraser |
13575:c3b2443408f4 |
Fix crash if some secondary CPUs cannot be initialised. |
2007-01-24 |
kfraser |
13574:b064775fba7d |
[QEMU] Clear TD status field explicitly when it's fetched. |
2007-01-24 |
kfraser |
13573:c9ac0bace498 |
bimodal blkback: Support multiple ring protocols. |
2007-01-24 |
kfraser |
13572:349e95826a8f |
Fix error message in network-bridge script. |
2007-01-24 |
kfraser |
13571:b280c75f2622 |
libxenguest: Fix xc_resume() build for non-x86. |
2007-01-24 |
kfraser |
13570:19e3f812805f |
Add BSD-style license to top of hvm_op.h public header file. |
2007-01-23 |
john levon |
13569:73b88d158ec9 |
Close save-after-restore race. |
2007-01-23 |
kfraser |
13568:bea505a69722 |
[LIBXC] Provide weak stub default implementations of xc_hvm_save() and |
2007-01-23 |
kfraser |
13567:373b09ddc905 |
linux: Make resend_irq_on_evtchn() non-static for ia64 use. |
2007-01-23 |
kfraser |
13566:fe01db0e59a3 |
[HVM] fix save/restore on 64b HV |
2007-01-23 |
kfraser |
13565:3071537af9d8 |
x86: flush_tlb_mask() should take into account specified VA to flush |
2007-01-23 |
kfraser |
13564:d54c8dab1e64 |
bimodal pvfb backend: Deal with both 32 and 64 bit frontends. |
2007-01-23 |
kfraser |
13563:c545932a18f3 |
bimodal blkfront: Create a new node "protocol" in xenstore, add the |
2007-01-23 |
kfraser |
13562:b9ffa4b49d97 |
bimodal: pvfb frontend |
2007-01-23 |
kfraser |
13561:ffe52263b430 |
bimodal: header file with protocol names. |
2007-01-23 |
kfraser |
13560:914304b3a3da |
linux: Fix enable_irq() crash by removing a BUG_ON() assumption in our |
2007-01-23 |
Alastair Tse |
13559:ee7c422c5f7b |
[XM-TEST] Allow building of ramdisk on x86_64 |
2007-01-23 |
Ian Campbell |
13558:4e878f596c16 |
[LINUX] Force .data segment to be 4k aligned on i386 |
2007-01-22 |
Alastair Tse |
13557:b75af612851c |
[XEND] Save model attribute for HVM VIFs |
2007-01-22 |
Alastair Tse |
13556:bffe67212133 |
[XEND] Fix get_dev_property_by_uuid |
2007-01-22 |
Ian Campbell |
13555:687b1120765e |
[PV-on-HVM] Make PV drivers on HVM kernels work on older kernels after |
2007-01-22 |
kfraser |
13554:dd55107d4a67 |
Fix failure to localise xm by preventing cd from writing to stdout |
2007-01-22 |
kfraser |
13553:200a9c6deeb3 |
[PVFB] Set keyboard layout of PVFB from configuration file. |
2007-01-22 |
kfraser |
13552:b1c03f19a4ef |
[PVFB] Support keymap localisation. |
2007-01-22 |
kfraser |
13551:a02622437e07 |
VTPM_TOOLS: Added support for QEMU to communicate with vTPM over UNIX |
2007-01-22 |
kfraser |
13550:ded2d8dcef52 |
Put gdb version in a variable in gdbbuild script. |
2007-01-22 |
kfraser |
13549:f36700819453 |
linux/i386: widen physical address range |
2007-01-22 |
Ian Campbell |
13548:cc819d81be2a |
merge |
2007-01-22 |
Ian Campbell |
13547:d86a96ca47a3 |
[XEN] Consolidate multiple defintions of ELFNOTE_* accessor macros |
2007-01-22 |
kfraser |
13546:765e08679f2b |
linux/i386: relax highpte pinning/write-protecting |
2007-01-22 |
Ian Campbell |
13545:de6c4f72b65b |
[LINUX] Fix native build. |
2007-01-22 |
Ian Campbell |
13544:66cc1685d957 |
[XEN] Avoid void* arithmetic in kexec ELF note manipulations. |
2007-01-22 |
kfraser |
13543:207523704fb1 |
Implement clean return from save/restore failure (so that original |
2007-01-22 |
kfraser |
13542:baa9b76ea3e1 |
[SVM] Remove ASID logic. Errata prevent this feature being used |
2007-01-22 |
Steven Hand |
13541:1c0ca58e8c16 |
Re-enable CONFIG_HOTPLUG_CPU by deafult for -xen? kernels. |
2007-01-22 |
Tim Deegan |
13540:5f998c3170f7 |
[PYGRUB] Plumb bootloader I/O through xenconsole. |
2007-01-22 |
Tim Deegan |
13539:51ff40839470 |
[PYGRUB] Add python module for POSIX ptsname(2) function. |
2007-01-22 |
Tim Deegan |
13538:6ce3b486f0d4 |
[PYGRUB] Don't redraw the interactive menu screen if it doesn't need it. |
2007-01-21 |
kaf24 |
13537:7c455af5998a |
Fix byte-to-long bitmap conversions. |
2007-01-21 |
kaf24 |
13536:c1f23d09285e |
linux: Fix x86/64 build (which is failing on some systems). |
2007-01-21 |
kaf24 |
13535:c3e19108f3ed |
[LIBXC] Fix non-x86 build. |
2007-01-20 |
Tim Deegan |
13534:7e28a8c150ed |
Unbreak 64bit build |
2007-01-20 |
Tim Deegan |
13533:a514ae6bc150 |
[HVM] Save/restore cleanups 06: Let dom0 change domU's paging mode |
2007-01-20 |
Tim Deegan |
13532:5dc5e6ba42d2 |
Merge |
2007-01-20 |
Tim Deegan |
13531:ff4f4596cb29 |
[HVM] Save/restore cleanups 05: save-format headers |
2007-01-20 |
Tim Deegan |
13530:1fd5f1754cea |
[HVM] Save/restore cleanups 04: Move new domctls out of common code. |
2007-01-20 |
Tim Deegan |
13529:2457741f4ec3 |
[HVM] Save/restore cleanups 03: IRQ |
2007-01-20 |
Tim Deegan |
13528:dccdc3ee0efc |
[HVM] Save/restore cleanups 02: VCPU |
2007-01-20 |
Tim Deegan |
13527:56228886421d |
[HVM] Save/restore cleanups 01: PIT |
2007-01-19 |
kaf24 |
13526:0971f0e9461e |
[XEN] Remove bogus include reference. |
2007-01-19 |
kfraser |
13525:9f27746eff43 |
[LIBXC] Refactor xc_domain_resume() into its own source file. |
2007-01-19 |
kfraser |
13524:701afa77106a |
[XEN] Move hvm get/set domctl() commands to arch/x86/domctl.c. |
2007-01-19 |
kfraser |
13523:d4ed1deee42d |
Allow XS_INTRODUCE to be used for rebinding the xenstore evtchn. |
2007-01-19 |
kfraser |
13522:0bf0672528cf |
[XEN] Support VCPU reset via DOMCTL_setvcpucontext. |
2007-01-19 |
kfraser |
13521:62e2e515febe |
[XEN] New event-channel reset operation. |
2007-01-19 |
kfraser |
13520:f89126a59073 |
Add unsuspend hook for resuming devices in the checkpoint parent. |
2007-01-19 |
kfraser |
13519:b4a8000e76db |
Make xen_suspend handle resume. |
2007-01-19 |
kfraser |
13518:50cb739a68b6 |
[XEN] Add missing change for XS_RESUME. |
2007-01-19 |
kfraser |
13517:9a1809ce711b |
xenstore: add XS_RESUME command; export it to xend. |
2007-01-19 |
kfraser |
13516:dcb145f858e3 |
Add resumedomain domctl to resume a domain after checkpoint. |
2007-01-19 |
Christian Limpach |
13515:9a0b157a0ab0 |
[merge] with xen-unstable |
2007-01-19 |
Christian Limpach |
13514:3c8bb086025e |
[merge] with xen-unstable |
2007-01-18 |
Christian Limpach |
13513:8475a4e0425e |
[merge] with xen-unstable |
2007-01-18 |
Christian Limpach |
13512:3464bb656a9c |
[linux] Fix set_fixmap for vdso mapping on i386 and make x86_64 version correcter. |
2007-01-17 |
Christian Limpach |
13511:3adf00179a63 |
[linux] Update to linux-2.6.18. |
2007-01-12 |
Christian Limpach |
13510:5babd90037b8 |
[linux x86_64] Disable smp alternatives. |
2007-01-12 |
Christian Limpach |
13509:4fad820a2233 |
[linux] Update to linux-2.6.17. |
2007-01-19 |
kfraser |
13508:e9e327c3e81b |
[MINIOS] More cleanups for the ia64 port. |
2007-01-19 |
kfraser |
13507:374688d2db78 |
[MINIOS] Fix compile warnings with -O. |
2007-01-19 |
kfraser |
13506:5d08bf268f92 |
[TOOLS] Avoid void* arithmetic when parsing elf notes. |
2007-01-19 |
kfraser |
13505:1e5ad8ccb286 |
[XEN] Avoid void* arithmetic in elfnote code. |
2007-01-19 |
kfraser |
13504:1a45828882e9 |
[LIBXC] Handle trace-buffer cpumap endianness. |
2007-01-19 |
kfraser |
13503:cd532c9351fc |
[LIBXC] Convert between byte-based and 64-bit bitmap arrays. Use this |
2007-01-19 |
kfraser |
13502:fa5bc90a3cb7 |
[XEN] Convert between long-based and byte-based bitmap arrays. |
2007-01-19 |
Christian Limpach |
13501:3157835b1d45 |
[HVM] Whitespace cleanup. |
2007-01-19 |
kfraser |
13500:ba18f07cb61c |
[MINIOS] Added domctl and sysctl hypercalls to the |
2007-01-19 |
kfraser |
13499:9b76e8f30c88 |
[XEN] Revert change to vcpu_guest_context which breaks guest ABI. |
2007-01-19 |
Christian Limpach |
13498:2ef07c610729 |
[HVM] Only update guest time on timer interrupt delivery if the guest time is in the past. |
2007-01-19 |
Ewan Mellor |
13497:683bc79cf579 |
Tidy up the restore path following HVM save/restore patches. |
2007-01-18 |
john levon |
13496:5633bb2abeaf |
Update pygrub for new Solaris directory names. |
2007-01-18 |
kfraser |
13495:e2539ab3580a |
[HVM] Fix slow wallclock in x64 Vista. This is due to confusing a |
2007-01-18 |
Christian Limpach |
13494:16847428f859 |
[linux networking] Remove the code to allocate page sized skbs. |
2007-01-18 |
kfraser |
13493:4f0a68df2585 |
Build PAE by default on x86_32. |
2007-01-18 |
kfraser |
13492:e2ca6bd16046 |
Merge with xen-ia64-unstable.hg |
2007-01-17 |
awilliam |
13491:58637a0a7c7e |
[IA64] Remove duplicate typedefs |
2007-01-17 |
awilliam |
13490:26c75e0e48ed |
merge with xen-unstable.hg |
2007-01-17 |
awilliam |
13489:7e9077dd4010 |
[IA64] Passing address of PSCB is not needed |
2007-01-17 |
awilliam |
13488:efaf9c2de07e |
[IA64] Remove duplicate check is_running_on_xen |
2007-01-17 |
awilliam |
13487:2056bc71fa55 |
[IA64] Let Xen handle identity mapping for xenolinux region 7 |
2007-01-16 |
awilliam |
13486:43115ffc6635 |
[IA64] Paravirtualize syscall path in file fsys.S |
2007-01-16 |
awilliam |
13485:7a2c224a9252 |
[IA64] Add fsys.S to sparse tree |
2007-01-16 |
awilliam |
13484:1d72428a0fab |
[IA64] Remove dorfirfi completely |
2007-01-16 |
awilliam |
13483:24ce556e3049 |
[IA64] Add privilege check back for hypercall |
2007-01-16 |
awilliam |
13482:7d8670a30445 |
[IA64] Change vCPU initialization to avoid domVTi privregs memory leak |
2007-01-15 |
awilliam |
13481:a2b2b2a011f1 |
merge with xen-unstable.hg |
2007-01-14 |
awilliam |
13480:c6b683ba68f5 |
[IA64] Fix save/restore |
2007-01-14 |
awilliam |
13479:43c5302ee92d |
[IA64] Fix multicall hypercall |
2007-01-12 |
awilliam |
13478:809043a22786 |
[IA64] Implement hyper_get_psr |
2007-01-12 |
awilliam |
13477:c1b98df7386d |
[IA64] Fix xencomm_arch_hypercall_suspend |
2007-01-12 |
awilliam |
13476:cd6598396086 |
[IA64] Simplify lazy cover algorithm |
2007-01-11 |
awilliam |
13475:01ea554f1c5e |
[IA64] Hypercall optimizations |
2007-01-11 |
awilliam |
13474:db72b85b81bb |
[IA64] merge increment_iip |
2007-01-11 |
awilliam |
13473:d607d575ec6a |
[IA64] Can't inject event, when guest is executing rfi |
2007-01-12 |
awilliam |
13472:b440f5dbca1f |
[IA64] Use original itir when inserting into the single-entry TLB |
2007-01-12 |
awilliam |
13471:5d328ef9da71 |
[IA64] Make crash command happy |
2007-01-12 |
awilliam |
13470:8835443fa3b3 |
[IA64] Resolve a race in tlb_track_search_and_remove() |
2007-01-11 |
awilliam |
13469:9cbb1d6fb34a |
[IA64] fix domain_flush_vtlb_all() |
2007-01-10 |
awilliam |
13468:91be8436952d |
[IA64] Clean up build warnings |
2007-01-10 |
awilliam |
13467:b11e75e65f90 |
[IA64] Move cmdline.c to linux-xen |
2007-01-10 |
awilliam |
13466:8c9c3ae604bc |
[IA64] Add empty nmi.h |
2007-01-10 |
awilliam |
13465:bca11a0161e3 |
[IA64] Remove bogus linux/kernel.h include |
2007-01-10 |
awilliam |
13464:58633caeece9 |
merge with xen-unstable.hg |
2007-01-10 |
awilliam |
13463:42babffffba5 |
[IA64] Clean up VTi memory initialization logic |
2007-01-04 |
awilliam |
13462:90db0f68b121 |
[IA64] Only set nocache flag on dom0 ranges that do not support WB |
2007-01-04 |
awilliam |
13461:0f571adbd700 |
[IA64] setup scrub_pages |
2007-01-04 |
awilliam |
13460:4ef56c7cce12 |
[IA64] Fix dom0vp_expose_p2m |
2007-01-04 |
awilliam |
13459:b1c00767c6ae |
[IA64] Use rum psr.be instead of XEN_HYPER_RSM_BE |
2007-01-04 |
awilliam |
13458:d9cc772c6bde |
[IA64] Enable fast hyperprivop for ssm.i and rfi |
2007-01-04 |
awilliam |
13457:eb40e07b867f |
[IA64] Fix calling xencomm_copy_chunk_{to, from} with len = 0 |
2007-01-04 |
awilliam |
13456:2d4807ed1056 |
[IA64] Respect memory attributes for EFI_RUNTIME memory |
2007-01-04 |
awilliam |
13455:5708307d0e35 |
[IA64] allocate contiguous_bitmap sparsely like virtual memmap. |
2007-01-04 |
awilliam |
13454:8bf7cd060df8 |
[IA64] Fix warning when building with CONFIG_FLATMEM unset |
2007-01-04 |
awilliam |
13453:d9b2dd57fdc4 |
[IA64] Add convmem_end |
2007-01-04 |
awilliam |
13452:98f48cf14d98 |
[IA64] Fix dom0 builder so that xen doesn't assign memory on I/O area. |
2007-01-04 |
awilliam |
13451:613ccf4ca46b |
[IA64] Change dom0's initrd image load area so that it follows start info. |
2007-01-02 |
awilliam |
13450:912f8af36878 |
[IA64] tidy up vcpu_set_itc error message |
2007-01-02 |
awilliam |
13449:f69a329a4778 |
[IA64] Rename RID maker HVM_PARAM_CALLBACK_IRQ_RID to IA64_CALLBACK_IRQ_RID |
2007-01-02 |
awilliam |
13448:99ff540b0efe |
[IA64] remove the requirement (vpsr.ic==0) from hyperprivop |
2007-01-02 |
awilliam |
13447:a50fd1fed61e |
[IA64] vcpu_get_psr fix |
2006-12-20 |
awilliam |
13446:80c5b5914b79 |
merge with ia64 sn2+machvec tree |
2006-12-19 |
awilliam |
13445:37309be26861 |
merge with xen-ia64-unstable.hg |
2006-12-19 |
awilliam |
13444:baa07859f24f |
[IA64] sn2 - only get nasid from nodepda if sn_nodepda is available |
2006-12-15 |
awilliam |
13443:e17d7438e09e |
merge with xen-ia64-unstable.hg |
2006-12-15 |
awilliam |
13442:1e042dde1a5f |
[IA64] Use machine vector for global tlb purge |
2006-12-14 |
awilliam |
13441:5a68672cee38 |
[IA64] SN2 warning fixes |
2006-12-14 |
awilliam |
13440:8a9b1b72af44 |
[IA64] Machvec warning fixes |
2006-12-14 |
awilliam |
13439:ba79a17ff715 |
[IA64] Move machvec.h to linux-xen |
2006-12-14 |
awilliam |
13438:97a369d8da43 |
[IA64] Use sn_sal.h directly from upstream Linux |
2006-12-13 |
awilliam |
13437:d45d361c8ad0 |
[IA64] enable build of sn2 + machvec support |
2006-12-13 |
awilliam |
13436:e71fd4513352 |
[IA64] Updates to new files to be able to build sn2 and machvec support. |
2006-12-13 |
awilliam |
13435:ad886b6bdfd6 |
[IA64] Update sn_sal.h to 2.6.19 |
2006-12-13 |
awilliam |
13434:7fe141be5e14 |
[IA64] fix build with sn2 and machvec support |
2006-12-13 |
awilliam |
13433:c3c46d84d8e6 |
[IA64] add new dummy files needed to build sn2 and machvec support |
2006-12-13 |
awilliam |
13432:de3d55c10f16 |
[IA64] new files from Linux 2.6.19 required for SN2 and machvec support |
2006-12-20 |
awilliam |
13431:46c44b5e6a1b |
[IA64] Follow new interrupt deliver mechanism for PV-on-HVM/IPF |
2006-12-19 |
awilliam |
13430:c3b455c4676c |
merge with xen-unstable.hg |