Age | Commit message (Expand) | Author |
2013-05-13 | xen/time: Fix kasprintf splat when allocating timer%d IRQ line. | Konrad Rzeszutek Wilk |
2013-05-13 | xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU on... | Konrad Rzeszutek Wilk |
2013-05-13 | xen/smp: Fix leakage of timer interrupt line for every CPU online/offline. | Konrad Rzeszutek Wilk |
2013-04-25 | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal | Boris Ostrovsky |
2013-03-06 | xen: Send spinlock IPI to all waiters | Stefan Bader |
2013-02-20 | x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS. | Jan Beulich |
2012-11-16 | xen/mmu: Use Xen specific TLB flush instead of the generic one. | Konrad Rzeszutek Wilk |
2012-10-30 | xen/bootup: allow {read|write}_cr8 pvops call. | Konrad Rzeszutek Wilk |
2012-10-30 | xen/bootup: allow read_tscp call for Xen PV guests. | Konrad Rzeszutek Wilk |
2012-10-10 | xen/boot: Disable NUMA for PV guests. | Konrad Rzeszutek Wilk |
2012-10-10 | xen/boot: Disable BIOS SMP MP table search. | Konrad Rzeszutek Wilk |
2012-09-19 | xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M. | Konrad Rzeszutek Wilk |
2012-08-10 | xen: mark local pages as FOREIGN in the m2p_override | Stefano Stabellini |
2012-06-19 | xen/setup: filter APERFMPERF cpuid feature out | Andre Przywara |
2012-06-10 | x86, amd, xen: Avoid NULL pointer paravirt references | Konrad Rzeszutek Wilk |
2012-05-11 | xen/pci: don't use PCI BIOS service for configuration space accesses | David Vrabel |
2012-05-11 | xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEs | Konrad Rzeszutek Wilk |
2012-05-11 | xen/smp: Fix crash when booting with ACPI hotplug CPUs. | Konrad Rzeszutek Wilk |
2012-05-11 | xen: correctly check for pending events when restoring irq flags | David Vrabel |
2012-02-03 | x86: xen: size struct xen_spinlock to always fit in arch_spinlock_t | David Vrabel |
2011-12-15 | Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2011-12-15 | xen: only limit memory map to maximum reservation for domain 0. | Ian Campbell |
2011-12-03 | xen/pm_idle: Make pm_idle be default_idle under Xen. | Konrad Rzeszutek Wilk |
2011-11-16 | xen:pvhvm: enable PVHVM VCPU placement when using more than 32 CPUs. | Zhenzhong Duan |
2011-11-16 | xen: map foreign pages for shared rings by updating the PTEs directly | David Vrabel |
2011-11-06 | Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2011-11-06 | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2011-10-25 | Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl... | Linus Torvalds |
2011-10-25 | Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker... | Linus Torvalds |
2011-10-19 | xen/p2m/debugfs: Make type_name more obvious. | Konrad Rzeszutek Wilk |
2011-10-19 | xen/p2m/debugfs: Fix potential pointer exception. | Konrad Rzeszutek Wilk |
2011-10-19 | xen/enlighten: Fix compile warnings and set cx to known value. | Konrad Rzeszutek Wilk |
2011-09-29 | xen: use generic functions instead of xen_{alloc, free}_vm_area() | David Vrabel |
2011-09-29 | xen: release all pages within 1-1 p2m mappings | David Vrabel |
2011-09-29 | xen: allow extra memory to be in multiple regions | David Vrabel |
2011-09-29 | xen: allow balloon driver to use more than one memory region | David Vrabel |
2011-09-29 | xen/balloon: account for pages released during memory setup | David Vrabel |
2011-09-29 | xen: XEN_PVHVM depends on PCI | Stefano Stabellini |
2011-09-29 | xen: modify kernel mappings corresponding to granted pages | Stefano Stabellini |
2011-09-26 | xen/dom0: set wallclock time in Xen | Jeremy Fitzhardinge |
2011-09-23 | xen/p2m: Use SetPagePrivate and its friends for M2P overrides. | Konrad Rzeszutek Wilk |
2011-09-23 | xen/p2m: Make debug/xen/mmu/p2m visible again. | Konrad Rzeszutek Wilk |
2011-09-16 | Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xen | Linus Torvalds |
2011-09-15 | xen/i386: follow-up to "replace order-based range checking of M2P table by li... | Jan Beulich |
2011-09-13 | xen/e820: if there is no dom0_mem=, don't tweak extra_pages. | David Vrabel |
2011-09-12 | Merge branch 'upstream/bugfix' of git://github.com/jsgf/linux-xen | Linus Torvalds |
2011-09-08 | xen: disable PV spinlocks on HVM | Stefano Stabellini |
2011-09-07 | Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xen | Linus Torvalds |
2011-09-01 | xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead. | Konrad Rzeszutek Wilk |
2011-09-01 | xen: x86_32: do not enable iterrupts when returning from exception in interru... | Igor Mammedov |