summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-124-90/+38Star
|\
| * x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)2016-01-041-1/+2
| * xen/x86: convert remaining timespec to timespec64 in xen_pvclock_gtod_notifyStefano Stabellini2015-12-211-2/+2
| * xen/x86: support XENPF_settime64Stefano Stabellini2015-12-211-7/+28
| * xen: introduce XENPF_settime64Stefano Stabellini2015-12-211-4/+4
| * xen: rename dom0_op to platform_opStefano Stabellini2015-12-213-6/+6
| * xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/ti...Stefano Stabellini2015-12-211-75/+1Star
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-122-8/+0Star
|\ \
| * | Merge branch 'linus' into x86/cleanupsThomas Gleixner2015-12-196-27/+48
| |\|
| * | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-251-1/+0Star
| * | x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-191-7/+0Star
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-124-39/+0Star
|\ \ \
| * | | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2015-11-231-19/+0Star
| * | | x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-233-20/+0Star
| * | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-11-231-1/+3
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-091-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-301-0/+1
| |_|/ |/| |
* | | Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-182-17/+12Star
|\ \ \ | |/ / |/| |
| * | xen/x86/pvh: Use HVM's flush_tlb_others opBoris Ostrovsky2015-12-141-7/+2Star
| * | 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-055-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/+2Star
|/
* 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-112-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
| * xen: avoid early crash of memory limited dom0Juergen Gross2015-09-081-3/+4
| * xen/x86: Don't try to set PCE bit in CR4Boris Ostrovsky2015-08-201-2/+1Star
| * xen/PMU: PMU emulation codeBoris Ostrovsky2015-08-201-29/+185
| * xen/PMU: Intercept PMU-related MSR and APIC accessesBoris Ostrovsky2015-08-204-8/+107
| * xen/PMU: Describe vendor-specific PMU registersBoris Ostrovsky2015-08-201-1/+152
| * xen/PMU: Initialization code for Xen PMUBoris Ostrovsky2015-08-207-9/+241
| * xen/PMU: Sysfs interface for setting Xen PMU modeBoris Ostrovsky2015-08-201-0/+1
| * xen: remove no longer needed p2m.hJuergen Gross2015-08-203-17/+5Star