summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/time.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* x86/xen/time: Migrate to new set-state interfaceViresh Kumar2015-07-301-49/+31
* 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/+5
* x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer()Boris Ostrovsky2014-12-231-2/+0
* 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/+1
* 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/+6
* | xen/time: remove blocked time accounting from xen "clockchip"Laszlo Ersek2013-06-281-15/+2
* | 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-061-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-191-5/+1
|\
| * Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-141-1/+3
| |\
| * | x86: Convert remaining x86 clocksources to clocksource_register_hz/khzJohn Stultz2011-02-211-5/+1
* | | arch/x86/xen/time: Cleanup code/data sections definitionsDaniel Kiper2011-05-191-4/+4
| |/ |/|
* | xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend.Ian Campbell2011-03-031-1/+3
|/
* Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-171-0/+2
|\
| * x86/pvclock: Zero last_value on resumeJeremy Fitzhardinge2010-11-281-0/+2
* | xen: Use this_cpu_opsChristoph Lameter2010-12-171-4/+4
|/
* xen: do not initialize PV timers on HVM if !xen_have_vector_callbackStefano Stabellini2010-10-051-2/+3
* Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge2010-08-041-4/+53
|\
| * Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini2010-07-291-1/+2
| * x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock.Stefano Stabellini2010-07-261-5/+53
* | Merge branch 'upstream/core' into upstream/xenJeremy Fitzhardinge2010-08-041-39/+0
|\ \ | |/ |/|
| * xen: drop xen_sched_clock in favour of using plain wallclock timeJeremy Fitzhardinge2010-08-041-39/+0
* | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-191-3/+3
|\ \ | |/ |/|
| * time: Clean up direct xtime usage in xenJohn Stultz2010-03-131-3/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-12/+12
|\
| * percpu: make percpu symbols in xen uniqueTejun Heo2009-10-291-12/+12
* | xen: register timer interrupt with IRQF_TIMERIan Campbell2009-12-031-1/+1
* | xen: re-register runstate area earlier on resume.Ian Campbell2009-12-031-3/+2
|/
* clocksource: pass clocksource to read() callbackMagnus Damm2009-04-211-1/+6