| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/xen: Fix incorrect per_cpu accessor in xen_clocksource_read() | Boris Ostrovsky | 2014-10-23 | 1 | -1/+1 |
* | x86: Replace __get_cpu_var uses | Christoph Lameter | 2014-08-26 | 1 | -5/+5 |
* | x86/xen: resume timer irqs early | David Vrabel | 2014-08-11 | 1 | -1/+1 |
* | xen/x86: set VIRQ_TIMER priority to maximum | David Vrabel | 2014-01-06 | 1 | -0/+1 |
* | x86/xen: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-11-06 | 1 | -2/+1 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-07-06 | 1 | -15/+43 |
|\ |
|
| * | x86: xen: Sync the CMOS RTC as well as the Xen wallclock | David Vrabel | 2013-06-28 | 1 | -19/+26 |
| * | x86: xen: Sync the wallclock when the system time is set | David Vrabel | 2013-06-28 | 1 | -0/+28 |
| * | x86: Increase precision of x86_platform.get/set_wallclock() | David Vrabel | 2013-05-28 | 1 | -13/+6 |
* | | xen/time: remove blocked time accounting from xen "clockchip" | Laszlo Ersek | 2013-06-28 | 1 | -15/+2 |
* | | xen/time: Free onlined per-cpu data structure if we want to online it again. | Konrad Rzeszutek Wilk | 2013-06-10 | 1 | -13/+16 |
* | | xen/time: Check that the per_cpu data structure has data before freeing. | Konrad Rzeszutek Wilk | 2013-06-10 | 1 | -4/+7 |
* | | xen/time: Don't leak interrupt name when offlining. | Konrad Rzeszutek Wilk | 2013-06-10 | 1 | -1/+5 |
* | | xen/time: Encapsulate the struct clock_event_device in another structure. | Konrad Rzeszutek Wilk | 2013-06-10 | 1 | -5/+10 |
|/ |
|
* | xen/time: Add default value of -1 for IRQ and check for that. | Konrad Rzeszutek Wilk | 2013-04-16 | 1 | -2/+5 |
* | xen/time: Fix kasprintf splat when allocating timer%d IRQ line. | Konrad Rzeszutek Wilk | 2013-04-16 | 1 | -1/+5 |
* | Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-11-06 | 1 | -1/+15 |
|\ |
|
| * | xen/dom0: set wallclock time in Xen | Jeremy Fitzhardinge | 2011-09-26 | 1 | -1/+15 |
* | | xen: use non-tracing preempt in xen_clocksource_read() | Jeremy Fitzhardinge | 2011-08-24 | 1 | -2/+3 |
|/ |
|
* | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2011-05-19 | 1 | -5/+1 |
|\ |
|
| * | Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a... | Thomas Gleixner | 2011-05-14 | 1 | -1/+3 |
| |\ |
|
| * | | x86: Convert remaining x86 clocksources to clocksource_register_hz/khz | John Stultz | 2011-02-21 | 1 | -5/+1 |
* | | | arch/x86/xen/time: Cleanup code/data sections definitions | Daniel Kiper | 2011-05-19 | 1 | -4/+4 |
| |/
|/| |
|
* | | xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend. | Ian Campbell | 2011-03-03 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'this_cpu_ops' into for-2.6.38 | Tejun Heo | 2010-12-17 | 1 | -0/+2 |
|\ |
|
| * | x86/pvclock: Zero last_value on resume | Jeremy Fitzhardinge | 2010-11-28 | 1 | -0/+2 |
* | | xen: Use this_cpu_ops | Christoph Lameter | 2010-12-17 | 1 | -4/+4 |
|/ |
|
* | xen: do not initialize PV timers on HVM if !xen_have_vector_callback | Stefano Stabellini | 2010-10-05 | 1 | -2/+3 |
* | Merge branch 'upstream/pvhvm' into upstream/xen | Jeremy Fitzhardinge | 2010-08-04 | 1 | -4/+53 |
|\ |
|
| * | Introduce CONFIG_XEN_PVHVM compile option | Stefano Stabellini | 2010-07-29 | 1 | -1/+2 |
| * | x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock. | Stefano Stabellini | 2010-07-26 | 1 | -5/+53 |
* | | Merge branch 'upstream/core' into upstream/xen | Jeremy Fitzhardinge | 2010-08-04 | 1 | -39/+0 |
|\ \
| |/
|/| |
|
| * | xen: drop xen_sched_clock in favour of using plain wallclock time | Jeremy Fitzhardinge | 2010-08-04 | 1 | -39/+0 |
* | | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2010-05-19 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | time: Clean up direct xtime usage in xen | John Stultz | 2010-03-13 | 1 | -3/+3 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-12-14 | 1 | -12/+12 |
|\ |
|
| * | percpu: make percpu symbols in xen unique | Tejun Heo | 2009-10-29 | 1 | -12/+12 |
* | | xen: register timer interrupt with IRQF_TIMER | Ian Campbell | 2009-12-03 | 1 | -1/+1 |
* | | xen: re-register runstate area earlier on resume. | Ian Campbell | 2009-12-03 | 1 | -3/+2 |
|/ |
|
* | clocksource: pass clocksource to read() callback | Magnus Damm | 2009-04-21 | 1 | -1/+6 |
* | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-01-03 | 1 | -6/+4 |
|\ |
|
| * | [PATCH] idle cputime accounting | Martin Schwidefsky | 2008-12-31 | 1 | -6/+4 |
* | | cpumask: convert struct clock_event_device to cpumask pointers. | Rusty Russell | 2008-12-13 | 1 | -1/+1 |
|/ |
|
* | x86: paravirt: factor out cpu_khz to common code | Glauber Costa | 2008-10-15 | 1 | -9/+2 |
* | xen: implement CPU hotplugging | Alex Nixon | 2008-08-25 | 1 | -0/+8 |
* | x86: build fix in "xen spinlock updates and performance measurements" | Jeremy Fitzhardinge | 2008-08-22 | 1 | -3/+1 |
* | x86: rename paravirtualized TSC functions | Alok Kataria | 2008-07-09 | 1 | -2/+2 |
* | Merge commit 'v2.6.26-rc8' into x86/xen | Ingo Molnar | 2008-06-25 | 1 | -120/+12 |
|\ |
|
| * | x86: Make xen use the paravirt clocksource structs and functions | Gerd Hoffmann | 2008-06-24 | 1 | -120/+12 |