aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/clockevents.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-16clockevents: Implement unbind functionalityGravatar Thomas Gleixner 1-0/+125
2013-05-16clockevents: Provide sysfs interfaceGravatar Thomas Gleixner 1-0/+86
2013-05-16clockevents: Add module refcountGravatar Thomas Gleixner 1-0/+1
2013-05-16clockevents: Move the tick_notify() switch case to clockevents_notify()Gravatar Thomas Gleixner 1-1/+27
2013-05-16clockevents: Get rid of the notifier chainGravatar Thomas Gleixner 1-32/+3
2013-01-14clockevents: export clockevents_config_and_register for module useGravatar Shawn Guo 1-0/+1
2012-09-04timekeeping: Add suspend and resume of clock event devicesGravatar Rafael J. Wysocki 1-0/+24
2012-05-25clockevents: Make clockevents_config() a global symbolGravatar Magnus Damm 1-2/+1
2011-12-21clockevents: remove sysdev.hGravatar Kay Sievers 1-1/+0
2011-09-08clockevents: Add direct ktime programming functionGravatar Martin Schwidefsky 1-0/+4
2011-09-08clockevents: Make minimum delay adjustments configurableGravatar Martin Schwidefsky 1-14/+111
2011-06-03clockevents: Handle empty cpumask gracefullyGravatar Thomas Gleixner 1-1/+4
2011-05-20clockevents/source: Use u64 to make 32bit happyGravatar Thomas Gleixner 1-1/+1
2011-05-19clockevents: Provide interface to reconfigure an active clock event deviceGravatar Thomas Gleixner 1-0/+20
2011-05-19clockevents: Provide combined configure and register functionGravatar Thomas Gleixner 1-0/+44
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Gravatar Torben Hohn 1-1/+0
2010-01-18clockevent: Don't remove broadcast device when cpu is deadGravatar Xiaotian Feng 1-1/+2
2009-12-19Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+15
2009-12-14clockevents: Convert to raw_spinlockGravatar Thomas Gleixner 1-7/+7
2009-12-11clockevents: Prevent clockevent_devices list corruption on cpu hotplugGravatar Thomas Gleixner 1-3/+15
2009-11-18clockevents: Add missing include to pacify sparseGravatar H Hartley Sweeten 1-0/+2
2009-11-13nohz: Allow 32-bit machines to sleep for more than 2.15 secondsGravatar Jon Hunter 1-6/+5
2009-08-19clockevent: Prevent dead lock on clockevents_lockGravatar Suresh Siddha 1-6/+10
2009-07-10hrtimer: Fix migration expiry checkGravatar Thomas Gleixner 1-11/+0
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+12
2009-05-13timers: Logic to move non pinned timersGravatar Arun R Bharadwaj 1-0/+12
2009-05-02clockevent: export register_device and delta2nsGravatar Magnus Damm 1-0/+2
2009-01-16clockevents: let set_mode() setup delta informationGravatar Magnus Damm 1-9/+11
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Gravatar Rusty Russell 1-0/+2
2008-09-16clockevents: make device shutdown robustGravatar Thomas Gleixner 1-1/+11
2008-09-05clockevents: prevent clockevent event_handler ending up handler_noopGravatar Venkatesh Pallipadi 1-2/+1
2008-02-08time: fix typo in commentsGravatar Li Zefan 1-1/+1
2008-02-08clockevent: simplify list operationsGravatar Li Zefan 1-7/+4
2008-01-30x86: make clockevents more robustGravatar Ingo Molnar 1-0/+13
2007-12-07clockevents: warn once when program_event() is called with negative expiryGravatar Thomas Gleixner 1-0/+5
2007-10-12clockevents: Allow build w/o run-tine usage for migration purposesGravatar Thomas Gleixner 1-1/+2
2007-08-11timer: remove clockevents_unregister_notifierGravatar Miao Xie 1-10/+0
2007-07-16Remove clockevents_{release,request}_deviceGravatar Andi Kleen 1-41/+0
2007-03-26[PATCH] clockevents: remove bad designed sysfs support for nowGravatar Thomas Gleixner 1-69/+0
2007-02-16[PATCH] clockevents: add core functionalityGravatar Thomas Gleixner 1-0/+345