aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/vMSI: miscellaneous fixesJan Beulich2012-01-234-34/+45
* x86/hvm: No need to arch_set_info_guest() before restoring per-vcpu HVM state.Keir Fraser2012-01-225-49/+25
* x86/hvm: Fix earlier hvm_load_cpu_ctxt() breakage.Keir Fraser2012-01-201-1/+1
* vpmu: separate architecture specific PMU initialisationDietmar Hahn2012-01-204-39/+60
* x86/hvm: Remove unnecessary packed attribute from hvm_hw_cpu_xsave struct.Keir Fraser2012-01-201-1/+1
* iommu: Move IOMMU faults handling into softirq for AMD-Vi.Dario Faggioli2012-01-201-3/+41
* x86/hvm: Allow wake up of offline vcpu via nmi-ipiJuergen Gross2012-01-201-0/+9
* xen: Simplify callers of boot_vcpu(). In VCPUOP_up, checkKeir Fraser2012-01-203-22/+17
* x86/mm: refine epte_present testTim Deegan2012-01-191-1/+5
* Correct p2m unlocking during grant table mapAndres Lagar-Cavilla2012-01-191-2/+6
* x86/mm: Don't ASSERT() for a valid mfn on paged p2m entries in guest_physmap_adAndres Lagar-Cavilla2012-01-191-2/+2
* x86/mm: Improve ring management for memory events. Do not lose guest eventsAndres Lagar-Cavilla2012-01-197-121/+340