aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* .gitignore/.hgignore: New names for ioemu dirs, seabiosIan Jackson2012-01-272-32/+9
* tools: xencommons init script: Fix setting XENSTORED_ROOTDIRJim Fehlig2012-01-261-1/+1
* libxl: fix parse_backend_path and device_backend_path to be mutualRoger Pau Monne2012-01-261-4/+3
* 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
* Fix build.Tim Deegan2012-01-261-1/+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
* Tools: Add a sharing command to xl for information about shared pagesAndres Lagar-Cavilla2012-01-266-0/+89
* Tools: Expose to libxc the total number of shared frames and space savedAndres Lagar-Cavilla2012-01-262-0/+27
* Update memshr API and toolsAndres Lagar-Cavilla2012-01-268-38/+139
* 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
* seabios: update to 1.6.3.1 releaseIan Campbell2012-01-261-1/+1
* README: add upstream qemu dependeciesStefano Stabellini2012-01-261-0/+2
* tools/libxc: fix error handling in xc_mem_paging_loadOlaf Hering2012-01-261-5/+10
* 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
* docs: Remove outdated LaTex documentation.Keir Fraser2012-01-256-5519/+4
* SVM: Plumb NPT error-code bits into nested-fault access_X arguments.Tim Deegan2012-01-244-9/+8
* libxl: rename is_assigned to is_pcidev_in_arrayDoug Magee2012-01-241-4/+4
* xl: Add missing trigger for the xl trigger cmd.Jean Guyader2012-01-241-1/+1
* libxl: remove _libxl_json_internal.h from libxl_json.hIan Campbell2012-01-242-2/+3
* update MAINTAINERS file2012-01-241-0/+10
* libxl: use new qemu at the location where xen-unstable installs it2012-01-241-1/+1
* Clone and build Seabios by default2012-01-246-11/+102
* Clone and build upstream Qemu by default2012-01-244-1/+61
* move the call to xen-setup after libxc and xenstore are built2012-01-241-4/+5
* Rename ioemu-dir as qemu-xen-traditional-dir2012-01-244-26/+26
* Introduce git-checkout.sh2012-01-243-17/+32
* 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