summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)Author
2011-12-21xen: only limit memory map to maximum reservation for domain 0.Ian Campbell
2011-12-21xen/pm_idle: Make pm_idle be default_idle under Xen.Konrad Rzeszutek Wilk
2011-11-21xen:pvhvm: enable PVHVM VCPU placement when using more than 32 CPUs.Zhenzhong Duan
2011-09-16Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds
2011-09-15xen/i386: follow-up to "replace order-based range checking of M2P table by li...Jan Beulich
2011-09-13xen/e820: if there is no dom0_mem=, don't tweak extra_pages.David Vrabel
2011-09-12Merge branch 'upstream/bugfix' of git://github.com/jsgf/linux-xenLinus Torvalds
2011-09-08xen: disable PV spinlocks on HVMStefano Stabellini
2011-09-07Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds
2011-09-01xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.Konrad Rzeszutek Wilk
2011-09-01xen: x86_32: do not enable iterrupts when returning from exception in interru...Igor Mammedov
2011-09-01xen: use maximum reservation to limit amount of usable RAMDavid Vrabel
2011-08-24xen: use non-tracing preempt in xen_clocksource_read()Jeremy Fitzhardinge
2011-08-22Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-08-22xen/tracing: Fix tracing config option properlyJeremy Fitzhardinge
2011-08-22xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini
2011-08-17xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-08-06Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-08-05xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not setKonrad Rzeszutek Wilk
2011-08-04x86-64: Add user_64bit_mode paravirt opAndy Lutomirski
2011-08-04x86-64, xen: Enable the vvar mappingAndy Lutomirski
2011-08-04xen: Fix misleading WARN message at xen_release_chunkIgor Mammedov
2011-08-04xen: Fix printk() format in xen/setup.cIgor Mammedov
2011-08-04 xen/tracing: it looks like we wanted CONFIG_FTRACEJeremy Fitzhardinge
2011-08-03Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-08-03cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown
2011-07-29Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-07-25xen/tracing: fix compile errors when tracing is disabled.Jeremy Fitzhardinge
2011-07-24Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-07-22Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-07-18xen/multicall: move *idx fields to start of mc_bufferJeremy Fitzhardinge
2011-07-18xen/multicall: special-case singleton hypercallsJeremy Fitzhardinge
2011-07-18xen/multicalls: add unlikely around slowpath in __xen_mc_entry()Jeremy Fitzhardinge
2011-07-18xen/multicalls: disable MC_DEBUGJeremy Fitzhardinge
2011-07-18xen/mmu: tune pgtable alloc/releaseJeremy Fitzhardinge
2011-07-18xen/mmu: use extend_args for more mmuext updatesJeremy Fitzhardinge
2011-07-18xen/trace: add tlb flush tracepointsJeremy Fitzhardinge
2011-07-18xen/trace: add segment desc tracingJeremy Fitzhardinge
2011-07-18xen/trace: add xen_pgd_(un)pin tracepointsJeremy Fitzhardinge
2011-07-18xen/trace: add ptpage alloc/release tracepointsJeremy Fitzhardinge
2011-07-18xen/trace: add mmu tracepointsJeremy Fitzhardinge
2011-07-18xen/trace: add multicall tracingJeremy Fitzhardinge
2011-07-18xen/trace: set up tracepoint skeletonJeremy Fitzhardinge
2011-07-18xen/multicalls: remove debugfs statsJeremy Fitzhardinge
2011-07-11xen:pvhvm: Modpost section mismatch fixRaghavendra D Prabhu
2011-06-30xen/mmu: Fix for linker errors when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk
2011-06-21Merge branch 'stable/vga.support' into stable/driversKonrad Rzeszutek Wilk
2011-06-16xen/setup: Fix for incorrect xen_extra_mem_start.Konrad Rzeszutek Wilk
2011-06-15xen: When calling power_off, don't call the halt function.Tom Goetz