Age | Commit message (Expand) | Author |
2013-08-29 | x86/xen: do not identity map UNUSABLE regions in the machine E820 | David Vrabel |
2013-07-21 | xen/time: remove blocked time accounting from xen "clockchip" | Laszlo Ersek |
2013-05-19 | xen/vcpu/pvhvm: Fix vcpu hotplugging hanging. | Konrad Rzeszutek Wilk |
2013-05-07 | xen/time: Fix kasprintf splat when allocating timer%d IRQ line. | Konrad Rzeszutek Wilk |
2013-04-16 | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal | Boris Ostrovsky |
2013-03-14 | xen/pat: Disable PAT using pat_enabled value. | Konrad Rzeszutek Wilk |
2013-02-28 | xen: Send spinlock IPI to all waiters | Stefan Bader |
2013-02-17 | x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS. | Jan Beulich |
2012-11-17 | xen/mmu: Use Xen specific TLB flush instead of the generic one. | Konrad Rzeszutek Wilk |
2012-10-21 | xen/bootup: allow read_tscp call for Xen PV guests. | Konrad Rzeszutek Wilk |
2012-10-21 | xen/bootup: allow {read|write}_cr8 pvops call. | Konrad Rzeszutek Wilk |
2012-10-02 | xen/boot: Disable NUMA for PV guests. | Konrad Rzeszutek Wilk |
2012-10-02 | xen/m2p: do not reuse kmap_op->dev_bus_addr | Stefano Stabellini |
2012-09-14 | xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M. | Konrad Rzeszutek Wilk |
2012-08-26 | xen: mark local pages as FOREIGN in the m2p_override | Stefano Stabellini |
2012-06-22 | 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-07 | xen/pci: don't use PCI BIOS service for configuration space accesses | David Vrabel |
2012-05-07 | xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEs | Konrad Rzeszutek Wilk |
2012-05-07 | xen/apic: Return the APIC ID (and version) for CPU 0. | Konrad Rzeszutek Wilk |
2012-04-27 | xen: correctly check for pending events when restoring irq flags | David Vrabel |
2012-04-26 | xen/smp: Fix crash when booting with ACPI hotplug CPUs. | Konrad Rzeszutek Wilk |
2012-04-26 | xen/enlighten: Disable MWAIT_LEAF so that acpi-pad won't be loaded. | Konrad Rzeszutek Wilk |
2012-04-20 | Revert "xen/p2m: m2p_find_override: use list_for_each_entry_safe" | Konrad Rzeszutek Wilk |
2012-04-18 | Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus... | Konrad Rzeszutek Wilk |
2012-04-17 | xen/p2m: m2p_find_override: use list_for_each_entry_safe | Stefano Stabellini |
2012-04-06 | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2012-04-06 | xen/smp: Remove unnecessary call to smp_processor_id() | Srivatsa S. Bhat |
2012-04-06 | xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io... | Konrad Rzeszutek Wilk |
2012-04-04 | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds |
2012-03-29 | documentation: remove references to cpu_*_map. | Rusty Russell |
2012-03-28 | X86 & IA64: adapt for dma_map_ops changes | Andrzej Pietrasiewicz |
2012-03-24 | Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2012-03-22 | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2012-03-22 | xen/smp: Fix bringup bug in AP code. | Konrad Rzeszutek Wilk |
2012-03-20 | xen/cpufreq: Disable the cpu frequency scaling drivers from loading. | Konrad Rzeszutek Wilk |
2012-03-10 | xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it. | Konrad Rzeszutek Wilk |
2012-03-10 | xen/setup/pm/acpi: Remove the call to boot_option_idle_override. | Konrad Rzeszutek Wilk |
2012-02-20 | xen/pat: Disable PAT support for now. | Konrad Rzeszutek Wilk |
2012-02-20 | xen/setup: Remove redundant filtering of PTE masks. | Konrad Rzeszutek Wilk |
2012-02-03 | xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic. | Konrad Rzeszutek Wilk |
2012-01-27 | Merge commit 'v3.3-rc1' into stable/for-linus-fixes-3.3 | Konrad Rzeszutek Wilk |
2012-01-24 | xen: use this_cpu_xxx replace percpu_xxx funcs | Alex Shi |
2012-01-24 | x86: xen: size struct xen_spinlock to always fit in arch_spinlock_t | David Vrabel |
2012-01-10 | Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2012-01-10 | Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2012-01-09 | xen/mmu: Fix compile errors introduced by x86/memblock mismerge. | Konrad Rzeszutek Wilk |
2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2012-01-03 | switch debugfs to umode_t | Al Viro |
2011-12-20 | Merge commit 'v3.2-rc3' into stable/for-linus-3.3 | Konrad Rzeszutek Wilk |