summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)Author
2015-08-20Merge tag 'for-linus-4.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-08-20xen/x86: Don't try to set PCE bit in CR4Boris Ostrovsky
2015-08-20xen/PMU: PMU emulation codeBoris Ostrovsky
2015-08-20xen/PMU: Intercept PMU-related MSR and APIC accessesBoris Ostrovsky
2015-08-20xen/PMU: Describe vendor-specific PMU registersBoris Ostrovsky
2015-08-20xen/PMU: Initialization code for Xen PMUBoris Ostrovsky
2015-08-20xen/PMU: Sysfs interface for setting Xen PMU modeBoris Ostrovsky
2015-08-20xen: remove no longer needed p2m.hJuergen Gross
2015-08-20xen: allow more than 512 GB of RAM for 64 bit pv-domainsJuergen Gross
2015-08-20xen: move p2m list if conflicting with e820 mapJuergen Gross
2015-08-20xen: add explicit memblock_reserve() calls for special pagesJuergen Gross
2015-08-20xen: check for initrd conflicting with e820 mapJuergen Gross
2015-08-20xen: check pre-allocated page tables for conflict with memory mapJuergen Gross
2015-08-20xen: check for kernel memory conflicting with memory layoutJuergen Gross
2015-08-20xen: find unused contiguous memory areaJuergen Gross
2015-08-20xen: check memory area against e820 mapJuergen Gross
2015-08-20xen: split counting of extra memory pages from remappingJuergen Gross
2015-08-20xen: move static e820 map to global scopeJuergen Gross
2015-08-20xen: eliminate scalability issues from initial mapping setupJuergen Gross
2015-08-20xen: don't build mfn tree if tools don't need itJuergen Gross
2015-08-20xen: save linear p2m list address in shared info structureJuergen Gross
2015-08-20x86/xen: fix non-ANSI declaration of xen_has_pv_devices()Colin Ian King
2015-08-20x86/xen: make CONFIG_XEN depend on CONFIG_X86_LOCAL_APICDavid Vrabel
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar
2015-08-13Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-08-10x86/xen: build "Xen PV" APIC driver for domU as wellJason A. Donenfeld
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar
2015-07-31x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski
2015-07-30x86/xen/time: Migrate to new set-state interfaceViresh Kumar
2015-07-06x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar
2015-06-08x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar
2015-06-08x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar
2015-06-08x86/asm/entry: Rename compat syscall entry pointsIngo Molnar
2015-06-07x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell
2015-06-03Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar
2015-05-19x86/fpu: Simplify fpu__cpu_init()Ingo Molnar
2015-05-19x86/fpu: Rename fpu_init() to fpu__cpu_init()Ingo Molnar
2015-05-11locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar
2015-05-08x86/entry: Define 'cpu_current_top_of_stack' for 64-bit codeDenys Vlasenko
2015-05-08x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko
2015-05-08Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar
2015-05-08locking/pvqspinlock, x86: Enable PV qspinlock for XenDavid Vrabel
2015-05-05hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guestsBoris Ostrovsky
2015-04-29xen: Suspend ticks on all CPUs during suspendBoris Ostrovsky
2015-04-22x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvopAndy Lutomirski