aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
* widen flags parameter for spinlock_irqsave() and friendsAndrew Cooper2013-10-222-4/+5
* add cap value to credit scheduler debug infoJuergen Gross2013-10-161-1/+2
* credit: unpause parked vcpu before destroying itJuergen Gross2013-10-161-0/+6
* 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-142-1/+14
* evtchn: add FIFO-based event channel hypercalls and port opsDavid Vrabel2013-10-143-0/+467
* evtchn: implement EVTCHNOP_set_priority and add the set_priority hookDavid Vrabel2013-10-141-0/+29
* evtchn: allow many more evtchn objects to be allocated per domainDavid Vrabel2013-10-141-18/+64
* evtchn: use a per-domain variable for the max number of event channelsDavid Vrabel2013-10-143-3/+4
* evtchn: print ABI specific state with the 'e' debug keyDavid Vrabel2013-10-142-3/+15
* evtchn: refactor low-level event channel port opsDavid Vrabel2013-10-144-55/+135
* debug: remove some event channel info from the 'i' and 'q' debug keysDavid Vrabel2013-10-141-9/+2
* sched: fix race between sched_move_domain() and vcpu_wake()David Vrabel2013-10-141-0/+11
* scheduler: adjust internal locking interfaceJan Beulich2013-10-144-54/+69
* xen/dts: Support Linux initrd DT bindingsJulien Grall2013-10-081-0/+25
* xen/dts: Use ROUNDUP macro instead of the internal ALIGNJulien Grall2013-10-081-6/+4
* xen: add LZ4 decompression supportKyungsik Lee2013-10-075-1/+677
* x86/idle: Fix get_cpu_idle_time()'s interaction with offline pcpusAndrew Cooper2013-10-041-5/+4
* cpupools: update domU's node-affinity on the cpupool_unassign_cpu() pathDario Faggioli2013-09-301-0/+6
* xen: arm: add two new device tree helpersIan Campbell2013-09-271-0/+29
* x86/microcode: Scan the initramfs payload for microcode blobKonrad Rzeszutek Wilk2013-09-272-1/+152
* xen: support RAM at addresses 0 and 4096Ian Campbell2013-09-261-3/+3
* xen/arm: Support dtb /memreserve/ regionsIan Campbell2013-09-261-1/+12
* xen/arm: Reserve FDT via early module mechanismIan Campbell2013-09-261-1/+8
* xen/arm: Dissociate logical and hardware CPU IDJulien Grall2013-09-261-48/+0
* gnttab: remove unused shared header lookupMatthew Daley2013-09-201-1/+0
* sched_credit: filter node-affinity mask against online cpusDario Faggioli2013-09-201-11/+46
* ARM: parse separate DT properties for different commandlinesAndre Przywara2013-09-171-1/+6
* xen/dts: replace get_val by dt_next_cellJulien Grall2013-09-171-16/+2
* xen/dts: device_get_reg: cells are 32-bit big endian valueJulien Grall2013-09-171-6/+6
* xen/dts: Clean up the exported API for device treeJulien Grall2013-09-171-78/+14
* xen/dts: dt_find_interrupt_controller: accept multiple compatible stringsJulien Grall2013-09-171-2/+3
* xen/dts: Check the CPU ID is not greater than NR_CPUSJulien Grall2013-09-171-0/+7
* xen/dts: Check "reg" property length in process_multiboot_nodeJulien Grall2013-09-171-1/+5
* xen/dts: Remove device_get_reg call in process_cpu_nodeJulien Grall2013-09-171-7/+12
* xen: Use the right string comparison function in device treeJulien Grall2013-09-171-3/+3
* xen/dts: Add new helpers to use the device treeJulien Grall2013-09-171-7/+102
* xen/dts: Don't add a fake property "name" in the device treeJulien Grall2013-09-171-1/+10
* xen/dts: Prefix device tree macro by dt_Julien Grall2013-09-171-5/+5
* xen/dts: Constify device_tree_flattenedJulien Grall2013-09-171-1/+1
* sched/credit: Remove redundant assignments from alloc_* functionsAndrew Cooper2013-09-131-4/+0
* sched/arinc653: check for guest data transfer failuresMatthew Daley2013-09-101-2/+11
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-101-0/+8
* libelf: add hvm callback vector featureMukesh Rathor2013-09-101-0/+1
* xen: Add new string functionJulien Grall2013-09-101-0/+15
* xen/dts: Don't check the number of address and size cells in process_cpu_nodeJulien Grall2013-09-101-6/+0
* xmalloc: make whole pages xfree() clear the order field (ab)used by xmalloc()Jan Beulich2013-09-091-0/+1
* AMD IOMMU: allow command line overrides for broken IVRS tablesJan Beulich2013-08-291-0/+16
* xen/arm: use defines for boot module indexes instead of open coded numbersIan Campbell2013-08-271-2/+2
* fix gdbstub build c/s c8177e691fAndrew Cooper2013-08-271-1/+1