aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds5-10/+36
2015-11-02xen: fix the check of e_pfn in xen_find_pfn_rangeZhenzhong Duan1-1/+1
2015-10-28x86/xen: add reschedule point when mapping foreign GFNsDavid Vrabel1-0/+1
2015-10-23xen/arm: Enable cpu_hotplug.cStefano Stabellini1-0/+15
2015-10-23x86/xen: export xen_alloc_p2m_entry()David Vrabel1-6/+13
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel1-1/+1
2015-10-23x86/xen: discard RAM regions above the maximum reservationDavid Vrabel1-2/+5
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski1-11/+2
2015-10-06x86/xen/p2m: hint at the last populated P2M entryDavid Vrabel1-1/+18
2015-09-28x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing mapMalcolm Crossley1-1/+1
2015-09-28x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov1-0/+23
2015-09-28xen/x86: Don't try to write syscall-related MSRs for PV guestsBoris Ostrovsky1-0/+1
2015-09-28xen: use correct type for HYPERVISOR_memory_op()Juergen Gross1-1/+1
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-17/+17
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds15-215/+1435
2015-09-08xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall1-16/+16
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-1/+1
2015-09-08xen: switch extra memory accounting to use pfnsJuergen Gross1-36/+44
2015-09-08xen: limit memory to architectural maximumJuergen Gross1-1/+1
2015-09-08xen: avoid another early crash of memory limited dom0Juergen Gross1-8/+15
2015-09-08xen: avoid early crash of memory limited dom0Juergen Gross1-3/+4
2015-09-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-49/+31
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2015-08-20Merge tag 'for-linus-4.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+2
2015-08-20xen/x86: Don't try to set PCE bit in CR4Boris Ostrovsky1-2/+1
2015-08-20xen/PMU: PMU emulation codeBoris Ostrovsky1-29/+185
2015-08-20xen/PMU: Intercept PMU-related MSR and APIC accessesBoris Ostrovsky4-8/+107
2015-08-20xen/PMU: Describe vendor-specific PMU registersBoris Ostrovsky1-1/+152
2015-08-20xen/PMU: Initialization code for Xen PMUBoris Ostrovsky7-9/+241
2015-08-20xen/PMU: Sysfs interface for setting Xen PMU modeBoris Ostrovsky1-0/+1
2015-08-20xen: remove no longer needed p2m.hJuergen Gross3-17/+5
2015-08-20xen: allow more than 512 GB of RAM for 64 bit pv-domainsJuergen Gross3-23/+66
2015-08-20xen: move p2m list if conflicting with e820 mapJuergen Gross3-47/+264
2015-08-20xen: add explicit memblock_reserve() calls for special pagesJuergen Gross3-1/+19
2015-08-20xen: check for initrd conflicting with e820 mapJuergen Gross1-0/+51
2015-08-20xen: check pre-allocated page tables for conflict with memory mapJuergen Gross3-3/+23
2015-08-20xen: check for kernel memory conflicting with memory layoutJuergen Gross1-0/+12
2015-08-20xen: find unused contiguous memory areaJuergen Gross2-0/+35
2015-08-20xen: check memory area against e820 mapJuergen Gross2-0/+24
2015-08-20xen: split counting of extra memory pages from remappingJuergen Gross1-40/+58
2015-08-20xen: move static e820 map to global scopeJuergen Gross1-47/+49
2015-08-20xen: eliminate scalability issues from initial mapping setupJuergen Gross3-39/+156
2015-08-20xen: don't build mfn tree if tools don't need itJuergen Gross1-3/+7
2015-08-20xen: save linear p2m list address in shared info structureJuergen Gross1-0/+17
2015-08-20x86/xen: fix non-ANSI declaration of xen_has_pv_devices()Colin Ian King1-1/+1
2015-08-20x86/xen: make CONFIG_XEN depend on CONFIG_X86_LOCAL_APICDavid Vrabel1-2/+2
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2-6/+4
2015-08-13Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-6/+4
2015-08-10x86/xen: build "Xen PV" APIC driver for domU as wellJason A. Donenfeld2-6/+4
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar1-0/+40