Age | Commit message (Expand) | Author |
2014-10-13 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-10-06 | x86/xen: Set EFER.NX and EFER.SCE in PVH guests | Mukesh Rathor |
2014-10-03 | xen: eliminate scalability issues from initrd handling | Juergen Gross |
2014-09-23 | x86: remove the Xen-specific _PAGE_IOMAP PTE flag | David Vrabel |
2014-09-23 | x86/xen: do not use _PAGE_IOMAP PTE flag for I/O mappings | David Vrabel |
2014-09-23 | xen/efi: Directly include needed headers | Daniel Kiper |
2014-09-23 | xen/setup: Remap Xen Identity Mapped RAM | Matt Rushton |
2014-09-16 | x86/smpboot: Initialize secondary CPU only if master CPU will wait for it | Igor Mammedov |
2014-09-10 | x86/xen: don't copy bogus duplicate entries into kernel page tables | Stefan Bader |
2014-08-11 | x86/xen: use vmap() to map grant table pages in PVH guests | David Vrabel |
2014-08-11 | x86/xen: resume timer irqs early | David Vrabel |
2014-08-07 | Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2014-08-04 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-07-31 | xen/setup: Remove Identity Map Debug Message | Matt Rushton |
2014-07-30 | Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2014-07-30 | x86/xen: safely map and unmap grant frames when in atomic context | David Vrabel |
2014-07-18 | arch/x86/xen: Silence compiler warnings | Daniel Kiper |
2014-07-18 | xen: Put EFI machinery in place | Daniel Kiper |
2014-07-14 | xen/grant-table: remove support for V2 tables | David Vrabel |
2014-07-14 | x86/xen: safely map and unmap grant frames when in atomic context | David Vrabel |
2014-07-14 | xen: Introduce 'xen_nopv' to disable PV extensions for HVM guests. | Konrad Rzeszutek Wilk |
2014-06-19 | Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2014-06-18 | x86/xen: no need to explicitly register an NMI callback | David Vrabel |
2014-06-05 | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/... | Linus Torvalds |
2014-06-05 | Revert "xen/pvh: Update E820 to work with PVH (v2)" | David Vrabel |
2014-06-05 | x86/xen: fix memory setup for PVH dom0 | David Vrabel |
2014-06-02 | Merge tag 'stable/for-linus-3.16-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2014-05-27 | x86/xen: map foreign pfns for autotranslated guests | Mukesh Rathor |
2014-05-21 | Merge remote-tracking branch 'origin/x86/espfix' into x86/vdso | H. Peter Anvin |
2014-05-15 | x86/xen: do not use _PAGE_IOMAP in xen_remap_domain_mfn_range() | David Vrabel |
2014-05-15 | x86/xen: set regions above the end of RAM as 1:1 | David Vrabel |
2014-05-15 | x86/xen: only warn once if bad MFNs are found during setup | David Vrabel |
2014-05-15 | x86/xen: compactly store large identity ranges in the p2m | David Vrabel |
2014-05-15 | x86/xen: fix set_phys_range_identity() if pfn_e > MAX_P2M_PFN | David Vrabel |
2014-05-15 | x86/xen: rename early_p2m_alloc() and early_p2m_alloc_middle() | David Vrabel |
2014-05-15 | xen/x86: set panic notifier priority to minimum | Radim Krčmář |
2014-05-12 | xen: refactor suspend pre/post hooks | David Vrabel |
2014-05-05 | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen |
2014-05-05 | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO | Andy Lutomirski |
2014-05-05 | x86, vdso: Reimplement vdso.so preparation in build-time C | Andy Lutomirski |
2014-04-17 | Merge tag 'stable/for-linus-3.15-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2014-04-15 | xen/spinlock: Don't enable them unconditionally. | Konrad Rzeszutek Wilk |
2014-04-15 | x86/xen: Fix 32-bit PV guests's usage of kernel_stack | Boris Ostrovsky |
2014-04-07 | Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus... | David Vrabel |
2014-04-03 | Merge tag 'stable/for-linus-3.15-tag' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2014-04-02 | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2014-04-02 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-04-01 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-03-25 | Revert "xen: properly account for _PAGE_NUMA during xen pte translations" | David Vrabel |
2014-03-18 | xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override | Zoltan Kiss |