summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-082-27/+80
|\
| * xen/PVH: Make GDT selectors PVH-specificBoris Ostrovsky2018-06-041-10/+13
| * xen/PVH: Set up GS segment for stack canaryBoris Ostrovsky2018-06-041-1/+25
| * xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant2018-05-141-17/+43
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-5/+5
|\ \
| * | x86: Convert x86_platform_ops to timespec64Arnd Bergmann2018-05-191-5/+5
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-0/+57
|\ \ \ | |/ / |/| |
| * | x86/xen/efi: Initialize UEFI secure boot state during dom0 bootDaniel Kiper2018-05-141-0/+57
| |/
* | Merge tag 'trace-v4.17-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-162-6/+2
|\ \ | |/ |/|
| * tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)2018-05-142-6/+2
* | Merge tag 'for-linus-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-05-111-0/+13
|\ \ | |/ |/|
| * x86/xen: Reset VCPU0 info pointer after shared_info remapvan der Linden, Frank2018-05-071-0/+13
* | Merge tag 'for-linus-4.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-05-041-55/+31
|\ \ | |/
| * x86/xen: Remove use of VLAsLaura Abbott2018-04-191-55/+31
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-151-1/+1
|\ \
| * \ Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-124-9/+33
| |\ \
| * | | x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing2018-04-101-1/+1
* | | | Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-122-5/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | xen/pvh: Indicate XENFEAT_linux_rsdp_unrestricted to XenBoris Ostrovsky2018-04-101-1/+3
| * | | x86/xen: Delay get_cpu_cap until stack canary is establishedJason Andryuk2018-03-211-4/+4
| |/ /
* | | Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-04-111-0/+1
|\ \ \
| * | | time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki2018-04-051-0/+1
| | |/ | |/|
* | | xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin2018-04-111-12/+26
|/ /
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-023-8/+32
|\ \
| * \ Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner2018-03-141-2/+4
| |\ \ | | |/
| * | Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar2018-03-121-0/+16
| |\ \
| * | | x86/xen: Add pvh specific rsdp address retrieval functionJuergen Gross2018-02-261-3/+11
| * | | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-262-3/+5
| |\ \ \
| * | | | x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVELKirill A. Shutemov2018-02-212-5/+21
* | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-021-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He2018-02-171-1/+1
| |/ / /
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-041-0/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross2018-02-281-0/+16
* | | | x86/xen: add tty0 and hvc0 as preferred consoles for dom0Juergen Gross2018-02-281-2/+4
| |_|/ |/| |
* | | 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
|\ \ \ \ | | |/ / | |/| |
OpenPOWER on IntegriCloud