summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz-101/+47
2012-03-15time: Fix change_clocksource lockingJohn Stultz-0/+7
2012-03-15ntp: Fix integer overflow when setting timeSasha Levin-1/+1
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov-76/+241
2012-02-15Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner-174/+247
2012-02-15nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker-5/+6
2012-02-15nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko-5/+1
2012-02-15clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha-0/+4
2012-02-03Input: add infrastructure for selecting clockid for event time stampsJohn Stultz-0/+2
2012-01-26time: Move common updates to a functionThomas Gleixner-22/+17
2012-01-26time: Reorder so the hot data is togetherThomas Gleixner-2/+2
2012-01-26time: Remove most of xtime_lock usage in timekeeping.cJohn Stultz-29/+15
2012-01-26ntp: Add ntp_lock to replace xtime_lockingJohn Stultz-19/+44
2012-01-26ntp: Access tick_length variable via ntp_tick_length()John Stultz-4/+11
2012-01-26ntp: Cleanup timex.hJohn Stultz-1/+12
2012-01-26time: Add timekeeper lockJohn Stultz-44/+82
2012-01-26time: Cleanup global variables and move them to the topJohn Stultz-12/+12
2012-01-26time: Move raw_time into timekeeper structureJohn Stultz-13/+10
2012-01-26time: Move xtime into timekeeeper structureJohn Stultz-44/+47
2012-01-26time: Move wall_to_monotonic into the timekeeper structureJohn Stultz-32/+37
2012-01-26time: Move total_sleep_time into the timekeeper structureJohn Stultz-9/+15
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-19/+19
2012-01-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+5
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman-19/+19
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+8
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-37/+60
2011-12-30Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds-1/+0
2011-12-21clockevents: remove sysdev.hKay Sievers-1/+0
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi-3/+9
2011-12-15Merge commit 'v3.2-rc5' into sched/coreIngo Molnar-15/+144
2011-12-14clocksource: convert sysdev_class to a regular subsystemKay Sievers-18/+19
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker-7/+8
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker-12/+13
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker-36/+57
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney-3/+3
2011-12-06alarmtimers: Fix time comparisonThomas Gleixner-1/+1
2011-12-06sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha-0/+9
2011-12-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+4
2011-12-05Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner-5/+5
2011-12-02clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner-0/+1
2011-12-02tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner-1/+1
2011-12-01clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)-2/+2
2011-11-29clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGRPaul Bolle-1/+1
2011-11-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-11/+139
2011-11-21time: Fix spelling mistakes in new commentsJohn Stultz-4/+4
2011-11-21time: fix bogus comment in timekeeping_get_ns_rawDan McGee-1/+1
2011-11-17timekeeping: add arch_offset hook to ktime_get functionsHector Palacios-0/+4
2011-11-11Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js...Ingo Molnar-10/+55
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz-10/+55