aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* remove ia64Jan Beulich2012-04-03486-117290/+19
* docs: Document some more hypercallsIan Jackson2012-04-023-0/+50
* device tree: print a warning if a node is nested too deepDavid Vrabel2012-04-021-1/+18
* arm: add dom0_mem command line argumentDavid Vrabel2012-04-021-2/+13
* arm: use bootargs for the command lineDavid Vrabel2012-04-023-0/+23
* device tree,arm: supply a flat device tree to dom0David Vrabel2012-04-026-60/+260
* arm: Use HTPIDR to point to per-CPU stateTim Deegan2012-04-025-28/+20
* arm: missing unlock in GIC error pathTim Deegan2012-04-021-0/+1
* arm: remove code that sets current to itselfTim Deegan2012-04-021-1/+0
* AMD_LWP: add interrupt support for AMD LWPWei Huang2012-03-302-7/+32
* x86: Unify direct-apic and hiprio irq vector allocations.Keir Fraser2012-03-306-11/+22
* x86: Allow direct vectored interrupts to be dynamically allocated.Keir Fraser2012-03-305-62/+53
* Remove single use of fastcall from hypervisor common code.Keir Fraser2012-03-302-4/+4
* x86: All vectored interrupts go through do_IRQ().Keir Fraser2012-03-3010-200/+60
* x86/mm: allow mem_event ops on AMD processors too.Tim Deegan2012-03-291-4/+0
* 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-293-1/+15
* x86/mm: Teach paging to page table-based p2mAndres Lagar-Cavilla2012-03-291-10/+19
* x86/mm/p2m-pt: Clip mfn to allowable width when building a PTETim Deegan2012-03-291-3/+10
* x86/hpet: warn about and clear reserved set config register bitsJan Beulich2012-03-283-1/+17
* x86/hpet: use asm/hpet.h in HVM emulation codeJan Beulich2012-03-272-57/+35
* x86/hpet: clear unwanted bitsJan Beulich2012-03-272-2/+4
* x86/hpet: replace disabling of legacy broadcastJan Beulich2012-03-273-4/+6
* x86/hpet: disable before reboot or kexecJan Beulich2012-03-275-7/+43
* hcall: markup the grant table hypercalls to improve generated docsIan Campbell2012-03-271-34/+76
* x86_emulate: Do not push an error code onto a #UD exception stackKeir Fraser2012-03-231-7/+7
* x86_emulate: raise #UD rather than #GP on invalid use of LOCK prefixAndrew Cooper2012-03-231-4/+4
* x86/hpet: simplify hpet_get_channel()Jan Beulich2012-03-231-4/+5
* Xen core parking 2: core parking implementationLiu, Jinsong2012-03-231-1/+228
* Xen core parking 1: hypercallLiu, Jinsong2012-03-234-0/+59
* Fix test for NULL command line in cmdline_parse()David Vrabel2012-03-231-3/+3
* x86/hpet: force_hpet_broadcast can be __initdataJan Beulich2012-03-231-1/+1
* x86/gnttab: fix asm() operand in gnttab_clear_flag()Jan Beulich2012-03-231-1/+1
* arm: shorten constant names in head.S to keep within 80 columnsIan Campbell2012-03-221-5/+5
* Allow cmdline_parse() to be used with const stringsDavid Vrabel2012-03-222-2/+2
* arm: remove the hack for loading vmlinux imagesDavid Vrabel2012-03-221-9/+2
* device tree: add device_tree_dump() to print a flat device treeDavid Vrabel2012-03-222-0/+39
* device tree: add device_tree_for_each_node()David Vrabel2012-03-222-26/+54
* device tree: correctly ignore unit-address when matching nodes by nameDavid Vrabel2012-03-221-6/+16
* device tree: follow coding styleDavid Vrabel2012-03-221-18/+30
* libfdt: move headers to xen/include/xen/libfdt/David Vrabel2012-03-226-7/+4
* arm: use symbolic constants for initial page table attributesIan Campbell2012-03-221-8/+14
* arm: remove hard tabsIan Campbell2012-03-223-5/+5
* Introduce system_state variable.Keir Fraser2012-03-2211-9/+35
* x86/mm: fix broken shadow debug printkAndres Lagar-Cavilla2012-03-221-1/+1
* x86: Fix put_gfn in XEN_DOMCTL_getpageframeinfo3.Tim Deegan2012-03-221-1/+1
* kexec: provide crashinfo_maxaddr_bits if !CONFIG_KEXECDavid Vrabel2012-03-222-2/+8
* ia64: fix build (after c/s 25070:4e1d091d10d8)Jan Beulich2012-03-211-0/+1
* kexec: Fix printing of paddr_t in 32bit mode.Andrew Cooper2012-03-161-2/+2
* KEXEC: Allocate crash structures in low memoryAndrew Cooper2012-03-164-3/+149