summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-06-081-0/+2
|\
| * timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz2012-06-041-0/+2
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-06-051-0/+1
|\ \ | |/ |/|
| * sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra2012-05-301-0/+1
* | tick: Move skew_tick option into the HIGH_RES_TIMER sectionThomas Gleixner2012-05-251-8/+8
* | clockevents: Make clockevents_config() a global symbolMagnus Damm2012-05-251-2/+1
* | tick: Add tick skew boot optionMike Galbraith2012-05-251-0/+18
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-243-15/+55
|\
| * Merge branch 'fortglx/3.5/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-05-222-8/+4
| |\
| | * timekeeping: Fix a few minor newline issues.Richard Cochran2012-05-211-3/+1
| | * ntp: Fix a stale comment and a few stray newlines.Richard Cochran2012-05-211-4/+2
| | * ntp: Correct TAI offset during leap secondRichard Cochran2012-05-211-1/+1
| * | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-32/+41
| |/
| * timers: Provide generic Kconfig switchesThomas Gleixner2012-05-211-0/+35
* | Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-021-2/+2
|\ \ | |/ |/|
| * alarmtimer: Provide accessor to alarmtimer rtc deviceJohn Stultz2012-04-201-2/+2
* | tick: Fix the spurious broadcast timer ticks after resumeSuresh Siddha2012-04-191-1/+2
* | tick: Ensure that the broadcast device is initializedThomas Gleixner2012-04-191-0/+3
* | tick: Fix oneshot broadcast setup reallyThomas Gleixner2012-04-181-6/+1
* | clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o...Suresh Siddha2012-04-101-1/+3
* | nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell2012-04-061-2/+2
* | tick: Document TICK_ONESHOT config optionThomas Gleixner2012-03-311-0/+4
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-294-118/+77
|\
| * alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner2012-03-241-3/+8
| * kernel-time: fix s/then/than/ spelling errorsJim Cromie2012-03-232-8/+8
| * time: remove no_sync_cmos_clockCesar Eduardo Barros2012-03-231-5/+1
| * time: Avoid scary backtraces when warning of > 11% adjJohn Stultz2012-03-231-4/+6
| * alarmtimer: Make sure we initialize the rtctimerJohn Stultz2012-03-231-1/+4
| * ntp: Fix leap-second hrtimer livelockJohn Stultz2012-03-222-101/+47
| * time: Fix change_clocksource lockingJohn Stultz2012-03-151-0/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-221-0/+2
|\ \ | |/ |/|
| * Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-097-76/+241
| |\
| * | Input: add infrastructure for selecting clockid for event time stampsJohn Stultz2012-02-031-0/+2
* | | ntp: Fix integer overflow when setting timeSasha Levin2012-03-151-1/+1
* | | Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-02-152-174/+247
|\ \ \
| * | | time: Move common updates to a functionThomas Gleixner2012-01-261-22/+17
| * | | time: Reorder so the hot data is togetherThomas Gleixner2012-01-261-2/+2
| * | | time: Remove most of xtime_lock usage in timekeeping.cJohn Stultz2012-01-261-29/+15
| * | | ntp: Add ntp_lock to replace xtime_lockingJohn Stultz2012-01-261-19/+44
| * | | ntp: Access tick_length variable via ntp_tick_length()John Stultz2012-01-262-4/+11
| * | | ntp: Cleanup timex.hJohn Stultz2012-01-261-1/+12
| * | | time: Add timekeeper lockJohn Stultz2012-01-261-44/+82
| * | | time: Cleanup global variables and move them to the topJohn Stultz2012-01-261-12/+12
| * | | time: Move raw_time into timekeeper structureJohn Stultz2012-01-261-13/+10
| * | | time: Move xtime into timekeeeper structureJohn Stultz2012-01-261-44/+47
| * | | time: Move wall_to_monotonic into the timekeeper structureJohn Stultz2012-01-261-32/+37
| * | | time: Move total_sleep_time into the timekeeper structureJohn Stultz2012-01-261-9/+15
| | |/ | |/|
* | | nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker2012-02-151-5/+6
* | | nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko2012-02-151-5/+1
* | | clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha2012-02-151-0/+4
|/ /