aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* compat/gnttab: Prevent infinite loop in compat codeIan Jackson2012-11-141-0/+2
* xen/mm/shadow: check toplevel pagetables are present before unhooking them.Ian Jackson2012-11-141-2/+6
* x86/physmap: Prevent incorrect updates of m2p mappingsIan Jackson2012-11-141-0/+4
* VCPU/timers: Prevent overflow in calculations, leading to DoS vulnerabilityIan Jackson2012-11-142-0/+5
* fix xenctl_cpumap_to_cpumask() buffer size checkMatthew Daley2012-11-131-1/+1
* tools: Synchronize privcmd header constantsAndres Lagar-Cavilla2012-11-121-1/+0
* x86/mm x86 shadow: Fix typo in sh_invlpg sl3 page presence checkMatthew Daley2012-11-121-1/+1
* IOMMU: don't immediately disable bus mastering on faultsJan Beulich2012-11-125-20/+49
* tmem: Prevent NULL dereference on error caseMatthew Daley2012-11-121-1/+3
* x86/x2apic: properly implement cluster modeJan Beulich2012-11-081-15/+127
* x86: make cpu_2_logical_apicid private to x2apic codeJan Beulich2012-11-086-40/+5
* x86/ACPI: invalidate BGRT if necessaryJan Beulich2012-11-083-0/+582
* x86/emul: only emulate possibly operand sizes for POPAJan Beulich2012-11-081-7/+4
* IOMMU: keep disabled until iommu_setup() is calledJan Beulich2012-11-027-10/+17
* x86/mwait-idle: enable Ivy Bridge Xeon supportJan Beulich2012-11-021-0/+1
* ACPI/cpuidle: remove unused "power" field from Cx state dataJan Beulich2012-11-023-4/+0
* x86: save/restore only partial register state where possibleJan Beulich2012-10-3010-34/+157
* x86: use MOV instead of PUSH/POP when saving/restoring register stateJan Beulich2012-10-303-50/+53
* docs: document persistent grantsRoger Pau Monne2012-10-301-0/+29
* MCE: remove unused MCA_MCE_HANDLERChristoph Egger2012-10-292-2/+0
* x86/MCE: merge AMD quirksChristoph Egger2012-10-293-77/+59
* x86/MCE: remove K7 supportChristoph Egger2012-10-2910-116/+5
* x86/MCE: consolidate AMD initializationChristoph Egger2012-10-294-28/+31
* x86/MCE: Implement clearbank callback for AMDChristoph Egger2012-10-256-42/+60
* x86/HPET: cache MSI message last writtenJan Beulich2012-10-251-10/+11
* compiler.h adjustmentsJan Beulich2012-10-253-20/+17
* x86: don't special case first IO-APICJan Beulich2012-10-241-17/+13
* xen: sched_sedf: remove an unused stat in SEDFDario Faggioli2012-10-231-5/+2
* xen: sched: introduce a couple of counters in credit2 and SEDFDario Faggioli2012-10-232-0/+9
* xen: sched: generalize scheduling related perfcounter macrosDario Faggioli2012-10-234-74/+82
* xen: fix build when 'perfc=y'Dario Faggioli2012-10-231-0/+2
* vMCE: Implement AMD MSRsChristoph Egger2012-10-231-16/+35
* nestedsvm: fix VMEXIT emulationChristoph Egger2012-10-231-6/+11
* nestedsvm: fix memory leak on shutdown/crashChristoph Egger2012-10-231-0/+9
* p2m: rename p2m_is_magic to p2m_is_podOlaf Hering2012-10-224-5/+5
* hvm: handle PoD and grant pages in HVMOP_get_mem_typeOlaf Hering2012-10-191-0/+4
* IOMMU: fail HPET MSI setup on AMDJan Beulich2012-10-191-1/+1
* xen: retain ulong guest handle for older consumers.Ian Campbell2012-10-183-1/+9
* x86/HPET: allow use for broadcast when interrupt remapping is in effectJan Beulich2012-10-1811-25/+169
* ACPI/APEI: accept validly sized ERST on Intel systems only for nowJan Beulich2012-10-181-0/+13
* arm: parameter guest handles are 32 bit on 32 bit hypervisorIan Campbell2012-10-171-1/+1
* xen: remove XEN_GUEST_HANDLE(ulong)Ian Campbell2012-10-175-6/+5
* xen: more XEN_GUEST_HANDLE_PARAM substitutionsStefano Stabellini2012-10-178-10/+29
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-1764-193/+206
* xen: introduce XEN_GUEST_HANDLE_PARAMStefano Stabellini2012-10-175-13/+105
* xen: change the limit of nr_extents to UINT_MAX >> MEMOP_EXTENT_SHIFTStefano Stabellini2012-10-171-1/+1
* xen: xen_ulong_t substitutionStefano Stabellini2012-10-173-2/+6
* xen/arm: grant tableStefano Stabellini2012-10-172-0/+27
* xen: arm: implement XENMEM_add_to_physmap_rangeIan Campbell2012-10-173-22/+139
* x86/HPET: obtain proper lock for changing IRQ affinityJan Beulich2012-10-171-2/+12