aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: avoid undefined behavior in IS_NIL()Xi Wang2013-03-151-2/+2
* x86: extend diagnostics for "No irq handler for vector" messagesJan Beulich2013-03-142-9/+23
* x86/mem_access: check for errors in p2m->set_entry().Tim Deegan2013-03-141-7/+18
* x86/mem_sharing: check for errors in p2m->set_entry().Tim Deegan2013-03-141-4/+8
* x86/ept: check for errors in a few callers of ept_set_entry.Tim Deegan2013-03-141-5/+15
* x86/mm: warn if we ever run out of shadow/hap pool for p2m/lgd ops.Tim Deegan2013-03-143-1/+15
* x86/mm: use bool_t for flags in shadow-pagetable structsTim Deegan2013-03-141-11/+11
* xen: arm: create dom0 DTB /hypervisor/ node dynamically.Ian Campbell2013-03-131-2/+55
* xen: strip xen, multiboot-module nodes from dom0 device treeIan Campbell2013-03-131-2/+30
* xen: arm: parse modules from DT during early boot.Ian Campbell2013-03-131-1/+53
* dtb: correct handling of #address-cells and #size-cells.Ian Campbell2013-03-133-7/+17
* xen: correct BITS_PER_EVTCHN_WORD on armIan Campbell2013-03-123-2/+7
* coverage: fix on ARMIan Campbell2013-03-123-18/+11
* x86/MCA: suppress bank clearing for certain injected eventsJan Beulich2013-03-122-9/+11
* vpmu intel: pass through cpuid bits when BTS is enabledDietmar Hahn2013-03-121-0/+4
* powernow: add fixups for AMD P-state figuresKonrad Rzeszutek Wilk2013-03-121-6/+50
* mmu: Introduce XENMEM_claim_pages (subop of memory ops)Dan Magenheimer2013-03-118-5/+188
* credit2: Reset until the front of the runqueue is positiveGeorge Dunlap2013-03-111-8/+40
* credit2: Fix erronous ASSERTGeorge Dunlap2013-03-111-24/+17
* x86/vPMU: change Intel model numbers from decimal to hexKonrad Rzeszutek Wilk2013-03-081-14/+14
* x86/vPMU: add missing Merom, Westmere, and Nehalem modelsKonrad Rzeszutek Wilk2013-03-081-2/+13
* x86/vPMU: provide comments for which Intel model is whatKonrad Rzeszutek Wilk2013-03-081-10/+10
* x86/MSI: add mechanism to fully protect MSI-X table from PV guest accessesJan Beulich2013-03-085-69/+153
* sched: always ask the scheduler to re-place the vcpu when the affinity changesGeorge Dunlap2013-03-081-3/+4
* fix domain unlocking in some xsm error pathsMatthew Daley2013-03-062-2/+2
* change arguments of do_kexec_op and compat_set_timer_op prototypesRobbie VanVossen2013-03-063-3/+5
* x86/shadow: don't use PV LDT area for cross-pages access emulationJan Beulich2013-03-051-19/+8
* xentrace: fix off-by-one in calculate_tbuf_sizeOlaf Hering2013-03-041-1/+1
* credit2: track residual from divisions done during accountingGeorge Dunlap2013-03-041-7/+15
* credit2: Avoid extra c2t calcuation in csched_runtimeGeorge Dunlap2013-03-041-11/+37
* credit1: Use atomic bit operations for the flags structureGeorge Dunlap2013-03-041-13/+10
* x86: make x86_mcinfo_reserve() clear its result bufferJan Beulich2013-03-044-12/+6
* x86: reduce irq_cpustat_t's __softirq_pending to 32 bitsJan Beulich2013-03-041-1/+1
* x86: don't rely on __softirq_pending to be the first field in irq_cpustat_tJan Beulich2013-03-045-13/+14
* x86: defer processing events on the NMI exit pathJan Beulich2013-03-042-6/+23
* SEDF: avoid gathering vCPU-s on pCPU0Jan Beulich2013-03-042-2/+4
* x86: make certain memory sub-ops return valid valuesJan Beulich2013-03-043-6/+12
* fix compat memory exchange op splittingJan Beulich2013-03-011-1/+1
* Avoid stale pointer when moving domain to another cpupoolJuergen Gross2013-02-281-6/+14
* vmx: fix handling of NMI VMEXIT.Tim Deegan2013-02-281-1/+8
* x86/mm: fix invalid unlinking of nested p2m tablesMatthew Daley2013-02-281-5/+3
* x86: use linear L1 page table for map_domain_page() page table manipulationJan Beulich2013-02-283-37/+15
* x86: rework hypercall argument translation area setupJan Beulich2013-02-287-23/+71
* x86: introduce create_perdomain_mapping()Jan Beulich2013-02-286-192/+251
* credit1: track residual from divisions done during accountingJan Beulich2013-02-281-1/+7
* x86: minor fix for rdmsrlLiu Jinsong2013-02-281-1/+1
* x86: fix CMCI injectionJan Beulich2013-02-266-12/+18
* IOMMU, AMD Family15h Model10-1Fh erratum 746 WorkaroundSuravee Suthikulpanit2013-02-261-0/+38
* AMD IOMMU: cover all functions of a device even if ACPI only tells us of func 0Jan Beulich2013-02-264-14/+49
* x86: fix null pointer dereference in intel_get_extended_msrs()Xi Wang2013-02-251-1/+1