summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava2018-02-171-0/+2
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-141-3/+3
|\
| * x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski2018-02-151-3/+3
* | Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-02-092-0/+22
|\ \
| * | xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guestsSimon Gaiser2018-02-081-0/+6
| * | x86/xen: init %gs very early to avoid page faults with stack protectorJuergen Gross2018-02-061-0/+16
| |/
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-301-2/+0
|\ \
| * | x86/headers: Remove duplicate #includesPravin Shedge2017-12-121-2/+0
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-291-1/+1
|\ \ \ | |_|/ |/| |
| * | x86/gart: Exclude GART aperture from vmcoreJiri Bohac2018-01-111-1/+1
* | | Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-122-6/+4
|\ \ \ | |/ / |/| |
| * | x86: xen: remove the use of VLAISNick Desaulniers2018-01-081-5/+3
| * | x86/xen/time: fix section mismatch for xen_init_time_ops()Nick Desaulniers2018-01-081-1/+1
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-2/+0
|\ \ \
| * | | x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-221-2/+0
* | | | Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-224-4/+98
|\ \ \ \ | | |/ / | |/| |
| * | | xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2017-12-202-4/+83
| * | | x86-64/Xen: eliminate W+X mappingsJan Beulich2017-12-192-0/+15
* | | | Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-182-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-171-1/+1
| * | | x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Andy Lutomirski2017-12-171-1/+1
| * | | Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-172-9/+9
| |\ \ \
* | \ \ \ Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-151-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | x86/Xen: don't report ancient LAPIC versionJan Beulich2017-12-121-1/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-062-13/+38
|\ \ \ \
| * | | | x86/xen: Support early interrupts in xen pv guestsJuergen Gross2017-11-282-13/+38
* | | | | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-166-10/+173
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | x86/xen/time: setup vcpu 0 time info pageJoao Martins2017-11-083-1/+95
| * | | x86/xen/time: set pvclock flags on xen_time_init()Joao Martins2017-11-081-0/+9
| * | | xen: re-introduce support for grant v2 interfaceJuergen Gross2017-11-061-5/+55
| * | | xen: support priv-mapping in an HVM tools domainPaul Durrant2017-11-031-2/+12
| * | | xen/time: Return -ENODEV from xen_get_wallclock()Boris Ostrovsky2017-11-031-1/+1
| * | | xen: support 52 bit physical addresses in pv guestsJuergen Gross2017-10-311-2/+2
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-132-4/+3
|\ \ \ \
| * \ \ \ 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/+4
| |\ \ \ \ \
| * | | | | | x86/apic: Remove unused callbacksThomas Gleixner2017-09-251-2/+0
| * | | | | | 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/+0
| * | | | | | 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-133-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/+87
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 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/+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
OpenPOWER on IntegriCloud