aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
* xsm: expose context of event channel peersDaniel De Graaf2012-02-291-8/+0
* xsm: label xen-consumer event channelsDaniel De Graaf2012-02-291-2/+4
* scheduler: Implement SCHEDOP sysctl for credit schedulerGeorge Dunlap2012-02-231-0/+53
* scheduler: Print ratelimit in scheduler debug keyGeorge Dunlap2012-02-231-0/+2
* scheduler: Add a #define for the default ratelimitGeorge Dunlap2012-02-231-1/+1
* xen: add missing unlock from gnttab_get_versionIan Campbell2012-02-231-0/+2
* x86/mm: Fix more ballooning+paging and ballooning+sharing bugsAndres Lagar-Cavilla2012-02-161-1/+16
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-163-31/+31
* PM: only include XEN_SYSCTL_{get_pmstat,pm_op} if HAVE_ACPIIan Campbell2012-02-151-0/+2
* arm: setup MM using information from the device treeDavid Vrabel2012-02-131-1/+6
* arm, device tree: parse the DTB for RAM location and sizeDavid Vrabel2012-02-132-0/+182
* libfdt: add to buildDavid Vrabel2012-02-132-0/+6
* libfdt: fixup libfdt_env.h for xenDavid Vrabel2012-02-131-17/+10
* libfdt: add version 1.3.0David Vrabel2012-02-1313-0/+3211
* Re-order calls to put_gfn() around wait queue invocationsAndres Lagar-Cavilla2012-02-102-2/+2
* gnttab: miscellaneous fixesJan Beulich2012-02-091-4/+5
* CONFIG: remove CONFIG_SMP #ifdefsAndrew Cooper2012-02-091-2/+0
* arm: domain_buildStefano Stabellini2012-02-091-0/+6
* arm: compile tmemStefano Stabellini2012-02-092-2/+5
* xen/common/Makefile: introduce HAS_{CPUFREQ,PCI,PASSTHROUGH,NS16550,KEXEC}Stefano Stabellini2012-02-092-1/+5
* x86/AMD: Add support for AMD's OSVW feature in guests.Boris Ostrovsky2012-02-071-0/+18
* Fix error recovery path in __gnttab_map_grant_refHaoyu Zhang2012-02-061-2/+3
* xen: Remove unused vsscanf/sscanf functionsDaniel De Graaf2012-02-061-236/+0
* 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