summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds2011-09-163-9/+8Star
|\
| * xen/i386: follow-up to "replace order-based range checking of M2P table by li...Jan Beulich2011-09-151-4/+2Star
| * xen/e820: if there is no dom0_mem=, don't tweak extra_pages.David Vrabel2011-09-131-4/+6
| * xen: disable PV spinlocks on HVMStefano Stabellini2011-09-081-1/+0Star
* | Merge branch 'upstream/bugfix' of git://github.com/jsgf/linux-xenLinus Torvalds2011-09-131-2/+3
|\ \
| * | xen: use non-tracing preempt in xen_clocksource_read()Jeremy Fitzhardinge2011-08-241-2/+3
* | | Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds2011-09-073-3/+34
|\ \ \ | |/ / |/| / | |/
| * xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.Konrad Rzeszutek Wilk2011-09-011-0/+10
| * xen: x86_32: do not enable iterrupts when returning from exception in interru...Igor Mammedov2011-09-011-3/+5
| * xen: use maximum reservation to limit amount of usable RAMDavid Vrabel2011-09-011-0/+19
* | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-224-9/+13
|\|
| * xen/tracing: Fix tracing config option properlyJeremy Fitzhardinge2011-08-221-1/+1
| * xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini2011-08-221-2/+2
| * xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich2011-08-172-6/+10
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-132-1/+7
|\ \
| * | x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-051-0/+4
| * | x86-64, xen: Enable the vvar mappingAndy Lutomirski2011-08-051-1/+3
* | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-063-7/+6Star
|\ \ \ | | |/ | |/|
| * | xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not setKonrad Rzeszutek Wilk2011-08-051-0/+1
| * | xen: Fix misleading WARN message at xen_release_chunkIgor Mammedov2011-08-041-5/+3Star
| * | xen: Fix printk() format in xen/setup.cIgor Mammedov2011-08-041-2/+2
| * | xen/tracing: it looks like we wanted CONFIG_FTRACEJeremy Fitzhardinge2011-08-041-1/+1
* | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-041-1/+2
|\ \ \ | |/ / |/| |
| * | cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown2011-08-041-1/+2
| |/
* | Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-301-1/+3
|\ \
| * | xen/tracing: fix compile errors when tracing is disabled.Jeremy Fitzhardinge2011-07-261-1/+3
* | | Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-246-150/+243
|\| |
| * | xen/multicall: move *idx fields to start of mc_bufferJeremy Fitzhardinge2011-07-191-1/+1
| * | xen/multicall: special-case singleton hypercallsJeremy Fitzhardinge2011-07-191-5/+22
| * | xen/multicalls: add unlikely around slowpath in __xen_mc_entry()Jeremy Fitzhardinge2011-07-191-2/+2
| * | xen/multicalls: disable MC_DEBUGJeremy Fitzhardinge2011-07-191-2/+2
| * | xen/mmu: tune pgtable alloc/releaseJeremy Fitzhardinge2011-07-191-9/+44
| * | xen/mmu: use extend_args for more mmuext updatesJeremy Fitzhardinge2011-07-191-15/+27
| * | xen/trace: add tlb flush tracepointsJeremy Fitzhardinge2011-07-191-0/+8
| * | xen/trace: add segment desc tracingJeremy Fitzhardinge2011-07-191-1/+15
| * | xen/trace: add xen_pgd_(un)pin tracepointsJeremy Fitzhardinge2011-07-191-0/+4
| * | xen/trace: add ptpage alloc/release tracepointsJeremy Fitzhardinge2011-07-191-2/+8
| * | xen/trace: add mmu tracepointsJeremy Fitzhardinge2011-07-191-2/+24
| * | xen/trace: add multicall tracingJeremy Fitzhardinge2011-07-193-8/+83
| * | xen/trace: set up tracepoint skeletonJeremy Fitzhardinge2011-07-192-1/+5
| * | xen/multicalls: remove debugfs statsJeremy Fitzhardinge2011-07-192-108/+4Star
| |/
* | Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-07-224-1/+87
|\ \
| * \ Merge branch 'stable/vga.support' into stable/driversKonrad Rzeszutek Wilk2011-06-214-1/+87
| |\ \
| | * | xen: allow enable use of VGA console on dom0Jeremy Fitzhardinge2011-06-064-1/+87
* | | | xen:pvhvm: Modpost section mismatch fixRaghavendra D Prabhu2011-07-111-1/+1
| |_|/ |/| |
* | | xen/mmu: Fix for linker errors when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk2011-06-301-0/+4
|/ /
* | xen/setup: Fix for incorrect xen_extra_mem_start.Konrad Rzeszutek Wilk2011-06-161-4/+6
* | xen: When calling power_off, don't call the halt function.Tom Goetz2011-06-151-1/+8
* | xen: support CONFIG_MAXSMPAndrew Jones2011-06-152-1/+9
* | xen: partially revert "xen: set max_pfn_mapped to the last pfn mapped"Stefano Stabellini2011-06-091-1/+8