summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/pm_idle: Make pm_idle be default_idle under Xen.Konrad Rzeszutek Wilk2011-12-031-1/+1
* xen:pvhvm: enable PVHVM VCPU placement when using more than 32 CPUs.Zhenzhong Duan2011-11-161-2/+1
* xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel2011-11-161-1/+1
* Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-11-061-1/+15
|\
| * xen/dom0: set wallclock time in XenJeremy Fitzhardinge2011-09-261-1/+15
* | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-061-1/+1
|\ \
| * | xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-291-1/+1
| | |
| \ \
*-. \ \ Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds2011-10-251-2/+1
|\ \ \ \ | | |_|/ | |/| |
| | * | xen: XEN_PVHVM depends on PCIStefano Stabellini2011-09-291-2/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds2011-10-254-79/+110
|\ \ \ \ \
| | * | | | xen: modify kernel mappings corresponding to granted pagesStefano Stabellini2011-09-291-10/+66
| | * | | | xen/p2m: Use SetPagePrivate and its friends for M2P overrides.Konrad Rzeszutek Wilk2011-09-231-4/+6
| | * | | | xen/p2m: Make debug/xen/mmu/p2m visible again.Konrad Rzeszutek Wilk2011-09-232-17/+32
| | * | | | Revert "xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set."Konrad Rzeszutek Wilk2011-08-092-46/+0
| * | | | | xen/p2m/debugfs: Make type_name more obvious.Konrad Rzeszutek Wilk2011-10-191-2/+5
| * | | | | xen/p2m/debugfs: Fix potential pointer exception.Konrad Rzeszutek Wilk2011-10-191-1/+1
| * | | | | xen/enlighten: Fix compile warnings and set cx to known value.Konrad Rzeszutek Wilk2011-10-191-0/+1
| | |_|_|/ | |/| | |
* | | | | xen: release all pages within 1-1 p2m mappingsDavid Vrabel2011-09-291-75/+42
* | | | | xen: allow extra memory to be in multiple regionsDavid Vrabel2011-09-291-96/+86
* | | | | xen: allow balloon driver to use more than one memory regionDavid Vrabel2011-09-291-10/+10
* | | | | xen/balloon: account for pages released during memory setupDavid Vrabel2011-09-291-1/+6
|/ / / /
* | | | Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds2011-09-163-9/+8
|\ \ \ \
| * | | | xen/i386: follow-up to "replace order-based range checking of M2P table by li...Jan Beulich2011-09-151-4/+2
| * | | | 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/+0
* | | | | Merge branch 'upstream/bugfix' of git://github.com/jsgf/linux-xenLinus Torvalds2011-09-121-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-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
OpenPOWER on IntegriCloud