aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)Author
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-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
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-14x86: expose number of page table levels on Kconfig levelKirill A. Shutemov
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-08Merge tag 'v4.0-rc7' into x86/asm, to resolve conflictsIngo Molnar
2015-04-02x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko
2015-03-23x86/xen: prepare p2m list for memory hotplugJuergen Gross
2015-03-23Merge tag 'v4.0-rc5' into x86/asm, to resolve conflictsIngo Molnar
2015-03-17x86/asm/entry/64: Rename 'old_rsp' to 'rsp_scratch'Ingo Molnar
2015-03-16xen/privcmd: improve performance of MMAPBATCH_V2David Vrabel
2015-03-16xen: unify foreign GFN map/unmap for auto-xlated physmap guestsDavid Vrabel
2015-03-16x86/xen/apic: WARN with details.Konrad Rzeszutek Wilk
2015-03-16x86/xen: Provide a "Xen PV" APIC driver to support >255 VCPUsKonrad Rzeszutek Wilk
2015-03-16xen: use generated hypercall symbols in arch/x86/xen/xen-head.SJuergen Gross
2015-03-16xen: use generated hypervisor symbols in arch/x86/xen/trace.cJuergen Gross
2015-03-16xen: synchronize include/xen/interface/xen.h with xenJuergen Gross
2015-03-11x86: Use common outgoing-CPU-notification codePaul E. McKenney
2015-03-06x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpuAndy Lutomirski
2015-02-27x86/xen: correct bug in p2m list initializationJuergen Gross
2015-02-23x86/xen: Initialize cr4 shadow for 64-bit PV(H) guestsBoris Ostrovsky
2015-02-23x86/xen: Make sure X2APIC_ENABLE bit of MSR_IA32_APICBASE is not setBoris Ostrovsky
2015-02-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-02-18x86/spinlocks/paravirt: Fix memory corruption on unlockRaghavendra K T
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski
2015-01-28xen: mark grant mapped pages as foreignJennifer Herbert
2015-01-28x86/xen: require ballooned pages for grant mapsJennifer Herbert
2015-01-28xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel
2015-01-28x86/xen: cleanup arch/x86/xen/mmu.cJuergen Gross
2015-01-28x86/xen: add some __init annotations in arch/x86/xen/mmu.cJuergen Gross
2015-01-28x86/xen: add some __init and static annotations in arch/x86/xen/setup.cJuergen Gross
2015-01-28x86/xen: use correct types for addresses in arch/x86/xen/setup.cJuergen Gross
2015-01-28x86/xen: cleanup arch/x86/xen/setup.cJuergen Gross
2015-01-26x86,xen: use current->state helpersDavidlohr Bueso
2015-01-20x86/xen: prefer TSC over xen clocksource for dom0Palik, Imre
2015-01-19x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger