summaryrefslogtreecommitdiff
path: root/arch/x86/xen/enlighten.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-27x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski1-1/+1
2016-03-21x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski1-0/+40
2014-03-12xen/boot: Disable BIOS SMP MP table search.Konrad Rzeszutek Wilk1-0/+4
2013-05-19xen/vcpu/pvhvm: Fix vcpu hotplugging hanging.Konrad Rzeszutek Wilk1-0/+15
2013-05-08xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk1-1/+4
2013-03-14xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk1-1/+9
2012-10-21xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk1-0/+2
2012-10-21xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk1-1/+15
2012-06-22xen/setup: filter APERFMPERF cpuid feature outAndre Przywara1-0/+8
2012-06-09x86, amd, xen: Avoid NULL pointer paravirt referencesKonrad Rzeszutek Wilk1-0/+3
2012-05-07xen/pci: don't use PCI BIOS service for configuration space accessesDavid Vrabel1-2/+5
2012-05-07xen/apic: Return the APIC ID (and version) for CPU 0.Konrad Rzeszutek Wilk1-1/+34
2012-04-27xen/enlighten: Disable MWAIT_LEAF so that acpi-pad won't be loaded.Konrad Rzeszutek Wilk1-2/+2
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell1-1/+1
2012-03-23Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+95
2012-03-10xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it.Konrad Rzeszutek Wilk1-1/+92
2012-02-20xen/pat: Disable PAT support for now.Konrad Rzeszutek Wilk1-0/+2
2012-02-20xen/setup: Remove redundant filtering of PTE masks.Konrad Rzeszutek Wilk1-4/+0
2012-01-24xen: use this_cpu_xxx replace percpu_xxx funcsAlex Shi1-3/+3
2011-12-08memblock: Kill memblock_init()Tejun Heo1-2/+0
2011-11-16xen:pvhvm: enable PVHVM VCPU placement when using more than 32 CPUs.Zhenzhong Duan1-2/+1
2011-10-20xen/enlighten: Fix compile warnings and set cx to known value.Konrad Rzeszutek Wilk1-0/+1
2011-08-22Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2011-08-17xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich1-2/+2
2011-08-13Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2011-08-05x86-64: Add user_64bit_mode paravirt opAndy Lutomirski1-0/+4
2011-07-24Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+15
2011-07-19xen/trace: add segment desc tracingJeremy Fitzhardinge1-1/+15
2011-06-21Merge branch 'stable/vga.support' into stable/driversKonrad Rzeszutek Wilk1-0/+8
2011-06-16xen: When calling power_off, don't call the halt function.Tom Goetz1-1/+8
2011-06-06xen: allow enable use of VGA console on dom0Jeremy Fitzhardinge1-0/+8
2011-05-13arch/x86/xen/enlighten: Cleanup code/data sections definitionsDaniel Kiper1-10/+10
2011-04-06xen: Allow PV-OPS kernel to detect whether XSAVE is supportedShan Haitao1-1/+10
2011-04-06xen: just completely disable XSAVEJeremy Fitzhardinge1-17/+1
2011-03-15Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds1-2/+4
2011-02-25xen: PV on HVM: support PV spinlocks and IPIsStefano Stabellini1-0/+3
2011-02-25xen: do not use xen_info on HVM, set pv_info name to "Xen HVM"Stefano Stabellini1-2/+1
2011-02-11xen: annotate functions which only call into __init at start of dayIan Campbell1-1/+1
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo1-1/+1
2011-01-10Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+9
2011-01-10Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+12
2011-01-10xen: disable ACPI NUMA for PV guestsIan Campbell1-0/+9
2011-01-07xen: HVM X2APIC supportSheng Yang1-19/+12
2010-12-17xen: Use this_cpu_opsChristoph Lameter1-2/+2
2010-12-03Merge branches 'upstream/core' and 'upstream/bugfix' of git://git.kernel.org/...Linus Torvalds1-4/+0
2010-11-30xen: x86/32: perform initial startup on initial_page_tableIan Campbell1-2/+0
2010-11-30xen: don't bother to stop other cpus on shutdown/rebootJeremy Fitzhardinge1-4/+0
2010-11-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kon...Linus Torvalds1-2/+0
2010-11-24xen: x86/32: perform initial startup on initial_page_tableIan Campbell1-2/+0
2010-11-22xen: set IO permission early (before early_cpu_init())Konrad Rzeszutek Wilk1-1/+11