summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-06-151-0/+8
|\
| * xen/setup: filter APERFMPERF cpuid feature outAndre Przywara2012-05-311-0/+8
* | x86, amd, xen: Avoid NULL pointer paravirt referencesKonrad Rzeszutek Wilk2012-05-301-0/+3
* | Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-05-241-1/+12
|\ \ | |/
| * Merge branch 'stable/autoballoon.v5.2' into stable/for-linus-3.5Konrad Rzeszutek Wilk2012-05-071-1/+0
| |\
| | * xen/setup: update VA mapping when releasing memory during setupDavid Vrabel2012-05-071-1/+0
| * | xen/acpi/sleep: Enable ACPI sleep via the __acpi_os_prepare_sleepKonrad Rzeszutek Wilk2012-05-071-0/+3
| * | xen: implement apic ipi interfaceBen Guthro2012-05-071-0/+9
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-221-0/+2
|\ \ \
| * | | xen/x86: Implement x86_apic_opsKonrad Rzeszutek Wilk2012-05-011-0/+2
* | | | xen/pci: don't use PCI BIOS service for configuration space accessesDavid Vrabel2012-05-071-2/+5
* | | | xen/apic: Return the APIC ID (and version) for CPU 0.Konrad Rzeszutek Wilk2012-05-071-1/+34
|/ / /
* | | xen/enlighten: Disable MWAIT_LEAF so that acpi-pad won't be loaded.Konrad Rzeszutek Wilk2012-04-261-2/+2
|/ /
* | documentation: remove references to cpu_*_map.Rusty Russell2012-03-291-1/+1
* | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-221-4/+95
|\ \ | |/
| * xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it.Konrad Rzeszutek Wilk2012-03-101-1/+92
| * xen: use this_cpu_xxx replace percpu_xxx funcsAlex Shi2012-01-241-3/+3
* | xen/pat: Disable PAT support for now.Konrad Rzeszutek Wilk2012-02-201-0/+2
* | xen/setup: Remove redundant filtering of PTE masks.Konrad Rzeszutek Wilk2012-02-201-4/+0
|/
* memblock: Kill memblock_init()Tejun Heo2011-12-081-2/+0
* xen:pvhvm: enable PVHVM VCPU placement when using more than 32 CPUs.Zhenzhong Duan2011-11-161-2/+1
* xen/enlighten: Fix compile warnings and set cx to known value.Konrad Rzeszutek Wilk2011-10-191-0/+1
* Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-221-2/+2
|\
| * xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich2011-08-171-2/+2
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-121-0/+4
|\ \ | |/ |/|
| * x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-041-0/+4
* | Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-241-1/+15
|\ \
| * | xen/trace: add segment desc tracingJeremy Fitzhardinge2011-07-181-1/+15
| |/
* | Merge branch 'stable/vga.support' into stable/driversKonrad Rzeszutek Wilk2011-06-211-0/+8
|\ \ | |/ |/|
| * xen: allow enable use of VGA console on dom0Jeremy Fitzhardinge2011-06-061-0/+8
* | xen: When calling power_off, don't call the halt function.Tom Goetz2011-06-151-1/+8
* | arch/x86/xen/enlighten: Cleanup code/data sections definitionsDaniel Kiper2011-05-121-10/+10
|/
* xen: Allow PV-OPS kernel to detect whether XSAVE is supportedShan Haitao2011-04-061-1/+10
* xen: just completely disable XSAVEJeremy Fitzhardinge2011-04-061-17/+1
* Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds2011-03-151-2/+4
|\
| * xen: PV on HVM: support PV spinlocks and IPIsStefano Stabellini2011-02-251-0/+3
| * xen: do not use xen_info on HVM, set pv_info name to "Xen HVM"Stefano Stabellini2011-02-251-2/+1
* | xen: annotate functions which only call into __init at start of dayIan Campbell2011-02-111-1/+1
|/
* lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2011-01-201-1/+1
* 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
| |/
* | xen: Use this_cpu_opsChristoph Lameter2010-12-171-2/+2
|/
*-. Merge branches 'upstream/core' and 'upstream/bugfix' of git://git.kernel.org/...Linus Torvalds2010-12-031-4/+0
|\ \
| | * xen: x86/32: perform initial startup on initial_page_tableIan Campbell2010-11-291-2/+0
| | * xen: don't bother to stop other cpus on shutdown/rebootJeremy Fitzhardinge2010-11-291-4/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kon...Linus Torvalds2010-11-251-2/+0
|\ \ \ | |/ / |/| |
| * | xen: x86/32: perform initial startup on initial_page_tableIan Campbell2010-11-241-2/+0
| |/
* | xen: set IO permission early (before early_cpu_init())Konrad Rzeszutek Wilk2010-11-221-1/+11
OpenPOWER on IntegriCloud