summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
Commit message (Expand)AuthorAgeFilesLines
* memblock: Allow memblock_init to be called earlyJeremy Fitzhardinge2010-10-111-0/+3
* Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-08-121-0/+4
|\
| * xen: Allow unprivileged Xen domains to create iomap pagesAlex Nixon2010-06-071-0/+4
* | Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge2010-08-041-12/+146
|\ \
| * | Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini2010-07-291-0/+2
| * | x86: Call HVMOP_pagetable_dying on exit_mmap.Stefano Stabellini2010-07-261-0/+1
| * | x86: Unplug emulated disks and nics.Stefano Stabellini2010-07-261-0/+1
| * | x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock.Stefano Stabellini2010-07-261-12/+2
| * | xen: Add suspend/resume support for PV on HVM guests.Stefano Stabellini2010-07-221-6/+18
| * | x86/xen: event channels delivery on HVM.Sheng Yang2010-07-221-0/+28
| * | x86: early PV on HVM features initialization.Sheng Yang2010-07-221-0/+100
| |/
* | xen/panic: use xen_reboot and fix smp_send_stopIan Campbell2010-08-041-4/+1
* | Xen: register panic notifier to take crashes of xen guests on panicDonald Dutile2010-08-041-0/+20
* | xen: support large numbers of CPUs with vcpu info placementMukesh Rathor2010-08-041-4/+17
* | xen: drop xen_sched_clock in favour of using plain wallclock timeJeremy Fitzhardinge2010-08-041-1/+1
* | xen: release unused free memoryMiroslav Rezanina2010-07-201-1/+0
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* x86, xen: Disable highmem PTE allocation even when CONFIG_HIGHPTE=yIan Campbell2010-02-271-0/+7
* x86: xen: 64-bit kernel RPL should be 0Ian Campbell2010-01-131-0/+4
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-111-0/+6
|\
| * PCI: add pci_request_acsChris Wright2009-12-041-0/+5
| * xen: move Xen-testing predicates to common headerJeremy Fitzhardinge2009-11-041-0/+1
* | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds2009-12-101-13/+14
|\ \
| * | xen: register runstate info for boot CPU earlyJeremy Fitzhardinge2009-12-031-0/+2
| * | xen: restore runstate_info even if !have_vcpu_info_placementJeremy Fitzhardinge2009-12-031-14/+11
| * | xen: re-register runstate area earlier on resume.Ian Campbell2009-12-031-0/+2
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-3/+1
|\ \ \ | |/ / |/| |
| * | x86, mm: Clean up and simplify NX enablementH. Peter Anvin2009-11-161-3/+1
* | | xen: mask extended topology info in cpuidJeremy Fitzhardinge2009-11-031-1/+10
| |/ |/|
* | xen: set up mmu_ops before trying to set any ptesJeremy Fitzhardinge2009-10-271-1/+2
|/
* Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar2009-09-231-5/+5
|\
| * xen: check EFER for NX before setting up GDT mappingJeremy Fitzhardinge2009-09-211-5/+5
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-13/+13
|\ \ | |/ |/|
| * x86: Move get/set_wallclock to x86_platform_opsFeng Tang2009-09-161-2/+2
| * x86: Move tsc_calibration to x86_init_opsThomas Gleixner2009-08-311-1/+2
| * x86: Add timer_init to x86_init_opsThomas Gleixner2009-08-311-2/+2
| * x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner2009-08-311-2/+2
| * x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner2009-08-311-2/+0
| * x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner2009-08-311-1/+1
| * x86: Move paravirt banner printout to x86_init_opsThomas Gleixner2009-08-311-1/+1
| * x86: Replace ARCH_SETUP by a proper x86_init_opsThomas Gleixner2009-08-311-1/+1
| * x86: Move memory_setup to x86_init_opsThomas Gleixner2009-08-271-1/+2
* | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-141-19/+112
|\ \
| * | xen: make -fstack-protector work under XenJeremy Fitzhardinge2009-09-091-19/+112
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-141-1/+1
|\ \ \ | |/ / |/| |
| * | x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin2009-08-311-1/+1
* | | x86, xen: Initialize cx to suppress warningH. Peter Anvin2009-08-251-0/+1
* | | x86, xen: Suppress WP test on XenJeremy Fitzhardinge2009-08-251-0/+1
| |/ |/|
* | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar2009-08-201-12/+10
|\ \ | |/ |/|
| * xen: rearrange things to fix stackprotectorJeremy Fitzhardinge2009-08-191-12/+10
OpenPOWER on IntegriCloud