aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2012-04-10clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o...Suresh Siddha1-1/+3
2012-04-06nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell1-2/+2
2012-03-31tick: Document TICK_ONESHOT config optionThomas Gleixner1-0/+4
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-118/+77
2012-03-24alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner1-3/+8
2012-03-23kernel-time: fix s/then/than/ spelling errorsJim Cromie2-8/+8
2012-03-23time: remove no_sync_cmos_clockCesar Eduardo Barros1-5/+1
2012-03-23time: Avoid scary backtraces when warning of > 11% adjJohn Stultz1-4/+6
2012-03-23alarmtimer: Make sure we initialize the rtctimerJohn Stultz1-1/+4
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz2-101/+47
2012-03-15time: Fix change_clocksource lockingJohn Stultz1-0/+7
2012-03-15ntp: Fix integer overflow when setting timeSasha Levin1-1/+1
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov7-76/+241
2012-02-15Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2-174/+247
2012-02-15nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker1-5/+6
2012-02-15nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko1-5/+1
2012-02-15clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha1-0/+4
2012-02-03Input: add infrastructure for selecting clockid for event time stampsJohn Stultz1-0/+2
2012-01-26time: Move common updates to a functionThomas Gleixner1-22/+17
2012-01-26time: Reorder so the hot data is togetherThomas Gleixner1-2/+2
2012-01-26time: Remove most of xtime_lock usage in timekeeping.cJohn Stultz1-29/+15
2012-01-26ntp: Add ntp_lock to replace xtime_lockingJohn Stultz1-19/+44
2012-01-26ntp: Access tick_length variable via ntp_tick_length()John Stultz2-4/+11
2012-01-26ntp: Cleanup timex.hJohn Stultz1-1/+12
2012-01-26time: Add timekeeper lockJohn Stultz1-44/+82
2012-01-26time: Cleanup global variables and move them to the topJohn Stultz1-12/+12
2012-01-26time: Move raw_time into timekeeper structureJohn Stultz1-13/+10
2012-01-26time: Move xtime into timekeeeper structureJohn Stultz1-44/+47
2012-01-26time: Move wall_to_monotonic into the timekeeper structureJohn Stultz1-32/+37
2012-01-26time: Move total_sleep_time into the timekeeper structureJohn Stultz1-9/+15
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-19/+19
2012-01-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+5
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2-19/+19
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+8
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-37/+60
2011-12-30Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds1-1/+0
2011-12-21clockevents: remove sysdev.hKay Sievers1-1/+0
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi1-3/+9
2011-12-15Merge commit 'v3.2-rc5' into sched/coreIngo Molnar5-15/+144
2011-12-14clocksource: convert sysdev_class to a regular subsystemKay Sievers1-18/+19
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-7/+8
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-12/+13
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-36/+57
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney1-3/+3
2011-12-06alarmtimers: Fix time comparisonThomas Gleixner1-1/+1
2011-12-06sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha1-0/+9
2011-12-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-3/+4
2011-12-05Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner1-5/+5
2011-12-02clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner1-0/+1
2011-12-02tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner1-1/+1
2011-12-01clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)1-2/+2
2011-11-29clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGRPaul Bolle1-1/+1
2011-11-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-11/+139
2011-11-21time: Fix spelling mistakes in new commentsJohn Stultz1-4/+4
2011-11-21time: fix bogus comment in timekeeping_get_ns_rawDan McGee1-1/+1
2011-11-17timekeeping: add arch_offset hook to ktime_get functionsHector Palacios1-0/+4
2011-11-11Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js...Ingo Molnar2-10/+55
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz2-10/+55
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker1-0/+1
2011-10-28time: Improve documentation of timekeeeping_adjust()John Stultz1-1/+80
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-213/+364
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+0
2011-09-28nohz: Remove nohz_cpu_maskShi, Alex1-6/+0
2011-09-14alarmtimers: Fix error handlingThomas Gleixner1-10/+31
2011-09-13locking, timer_stats: Annotate table_lock as rawThomas Gleixner1-3/+3
2011-09-13clocksource: Make watchdog reset locklessThomas Gleixner1-20/+18
2011-09-08clockevents: Add direct ktime programming functionMartin Schwidefsky1-0/+4
2011-09-08clockevents: Make minimum delay adjustments configurableMartin Schwidefsky6-93/+121
2011-09-08nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens1-5/+1
2011-09-08nohz: Make idle/iowait counter update conditionalMichal Hocko1-6/+35
2011-09-08nohz: Fix update_ts_time_stat idle accountingMichal Hocko1-4/+4
2011-08-10alarmtimers: Rework RTC device selection using class interfaceJohn Stultz1-38/+40
2011-08-10alarmtimers: Add try_to_cancel functionalityJohn Stultz1-6/+37
2011-08-10alarmtimers: Add more refined alarm state trackingJohn Stultz1-7/+14
2011-08-10alarmtimers: Remove period from alarm structureJohn Stultz1-16/+14
2011-08-10alarmtimers: Remove interval cap limit hackJohn Stultz1-9/+0
2011-08-10alarmtimers: Add alarm_forward functionalityJohn Stultz1-1/+36
2011-08-10alarmtimers: Push rearming peroidic timers down into alamrtimer handlerJohn Stultz1-7/+13
2011-08-10alarmtimers: Change alarmtimer functions to return alarmtimer_restart valuesJohn Stultz1-4/+9
2011-08-10alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz1-0/+9
2011-08-10alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz1-0/+2
2011-08-10alarmtimers: Avoid possible null pointer traversalJohn Stultz1-5/+2
2011-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+28
2011-07-20time: Fix stupid KERN_WARN compile issueJohn Stultz1-1/+1
2011-06-21time: Avoid accumulating time drift in suspend/resumeJohn Stultz1-0/+22
2011-06-21time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz1-0/+6
2011-06-21alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz1-1/+22
2011-06-21alarmtimers: Handle late rtc module loadingJohn Stultz1-70/+67
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner1-11/+13
2011-06-03clockevents: Handle empty cpumask gracefullyThomas Gleixner1-1/+4
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner1-2/+2
2011-05-20Merge branch 'timers/urgent' into timers/coreThomas Gleixner3-22/+96
2011-05-20clockevents/source: Use u64 to make 32bit happyThomas Gleixner2-2/+2
2011-05-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+748
2011-05-19Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-19/+83
2011-05-19clockevents: Provide interface to reconfigure an active clock event deviceThomas Gleixner1-0/+20
2011-05-19clockevents: Provide combined configure and register functionThomas Gleixner1-0/+44
2011-05-19clocksource: Get rid of the hardcoded 5 seconds sleep time limitThomas Gleixner1-19/+19
2011-05-16tick: Clear broadcast active bit when switching to oneshotThomas Gleixner1-1/+11
2011-05-05clockevents: Move C3 stop test outside lockAndi Kleen1-7/+9
2011-05-05clocksource: Install completely before selectingjohn stultz1-2/+2
2011-05-04alarmtimer: Drop device refcount after rtc_open()Thomas Gleixner1-1/+7
2011-05-04alarmtimer: Check return value of class_find_device()Thomas Gleixner1-2/+4
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner1-0/+15
2011-05-02hrtimers: Prepare for cancel on clock was set timersThomas Gleixner1-1/+1
2011-05-02timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=nJohn Stultz1-2/+18
2011-04-28timers: Remove delayed irqwork from alarmtimers implementationJohn Stultz1-23/+9
2011-04-28timers: Improve alarmtimer comments and minor fixesJohn Stultz1-40/+27
2011-04-26timers: Posix interface for alarm-timersJohn Stultz1-0/+330
2011-04-26timers: Introduce in-kernel alarm-timer interfaceJohn Stultz2-1/+376
2011-04-26time: Add timekeeping_inject_sleeptimeJohn Stultz1-3/+53
2011-04-18posix clocks: Replace mutex with reader/writer semaphoreRichard Cochran1-15/+9
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2-2/+2
2011-04-04ntp: fix non privileged system time shiftingRichard Cochran1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-23timekeeping: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki1-19/+8
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-14/+628
2011-03-12posix-clocks: Check write permissions in posix syscallsTorben Hohn1-2/+12
2011-02-26clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner3-1/+18
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz1-2/+6
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz1-1/+50
2011-02-18ntp: Remove redundant and incorrect parameter checkRichard Cochran1-3/+3
2011-02-12timer debug: Hide kernel addresses via %pK in /proc/timer_listKees Cook1-2/+2
2011-02-02posix clocks: Introduce dynamic clocksRichard Cochran2-1/+443
2011-02-02ntp: Add ADJ_SETOFFSET mode bitRichard Cochran1-0/+11
2011-02-02time: Introduce timekeeping_inject_offsetJohn Stultz1-0/+36
2011-02-02time: Correct the *settime* parametersRichard Cochran1-1/+1
2011-02-01time: Fix legacy arch falloutThomas Gleixner1-0/+4
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn8-5/+9
2011-01-31time: Provide xtime_update()Torben Hohn1-0/+13
2011-01-31time: Remove unused __get_wall_to_monotonic()Thomas Gleixner1-5/+0
2011-01-31time: Provide get_xtime_and_monotonic_offset()Torben Hohn1-0/+16
2011-01-31time: Move get_jiffies_64 to kernel/time/jiffies.cTorben Hohn1-0/+18
2011-01-31time: Move do_timer() to kernel/time/timekeeping.cTorben Hohn1-1/+13
2011-01-19hrtimers: Notify hrtimer users of switches to NOHZ modeStephen Boyd1-3/+4
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds2-6/+6
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2011-01-13pps: capture MONOTONIC_RAW timestamps as wellAlexander Gordeev1-0/+43
2011-01-13ntp: add hardpps implementationAlexander Gordeev1-15/+410
2011-01-12timekeeping: Make local variables staticH Hartley Sweeten1-2/+2
2011-01-12time: Rename misnamed minsec argument of clocks_calc_mult_shift()Nicolas Pitre1-4/+4
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2-3/+3
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+1
2010-12-22Fix rounding in clocks_calc_mult_shift()john stultz1-0/+1
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2-3/+3
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz1-4/+4
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-21time: Use ARRAY_SIZE macro in timecompare.cNikitas Angelinas1-2/+3
2010-10-21time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen1-2/+7
2010-09-09ntp: Clamp PLL update intervalMiroslav Lichvar1-3/+11
2010-08-13time: Workaround gcc loop optimization that causes 64bit div errorsJohn Stultz1-3/+4
2010-08-12timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archsJason Wessel1-4/+7
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-68/+48
2010-08-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+0
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+2
2010-08-05Merge branch 'sched/urgent' into sched/coreIngo Molnar1-1/+1
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-12/+9
2010-08-02clockevents: Remove the per cpu tick skewArjan van de Ven1-5/+0
2010-07-27clocksource: Add __clocksource_updatefreq_hz/khz methodsJohn Stultz1-5/+24
2010-07-27timekeeping: Make xtime and wall_to_monotonic staticJohn Stultz1-2/+2
2010-07-27hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz1-0/+5
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz1-3/+6
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz3-55/+8
2010-07-27time: Implement timespec_addJohn Stultz1-3/+3
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar1-12/+9
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra1-1/+1
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König1-1/+1
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+8
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra1-8/+8
2010-06-17nohz: Fix nohz ratelimitPeter Zijlstra1-4/+1
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi1-7/+1
2010-05-19Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-20/+65
2010-05-10clocksource: Add clocksource_register_hz/khz interfaceJohn Stultz1-0/+48
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner4-14/+45
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven2-0/+29
2010-05-09sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven1-4/+1
2010-05-09sched: Fold updating of the last_update_time_info into update_ts_time_stats()Arjan van de Ven1-11/+11
2010-05-09sched: Update the idle statistics in get_cpu_idle_time_us()Arjan van de Ven1-1/+6
2010-05-09sched: Introduce a function to update the idle statisticsArjan van de Ven1-10/+19
2010-05-09sched: Add a comment to get_cpu_idle_time_us()Arjan van de Ven1-0/+14
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar1-0/+1
2010-04-13time: Remove xtime_cacheJohn Stultz1-19/+16
2010-04-02Merge branch 'linus' into sched/coreIngo Molnar4-14/+48
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-23ntp: Make time_adjust staticJohn Stultz1-1/+1
2010-03-23time: Fix accumulation bug triggered by long delay.John Stultz1-1/+2
2010-03-12clockevents: Sanitize min_delta_ns adjustment and prevent overflowsThomas Gleixner2-13/+42
2010-03-11sched: Rate-limit nohzMike Galbraith1-0/+3
2010-03-02timekeeping: Prevent oops when GENERIC_TIME=njohn stultz1-0/+4
2010-03-01Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-6/+19
2010-02-09Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang1-0/+2
2010-02-05clocksource: add suspend callbackMagnus Damm2-0/+13
2010-02-05clocksource: add argument to resume callbackMagnus Damm1-1/+1
2010-01-29ntp: Cleanup xtime references in ntp.cJohn Stultz1-3/+3
2010-01-29ntp: Make time_esterror and time_maxerror staticjohn stultz1-2/+2
2010-01-26clocksource: Prevent potential kgdb dead lockThomas Gleixner1-3/+15
2010-01-18clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng1-1/+2
2009-12-22Revert "time: Remove xtime_cache"Linus Torvalds1-4/+23