aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
...
* xen: Remove two incorrect assertions.kfraser@localhost.localdomain2007-04-021-3/+0
* xen x86: Fix double-fault handler stack overflow.Keir Fraser2007-03-311-3/+9
* xen: Fix numa=on boot.Keir Fraser2007-03-311-4/+8
* xen: Fix domain shutdown to synchronously stop domain execution.Keir Fraser2007-03-302-9/+13
* xen: Rename remaining vcpu_flags as pause_flags.kfraser@localhost.localdomain2007-03-296-27/+27
* xen: Remove droppings from a previous patch.kfraser@localhost.localdomain2007-03-291-2/+0
* xen: Remove {nmi_pending,nmi_masked,paused} vcpu bitflags.kfraser@localhost.localdomain2007-03-292-24/+6
* xen: Get rid of some VCPUF_* flags and move into their own byte fields.kfraser@localhost.localdomain2007-03-298-32/+51
* xen: Split domain_flags into discrete first-class fields in thekfraser@localhost.localdomain2007-03-298-55/+43
* xen: Pause domain when changing debug status.kfraser@localhost.localdomain2007-03-291-13/+17
* hvm: Clean up handling of exception intercepts.Keir Fraser2007-03-282-5/+3
* Remove page_is_removable arch hook. Now the ia64 p2m semantic becomeskfraser@localhost.localdomain2007-03-281-2/+2
* xen: Remove legacy references to explicitly per-cpu perf counters.kfraser@localhost.localdomain2007-03-272-4/+4
* xen: Make all performance counter per-cpu, avoiding the need to updatekfraser@localhost.localdomain2007-03-272-79/+95
* Fix time reporting to guest.kfraser@localhost.localdomain2007-03-272-6/+5
* Return an error when a schedule-setting call fails.Ewan Mellor2007-03-231-3/+4
* hvm: Do not save/restore shared_info gpfn location.kfraser@localhost.localdomain2007-03-192-1/+16
* Xen and tools now require gcc 3.4+ on x86.Keir Fraser2007-03-171-13/+4
* Add two arch hooks to gnttab_release_mappings().kfraser@localhost.localdomain2007-03-151-4/+2
* x86: Add VGCF_onlien flag to vcpu_guest_context.kfraser@localhost.localdomain2007-03-122-12/+8
* Add flags field to VCPUOP_set_singlsehot_timer.kfraser@localhost.localdomain2007-03-101-0/+4
* xen: Fix VCPUOP_set_periodic_timer return value.kfraser@localhost.localdomain2007-03-102-14/+10
* xen: Debug 'q' key prints per-vcpu periodic timer info.kfraser@localhost.localdomain2007-03-092-11/+24
* xen: New vcpu_op commands for setting periodic and single-shot timers.kfraser@localhost.localdomain2007-03-095-64/+183
* Revert 14316 -- no need to fix maxvcpu domctl.kfraser@localhost.localdomain2007-03-091-1/+1
* [XEN] Don't let the tools take away all of a domain's vcpus.Tim Deegan2007-03-091-1/+1
* xm: New command 'debug-keys' to inject debug-key events into Xen.kfraser@localhost.localdomain2007-03-092-1/+16
* xen: Provide notification of console updates via VIRQ.kfraser@localhost.localdomain2007-03-081-0/+3
* xen: Clean up heap allocator.kfraser@localhost.localdomain2007-03-082-65/+60
* xen: Replace stupid page_alloc fix.kfraser@localhost.localdomain2007-03-071-18/+17
* A correct fix for page_alloc crash when Xen heap empty.kfraser@localhost.localdomain2007-03-071-2/+3
* Fix crash in heap allocator when Xen 'zone' is empty.kfraser@localhost.localdomain2007-03-051-3/+3
* [XEN] Add arch hook for max_mem domctl.Hollis Blanchard2007-03-011-0/+4
* GNTTAB: PowerPC patch for dynamic grant tables.Hollis Blanchard2007-02-191-0/+2
* acm: Fix the traversal of the event channel buckets and use the activekfraser@localhost.localdomain2007-03-011-21/+0
* xen: Cleanups and bug fixes after the rcu_lock_domain patch.kfraser@localhost.localdomain2007-03-016-29/+9
* xen: Use RCU-based domain-locking functions where appropriate.kfraser@localhost.localdomain2007-03-015-82/+80
* xen: Last minute rename of RCU domain get/put functions:kfraser@localhost.localdomain2007-03-011-1/+1
* [XEN] No need to change the compat mode of the guest in xen.Christian Limpach2007-02-281-5/+0
* Add suspend_cancel flag to linux elf notes.kfraser@localhost.localdomain2007-02-281-0/+1
* [xentrace][HVM] introduce HVM tracing to unify SVM and VMX tracingkfraser@localhost.localdomain2007-02-261-1/+1
* Write Xen ELF notes into xenstore on domain build.kfraser@localhost.localdomain2007-02-261-0/+5
* xen memory allocator: Allow per-domain bitwidth restrictions.Keir Fraser2007-02-241-9/+11
* xen memory allocator: Dynamically allocate per-numa-node metadata.Keir Fraser2007-02-241-48/+57
* xen memory alloctor: remove bit width restrictionskfraser@localhost.localdomain2007-02-232-10/+20
* xen memory allocator: per-bit-width heap zoneskfraser@localhost.localdomain2007-02-231-46/+86
* xen memory allocator: hide generic allocator routineskfraser@localhost.localdomain2007-02-231-88/+87
* xen: Fix dumb boot allocator breakage that prevents loop terminationkfraser@localhost.localdomain2007-02-231-3/+3
* alloc_boot_pages() allocates downwards from high memory.kfraser@localhost.localdomain2007-02-221-16/+46
* Add find_domain_rcu_lock() and domain_rcu_unlock().kfraser@localhost.localdomain2007-02-211-3/+25