aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-22Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2017-09-15xen: x86: mark xen_find_pt_base as __initArnd Bergmann1-1/+1
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2-4/+0
2017-09-07Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-49/+3
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-48/+107
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-4/+15
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-152/+48
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross4-42/+101
2017-08-31xen/mmu: set MMU_NORMAL_PT_UPDATE in remap_area_mfn_pte_fnWei Liu1-1/+1
2017-08-31xen: remove unused function xen_set_domain_pte()Juergen Gross1-20/+0
2017-08-31xen: remove tests for pvh mode in pure pv pathsJuergen Gross2-28/+2
2017-08-29x86/asm: Replace access to desc_struct:a/b fieldsThomas Gleixner1-1/+1
2017-08-29x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner1-6/+6
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar3-24/+39
2017-08-25Merge branch 'x86/asm' into x86/apicThomas Gleixner6-152/+48
2017-08-24x86/paravirt/xen: Remove xen_patch()Juergen Gross6-138/+21
2017-08-15x86/xen/64: Fix the reported SS and CS in SYSCALLAndy Lutomirski1-0/+18
2017-08-11xen: fix hvm guest with kaslr enabledJuergen Gross1-2/+14
2017-08-11xen: split up xen_hvm_init_shared_info()Juergen Gross1-21/+24
2017-08-10x86/xen/64: Rearrange the SYSCALL entriesAndy Lutomirski1-14/+9
2017-07-23xen/x86: fix cpu hotplugJuergen Gross1-1/+2
2017-07-23xen/x86: Don't BUG on CPU0 offliningVitaly Kuznetsov1-1/+0
2017-07-21x86: Enable 5-level paging support via CONFIG_X86_5LEVEL=yKirill A. Shutemov1-0/+5
2017-07-21x86/xen: Redefine XEN_ELFNOTE_INIT_P2M using PUD_SIZE * PTRS_PER_PUDKirill A. Shutemov1-1/+1
2017-07-18xen/x86: Remove SME feature in PV guestsTom Lendacky1-0/+1
2017-07-18Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar12-155/+244
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang1-2/+2
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-14/+0
2017-07-06Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds10-139/+242
2017-07-05x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski1-0/+6
2017-07-05x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski1-3/+2
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-45/+40
2017-07-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-33/+12
2017-07-03x86: xen: remove unnecessary variable in xen_foreach_remap_area()Gustavo A. R. Silva1-5/+2
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf1-0/+3
2017-06-25xen: allocate page for shared info page from low memoryJuergen Gross2-9/+24
2017-06-23x86/xen/efi: Initialize only the EFI struct members used by XenDaniel Kiper1-33/+12
2017-06-22x86/apic: Move cpumask and to core codeThomas Gleixner1-1/+1
2017-06-20xen-swiotlb: consolidate xen_swiotlb_dma_opsChristoph Hellwig1-14/+0
2017-06-13xen/vcpu: Handle xen_vcpu_setup() failure at bootAnkur Arora4-5/+35
2017-06-13xen/vcpu: Handle xen_vcpu_setup() failure in hotplugAnkur Arora4-26/+45
2017-06-13xen/pv: Fix OOPS on restore for a PV, !SMP domainAnkur Arora1-11/+15
2017-06-13xen/pvh*: Support > 32 VCPUs at domain restoreAnkur Arora4-34/+52
2017-06-13xen/vcpu: Simplify xen_vcpu related codeAnkur Arora5-69/+89
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2-9/+9
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski1-3/+3
2017-06-05x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski1-28/+23
2017-06-05x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski1-5/+5
2017-05-19xen: make xen_flush_tlb_all() staticJuergen Gross1-1/+1