aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/xen/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-20x86/xen/time: Output xen sched_clock time from 0Pavel Tatashin1-1/+10
2018-07-20x86/xen/time: Initialize pv xen time in init_hypervisor_platform()Pavel Tatashin1-4/+3
2018-05-19x86: Convert x86_platform_ops to timespec64Arnd Bergmann1-5/+5
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+98
2017-11-08x86/xen/time: setup vcpu 0 time info pageJoao Martins1-1/+89
2017-11-08x86/xen/time: set pvclock flags on xen_time_init()Joao Martins1-0/+9
2017-11-03xen/time: Return -ENODEV from xen_get_wallclock()Boris Ostrovsky1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-23xen/x86: Don't BUG on CPU0 offliningVitaly Kuznetsov1-1/+0
2017-05-05xen/x86: Do not call xen_init_time_ops() until shared_info is initializedBoris Ostrovsky1-1/+1
2017-05-02xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky1-0/+8
2017-04-14x86/xen/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+4
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-3/+3
2016-09-30xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed1-5/+0
2016-07-26xen: add static initialization of steal_clock op to xen_time_opsJuergen Gross1-0/+1
2016-07-25x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov1-6/+12
2016-07-06xen: add steal_clock support on x86Juergen Gross1-42/+2
2016-05-24xen/x86: don't lose event interruptsStefano Stabellini1-3/+3
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 Stabellini1-1/+1
2015-12-21xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/time.cStefano Stabellini1-75/+1
2015-07-30x86/xen/time: Migrate to new set-state interfaceViresh Kumar1-49/+31
2015-01-20x86/xen: prefer TSC over xen clocksource for dom0Palik, Imre1-0/+4
2015-01-08x86/xen: avoid freeing static 'name' when kasprintf() failsVitaly Kuznetsov1-11/+5
2014-12-23x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer()Boris Ostrovsky1-2/+0
2014-10-23x86/xen: Fix incorrect per_cpu accessor in xen_clocksource_read()Boris Ostrovsky1-1/+1
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-5/+5
2014-08-11x86/xen: resume timer irqs earlyDavid Vrabel1-1/+1
2014-01-06xen/x86: set VIRQ_TIMER priority to maximumDavid Vrabel1-0/+1
2013-11-06x86/xen: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+43
2013-06-28x86: xen: Sync the CMOS RTC as well as the Xen wallclockDavid Vrabel1-19/+26
2013-06-28x86: xen: Sync the wallclock when the system time is setDavid Vrabel1-0/+28
2013-06-28xen/time: remove blocked time accounting from xen "clockchip"Laszlo Ersek1-15/+2
2013-06-10xen/time: Free onlined per-cpu data structure if we want to online it again.Konrad Rzeszutek Wilk1-13/+16
2013-06-10xen/time: Check that the per_cpu data structure has data before freeing.Konrad Rzeszutek Wilk1-4/+7
2013-06-10xen/time: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk1-1/+5
2013-06-10xen/time: Encapsulate the struct clock_event_device in another structure.Konrad Rzeszutek Wilk1-5/+10
2013-05-28x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel1-13/+6
2013-04-16xen/time: Add default value of -1 for IRQ and check for that.Konrad Rzeszutek Wilk1-2/+5
2013-04-16xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk1-1/+5
2011-11-06Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-1/+15
2011-09-26xen/dom0: set wallclock time in XenJeremy Fitzhardinge1-1/+15
2011-08-24xen: use non-tracing preempt in xen_clocksource_read()Jeremy Fitzhardinge1-2/+3
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+1
2011-05-19arch/x86/xen/time: Cleanup code/data sections definitionsDaniel Kiper1-4/+4
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksourceThomas Gleixner1-1/+3
2011-03-03xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend.Ian Campbell1-1/+3