aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: do not remap pirqs if !is_hvm_pv_evtchn_domainStefano Stabellini2012-01-311-0/+9
* public/physdev.h: Fix __XEN_INTERFACE_VERSION__ typo.Keir Fraser2012-01-311-1/+1
* xenpaging: unify return value in nominate and evictOlaf Hering2012-01-301-5/+2
* xen: Preserve reserved grant entries when switching versionsDaniel De Graaf2012-01-282-8/+57
* xen: use XSM instead of IS_PRIV for getdomaininfoDaniel De Graaf2012-01-282-0/+6
* xen: change virq parameters from int to uint32_tDaniel De Graaf2012-01-284-9/+9
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-2817-19/+134
* xen: reinstate previously unused XENMEM_remove_from_physmap hypercallDaniel De Graaf2012-01-288-0/+87
* xen: introduce PHYSDEVOP_pirq_eoi_gmfn_v2Stefano Stabellini2012-01-288-6/+34
* vesa: flush lfb after zeroingAndrew Cooper2012-01-281-18/+19
* Console: introduce console=none command line parameterAndrew Cooper2012-01-281-0/+2
* amd iommu: disable iommu emulation on non-iommu systemsWei Wang2012-01-283-2/+12
* Get rid of non-static 'inline' modifiers (gcc 4.2.1 complains)Tim Deegan2012-01-261-2/+2
* Bring OpenBSD stdarg handling in line with FreeBSD caseTim Deegan2012-01-261-3/+1
* x86/mm: Avoid spurious deadlock panic triggerAndres Lagar-Cavilla2012-01-261-1/+2
* x86/mm: clean use of p2m unlocked queriesAndres Lagar-Cavilla2012-01-265-12/+44
* x86/mm: Properly account for paged out pagesAndres Lagar-Cavilla2012-01-261-1/+2
* x86/mm: Remove stale variable from debugtrace printk in p2m auditAndres Lagar-Cavilla2012-01-261-2/+2
* x86/mm: Output domain count of paged pages in consoleAndres Lagar-Cavilla2012-01-261-2/+4
* x86/mm: Allow foreign read-only mappings of shared pagesAndres Lagar-Cavilla2012-01-261-1/+7
* x86/mm: Fix p2m teardown lockingAndres Lagar-Cavilla2012-01-261-2/+2
* x86/mm: Fix paging_loadAndres Lagar-Cavilla2012-01-261-10/+8
* x86/mm: Sharing overhaul style improvementsAndres Lagar-Cavilla2012-01-262-33/+33
* x86/mm: use RCU in mem sharing audit list, eliminate global lock completelyAndres Lagar-Cavilla2012-01-263-68/+44
* Add the ability to poll stats about shared memory via the consoleAndres Lagar-Cavilla2012-01-264-2/+27
* x86/mm: New domctl: add a shared page to the physmapAndres Lagar-Cavilla2012-01-262-1/+105
* x86/mm: Check how many mfns are shared, in addition to how many are savedAndres Lagar-Cavilla2012-01-266-6/+40
* x86/mm: Enforce lock ordering for sharing page locksAndres Lagar-Cavilla2012-01-263-2/+35
* x86/mm: Add per-page locking for memory sharing, when audits are disabledAndres Lagar-Cavilla2012-01-264-98/+275
* x86/mm: Update mem sharing interface to (re)allow sharing of grantsAndres Lagar-Cavilla2012-01-262-9/+61
* x86/mm: Eliminate hash table in sharing code as index of shared mfnsAndres Lagar-Cavilla2012-01-264-275/+291
* xenoprof: Make the escape code consistent across 32 and 64-bit xenGeorge Dunlap2012-01-261-1/+1
* xenoprof: Use uint64_t explicitly for internal callsGeorge Dunlap2012-01-263-7/+5
* SVM: Plumb NPT error-code bits into nested-fault access_X arguments.Tim Deegan2012-01-244-9/+8
* 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-246-16/+13
* Add a GNTTABOP to swap the content of two grant references under lockWei Liu2012-01-245-2/+115
* Revert 24538:5bb22a6871f6 "xenoprof: Make the escape code consistent across 3...Keir Fraser2012-01-231-1/+1
* 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-233-5/+34
* Introduce clear_user and clear_guestStefano Stabellini2012-01-2312-0/+527
* xen: implement an signed 64 bit division helper functionStefano Stabellini2012-01-231-0/+19
* A collection of fixes to Xen common filesStefano Stabellini2012-01-237-10/+16
* Include some header files that are not automatically included on all archsStefano Stabellini2012-01-2313-2/+17
* Move cpufreq option parsing to cpufreq.cStefano Stabellini2012-01-233-33/+35
* xenoprof: Make the escape code consistent across 32 and 64-bit xenGeorge Dunlap2012-01-231-1/+1
* xenoprof: Handle 32-bit guest stacks properly in a 64-bit hypervisorGeorge Dunlap2012-01-231-7/+41
* xenoprof: Adjust indentationGeorge Dunlap2012-01-231-44/+44