aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-159/+112
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-10-09timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter1-1/+1
2012-10-05nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker1-1/+1
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-0/+26
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney2-7/+13
2012-09-24time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsJohn Stultz1-14/+31
2012-09-24time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz2-13/+5
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2-2/+2
2012-09-24time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesJohn Stultz1-55/+1
2012-09-24jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz1-1/+31
2012-09-24alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeueJohn Stultz1-4/+4
2012-09-24alarmtimer: Use hrtimer per-alarm instead of per-baseJohn Stultz1-67/+27
2012-09-24alarmtimer: Implement minimum alarm interval for allowing suspendTodd Poynor1-5/+13
2012-09-23time: RCU permitted to stop idle entry via softirqPaul E. McKenney1-1/+2
2012-09-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+12
2012-09-17Merge branch 'pm-timers'Rafael J. Wysocki2-0/+26
2012-09-13time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz1-7/+12
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi1-2/+1
2012-09-04sched: Add missing call to calc_load_exit_idle()Charles Wang1-0/+1
2012-09-04timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki2-0/+26
2012-09-01time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz1-5/+5
2012-08-22time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz1-0/+4
2012-08-22time: Avoid potential shift overflow with large shift valuesJohn Stultz1-2/+2
2012-08-22time: Fix casting issue in timekeeping_forward_nowAndreas Schwab1-1/+1
2012-08-22time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz1-0/+1
2012-08-15time: Improve sanity checking of timekeeping inputsJohn Stultz1-2/+24
2012-08-05time: Fix adjustment cleanup bug in timekeeping_adjust()Ingo Molnar1-14/+17
2012-07-31time: Remove all direct references to timekeeperJohn Stultz1-128/+154
2012-07-31time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updatesJohn Stultz1-36/+54
2012-07-31time: Clean up stray newlinesJohn Stultz1-10/+0
2012-07-31time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz2-2/+2
2012-07-31Merge branch 'linus' into timers/urgentIngo Molnar2-1/+2
2012-07-24time: Fix casting issue in tk_set_xtime and tk_xtime_addJohn Stultz1-2/+2
2012-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-312/+371
2012-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-07-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+6
2012-07-18Merge branch 'linus' into timers/coreIngo Molnar1-0/+1
2012-07-16timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner1-0/+1
2012-07-15time: Rework timekeeping functions to take timekeeper ptr as argumentJohn Stultz1-105/+103
2012-07-15time: Move xtime_nsec adjustment underflow handling timekeeping_adjustJohn Stultz1-21/+21
2012-07-15time: Move arch_gettimeoffset() usage into timekeeping_get_ns()John Stultz1-19/+10
2012-07-15time: Refactor accumulation of nsecs to secsJohn Stultz1-22/+32
2012-07-15time: Condense timekeeper.xtime into xtime_secJohn Stultz1-71/+110
2012-07-15time: Explicitly use u32 instead of int for shift valuesJohn Stultz1-3/+3
2012-07-15time: Whitespace cleanups per Ingo%27s requestsJohn Stultz1-21/+18
2012-07-15Merge branch 'timers/urgent' into timers/coreThomas Gleixner3-6/+74
2012-07-15ntp: Fix STA_INS/DEL clearing bugJohn Stultz1-2/+6
2012-07-14Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2