summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/time.c
Commit message (Expand)AuthorAgeFilesLines
* x86/xen: Add "xen_timer_slop" command line optionRyan Thibodeaux2019-04-231-3/+17
* xen: Fix x86 sched_clock() interface for xenJuergen Gross2019-01-161-3/+9
* x86/paravirt: Use a single ops structureJuergen Gross2018-09-031-2/+2
* x86/xen/time: Output xen sched_clock time from 0Pavel Tatashin2018-07-201-1/+10
* x86/xen/time: Initialize pv xen time in init_hypervisor_platform()Pavel Tatashin2018-07-201-4/+3Star
* x86: Convert x86_platform_ops to timespec64Arnd Bergmann2018-05-191-5/+5
* Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-161-1/+98
|\
| * x86/xen/time: setup vcpu 0 time info pageJoao Martins2017-11-081-1/+89
| * x86/xen/time: set pvclock flags on xen_time_init()Joao Martins2017-11-081-0/+9
| * xen/time: Return -ENODEV from xen_get_wallclock()Boris Ostrovsky2017-11-031-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* xen/x86: Don't BUG on CPU0 offliningVitaly Kuznetsov2017-07-231-1/+0Star
* xen/x86: Do not call xen_init_time_ops() until shared_info is initializedBoris Ostrovsky2017-05-051-1/+1
* xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky2017-05-021-0/+8
* x86/xen/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-0/+4
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-3/+3
* xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed2016-09-301-5/+0Star
* xen: add static initialization of steal_clock op to xen_time_opsJuergen Gross2016-07-261-0/+1
* x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov2016-07-251-6/+12
* xen: add steal_clock support on x86Juergen Gross2016-07-061-42/+2Star
* xen/x86: don't lose event interruptsStefano Stabellini2016-05-241-3/+3
* xen/x86: convert remaining timespec to timespec64 in xen_pvclock_gtod_notifyStefano Stabellini2015-12-211-2/+2
* xen/x86: support XENPF_settime64Stefano Stabellini2015-12-211-7/+28
* xen: introduce XENPF_settime64Stefano Stabellini2015-12-211-4/+4
* xen: rename dom0_op to platform_opStefano Stabellini2015-12-211-1/+1
* xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/ti...Stefano Stabellini2015-12-211-75/+1Star
* x86/xen/time: Migrate to new set-state interfaceViresh Kumar2015-07-301-49/+31Star
* x86/xen: prefer TSC over xen clocksource for dom0Palik, Imre2015-01-201-0/+4
* x86/xen: avoid freeing static 'name' when kasprintf() failsVitaly Kuznetsov2015-01-081-11/+5Star
* x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer()Boris Ostrovsky2014-12-231-2/+0Star
* x86/xen: Fix incorrect per_cpu accessor in xen_clocksource_read()Boris Ostrovsky2014-10-231-1/+1
* x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-5/+5
* x86/xen: resume timer irqs earlyDavid Vrabel2014-08-111-1/+1
* xen/x86: set VIRQ_TIMER priority to maximumDavid Vrabel2014-01-061-0/+1
* x86/xen: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-061-2/+1Star
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-061-15/+43
|\
| * x86: xen: Sync the CMOS RTC as well as the Xen wallclockDavid Vrabel2013-06-281-19/+26
| * x86: xen: Sync the wallclock when the system time is setDavid Vrabel2013-06-281-0/+28
| * x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel2013-05-281-13/+6Star
* | xen/time: remove blocked time accounting from xen "clockchip"Laszlo Ersek2013-06-281-15/+2Star
* | xen/time: Free onlined per-cpu data structure if we want to online it again.Konrad Rzeszutek Wilk2013-06-101-13/+16
* | xen/time: Check that the per_cpu data structure has data before freeing.Konrad Rzeszutek Wilk2013-06-101-4/+7
* | xen/time: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk2013-06-101-1/+5
* | xen/time: Encapsulate the struct clock_event_device in another structure.Konrad Rzeszutek Wilk2013-06-101-5/+10
|/
* xen/time: Add default value of -1 for IRQ and check for that.Konrad Rzeszutek Wilk2013-04-161-2/+5
* xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk2013-04-161-1/+5
* Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-11-071-1/+15
|\
| * xen/dom0: set wallclock time in XenJeremy Fitzhardinge2011-09-261-1/+15
* | xen: use non-tracing preempt in xen_clocksource_read()Jeremy Fitzhardinge2011-08-241-2/+3
|/
* Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-201-5/+1Star
|\