aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
* xen: Fix off-by-one error when parsing command line argumentsAndrew Cooper2012-07-031-1/+1
* xen: add assertion in default_vcpu0_location to protect against broken masksIan Campbell2012-07-031-0/+1
* arm: fix build after c/s 25477:e12e0b038219Jan Beulich2012-06-281-0/+2
* gdbsx: send virq to guest if gdbsx_vcpu_event is not activeMukesh Rathor2012-06-111-1/+3
* gnttab: cleanupJan Beulich2012-05-301-135/+131
* gnttab: mark maptrack free list tail with an explicit terminatorJan Beulich2012-05-301-6/+11
* gnttab: don't use domain lock for serializationJan Beulich2012-05-301-52/+79
* x86: prevent call to xfree() in dump_irqs() while in an irq contextAndrew Cooper2012-05-221-2/+2
* grant-tables: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Andres Lagar-Cavilla2012-05-171-133/+90
* common: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-172-23/+17
* Remove bool return code from evtchn_set_pending() and callers.Keir Fraser2012-05-101-11/+7
* kexec: clear notes during setupAndrew Cooper2012-05-071-1/+3
* gnttab: remove pointless NULL checkJan Beulich2012-04-171-7/+1
* fix build error when enabling lock profileYang Zhang2012-04-171-1/+0
* xen: Fix failure paths for xentraceGeorge Dunlap2012-04-121-6/+9
* xen, cpupools: Fix cpupool-move to make more consistentGeorge Dunlap2012-04-101-8/+13
* xen, credit2: Put the per-cpu schedule lock back to the default lock when rel...George Dunlap2012-04-101-0/+6
* xen: Fix schedule()'s grabbing of the schedule lockGeorge Dunlap2012-04-101-3/+4
* remove ia64Jan Beulich2012-04-036-11/+2
* device tree: print a warning if a node is nested too deepDavid Vrabel2012-04-021-1/+18
* arm: use bootargs for the command lineDavid Vrabel2012-04-021-0/+20
* device tree,arm: supply a flat device tree to dom0David Vrabel2012-04-021-16/+31
* Remove single use of fastcall from hypervisor common code.Keir Fraser2012-03-301-2/+2
* Xen core parking 2: core parking implementationLiu, Jinsong2012-03-231-1/+228
* Xen core parking 1: hypercallLiu, Jinsong2012-03-232-0/+14
* Fix test for NULL command line in cmdline_parse()David Vrabel2012-03-231-3/+3
* Allow cmdline_parse() to be used with const stringsDavid Vrabel2012-03-221-1/+1
* device tree: add device_tree_dump() to print a flat device treeDavid Vrabel2012-03-221-0/+38
* device tree: add device_tree_for_each_node()David Vrabel2012-03-221-26/+46
* device tree: correctly ignore unit-address when matching nodes by nameDavid Vrabel2012-03-221-6/+16
* device tree: follow coding styleDavid Vrabel2012-03-221-18/+30
* libfdt: move headers to xen/include/xen/libfdt/David Vrabel2012-03-226-1316/+2
* Introduce system_state variable.Keir Fraser2012-03-223-1/+8
* kexec: Fix printing of paddr_t in 32bit mode.Andrew Cooper2012-03-161-2/+2
* KEXEC: Allocate crash structures in low memoryAndrew Cooper2012-03-161-2/+131
* KEXEC: Allocate crash notes on bootAndrew Cooper2012-03-161-41/+158
* mm: guest_remove_page() should not populate or unshare.Tim Deegan2012-03-151-1/+1
* Memory sharing: better handling of ENOMEM while unsharingTim Deegan2012-03-152-5/+7
* low-mem virq: Parentheses around ternary operator in check_low_mem_virq()Keir Fraser2012-03-091-1/+1
* x86/mm: Clean up mem event structures on domain destructionTim Deegan2012-03-081-0/+3
* oprofile: don't pass around redundant, easily derived argumentsJan Beulich2012-03-081-9/+8
* ia64: fix build (once more)Jan Beulich2012-03-081-1/+2
* Low mem virq incremental adjustmentsAndres Lagar-Cavilla2012-03-081-2/+5
* Global virq for low memory situationsAndres Lagar-Cavilla2012-03-011-0/+108
* Grant table: fix a bug when grant copying a previous grant mapped page.Wei Liu2012-03-011-0/+2
* 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