Age | Commit message (Expand) | Author |
2010-10-29 | xen: correct size of level2_kernel_pgt | Ian Campbell |
2010-10-28 | Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2010-10-27 | Merge branch 'akpm-incoming-2' | Linus Torvalds |
2010-10-27 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2010-10-27 | Remove duplicate includes from many files | Zimny Lech |
2010-10-26 | Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p... | Linus Torvalds |
2010-10-26 | xen: initialize cpu masks for pv guests in xen_smp_init | Stefano Stabellini |
2010-10-25 | xen: include xen/xen.h for definition of xen_initial_domain() | Ian Campbell |
2010-10-25 | Merge branch 'linus' into x86/urgent | Ingo Molnar |
2010-10-22 | xen: mask the MTRR feature from the cpuid | Stefano Stabellini |
2010-10-22 | xen: add the direct mapping area for ISA bus access | Juan Quintela |
2010-10-22 | xen: use vcpu_ops to setup cpu masks | Stefano Stabellini |
2010-10-22 | xen: map a dummy page for local apic and ioapic in xen_set_fixmap | Jeremy Fitzhardinge |
2010-10-22 | xen: introduce XEN_DOM0 as a silent option | Stefano Stabellini |
2010-10-22 | Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai... | Stefano Stabellini |
2010-10-22 | xen: use host E820 map for dom0 | Ian Campbell |
2010-10-22 | xen: correctly rebuild mfn list list after migration. | Ian Campbell |
2010-10-22 | xen: don't add extra_pages for RAM after mem_end | Jeremy Fitzhardinge |
2010-10-22 | xen: add support for PAT | Jeremy Fitzhardinge |
2010-10-22 | xen: make sure xen_max_p2m_pfn is up to date | Jeremy Fitzhardinge |
2010-10-22 | xen: limit extra memory to a certain ratio of base | Jeremy Fitzhardinge |
2010-10-22 | xen: add extra pages for E820 RAM regions, even if beyond mem_end | Jeremy Fitzhardinge |
2010-10-22 | xen: make sure xen_extra_mem_start is beyond all non-RAM e820 | Jeremy Fitzhardinge |
2010-10-22 | xen: implement "extra" memory to reserve space for pages not present at boot | Jeremy Fitzhardinge |
2010-10-22 | xen: Use host-provided E820 map | Ian Campbell |
2010-10-22 | xen: don't map missing memory | Jeremy Fitzhardinge |
2010-10-22 | xen: defer building p2m mfn structures until kernel is mapped | Jeremy Fitzhardinge |
2010-10-22 | xen: add return value to set_phys_to_machine() | Jeremy Fitzhardinge |
2010-10-22 | xen: convert p2m to a 3 level tree | Jeremy Fitzhardinge |
2010-10-22 | xen: make install_p2mtop_page() static | Jeremy Fitzhardinge |
2010-10-22 | xen: set the actual extent of the mfn_list_list | Jeremy Fitzhardinge |
2010-10-22 | xen: set shared_info->arch.max_pfn to max_p2m_pfn | Jeremy Fitzhardinge |
2010-10-22 | xen: remove noise about registering vcpu info | Jeremy Fitzhardinge |
2010-10-22 | xen: allocate level1_ident_pgt | Jeremy Fitzhardinge |
2010-10-22 | xen: use early_brk for level2_kernel_pgt | Jeremy Fitzhardinge |
2010-10-22 | xen: allocate p2m size based on actual max size | Jeremy Fitzhardinge |
2010-10-22 | xen: dynamically allocate p2m space | Jeremy Fitzhardinge |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds |
2010-10-21 | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2010-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags | Linus Torvalds |
2010-10-21 | Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2010-10-21 | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2010-10-21 | x86, kexec: Make sure to stop all CPUs before exiting the kernel | Alok Kataria |
2010-10-20 | xen/privcmd: move remap_domain_mfn_range() to core xen code and export. | Ian Campbell |
2010-10-20 | xen: add xen_set_domain_pte() | Jeremy Fitzhardinge |
2010-10-18 | xen/pci: Request ACS when Xen-SWIOTLB is activated. | Konrad Rzeszutek Wilk |
2010-10-18 | xen/x86/PCI: Add support for the Xen PCI subsystem | Alex Nixon |
2010-10-18 | xen: Don't disable the I/O space | Alex Nixon |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann |
2010-10-13 | xen: Cope with unmapped pages when initializing kernel pagetable | Jeremy Fitzhardinge |