aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include
Commit message (Expand)AuthorAgeFilesLines
* xsm: Use the dummy XSM module if XSM is disabledDaniel De Graaf2013-01-102-148/+756
* HVM xenstore strings and firmware passthrough headerRoss Philipson2013-01-101-0/+79
* nested vmx: emulate IA32_VMX_MISC MSRDongxiao Xu2013-01-081-0/+2
* IOMMU: add phantom function supportJan Beulich2013-01-072-0/+6
* IOMMU/PCI: consolidate pdev_type() and cache its result for a given deviceJan Beulich2013-01-072-9/+15
* AMD IOMMU: adjust flush function parametersJan Beulich2013-01-071-2/+2
* IOMMU: adjust add/remove operation parametersJan Beulich2013-01-072-3/+4
* IOMMU: adjust (re)assign operation parametersJan Beulich2013-01-071-2/+2
* xen: arm: fix guest register access.Ian Campbell2012-12-201-0/+6
* xen: remove nr_irqs_gsi from generic codeIan Campbell2012-12-193-8/+7
* xen: arm: mark early_panic as a noreturn functionIan Campbell2012-12-191-1/+1
* xen: arm: introduce arm32 as a subarch of arm.Ian Campbell2012-12-191-0/+170
* xen: arm: reorder registers in struct cpu_user_regs.Ian Campbell2012-12-191-4/+7
* xen: arm: initialise dom_{xen,io,cow}Ian Campbell2012-12-191-0/+2
* xen: arm: define node_online_map.Ian Campbell2012-12-191-1/+1
* x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara2012-12-191-0/+1
* xen/arch/*: add struct domain parameter to arch_do_domctlDaniel De Graaf2012-12-182-2/+3
* xen: tracing: introduce per-scheduler trace event IDsDario Faggioli2012-12-181-0/+26
* xen: sched_credit: improve tickling of idle CPUsDario Faggioli2012-12-181-4/+1
* xen: sched_credit: define and use curr_on_cpu(cpu)Dario Faggioli2012-12-181-0/+2
* usbif: drop bogus definitionJan Beulich2012-12-181-1/+0
* x86/kexec: Change NMI and MCE handling on kexec pathAndrew Cooper2012-12-132-0/+49
* x86/mm/hap: Adjust vram tracking to play nicely with log-dirty.Robert Phillips2012-12-132-4/+5
* xen: get GIC addresses from DTStefano Stabellini2012-12-131-0/+8
* vscsiif: allow larger segments-per-request valuesJan Beulich2012-12-131-6/+21
* x86/IST: Create set_ist() helper functionAndrew Cooper2012-12-111-4/+14
* x86: frame table related improvementsJan Beulich2012-12-112-3/+3
* 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-101-0/+2
* x86: mark certain items staticJan Beulich2012-12-071-1/+1
* x86/p2m: drop redundant macro definitionsJan Beulich2012-12-071-7/+7
* nested vmx: fix handling of RDTSCDongxiao Xu2012-12-061-0/+2
* nested vmx: expose bit 55 of IA32_VMX_BASIC_MSR to guest VMMDongxiao Xu2012-12-061-0/+6
* nested vmx: use literal name instead of hard numbersDongxiao Xu2012-12-061-0/+9
* nested vmx: emulate MSR bitmapsDongxiao Xu2012-12-062-0/+2
* X86/vMCE: handle broken page with regard to migrationLiu Jinsong2012-12-061-0/+9
* x86: get_page_from_gfn() must return NULL for invalid GFNsJan Beulich2012-12-041-1/+1
* docs: expand persistent grants protocolRoger Pau Monne2012-12-041-3/+34
* arm: const-correctness in virt_to_maddrIan Campbell2012-11-301-1/+1
* arm: handle xenheap which isn't at the start of RAM.Ian Campbell2012-11-301-7/+5
* nested vmx: enable load IA32_PERF_GLOBAL_CTRL feature for L1 VMMDongxiao Xu2012-11-301-0/+6
* nested vmx: enable load and save IA32_EFER feature for L1 VMMDongxiao Xu2012-11-301-0/+4
* nested vmx: enable VMX-preemption timer for L1 VMMDongxiao Xu2012-11-301-0/+1
* nested vmx: enable Descriptor-table exiting for L1 VMMDongxiao Xu2012-11-301-0/+1
* nested vmx: enable secondary processor-based VM-Execution controlsDongxiao Xu2012-11-301-0/+1
* docs: fix persistent grants doc typoRoger Pau Monne2012-11-291-1/+1
* x86/mm: Comment the definitions of _mfn(), _gfn() &c.Tim Deegan2012-11-292-0/+10
* VT-d: adjust IOMMU interrupt affinities when all CPUs are onlineJan Beulich2012-11-281-0/+3
* AMD IOMMU: include IOMMU interrupt information in 'M' debug key outputJan Beulich2012-11-282-2/+4
* arm: Tidy up flush_xen_dcache().Tim Deegan2012-11-232-10/+13