aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86: explicitly mark __initdata variables as used when building with clang.Tim Deegan2012-04-113-2/+8
* xen: define __section() and friends and use them for section annotations.Tim Deegan2012-04-118-22/+19
* x86: don't use .subsection when compiling with clangTim Deegan2012-04-111-0/+8
* x86: fix memset(ptr, 0, sizeof ptr).Tim Deegan2012-04-112-4/+3
* x86: fix logical ANDs used to mask bitfields.Tim Deegan2012-04-112-3/+3
* x86/mm: Another couple of comparisons of unsigned vars with < 0.Tim Deegan2012-04-111-2/+2
* xen, cpupools: Fix cpupool-move to make more consistentGeorge Dunlap2012-04-101-8/+13
* xen, credit2: Put the per-cpu schedule lock back to the default lock when rel...George Dunlap2012-04-101-0/+6
* xen: Fix schedule()'s grabbing of the schedule lockGeorge Dunlap2012-04-101-3/+4
* x86/mm: Take care of domain reference for shared pagesAndres Lagar-Cavilla2012-04-051-1/+7
* domctl.h: document non-standard error codes for enabling paging/accessOlaf Hering2012-04-031-0/+12
* xenpaging: add error code to indicate iommem passthroughOlaf Hering2012-03-301-1/+2
* 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