aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+4
2010-08-04Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge1-12/+146
2010-08-04xen/panic: use xen_reboot and fix smp_send_stopIan Campbell1-4/+1
2010-08-04Xen: register panic notifier to take crashes of xen guests on panicDonald Dutile1-0/+20
2010-08-04xen: support large numbers of CPUs with vcpu info placementMukesh Rathor1-4/+17
2010-08-04xen: drop xen_sched_clock in favour of using plain wallclock timeJeremy Fitzhardinge1-1/+1
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini1-0/+2
2010-07-26x86: Call HVMOP_pagetable_dying on exit_mmap.Stefano Stabellini1-0/+1
2010-07-26x86: Unplug emulated disks and nics.Stefano Stabellini1-0/+1
2010-07-26x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock.Stefano Stabellini1-12/+2
2010-07-22xen: Add suspend/resume support for PV on HVM guests.Stefano Stabellini1-6/+18
2010-07-22x86/xen: event channels delivery on HVM.Sheng Yang1-0/+28
2010-07-22x86: early PV on HVM features initialization.Sheng Yang1-0/+100
2010-07-20xen: release unused free memoryMiroslav Rezanina1-1/+0
2010-06-07xen: Allow unprivileged Xen domains to create iomap pagesAlex Nixon1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-27x86, xen: Disable highmem PTE allocation even when CONFIG_HIGHPTE=yIan Campbell1-0/+7
2010-01-13x86: xen: 64-bit kernel RPL should be 0Ian Campbell1-0/+4
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+6
2009-12-10Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-13/+14
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+1
2009-12-04PCI: add pci_request_acsChris Wright1-0/+5
2009-12-03xen: register runstate info for boot CPU earlyJeremy Fitzhardinge1-0/+2
2009-12-03xen: restore runstate_info even if !have_vcpu_info_placementJeremy Fitzhardinge1-14/+11
2009-12-03xen: re-register runstate area earlier on resume.Ian Campbell1-0/+2
2009-11-16x86, mm: Clean up and simplify NX enablementH. Peter Anvin1-3/+1
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge1-0/+1
2009-11-03xen: mask extended topology info in cpuidJeremy Fitzhardinge1-1/+10
2009-10-27xen: set up mmu_ops before trying to set any ptesJeremy Fitzhardinge1-1/+2
2009-09-23Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgentIngo Molnar1-5/+5
2009-09-21xen: check EFER for NX before setting up GDT mappingJeremy Fitzhardinge1-5/+5
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+13
2009-09-16x86: Move get/set_wallclock to x86_platform_opsFeng Tang1-2/+2
2009-09-14Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-19/+112
2009-09-14Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-09-09xen: make -fstack-protector work under XenJeremy Fitzhardinge1-19/+112
2009-08-31x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin1-1/+1
2009-08-31x86: Move tsc_calibration to x86_init_opsThomas Gleixner1-1/+2
2009-08-31x86: Add timer_init to x86_init_opsThomas Gleixner1-2/+2
2009-08-31x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner1-2/+2
2009-08-31x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner1-2/+0
2009-08-31x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner1-1/+1
2009-08-31x86: Move paravirt banner printout to x86_init_opsThomas Gleixner1-1/+1
2009-08-31x86: Replace ARCH_SETUP by a proper x86_init_opsThomas Gleixner1-1/+1
2009-08-27x86: Move memory_setup to x86_init_opsThomas Gleixner1-1/+2
2009-08-25x86, xen: Initialize cx to suppress warningH. Peter Anvin1-0/+1
2009-08-25x86, xen: Suppress WP test on XenJeremy Fitzhardinge1-0/+1
2009-08-20Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgentIngo Molnar1-12/+10
2009-08-19xen: rearrange things to fix stackprotectorJeremy Fitzhardinge1-12/+10
2009-05-08xen: cache cr0 value to avoid trap'n'emulate for read_cr0Jeremy Fitzhardinge1-1/+17