aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+8
2016-04-29Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar1-0/+6
2016-04-23xen/qspinlock: Don't kick CPU if IRQ is not initializedRoss Lagerwall1-0/+6
2016-04-22x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez1-1/+0
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez1-3/+7
2016-04-22x86/xen: Use X86_SUBARCH_XEN for PV guest bootsLuis R. Rodriguez1-0/+1
2016-04-19Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2-2/+12
2016-04-13x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski1-0/+23
2016-04-13x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski1-2/+2
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar1-9/+0
2016-03-31x86/cpufeature: Remove cpu_has_pseBorislav Petkov1-1/+1
2016-03-31x86/cpufeature: Remove cpu_has_pgeBorislav Petkov1-1/+1
2016-03-29xen/x86: Call cpu_startup_entry(CPUHP_AP_ONLINE_IDLE) from xen_play_dead()Boris Ostrovsky1-0/+2
2016-03-29Merge tag 'v4.6-rc1' into for-linus-4.6Konrad Rzeszutek Wilk7-11/+21
2016-03-29x86/xen, pat: Remove PAT table init code from XenToshi Kani1-9/+0
2016-03-29x86/mm/pat: Add support of non-default PAT MSR settingToshi Kani1-1/+1
2016-03-25xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC opBoris Ostrovsky1-2/+10
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+6
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-7/+12
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+12
2016-03-17x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski1-1/+1
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2-5/+5
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-03xen/x86: Drop mode-selecting ifdefs in startup_xen()Boris Ostrovsky1-7/+3
2016-03-03xen/x86: Zero out .bss for PV guestsBoris Ostrovsky1-0/+9
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2016-02-29x86/xen: Mark xen_cpuid() stack frame as non-standardJosh Poimboeuf1-1/+2
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder2-5/+5
2016-02-24x86/asm/xen: Create stack frames in xen-asm.SJosh Poimboeuf1-1/+9
2016-02-24x86/asm/xen: Set ELF function type for xen_adjust_exception_frame()Josh Poimboeuf1-0/+1
2016-02-17perf/x86: Move perf_event.h to its new homeBorislav Petkov1-1/+1
2016-02-01x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han1-1/+1
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-90/+38
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+0
2016-01-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-39/+0
2016-01-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+6
2016-01-04x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)1-1/+2
2015-12-29arch/x86/xen/suspend.c: include xen/xen.hAndrew Morton1-0/+1
2015-12-21xen/x86: convert remaining timespec to timespec64 in xen_pvclock_gtod_notifyStefano Stabellini1-2/+2
2015-12-21xen/x86: support XENPF_settime64Stefano Stabellini1-7/+28
2015-12-21xen: introduce XENPF_settime64Stefano Stabellini1-4/+4
2015-12-21xen: rename dom0_op to platform_opStefano Stabellini3-6/+6
2015-12-21xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/time.cStefano Stabellini1-75/+1
2015-12-19x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel1-1/+3
2015-12-19Merge branch 'linus' into x86/cleanupsThomas Gleixner6-27/+48
2015-12-19x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky1-1/+3
2015-12-18Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-17/+12
2015-12-14xen/x86/pvh: Use HVM's flush_tlb_others opBoris Ostrovsky1-7/+2
2015-12-02xen: Resume PMU from non-atomic contextBoris Ostrovsky1-10/+10
2015-11-25x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross1-1/+0