summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
2010-10-22xen: correctly rebuild mfn list list after migration.Ian Campbell1-13/+37
2010-10-22xen: don't add extra_pages for RAM after mem_endJeremy Fitzhardinge1-9/+14
2010-10-22xen: add support for PATJeremy Fitzhardinge3-3/+57
2010-10-22xen: make sure xen_max_p2m_pfn is up to dateJeremy Fitzhardinge3-4/+7
2010-10-22xen: limit extra memory to a certain ratio of baseJeremy Fitzhardinge1-0/+32
2010-10-22xen: add extra pages for E820 RAM regions, even if beyond mem_endJeremy Fitzhardinge1-3/+4
2010-10-22xen: make sure xen_extra_mem_start is beyond all non-RAM e820Jeremy Fitzhardinge1-1/+2
2010-10-22xen: implement "extra" memory to reserve space for pages not present at bootJeremy Fitzhardinge1-2/+27
2010-10-22xen: Use host-provided E820 mapIan Campbell1-2/+36
2010-10-22xen: don't map missing memoryJeremy Fitzhardinge1-1/+14
2010-10-22xen: defer building p2m mfn structures until kernel is mappedJeremy Fitzhardinge2-3/+3
2010-10-22xen: add return value to set_phys_to_machine()Jeremy Fitzhardinge1-5/+8
2010-10-22xen: convert p2m to a 3 level treeJeremy Fitzhardinge2-83/+246
2010-10-22xen: make install_p2mtop_page() staticJeremy Fitzhardinge2-3/+2
2010-10-22xen: set the actual extent of the mfn_list_listJeremy Fitzhardinge1-1/+1
2010-10-22xen: set shared_info->arch.max_pfn to max_p2m_pfnJeremy Fitzhardinge1-1/+1
2010-10-22xen: remove noise about registering vcpu infoJeremy Fitzhardinge1-8/+0
2010-10-22xen: allocate level1_ident_pgtJeremy Fitzhardinge1-2/+6
2010-10-22xen: use early_brk for level2_kernel_pgtJeremy Fitzhardinge1-1/+3
2010-10-22xen: allocate p2m size based on actual max sizeJeremy Fitzhardinge1-14/+21
2010-10-22xen: dynamically allocate p2m spaceJeremy Fitzhardinge1-8/+22
2010-10-05xen: do not initialize PV timers on HVM if !xen_have_vector_callbackStefano Stabellini1-2/+3
2010-08-23xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessaryIan Campbell1-6/+7
2010-08-23xen: pvhvm: allow user to request no emulated device unplugIan Campbell1-0/+5
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-5/+351
2010-08-04Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge9-22/+396
2010-08-04Merge branch 'upstream/core' into upstream/xenJeremy Fitzhardinge5-45/+111
2010-08-04xen/panic: use xen_reboot and fix smp_send_stopIan Campbell2-4/+3
2010-08-04Xen: register panic notifier to take crashes of xen guests on panicDonald Dutile3-0/+24
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 Fitzhardinge2-40/+1
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini5-1/+13
2010-07-27pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_*Konrad Rzeszutek Wilk2-0/+59
2010-07-27xen/mmu: inhibit vmap aliases rather than trying to clear them outJeremy Fitzhardinge1-7/+3
2010-07-26x86: Call HVMOP_pagetable_dying on exit_mmap.Stefano Stabellini3-0/+35
2010-07-26x86: Unplug emulated disks and nics.Stefano Stabellini4-1/+138
2010-07-26x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock.Stefano Stabellini4-22/+63
2010-07-22xen: Add suspend/resume support for PV on HVM guests.Stefano Stabellini3-6/+25
2010-07-22x86/xen: event channels delivery on HVM.Sheng Yang2-0/+30
2010-07-22x86: early PV on HVM features initialization.Sheng Yang1-0/+100
2010-07-20xen: make sure pages are really part of domain before freeingJeremy Fitzhardinge1-21/+38
2010-07-20xen: release unused free memoryMiroslav Rezanina2-1/+53
2010-06-07xen: Add xen_create_contiguous_regionAlex Nixon1-0/+201
2010-06-07xen: Rename the balloon lockAlex Nixon1-0/+7
2010-06-07xen: Allow unprivileged Xen domains to create iomap pagesAlex Nixon2-3/+19
2010-06-07xen: use _PAGE_IOMAP in ioremap to do machine mappingsJeremy Fitzhardinge1-2/+69
2010-06-03xen: ensure timer tick is resumed even on CPU driving the resumeIan Campbell1-2/+2
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo6-0/+6
2010-03-13time: Clean up direct xtime usage in xenJohn Stultz1-3/+3