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-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-122-1/+7
|\ \
| * | x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-041-0/+4
| * | x86-64, xen: Enable the vvar mappingAndy Lutomirski2011-08-041-1/+3
* | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-063-7/+6
|\ \ \ | | |/ | |/|
| * | 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/+3
| * | 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-031-1/+2
|\ \ \ | |/ / |/| |
| * | cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown2011-08-031-1/+2
| |/
* | Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-291-1/+3
|\ \
| * | xen/tracing: fix compile errors when tracing is disabled.Jeremy Fitzhardinge2011-07-251-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-181-1/+1
| * | xen/multicall: special-case singleton hypercallsJeremy Fitzhardinge2011-07-181-5/+22
| * | xen/multicalls: add unlikely around slowpath in __xen_mc_entry()Jeremy Fitzhardinge2011-07-181-2/+2
| * | xen/multicalls: disable MC_DEBUGJeremy Fitzhardinge2011-07-181-2/+2
| * | xen/mmu: tune pgtable alloc/releaseJeremy Fitzhardinge2011-07-181-9/+44
| * | xen/mmu: use extend_args for more mmuext updatesJeremy Fitzhardinge2011-07-181-15/+27
| * | xen/trace: add tlb flush tracepointsJeremy Fitzhardinge2011-07-181-0/+8
| * | xen/trace: add segment desc tracingJeremy Fitzhardinge2011-07-181-1/+15
| * | xen/trace: add xen_pgd_(un)pin tracepointsJeremy Fitzhardinge2011-07-181-0/+4
| * | xen/trace: add ptpage alloc/release tracepointsJeremy Fitzhardinge2011-07-181-2/+8
| * | xen/trace: add mmu tracepointsJeremy Fitzhardinge2011-07-181-2/+24
| * | xen/trace: add multicall tracingJeremy Fitzhardinge2011-07-183-8/+83
| * | xen/trace: set up tracepoint skeletonJeremy Fitzhardinge2011-07-182-1/+5
| * | xen/multicalls: remove debugfs statsJeremy Fitzhardinge2011-07-182-108/+4
| |/
* | 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
* | xen: off by one errors in multicalls.cDan Carpenter2011-06-031-6/+6
* | Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-262-271/+50
|\ \
| * | xen: fix compile without CONFIG_XEN_DEBUG_FSJeremy Fitzhardinge2011-05-201-0/+2
| * | Use arbitrary_virt_to_machine() to deal with ioremapped pud updates.Jeremy Fitzhardinge2011-05-201-1/+1
| * | Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates.Jeremy Fitzhardinge2011-05-201-1/+1
| * | xen/mmu: remove all ad-hoc stats stuffJeremy Fitzhardinge2011-05-201-138/+0
OpenPOWER on IntegriCloud