aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers
Commit message (Expand)AuthorAgeFilesLines
* AMD IOMMU: add mechanism to protect their PCI devices' config spacesJan Beulich2012-06-223-8/+43
* x86, cpufreq: Change powernow's CPB status immediatelyBoris Ostrovsky2012-06-182-12/+27
* passthrough: fix xsm-related oversightJan Beulich2012-05-311-1/+1
* amd iommu: improve parse_event_log_entry()Jan Beulich2012-05-231-17/+16
* amd iommu: Add workaround for erratum 732 & 733Wei Wang2012-05-231-7/+50
* serial: serial_irq() and descendants can be __initJan Beulich2012-05-213-3/+3
* Remove bool return code from evtchn_set_pending() and callers.Keir Fraser2012-05-101-5/+6
* ns16550: adjust suspend/resume logicJan Beulich2012-05-081-17/+13
* remove ia64Jan Beulich2012-04-0312-249/+5
* IOMMU: clean up handling of 'foo' and 'no-foo' command-line optionsTim Deegan2012-03-291-14/+19
* x86/mm: Make iommu passthrough and mem paging/sharing mutually exclusiveAndres Lagar-Cavilla2012-03-291-0/+7
* kexec: provide crashinfo_maxaddr_bits if !CONFIG_KEXECDavid Vrabel2012-03-221-2/+0
* KEXEC: Allocate crash structures in low memoryAndrew Cooper2012-03-161-1/+1
* passthrough: fix domain ref leak after 24888:71159fb049f2Jan Beulich2012-03-071-0/+2
* amd iommu: Introduce a new lock for event and ppr loggingWei Wang2012-03-011-8/+10
* passthrough: release assigned PCI devices earlier during domain shutdownJan Beulich2012-02-241-1/+2
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-161-16/+18
* amd iommu: Remove redundant checks from iommu emulation code pathWei Wang2012-02-091-6/+0
* arm: pl011 UART driverStefano Stabellini2012-02-092-0/+267
* xen/common/Makefile: introduce HAS_{CPUFREQ,PCI,PASSTHROUGH,NS16550,KEXEC}Stefano Stabellini2012-02-093-4/+8
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-281-2/+2
* vesa: flush lfb after zeroingAndrew Cooper2012-01-281-18/+19
* Console: introduce console=none command line parameterAndrew Cooper2012-01-281-0/+2
* amd iommu: disable iommu emulation on non-iommu systemsWei Wang2012-01-282-2/+10
* Include some header files that are not automatically included on all archsStefano Stabellini2012-01-231-0/+1
* Move cpufreq option parsing to cpufreq.cStefano Stabellini2012-01-231-0/+31
* iommu: Move IOMMU faults handling into softirq for AMD-Vi.Dario Faggioli2012-01-201-3/+41
* add NULL checks in code added by 24492:6c104b46ef89Jan Beulich2012-01-192-2/+19
* Move IOMMU faults handling into softirq for VT-d.Dario Faggioli2012-01-171-3/+36
* cleanup get_gfn_from_base_reg() function.Wei Wang2012-01-161-10/+3
* remove inclusion of asm/config.hJan Beulich2012-01-133-3/+0
* amd iommu: Enable FC bit in iommu host level PTEWei Wang2012-01-121-0/+7
* amd iommu: add ppr log processing into iommu interrupt handlingWei Wang2012-01-121-42/+121
* amd iommu: Enable guest level translationWei Wang2012-01-121-1/+24
* amd iommu: Enable ppr logWei Wang2012-01-121-12/+95
* amd iommu: Add iommu emulation for hvm guestWei Wang2012-01-125-0/+974
* amd iommu: Introduces new helper functions to simplify bitwise operationsWei Wang2012-01-122-35/+27
* amd iommu: Refactoring iommu ring buffer definitionWei Wang2012-01-122-57/+70
* xsm: Add missing access checksDaniel De Graaf2011-12-182-2/+23
* ACPI: eliminate duplicate IVRS definitionsJan Beulich2011-12-134-196/+211
* ACPI: eliminate duplicate DMAR definitionsJan Beulich2011-12-132-58/+57
* ACPI: update table interface headersJan Beulich2011-12-131-2/+4
* ACPI: eliminate duplicate MADT parsing and unused SBF definitionsJan Beulich2011-12-131-10/+11
* VT-d: bind IRQs to CPUs local to the node the IOMMU is onJan Beulich2011-12-132-6/+8
* AMD IOMMU v2: minor cleanupJan Beulich2011-12-021-1/+1
* Properly compare "pci" token when groking serial port configAndres Lagar-Cavilla2011-11-241-1/+1
* move pci_find_ext_capability() into common PCI codeJan Beulich2011-11-221-0/+40
* amd iommu: Support INVALIDATE_IOMMU_ALL command.Wei Wang2011-11-222-2/+30
* amd iommu: Factor out iommu command handling functions,Wei Wang2011-11-226-353/+393
* amd iommu: Advertise iommu extended feature bits to xen.Wei Wang2011-11-222-0/+43