aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-05xen: do not initialize PV timers on HVM if !xen_have_vector_callbackStefano Stabellini1-2/+3
2010-08-04Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge1-4/+53
2010-08-04Merge branch 'upstream/core' into upstream/xenJeremy Fitzhardinge1-39/+0
2010-08-04xen: drop xen_sched_clock in favour of using plain wallclock timeJeremy Fitzhardinge1-39/+0
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini1-1/+2
2010-07-26x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock.Stefano Stabellini1-5/+53
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-13time: Clean up direct xtime usage in xenJohn Stultz1-3/+3
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-12/+12
2009-12-03xen: register timer interrupt with IRQF_TIMERIan Campbell1-1/+1
2009-12-03xen: re-register runstate area earlier on resume.Ian Campbell1-3/+2
2009-10-29percpu: make percpu symbols in xen uniqueTejun Heo1-12/+12
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-1/+6
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-6/+4
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky1-6/+4
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-1/+1
2008-10-15x86: paravirt: factor out cpu_khz to common codeGlauber Costa1-9/+2
2008-08-25xen: implement CPU hotpluggingAlex Nixon1-0/+8
2008-08-22x86: build fix in "xen spinlock updates and performance measurements"Jeremy Fitzhardinge1-3/+1
2008-07-09x86: rename paravirtualized TSC functionsAlok Kataria1-2/+2
2008-06-25Merge commit 'v2.6.26-rc8' into x86/xenIngo Molnar1-120/+12
2008-06-24x86: Make xen use the paravirt clocksource structs and functionsGerd Hoffmann1-120/+12
2008-06-16Merge branch 'linus' into x86/xenIngo Molnar1-10/+3
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge1-10/+3
2008-06-02xen: resume timers on all vcpusJeremy Fitzhardinge1-0/+13
2008-05-27xen: maintain clock offset over save/restoreJeremy Fitzhardinge1-8/+0
2008-05-27xen: implement save/restoreJeremy Fitzhardinge1-0/+8
2008-02-09x86: fix sparse warning in xen/time.cHarvey Harrison1-5/+5
2008-01-30x86: convert TSC disabling to generic cpuid disable bitmapAndi Kleen1-1/+1
2007-10-16xen: yield to IPI target if necessaryJeremy Fitzhardinge1-0/+6
2007-10-11i386: move xenThomas Gleixner1-0/+593