aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/time.c
AgeCommit message (Expand)Author
2016-07-26xen: add static initialization of steal_clock op to xen_time_opsJuergen Gross
2016-07-25x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov
2016-07-06xen: add steal_clock support on x86Juergen Gross
2016-05-24xen/x86: don't lose event interruptsStefano Stabellini
2015-12-21xen/x86: convert remaining timespec to timespec64 in xen_pvclock_gtod_notifyStefano Stabellini
2015-12-21xen/x86: support XENPF_settime64Stefano Stabellini
2015-12-21xen: introduce XENPF_settime64Stefano Stabellini
2015-12-21xen: rename dom0_op to platform_opStefano Stabellini
2015-12-21xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/ti...Stefano Stabellini
2015-07-30x86/xen/time: Migrate to new set-state interfaceViresh Kumar
2015-01-20x86/xen: prefer TSC over xen clocksource for dom0Palik, Imre
2015-01-08x86/xen: avoid freeing static 'name' when kasprintf() failsVitaly Kuznetsov
2014-12-23x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer()Boris Ostrovsky
2014-10-23x86/xen: Fix incorrect per_cpu accessor in xen_clocksource_read()Boris Ostrovsky
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter
2014-08-11x86/xen: resume timer irqs earlyDavid Vrabel
2014-01-06xen/x86: set VIRQ_TIMER priority to maximumDavid Vrabel
2013-11-06x86/xen: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-06-28x86: xen: Sync the CMOS RTC as well as the Xen wallclockDavid Vrabel
2013-06-28x86: xen: Sync the wallclock when the system time is setDavid Vrabel
2013-06-28xen/time: remove blocked time accounting from xen "clockchip"Laszlo Ersek
2013-06-10xen/time: Free onlined per-cpu data structure if we want to online it again.Konrad Rzeszutek Wilk
2013-06-10xen/time: Check that the per_cpu data structure has data before freeing.Konrad Rzeszutek Wilk
2013-06-10xen/time: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk
2013-06-10xen/time: Encapsulate the struct clock_event_device in another structure.Konrad Rzeszutek Wilk
2013-05-28x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel
2013-04-16xen/time: Add default value of -1 for IRQ and check for that.Konrad Rzeszutek Wilk
2013-04-16xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk
2011-11-06Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-09-26xen/dom0: set wallclock time in XenJeremy Fitzhardinge
2011-08-24xen: use non-tracing preempt in xen_clocksource_read()Jeremy Fitzhardinge
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2011-05-19arch/x86/xen/time: Cleanup code/data sections definitionsDaniel Kiper
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner
2011-03-03xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend.Ian Campbell
2011-02-21x86: Convert remaining x86 clocksources to clocksource_register_hz/khzJohn Stultz
2010-12-17Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo
2010-12-17xen: Use this_cpu_opsChristoph Lameter
2010-11-28x86/pvclock: Zero last_value on resumeJeremy Fitzhardinge
2010-10-05xen: do not initialize PV timers on HVM if !xen_have_vector_callbackStefano Stabellini
2010-08-04Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge
2010-08-04Merge branch 'upstream/core' into upstream/xenJeremy Fitzhardinge
2010-08-04xen: drop xen_sched_clock in favour of using plain wallclock timeJeremy Fitzhardinge
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini
2010-07-26x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock.Stefano Stabellini
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-13time: Clean up direct xtime usage in xenJohn Stultz
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds