summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/setup: Route halt operations to safe_halt pvop.Stefano Stabellini2011-01-271-0/+1
* xen/e820: Guard against E820_RAM not having page-aligned size or start.Stefano Stabellini2011-01-271-1/+6
* xen/p2m: Mark INVALID_P2M_ENTRY the mfn_list past max_pfn.Stefan Bader2011-01-271-12/+6
* Merge branch 'stable/bug-fixes-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-212-2/+20
|\
| * xen: p2m: correctly initialize partial p2m leafStefan Bader2011-01-211-1/+19
| * xen: fix non-ANSI function warning in irq.cRandy Dunlap2011-01-201-1/+1
* | lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2011-01-201-1/+1
|/
* xen: export arbitrary_virt_to_machineStephen Rothwell2011-01-141-0/+1
* Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-133-366/+512
|\
| * xen/p2m: Fix module linking error.Konrad Rzeszutek Wilk2011-01-111-0/+1
| * xen p2m: clear the old pte when adding a page to m2p_overrideJeremy Fitzhardinge2011-01-111-4/+45
| * xen p2m: transparently change the p2m mappings in the m2p overrideStefano Stabellini2011-01-111-0/+12
| * xen: add m2p override mechanismJeremy Fitzhardinge2011-01-111-0/+80
| * xen: move p2m handling to separate fileJeremy Fitzhardinge2011-01-113-366/+378
* | Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-101-0/+9
|\ \
| * | xen: disable ACPI NUMA for PV guestsIan Campbell2011-01-101-0/+9
* | | Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-101-19/+12
|\ \ \
| * | | xen: HVM X2APIC supportSheng Yang2011-01-071-19/+12
| |/ /
* | | Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-171-0/+2
|\ \ \ | | |/ | |/|
| | |
| | \
| *-. \ Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes...Linus Torvalds2010-12-081-0/+2
| |\ \ \ | | |_|/ | |/| |
| | * | x86/pvclock: Zero last_value on resumeJeremy Fitzhardinge2010-11-281-0/+2
* | | | xen: Use this_cpu_opsChristoph Lameter2010-12-174-11/+11
|/ / /
* | | Merge branch '2.6.37-rc4-pvhvm-fixes' of git://xenbits.xen.org/people/sstabel...Linus Torvalds2010-12-033-2/+3
|\ \ \
| * | | xen: unplug the emulated devices at resume timeStefano Stabellini2010-12-023-2/+3
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'upstream/core' and 'upstream/bugfix' of git://git.kernel.org/...Linus Torvalds2010-12-032-31/+14
|\ \ \ \
| | * | | xen: x86/32: perform initial startup on initial_page_tableIan Campbell2010-11-292-15/+56
| | * | | xen: don't bother to stop other cpus on shutdown/rebootJeremy Fitzhardinge2010-11-291-4/+0
| | | |/ | | |/|
| * | | xen: use default_idleJeremy Fitzhardinge2010-11-221-15/+5
| * | | xen: clean up "extra" memory handling some moreJeremy Fitzhardinge2010-11-221-12/+9
* | | | vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge2010-12-021-2/+0
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kon...Linus Torvalds2010-11-253-16/+56
|\ \ \
| * | | xen: remove duplicated #includeHuang Weiyi2010-11-241-1/+0
| * | | xen: x86/32: perform initial startup on initial_page_tableIan Campbell2010-11-242-15/+56
| | |/ | |/|
| | |
| \ \
*-. | | Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into u...Jeremy Fitzhardinge2010-11-221-1/+2
|\ \| | | |_|/ |/| |
| * | Merge commit 'v2.6.37-rc2' into upstream/xenfsJeremy Fitzhardinge2010-11-1610-121/+613
| |\|
| * | xen: set vma flag VM_PFNMAP in the privcmd mmap file_opStefano Stabellini2010-11-111-1/+2
* | | xen: set IO permission early (before early_cpu_init())Konrad Rzeszutek Wilk2010-11-222-9/+11
* | | xen: re-enable boot-time ballooningJeremy Fitzhardinge2010-11-191-2/+1
* | | xen: implement XENMEM_machphys_mappingIan Campbell2010-11-122-0/+21
| |/ |/|
* | xen: do not release any memory under 1M in domain 0Ian Campbell2010-11-101-7/+11
* | xen: correct size of level2_kernel_pgtIan Campbell2010-10-291-1/+1
* | Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-286-5/+92
|\ \
| * | xen: initialize cpu masks for pv guests in xen_smp_initStefano Stabellini2010-10-261-2/+22
| * | xen: mask the MTRR feature from the cpuidStefano Stabellini2010-10-221-0/+1
| * | xen: add the direct mapping area for ISA bus accessJuan Quintela2010-10-223-0/+28
| * | xen: use vcpu_ops to setup cpu masksStefano Stabellini2010-10-221-1/+7
| * | xen: map a dummy page for local apic and ioapic in xen_set_fixmapJeremy Fitzhardinge2010-10-221-3/+20
| * | xen: introduce XEN_DOM0 as a silent optionStefano Stabellini2010-10-221-0/+10
| * | Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai...Stefano Stabellini2010-10-223-2/+7
| |\ \
| | * | xen/pci: Request ACS when Xen-SWIOTLB is activated.Konrad Rzeszutek Wilk2010-10-181-0/+4