summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-172-9/+9
|\
| * x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-11-102-4/+4
| * x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-11-102-5/+5
* | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-0731-0/+31
|\ \ | |/
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0231-0/+31
* | Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar2017-11-061-99/+60
|\ \
| * | x86/xen: Drop 5-level paging support code from the XEN_PV codeKirill A. Shutemov2017-10-201-99/+60
| |/
* | x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()Andy Lutomirski2017-11-021-3/+14
* | x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski2017-11-021-4/+3
* | xen, x86/entry/64: Add xen NMI trap entryJuergen Gross2017-11-022-2/+2
* | Merge branch 'core/objtool' into x86/asm, to pick up dependent changesIngo Molnar2017-10-231-3/+8
|\ \ | |/ |/|
| * x86/xen: Add unwind hint annotationsJosh Poimboeuf2017-09-281-1/+6
| * x86/xen: Fix xen head ELF annotationsJosh Poimboeuf2017-09-281-2/+2
* | 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
OpenPOWER on IntegriCloud