aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pv-on-hvm: fix/adjust pv driver's mkbuildtreeKeir Fraser2008-01-181-27/+32
* xenctx/x86: fix format for readability and add informationKeir Fraser2008-01-181-31/+59
* minios: extend map_frames into being able to map a series ofKeir Fraser2008-01-185-23/+56
* minios: set text and rodata read-only, free unused pages 0 and 1Keir Fraser2008-01-185-6/+91
* Clarify 'xm mem-set' and 'xm vcpu-set' requirements in documentation.Keir Fraser2008-01-181-3/+10
* vt-d: Clean up and bug fixes to ioapic handling.Keir Fraser2008-01-184-118/+230
* Revert network-nat script changes introduced by 16739:33dcf04d77152.Keir Fraser2008-01-181-3/+3
* ioemu: replace non-standard ulong with unsigned longKeir Fraser2008-01-181-1/+1
* qemu-dm: Nicely terminate the device model script, to let it properlyKeir Fraser2008-01-182-3/+9
* Add FS backend/frontend drivers (frontend in minios only).Keir Fraser2008-01-1810-0/+2681
* minios: add blkfrontKeir Fraser2008-01-172-0/+418
* hvm: Extboot support for XenKeir Fraser2008-01-1713-1/+898
* minios: support several netfrontsKeir Fraser2008-01-173-120/+151
* xm: Fix xm restore command.Keir Fraser2008-01-171-7/+4
* Minor correction in xm man page for 'xm create'.Keir Fraser2008-01-171-1/+1
* minios: add xenbus token support and separate watch event queuesKeir Fraser2008-01-173-44/+143
* tools: disable lomount and miniterm by defaultKeir Fraser2008-01-174-8/+13
* tools: LDFLAGS in link linesKeir Fraser2008-01-176-10/+10
* network scripts: SUSE has sensible use of ifup nowadaysKeir Fraser2008-01-171-16/+1
* tools/docs: Fix example and default IP addresses.Keir Fraser2008-01-1716-63/+56
* libxen: Avoid declarations-after-statement (C++ coding style).Keir Fraser2008-01-175-51/+73
* minios: add reallocKeir Fraser2008-01-172-0/+24
* minios: make stack size configurableKeir Fraser2008-01-179-15/+39
* minios: add wait_event_deadlineKeir Fraser2008-01-171-21/+23
* minios: add trydownKeir Fraser2008-01-171-0/+13
* minios: use ASSERT for BUG_ONKeir Fraser2008-01-173-7/+2
* minios: Add exit_thread prototype. Make sure exit_thread doesn'tKeir Fraser2008-01-172-1/+6
* minios: Add noreturn attribute to do_exitKeir Fraser2008-01-172-2/+2
* minios: Optimize IA64's get_current()Keir Fraser2008-01-171-2/+1
* Update API changelog for new feature flags.Keir Fraser2008-01-171-0/+12
* hvm: Allocate an unmapped guard page to separate ordinary low RAMKeir Fraser2008-01-171-3/+18
* amd hvm (svm): Print warning if NPT constraints on PAE are hit.Keir Fraser2008-01-162-1/+12
* xenconsoled: Make slave pty raw during initialization.Keir Fraser2008-01-161-4/+21
* x86: New feature flag XENFEAT_mmu_pt_update_preserve_ad.Keir Fraser2008-01-162-0/+7
* x86: Reserve a CPUID feature bit to advertise newKeir Fraser2008-01-162-4/+75
* x86: Document the new MMU_PT_UPDATE_PRESERVE_AD hypercall.Keir Fraser2008-01-151-0/+10
* -DNDEBUG for hypervisor onlyKeir Fraser2008-01-152-3/+3
* libxen: Fix function prototype.Keir Fraser2008-01-151-1/+1
* Merge with ia64 tree.Keir Fraser2008-01-1517-157/+430
|\
| * x86: Allow batched mmu updates which preserve accessed/dirty pte bits.Keir Fraser2008-01-152-42/+77
| * Update version to 3.3-unstable.Keir Fraser2008-01-151-2/+2
| * xend: Remove hardcoded (and apparently unused) xend version.Keir Fraser2008-01-152-13/+1
| * hvm, x86: Add QEMU BIOS menu for choosing boot device.Keir Fraser2008-01-151-1/+226
| * blktap: factor out linux specific codeKeir Fraser2008-01-1511-99/+124
* | [IA64] Fix security vulnerabilityAlex Williamson2008-01-151-0/+4
|/
* x86: INT3 and INTO trap gates should have DPL==3.Keir Fraser2008-01-151-5/+15
* Added tag 3.2.0-rc6 for changeset 9facc624a238Keir Fraser2008-01-131-0/+1
* Update version to xen-3.2.0-rc63.2.0-rc6Keir Fraser2008-01-131-1/+1
* x86: Fix PV PIT handler after previous changeset.Keir Fraser2008-01-121-4/+10
* hvm: Improve in-Xen PIO emulation to better handle string PIOKeir Fraser2008-01-127-102/+139