aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* arm: Use per-CPU irq_desc for PPIs and SGIsIan Campbell2012-10-098-19/+67
* arm/vtimer: convert result to ticks when reading CNTPCT registerIan Campbell2012-10-091-2/+4
* arm: don't bother setting up vtimer, vgic etc on idle CPUsIan Campbell2012-10-091-0/+4
* xen/arm: introduce __lshrdi3 and __aeabi_llsrStefano Stabellini2012-10-092-1/+55
* xen/arm: protect LR registers and lr_mask changes with spin_lock_irqStefano Stabellini2012-10-091-0/+6
* arm: disable distributor delivery on boot CPU onlyIan Campbell2012-10-091-6/+17
* arm: kill a guest which uses hvc with an immediate operand != XEN_HYPERCALL_TAGIan Campbell2012-10-091-6/+1
* xen/arm: create_p2m_entries should not call free_domheap_pageStefano Stabellini2012-10-091-5/+0
* xen/arm: implement get/put_page_typeStefano Stabellini2012-10-093-5/+13
* xen/arm: implement page reference and gnttab functions needed by grant_table.cStefano Stabellini2012-10-093-33/+168
* arm: implement VGCF_onlineIan Campbell2012-10-092-1/+8
* Implement page offline recovery action for AMDChristoph Egger2012-10-098-119/+204
* trace: rename trace_hypercall() to __trace_hypercall_entry()David Vrabel2012-10-093-5/+5
* build: Fix build when using -fno-inlineAndrew Cooper2012-10-091-1/+1
* x86/MCE: implement recoverscan for AMDChristoph Egger2012-10-056-8/+88
* x86: add sanity check and comments for vMCE injectionLiu, Jinsong2012-10-053-6/+16
* fix inclusion style in public/domctl.hJan Beulich2012-10-041-1/+1
* x86/nested-svm: Update the paging mode on VMRUN and VMEXIT emulation.Tim Deegan2012-10-041-0/+8
* VT-d: make remap_entry_to_msi_msg() return consistent messageJan Beulich2012-10-041-2/+2
* x86: consolidate frame state manipulation functionsJan Beulich2012-10-044-75/+7
* x86: get the MWAIT idle driver in sync with the ACPI oneJan Beulich2012-10-041-4/+7
* trace: trace hypercalls inside a multicallDavid Vrabel2012-10-036-6/+37
* trace: improve usefulness of hypercall trace recordDavid Vrabel2012-10-034-20/+99
* trace: allow for different sub-classes of TRC_PV_* tracepointsDavid Vrabel2012-10-031-14/+21
* x86/Intel: add further support for Ivy Bridge CPU modelsJan Beulich2012-10-023-3/+10
* Register Linux PV-on-HVM drivers product number.Paul Durrant2012-10-011-0/+1
* Add a new pvdrivers header to serve as the register of product numbers.Paul Durrant2012-10-011-0/+46
* xen: Remove sched_credit_default_yield optionGeorge Dunlap2012-10-011-7/+2
* xen/console: introduce a 'w' debug-key that dumps the console ringMatt Wilson2012-10-011-0/+45
* x86: replace literal numbersJan Beulich2012-09-283-8/+9
* Revert 25960:6bf8b882df8f (x86: default-disable MWAIT-based idle driver ...)Jan Beulich2012-09-281-8/+1
* x86/ucode: fix Intel case of resume handling on boot CPUJan Beulich2012-09-281-2/+0
* x86: remove further code applicable to 32-bit CPUs onlyJan Beulich2012-09-283-89/+3
* x86/HPET: don't needlessly set up channels for broadcastJan Beulich2012-09-281-1/+4
* x86/IRQ: fix valid-old-vector checks in __assign_irq_vector()Jan Beulich2012-09-281-2/+1
* x86/HPET: don't disable interrupt delivery right after setting it upJan Beulich2012-09-281-2/+2
* x86: default-disable MWAIT-based idle driver for CPUs without ARATJan Beulich2012-09-261-1/+8
* x86: Save/restore TSC adjust during HVM guest migrationLiu, Jinsong2012-09-262-1/+47
* x86: Implement TSC adjust feature for HVM guestLiu, Jinsong2012-09-263-1/+31
* x86/vMCE: Add AMD supportChristoph Egger2012-09-268-20/+67
* x86: vMCE save and restoreLiu, Jinsong2012-09-265-15/+45
* x86: vMCE injectionLiu, Jinsong2012-09-263-38/+26
* x86: vMCE emulationLiu, Jinsong2012-09-268-316/+159
* x86: check remote MMIO remap permissionsDaniel De Graaf2012-09-261-0/+13
* x86: slightly improve stack trace on debug buildsJan Beulich2012-09-263-5/+23
* x86: clean up interrupt stub generationJan Beulich2012-09-262-26/+29
* x86: slightly streamline __prepare_to_wait() inline assemblyJan Beulich2012-09-261-5/+3
* x86: use compiler visible "add" instead of inline assembly "or" in get_cpu_in...Jan Beulich2012-09-261-6/+3
* x86: enhance rsp-relative calculationsJan Beulich2012-09-263-12/+19
* x86/S3: add cache flush on secondary CPUs before going to sleepBen Guthro2012-09-253-4/+10