summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.14c-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-131-2/+2
|\
| * xen/vcpu: Use a unified name about cpu hotplug state for pv and pvhvmZhenzhong Duan2017-10-101-2/+2
* | Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-291-9/+4
|\ \ | |/
| * xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mappingZhenzhong Duan2017-09-281-9/+4
* | Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-221-1/+1
|\ \ | |/ |/|
| * xen: x86: mark xen_find_pt_base as __initArnd Bergmann2017-09-151-1/+1
* | x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-132-4/+0
* | Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-074-49/+3
|\ \ | |/
| * xen/mmu: set MMU_NORMAL_PT_UPDATE in remap_area_mfn_pte_fnWei Liu2017-08-311-1/+1
| * xen: remove unused function xen_set_domain_pte()Juergen Gross2017-08-311-20/+0
| * xen: remove tests for pvh mode in pure pv pathsJuergen Gross2017-08-312-28/+2
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-044-48/+107
|\ \
| * | x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross2017-08-314-42/+101
| * | x86/asm: Replace access to desc_struct:a/b fieldsThomas Gleixner2017-08-291-1/+1
| * | x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner2017-08-291-6/+6
| * | Merge branch 'x86/asm' into x86/apicThomas Gleixner2017-08-256-152/+48
| |\ \ | | |/ | |/|
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-044-4/+15
|\ \ \
| * \ \ Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-263-24/+39
| |\ \ \ | | |/ /
| * | | x86: Enable 5-level paging support via CONFIG_X86_5LEVEL=yKirill A. Shutemov2017-07-211-0/+5
| * | | x86/xen: Redefine XEN_ELFNOTE_INIT_P2M using PUD_SIZE * PTRS_PER_PUDKirill A. Shutemov2017-07-211-1/+1
| * | | xen/x86: Remove SME feature in PV guestsTom Lendacky2017-07-181-0/+1
| * | | Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar2017-07-1812-155/+244
| |\ \ \
| * | | | x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski2017-07-051-0/+6
| * | | | x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski2017-07-051-3/+2
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-046-152/+48
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | x86/paravirt/xen: Remove xen_patch()Juergen Gross2017-08-246-138/+21
| * | | x86/xen/64: Fix the reported SS and CS in SYSCALLAndy Lutomirski2017-08-151-0/+18
| * | | x86/xen/64: Rearrange the SYSCALL entriesAndy Lutomirski2017-08-101-14/+9
* | | | xen: fix hvm guest with kaslr enabledJuergen Gross2017-08-111-2/+14
* | | | xen: split up xen_hvm_init_shared_info()Juergen Gross2017-08-111-21/+24
|/ / /
* | | xen/x86: fix cpu hotplugJuergen Gross2017-07-231-1/+2
* | | xen/x86: Don't BUG on CPU0 offliningVitaly Kuznetsov2017-07-231-1/+0
| |/ |/|
* | kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2017-07-121-2/+2
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-14/+0
|\ \
| * | xen-swiotlb: consolidate xen_swiotlb_dma_opsChristoph Hellwig2017-06-201-14/+0
* | | Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-0610-139/+242
|\ \ \ | |_|/ |/| |
| * | x86: xen: remove unnecessary variable in xen_foreach_remap_area()Gustavo A. R. Silva2017-07-031-5/+2
| * | xen: allocate page for shared info page from low memoryJuergen Gross2017-06-252-9/+24
| * | xen/vcpu: Handle xen_vcpu_setup() failure at bootAnkur Arora2017-06-134-5/+35
| * | xen/vcpu: Handle xen_vcpu_setup() failure in hotplugAnkur Arora2017-06-134-26/+45
| * | xen/pv: Fix OOPS on restore for a PV, !SMP domainAnkur Arora2017-06-131-11/+15
| * | xen/pvh*: Support > 32 VCPUs at domain restoreAnkur Arora2017-06-134-34/+52
| * | xen/vcpu: Simplify xen_vcpu related codeAnkur Arora2017-06-135-69/+89
| |/
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-1/+1
|\ \
| * | x86/apic: Move cpumask and to core codeThomas Gleixner2017-06-221-1/+1
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-032-45/+40
|\ \
| * | x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2017-06-132-9/+9
| * | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-3/+3
| * | x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski2017-06-051-28/+23
| * | x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski2017-06-051-5/+5
| |/
OpenPOWER on IntegriCloud