aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Update Xen version to 4.1.0-rc74.1.0-rc7Keir Fraser2011-03-161-1/+1
* x86: run-time callers of map_pages_to_xen() must check for errorsJan Beulich2011-03-154-50/+95
* _csched_cpu_pick(): don't return CPUs outside vCPU's affinity maskJan Beulich2011-03-141-0/+1
* Allow tools to map arbitrarily large machphys_mfn_list on 32bit dom0Gianni Tedesco2011-03-141-3/+1
* x86: fix cpu_sibling_map initialization when topology CPUID leaf is presentJan Beulich2011-03-141-3/+3
* x86: add volatile prefix for cpuid asm clausesWei Gang2011-03-141-6/+6
* x86_64: fix error checking in arch_set_info_guest()Tim Deegan2011-03-141-0/+5
* x86/HPET: fix initialization orderJan Beulich2011-03-121-2/+4
* x86: Fix cpu offline bug: add clflush inside dead loopLiu, Jinsong2011-03-112-17/+32
* x86: Fix cpuidle bugLiu, Jinsong2011-03-101-21/+23
* x86_emulate: FPU 0xda instructions have a 32-bit memory operand, not 64-bit.Keir Fraser2011-03-081-9/+9
* x86_emulate: Fix emulation of FIMUL m32i.Keir Fraser2011-03-081-1/+1
* x86: Cache read of cpu_state in __cpu_die() for subsequent BUG_ON check.Keir Fraser2011-03-051-2/+3
* x86: On CPU offline, fix master waiting for slave to be fully dead.Keir Fraser2011-03-051-1/+5
* preempt: Disable preemption support for 4.1.Keir Fraser2011-03-051-0/+16
* credit2: Revert debugging patch 22965:9dfd7ffcd76c for release.Keir Fraser2011-03-051-26/+0
* credit2: Add more debuggingGeorge Dunlap2011-03-031-0/+26
* x86: Fix cpu online/offline bug: mce memory leak.Liu, Jinsong2011-03-021-35/+57
* x86: Disable IRQs and do WBINVD first in play_dead().Keir Fraser2011-03-021-4/+5
* x86: Add warning comment explaining restrictions to play_dead().Shan Haitao2011-03-021-0/+9
* Update Xen version to 4.1.0-rc7-preKeir Fraser2011-02-281-1/+1
* Update Xen version to 4.1.0-rc64.1.0-rc6Keir Fraser2011-02-281-1/+1
* Avoid possible live-lock in vcpu_migrateJuergen Gross2011-02-281-27/+44
* x86 NMI: continue in case of PCI SERR errosStefano Stabellini2011-02-251-16/+5
* cpupool: Avoid race when moving cpu between cpupoolsJuergen Gross2011-02-252-8/+38
* amd-k8-mce: remove a stray break statementKeir Fraser2011-02-241-1/+0
* x86: Fix mwait usage when doing cpu offlineKeir Fraser2011-02-241-1/+2
* x86: add strictly sanity check for XSAVE/XRSTORWei Gang2011-02-219-21/+37
* Update Xen version to 4.1.0-rc6-preKeir Fraser2011-02-161-1/+1
* Update Xen version to 4.1.0-rc54.1.0-rc5Keir Fraser2011-02-161-1/+1
* x86 p2m: Reinstate || errneously removed by 22924:86000076dceeKeir Fraser2011-02-161-1/+1
* x86/shadow: unconditionally set the p2m/log-dirty allocation functions.Tim Deegan2011-02-161-4/+4
* x86/mm: partially revert 21093:4a3e131f7498Tim Deegan2011-02-162-11/+7
* x86: Fix S3 resume for HPET MSI IRQ caseWei Gang2011-02-141-5/+13
* Revert 22900:a0ef80c99264Keir Fraser2011-02-141-3/+0
* x86/mm: fix typo in 22897:21df67ee7040Tim Deegan2011-02-111-1/+1
* Update Xen evrsion to 4.1.0-rc5-preKeir Fraser2011-02-101-1/+1
* Update Xen version to 4.1.0-rc44.1.0-rc4Keir Fraser2011-02-101-1/+1
* x86: suppress HPET broadcast initialization in the presence of ARATKeir Fraser2011-02-101-0/+3
* x86: tighten conditions under which writing certain MSRs is permittedKeir Fraser2011-02-101-4/+6
* ix86: re-do permanent disabling of x2apicKeir Fraser2011-02-102-16/+12
* x86/mm: make log-dirty code do all its allocations outside the lockTim Deegan2011-02-101-29/+66
* x86/mm: shuffle log-dirty code so only one path allocates memoryTim Deegan2011-02-101-9/+8
* Cpupools: vcpu affinity handlingJuergen Gross2011-02-101-1/+3
* x86/mm/shadow: fix unlocking on error path in p2m allocatorTim Deegan2011-02-091-1/+2
* x86: reduce magic number usage in XSAVE codeWei Gang2011-02-093-3/+3
* amd iommu: dynamic page table depth adjustment.Wei Wang2011-02-093-6/+111
* cpupool: Fix __cpupool_find_by_id(), clean up accessor functions.Keir Fraser2011-02-091-8/+18
* cpupool: Strict parameter checking for cpupool operationsKeir Fraser2011-02-091-2/+2
* [VTD][QUIRK] add spin lock across snb pre/postamble functionsKeir Fraser2011-02-091-0/+12