aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen
Commit message (Expand)AuthorAgeFilesLines
* spinlock: ensure the flags parameter is wide enoughstagingAndrew Cooper2013-10-221-3/+15
* xen/evtchn: Fix build on ARMJulien Grall2013-10-151-0/+1
* Add DOMCTL to limit the number of event channels a domain may useDavid Vrabel2013-10-141-0/+1
* evtchn: add FIFO-based event channel hypercalls and port opsDavid Vrabel2013-10-142-1/+52
* evtchn: implement EVTCHNOP_set_priority and add the set_priority hookDavid Vrabel2013-10-141-0/+11
* evtchn: add FIFO-based event channel ABIDavid Vrabel2013-10-141-1/+1
* evtchn: allow many more evtchn objects to be allocated per domainDavid Vrabel2013-10-142-11/+48
* evtchn: use a per-domain variable for the max number of event channelsDavid Vrabel2013-10-142-2/+2
* evtchn: print ABI specific state with the 'e' debug keyDavid Vrabel2013-10-141-0/+7
* evtchn: refactor low-level event channel port opsDavid Vrabel2013-10-142-0/+49
* sched: Correct function prototypesAndrew Cooper2013-10-141-3/+3
* scheduler: adjust internal locking interfaceJan Beulich2013-10-141-82/+56
* xen: Add macro ROUNDUPJulien Grall2013-10-081-0/+2
* xen: Add macros MB and GBJulien Grall2013-10-081-0/+3
* xen: add LZ4 decompression supportKyungsik Lee2013-10-072-1/+89
* x86: Improve information from domain_crash_synchronousAndrew Cooper2013-10-041-0/+7
* xen: arm: add two new device tree helpersIan Campbell2013-09-271-0/+17
* x86/microcode: Scan the initramfs payload for microcode blobKonrad Rzeszutek Wilk2013-09-271-0/+14
* AMD IOMMU: fix Dom0 device setup failure for host bridgesSuravee Suthikulpanit2013-09-271-0/+1
* xen/arm: Reserve FDT via early module mechanismIan Campbell2013-09-261-6/+7
* ns16550: support DesignWare 8250Ian Campbell2013-09-211-0/+2
* x86: mark BUG()s and assertion failures as terminal.Tim Deegan2013-09-191-0/+6
* xen/dts: Clean up the exported API for device treeJulien Grall2013-09-171-15/+0
* xen/dts: dt_find_interrupt_controller: accept multiple compatible stringsJulien Grall2013-09-171-1/+2
* xen: Use the right string comparison function in device treeJulien Grall2013-09-171-2/+2
* xen/dts: Add new helpers to use the device treeJulien Grall2013-09-171-1/+150
* xen/dts: Prefix device tree macro by dt_Julien Grall2013-09-171-2/+2
* xen/dts: Constify device_tree_flattenedJulien Grall2013-09-171-1/+1
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-102-0/+8
* xen: Add new string functionJulien Grall2013-09-101-0/+3
* xen: Introduce __initconst to store initial const dataJulien Grall2013-09-101-0/+1
* xen/dts: fix DT_ROOT_NODE_ADDR_CELLS_DEFAULTJulien Grall2013-09-091-1/+1
* PCI UART: better cope with UART being temporarily unavailableTomasz Wroblewski2013-08-281-2/+3
* PCI: centralize parsing of device coordinates in command line optionsJan Beulich2013-08-281-0/+2
* xen/arm: use defines for boot module indexes instead of open coded numbersIan Campbell2013-08-271-2/+8
* un-alias cpumask_any() from cpumask_first()Jan Beulich2013-08-232-1/+24
* PCI: break MSI-X data out of struct pci_dev_infoJan Beulich2013-08-231-12/+2
* xen/arm: Add the new OMAP UART driver.Chen Baozi2013-08-221-0/+51
* xen: Introduce a helper to read a u32 property in device tree.Chen Baozi2013-08-221-0/+11
* xen: rename ns16550-uart.h to 8250-uart.h and fix some typosChen Baozi2013-08-221-9/+9
* ACPI: fix acpi_os_map_memory()Jan Beulich2013-08-211-1/+1
* xen/x86: hypervisor build fixes for FreeBSD.Tim Deegan2013-08-162-2/+2
* xen: Add stdbool.h workaround for BSD.Tim Deegan2013-08-152-2/+15
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-131-0/+35
* cleanup unused request{_dt,}_irq() parameterAndrew Cooper2013-08-081-1/+1
* xen/arm: New callback in uart_driver to retrieve serial informationJulien Grall2013-08-081-0/+13
* stubdom: Fix stubdom undeclared function build warningsSamuel Thibault2013-08-021-0/+2
* extract register definitions from ns16550 into a separated headerChen Baozi2013-07-161-0/+104
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-041-2/+2
* bitmap_*() should cope with zero size bitmapsJan Beulich2013-07-041-64/+64