Age | Commit message (Expand) | Author |
2017-07-23 | xen/x86: fix cpu hotplug | Juergen Gross |
2017-07-23 | xen/x86: Don't BUG on CPU0 offlining | Vitaly Kuznetsov |
2017-07-12 | kexec: move vmcoreinfo out of the kernel's .bss section | Xunlei Pang |
2017-07-06 | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2017-07-06 | Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2017-07-03 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-07-03 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-07-03 | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-07-03 | x86: xen: remove unnecessary variable in xen_foreach_remap_area() | Gustavo A. R. Silva |
2017-06-30 | objtool, x86: Add several functions and files to the objtool whitelist | Josh Poimboeuf |
2017-06-25 | xen: allocate page for shared info page from low memory | Juergen Gross |
2017-06-23 | x86/xen/efi: Initialize only the EFI struct members used by Xen | Daniel Kiper |
2017-06-22 | x86/apic: Move cpumask and to core code | Thomas Gleixner |
2017-06-20 | xen-swiotlb: consolidate xen_swiotlb_dma_ops | Christoph Hellwig |
2017-06-13 | xen/vcpu: Handle xen_vcpu_setup() failure at boot | Ankur Arora |
2017-06-13 | xen/vcpu: Handle xen_vcpu_setup() failure in hotplug | Ankur Arora |
2017-06-13 | xen/pv: Fix OOPS on restore for a PV, !SMP domain | Ankur Arora |
2017-06-13 | xen/pvh*: Support > 32 VCPUs at domain restore | Ankur Arora |
2017-06-13 | xen/vcpu: Simplify xen_vcpu related code | Ankur Arora |
2017-06-13 | x86/boot/64: Rename init_level4_pgt and early_level4_pgt | Kirill A. Shutemov |
2017-06-13 | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() | Andy Lutomirski |
2017-06-05 | x86/mm: Rework lazy TLB to track the actual loaded mm | Andy Lutomirski |
2017-06-05 | x86/mm: Pass flush_tlb_info to flush_tlb_others() etc | Andy Lutomirski |
2017-05-19 | xen: make xen_flush_tlb_all() static | Juergen Gross |
2017-05-19 | xen: cleanup pvh leftovers from pv-only sources | Juergen Gross |
2017-05-11 | xen: adjust early dom0 p2m handling to xen hypervisor behavior | Juergen Gross |
2017-05-11 | x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under Xen | Juergen Gross |
2017-05-05 | xen/x86: Do not call xen_init_time_ops() until shared_info is initialized | Boris Ostrovsky |
2017-05-05 | x86/xen: fix xsave capability setting | Juergen Gross |
2017-05-03 | xen: Move xen_have_vector_callback definition to enlighten.c | Boris Ostrovsky |
2017-05-02 | xen: Implement EFI reset_system callback | Julien Grall |
2017-05-02 | xen: Export xen_reboot | Julien Grall |
2017-05-02 | xen/x86: Call xen_smp_intr_init_pv() on BSP | Boris Ostrovsky |
2017-05-02 | xen: Revert commits da72ff5bfcb0 and 72a9b186292d | Boris Ostrovsky |
2017-05-02 | xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams() | Boris Ostrovsky |
2017-05-02 | x86/xen: use capabilities instead of fake cpuid values for xsave | Juergen Gross |
2017-05-02 | x86/xen: use capabilities instead of fake cpuid values for x2apic | Juergen Gross |
2017-05-02 | x86/xen: use capabilities instead of fake cpuid values for mwait | Juergen Gross |
2017-05-02 | x86/xen: use capabilities instead of fake cpuid values for acpi | Juergen Gross |
2017-05-02 | x86/xen: use capabilities instead of fake cpuid values for acc | Juergen Gross |
2017-05-02 | x86/xen: use capabilities instead of fake cpuid values for mtrr | Juergen Gross |
2017-05-02 | x86/xen: use capabilities instead of fake cpuid values for aperf | Juergen Gross |
2017-05-02 | x86/xen: don't indicate DCA support in pv domains | Juergen Gross |
2017-05-02 | xen: set cpu capabilities from xen_start_kernel() | Juergen Gross |
2017-05-02 | xen,kdump: handle pv domain in paddr_vmcoreinfo_note() | Juergen Gross |
2017-05-02 | x86/xen: remove unused static function from smp_pv.c | Juergen Gross |
2017-05-02 | x86/xen: rename some PV-only functions in smp_pv.c | Vitaly Kuznetsov |
2017-05-02 | x86/xen: enable PVHVM-only builds | Vitaly Kuznetsov |
2017-05-02 | x86/xen: define startup_xen for XEN PV only | Vitaly Kuznetsov |
2017-05-02 | x86/xen: put setup.c, pmu.c and apic.c under CONFIG_XEN_PV | Vitaly Kuznetsov |