aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: arm: introduce arm32 as a subarch of arm.Ian Campbell2012-12-1938-27/+30
* xen: arm: reorder registers in struct cpu_user_regs.Ian Campbell2012-12-194-7/+11
* xen: arm: remove hard tabs from asm code.Ian Campbell2012-12-194-471/+498
* xen: arm: fix long lines in entry.SIan Campbell2012-12-191-33/+33
* xen: arm: implement share_xen_page_with_privileged_guestsIan Campbell2012-12-192-3/+6
* xen: arm: implement send_timer_event.Ian Campbell2012-12-192-1/+7
* xen: arm: initialise dom_{xen,io,cow}Ian Campbell2012-12-194-2/+31
* xen: arm: stub domain_relinquish_resources.Ian Campbell2012-12-192-1/+7
* xen: arm: stub out domain_get_maximum_gpfnIan Campbell2012-12-192-1/+5
* xen: arm: stub page_is_ram_type.Ian Campbell2012-12-192-3/+6
* xen: arm: stub out steal_page.Ian Campbell2012-12-192-3/+6
* xen: arm: stub out wallclock time.Ian Campbell2012-12-192-5/+18
* xen: arm: stub out pirq related functions.Ian Campbell2012-12-192-4/+29
* xen: arm: implement arch_vcpu_reset.Ian Campbell2012-12-192-1/+5
* xen: arm: implement arch_get_info_guestIan Campbell2012-12-192-1/+17
* xen: arm: make smp_send_state_dump a real functionIan Campbell2012-12-192-3/+6
* xen: arm: define node_online_map.Ian Campbell2012-12-193-2/+4
* xen: arm: Call init_xen_time earlierIan Campbell2012-12-191-2/+2
* xen/arm: do not map vGIC twice for dom0Stefano Stabellini2012-12-191-2/+0
* x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara2012-12-192-0/+9
* xen/arch/*: add struct domain parameter to arch_do_domctlDaniel De Graaf2012-12-186-411/+84
* xen: lock target domain in do_domctl common codeDaniel De Graaf2012-12-181-209/+59
* nested vmx: nested TPR shadow/threshold emulationDongxiao Xu2012-12-182-3/+44
* xen: sched_credit: add some tracingDario Faggioli2012-12-181-1/+34
* xen: tracing: introduce per-scheduler trace event IDsDario Faggioli2012-12-182-12/+42
* xen: sched_credit: improve tickling of idle CPUsDario Faggioli2012-12-182-40/+52
* xen: sched_credit: improve picking up the idle CPU for a VCPUDario Faggioli2012-12-181-1/+9
* xen: sched_credit: define and use curr_on_cpu(cpu)Dario Faggioli2012-12-182-8/+9
* usbif: drop bogus definitionJan Beulich2012-12-181-1/+0
* x86/kexec: Change NMI and MCE handling on kexec pathAndrew Cooper2012-12-135-15/+208
* x86/mm/hap: Adjust vram tracking to play nicely with log-dirty.Robert Phillips2012-12-134-254/+107
* xen/arm: use strcmp in device_tree_type_matchesStefano Stabellini2012-12-131-3/+2
* xen: get GIC addresses from DTStefano Stabellini2012-12-133-14/+107
* vscsiif: allow larger segments-per-request valuesJan Beulich2012-12-131-6/+21
* VMX: intr.c: remove i386 related codeDongxiao Xu2012-12-121-7/+0
* x86/IST: Create set_ist() helper functionAndrew Cooper2012-12-113-13/+23
* x86/ucode: Improve error handling and container file processing on AMDBoris Ostrovsky2012-12-111-49/+53
* x86/EFI: work around CFLAGS being passed in through environmentCharles Arnold2012-12-111-1/+1
* x86: frame table related improvementsJan Beulich2012-12-113-38/+22
* xen: reserve next two XENMEM_ op numbers for future/out-of-tree useDan Magenheimer2012-12-101-0/+6
* xen: centralize accounting for domain tot_pagesDan Magenheimer2012-12-106-8/+16
* streamline guest copy operationsJan Beulich2012-12-1015-186/+138
* x86/oprofile: adjust CPU specific initializationJan Beulich2012-12-101-30/+1
* scheduler: fix rate limit range checkingJan Beulich2012-12-102-13/+15
* x86: mark certain items staticJan Beulich2012-12-079-13/+15
* x86/HVM: add missing assert to stdvga's mmio_move()Jan Beulich2012-12-071-0/+1
* x86/EFI: add code interfacing with the secure boot shimJan Beulich2012-12-071-0/+19
* x86/p2m: drop redundant macro definitionsJan Beulich2012-12-072-19/+7
* x86: properly fail mmuext ops when get_page_from_gfn() failsJan Beulich2012-12-071-1/+2
* nested vmx: check host ability when intercept MSR readDongxiao Xu2012-12-061-16/+16