summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* x86/xen: don't unbind uninitialized lock_kicker_irqBrian Masney2020-12-021-1/+11
* x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-201-0/+1
* x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2020-05-203-20/+0
* xen: fix xen_qlock_wait()Juergen Gross2018-11-211-6/+8
* xen: make xen_qlock_wait() nestableJuergen Gross2018-11-211-14/+10
* xen: fix race in xen_qlock_wait()Juergen Gross2018-11-211-10/+5
* xen/x86/vpmu: Zero struct pt_regs before calling into sample handling codeBoris Ostrovsky2018-09-291-1/+1
* x86/xen: Add call of speculative_store_bypass_ht_init() to PV pathsJuergen Gross2018-07-251-0/+5
* x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenDavid Woodhouse2018-07-251-3/+1
* xen: set cpu capabilities from xen_start_kernel()Juergen Gross2018-07-251-9/+9
* x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross2018-07-251-0/+16
* tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)2018-05-261-4/+0
* x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski2018-01-021-0/+6
* xen: adjust early dom0 p2m handling to xen hypervisor behaviorJuergen Gross2017-05-201-3/+4
* xen/x86: don't lose event interruptsStefano Stabellini2017-05-021-3/+3
* xen/setup: Don't relocate p2m over existing oneRoss Lagerwall2017-04-081-3/+3
* xen/qspinlock: Don't kick CPU if IRQ is not initializedRoss Lagerwall2017-03-261-0/+6
* x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()Juergen Gross2016-11-101-1/+1
* x86/xen, pat: Remove PAT table init code from XenToshi Kani2016-08-161-9/+0
* x86/mm/pat: Add support of non-default PAT MSR settingToshi Kani2016-08-161-1/+1
* xen: use same main loop for counting and remapping pagesJuergen Gross2016-06-071-39/+26
* x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski2016-04-121-1/+1
* x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)2016-01-311-1/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-081-2/+6
|\
| * x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel2015-12-191-1/+3
| * x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-12-191-1/+3
* | arch/x86/xen/suspend.c: include xen/xen.hAndrew Morton2015-12-291-0/+1
* | Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-182-17/+12
|\ \ | |/ |/|
| * xen/x86/pvh: Use HVM's flush_tlb_others opBoris Ostrovsky2015-12-141-7/+2
| * xen: Resume PMU from non-atomic contextBoris Ostrovsky2015-12-021-10/+10
* | Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-045-10/+36
|\|
| * xen: fix the check of e_pfn in xen_find_pfn_rangeZhenzhong Duan2015-11-021-1/+1
| * x86/xen: add reschedule point when mapping foreign GFNsDavid Vrabel2015-10-281-0/+1
| * xen/arm: Enable cpu_hotplug.cStefano Stabellini2015-10-231-0/+15
| * x86/xen: export xen_alloc_p2m_entry()David Vrabel2015-10-231-6/+13
| * xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel2015-10-231-1/+1
| * x86/xen: discard RAM regions above the maximum reservationDavid Vrabel2015-10-231-2/+5
* | x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-071-11/+2
|/
* x86/xen/p2m: hint at the last populated P2M entryDavid Vrabel2015-10-061-1/+18
* x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing mapMalcolm Crossley2015-09-281-1/+1
* x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov2015-09-281-0/+23
* xen/x86: Don't try to write syscall-related MSRs for PV guestsBoris Ostrovsky2015-09-281-0/+1
* xen: use correct type for HYPERVISOR_memory_op()Juergen Gross2015-09-281-1/+1
* Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-102-17/+17
|\
| * xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall2015-09-081-16/+16
| * xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-1/+1
* | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0815-215/+1435
|\|
| * xen: switch extra memory accounting to use pfnsJuergen Gross2015-09-081-36/+44
| * xen: limit memory to architectural maximumJuergen Gross2015-09-081-1/+1
| * xen: avoid another early crash of memory limited dom0Juergen Gross2015-09-081-8/+15