aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
* ia64: fix build (next instance)Jan Beulich2012-02-061-1/+1
* Fix x86_32 buildTim Deegan2012-02-021-2/+2
* xsm: Add security labels to event-channel dumpDaniel De Graaf2012-02-021-4/+15
* x86/mm: Fix balooning+sharingAndres Lagar-Cavilla2012-02-021-7/+7
* x86/mm: Fix paging statsAndres Lagar-Cavilla2012-02-021-1/+1
* xen: Preserve reserved grant entries when switching versionsDaniel De Graaf2012-01-281-8/+50
* xen: use XSM instead of IS_PRIV for getdomaininfoDaniel De Graaf2012-01-281-0/+4
* xen: change virq parameters from int to uint32_tDaniel De Graaf2012-01-281-5/+5
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-285-8/+89
* xen: reinstate previously unused XENMEM_remove_from_physmap hypercallDaniel De Graaf2012-01-282-0/+51
* x86/mm: Output domain count of paged pages in consoleAndres Lagar-Cavilla2012-01-261-2/+4
* Add the ability to poll stats about shared memory via the consoleAndres Lagar-Cavilla2012-01-261-2/+5
* xenoprof: Use uint64_t explicitly for internal callsGeorge Dunlap2012-01-261-3/+3
* reflect cpupool in numa node affinityJuergen Gross2012-01-243-8/+27
* switch to dynamically allocated cpumask in domain_update_node_affinity()Juergen Gross2012-01-241-4/+9
* introduce and use common macros for selecting cpupool based cpumasksJuergen Gross2012-01-245-16/+8
* Add a GNTTABOP to swap the content of two grant references under lockWei Liu2012-01-242-0/+97
* decompressors: fix string typo 'bufer'Paul Bolle2012-01-232-3/+3
* unlzo: fix input buffer freeSascha Hauer2012-01-231-1/+1
* libelf-loader: introduce elf_load_imageStefano Stabellini2012-01-231-3/+27
* Introduce clear_user and clear_guestStefano Stabellini2012-01-231-0/+111
* xen: implement an signed 64 bit division helper functionStefano Stabellini2012-01-231-0/+19
* A collection of fixes to Xen common filesStefano Stabellini2012-01-232-6/+2
* Include some header files that are not automatically included on all archsStefano Stabellini2012-01-237-2/+8
* Move cpufreq option parsing to cpufreq.cStefano Stabellini2012-01-231-33/+2
* x86/hvm: No need to arch_set_info_guest() before restoring per-vcpu HVM state.Keir Fraser2012-01-222-14/+6
* xen: Simplify callers of boot_vcpu(). In VCPUOP_up, checkKeir Fraser2012-01-202-17/+16
* Correct p2m unlocking during grant table mapAndres Lagar-Cavilla2012-01-191-2/+6
* sched_credit: Use delay to control scheduling frequencyHui Lv2012-01-172-1/+51
* sedf: remove useless tracing printk and harmonize comments style.Dario Faggioli2012-01-151-274/+229
* move declarations of some required per-arch functions into common headersJan Beulich2012-01-121-4/+1
* Rework locking for sched_adjust.Dario Faggioli2012-01-044-81/+140
* All domains (including dom0) should be best effort on creationDario Faggioli2012-01-041-13/+3
* Allow VMs to query their own grant table version.Paul Durrant2011-12-181-10/+9
* xsm: Add missing access checksDaniel De Graaf2011-12-183-4/+33
* Create a generic callback mechanism for Xen-bound event channelsAndres Lagar-Cavilla2011-12-061-17/+58
* KEXEC: fix kexec_get_range_compat to fail vocally.Andrew Cooper2011-12-051-0/+4
* xsm: Expand I/O resource hooksDaniel De Graaf2011-12-022-10/+8
* xenpaging: Fix c/s 23507:0a29c8c3ddf7 ("update machine_to_phys_mapping[] duri...Keir Fraser2011-11-301-4/+4
* Free d->mem_event on domain destruction.Keir Fraser2011-11-301-0/+2
* mem_event: move mem_event_domain out of struct domainOlaf Hering2011-11-301-0/+5
* Replace references to old wiki with ones to new.Ian Campbell2011-11-291-1/+1
* waitqueue: Hold a reference to a domain on a waitqueue.Keir Fraser2011-11-251-0/+8
* waitqueue: Implement wake_up_{nr,one,all}.Keir Fraser2011-11-251-2/+12
* atomic: Define {read,write}_atomic() for reading/writing memory atomically.Keir Fraser2011-11-251-7/+7
* x86/mm: Fix liveness of pages in grant copy operationsAndres Lagar-Cavilla2011-11-241-32/+37
* x86/waitqueue: Because we have per-cpu stacks, we must wake up on tehKeir Fraser2011-11-241-0/+27
* waitqueue: Reorder prepare_to_wait() so that vcpu is definitely on theKeir Fraser2011-11-241-3/+4
* waitqueue: Detect saved-stack overflow and crash the guest.Keir Fraser2011-11-241-4/+15
* ia64: build fixes (again)Jan Beulich2011-11-243-6/+6