summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-142-4/+3Star
|\
| * Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-0732-2/+33
| |\
| * \ Merge branch 'irq/urgent' into x86/apicThomas Gleixner2017-10-121-9/+4Star
| |\ \
| * | | x86/apic: Remove unused callbacksThomas Gleixner2017-09-251-2/+0Star
| * | | x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner2017-09-251-0/+1
| * | | x86/apic: Get rid of apic->target_cpusThomas Gleixner2017-09-251-1/+0Star
| * | | x86/apic: Sanitize return value of apic.set_apic_id()Thomas Gleixner2017-09-251-1/+1
| * | | x86/init: Add intr_mode_init to x86_init_opsDou Liyang2017-09-251-0/+1
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-143-20/+31
|\ \ \ \
| * | | | x86/virt/xen: Use guest_late_init to detect Xen PVH guestJuergen Gross2017-11-102-11/+22
| * | | | 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 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-135-111/+87Star
|\ \ \ \
| * | | | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-0731-0/+31
| |\| | |
| * | | | Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar2017-11-061-99/+60Star
| |\ \ \ \
| | * | | | x86/xen: Drop 5-level paging support code from the XEN_PV codeKirill A. Shutemov2017-10-201-99/+60Star
| * | | | | 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/+3Star
| * | | | | 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 branch 'linus' into locking/core, to 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
| |/ / /
* | | | x86/paravirt: Set up the virt_spin_lock_key after static keys get initializedDou Liyang2017-10-301-2/+4
* | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* | | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2017-10-241-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
* | | | locking/spinlocks, paravirt, xen: Correct the xen_nopvspin caseJuergen Gross2017-10-101-0/+2
|/ / /
* | / Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-291-9/+4Star
|\| | | |/ |/|
| * xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mappingZhenzhong Duan2017-09-281-9/+4Star
* | 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/+0Star
* | Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-074-49/+3Star
|\|
| * 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/+0Star
| * xen: remove tests for pvh mode in pure pv pathsJuergen Gross2017-08-312-28/+2Star
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-054-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/+48Star
| |\ \ | | |/ | |/|
* | | 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
| |\ \ \