aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2012-04-19tick: Fix the spurious broadcast timer ticks after resumeSuresh Siddha
2012-04-19tick: Ensure that the broadcast device is initializedThomas Gleixner
2012-04-18tick: Fix oneshot broadcast setup reallyThomas Gleixner
2012-04-10clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o...Suresh Siddha
2012-04-06nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell
2012-03-31tick: Document TICK_ONESHOT config optionThomas Gleixner
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-24alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner
2012-03-23kernel-time: fix s/then/than/ spelling errorsJim Cromie
2012-03-23time: remove no_sync_cmos_clockCesar Eduardo Barros
2012-03-23time: Avoid scary backtraces when warning of > 11% adjJohn Stultz
2012-03-23alarmtimer: Make sure we initialize the rtctimerJohn Stultz
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz
2012-03-15time: Fix change_clocksource lockingJohn Stultz
2012-03-15ntp: Fix integer overflow when setting timeSasha Levin
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov
2012-02-15Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner
2012-02-15nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker
2012-02-15nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko
2012-02-15clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha
2012-02-03Input: add infrastructure for selecting clockid for event time stampsJohn Stultz
2012-01-26time: Move common updates to a functionThomas Gleixner
2012-01-26time: Reorder so the hot data is togetherThomas Gleixner
2012-01-26time: Remove most of xtime_lock usage in timekeeping.cJohn Stultz
2012-01-26ntp: Add ntp_lock to replace xtime_lockingJohn Stultz
2012-01-26ntp: Access tick_length variable via ntp_tick_length()John Stultz
2012-01-26ntp: Cleanup timex.hJohn Stultz
2012-01-26time: Add timekeeper lockJohn Stultz
2012-01-26time: Cleanup global variables and move them to the topJohn Stultz
2012-01-26time: Move raw_time into timekeeper structureJohn Stultz
2012-01-26time: Move xtime into timekeeeper structureJohn Stultz
2012-01-26time: Move wall_to_monotonic into the timekeeper structureJohn Stultz
2012-01-26time: Move total_sleep_time into the timekeeper structureJohn Stultz
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-12-30Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds
2011-12-21clockevents: remove sysdev.hKay Sievers
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi
2011-12-15Merge commit 'v3.2-rc5' into sched/coreIngo Molnar
2011-12-14clocksource: convert sysdev_class to a regular subsystemKay Sievers
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney
2011-12-06alarmtimers: Fix time comparisonThomas Gleixner