aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+50
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-194/+1
2012-12-11Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-92/+70
2012-12-11Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Gravatar Linus Torvalds 1-1/+1
2012-11-27time: export time information for KVM pvclockGravatar Marcelo Tosatti 1-0/+50
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Gravatar Thomas Gleixner 5-30/+23
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeGravatar Youquan Song 1-0/+4
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockGravatar John Stultz 5-29/+22
2012-11-13time/jiffies: Make clocksource_jiffies staticGravatar Lars-Peter Clausen 1-1/+1
2012-11-01time: remove the timecompare code.Gravatar Richard Cochran 2-194/+1
2012-11-01tick: Correct the comments for tick_sched_timer()Gravatar Chuansheng Liu 1-1/+1
2012-10-24timers, sched: Correct the comments for tick_sched_timer()Gravatar Chuansheng Liu 1-1/+1
2012-10-15tick: Conditionally build nohz specific code in tick handlerGravatar Frederic Weisbecker 1-0/+2
2012-10-15tick: Consolidate tick handling for high and low res handlersGravatar Frederic Weisbecker 1-33/+22
2012-10-15tick: Consolidate timekeeping handling codeGravatar Frederic Weisbecker 1-30/+24
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-159/+112
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2012-10-09timekeeping: Cast raw_interval to u64 to avoid shift overflowGravatar Dan Carpenter 1-1/+1
2012-10-05nohz: Fix one jiffy count too far in idle cputimeGravatar Frederic Weisbecker 1-1/+1
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 2-0/+26
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+1
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bGravatar Paul E. McKenney 2-7/+13
2012-09-24time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsGravatar John Stultz 1-14/+31
2012-09-24time: Introduce new GENERIC_TIME_VSYSCALLGravatar John Stultz 2-13/+5
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDGravatar John Stultz 2-2/+2
2012-09-24time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesGravatar John Stultz 1-55/+1
2012-09-24jiffies: Remove compile time assumptions about CLOCK_TICK_RATEGravatar John Stultz 1-1/+31
2012-09-24alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeueGravatar John Stultz 1-4/+4
2012-09-24alarmtimer: Use hrtimer per-alarm instead of per-baseGravatar John Stultz 1-67/+27
2012-09-24alarmtimer: Implement minimum alarm interval for allowing suspendGravatar Todd Poynor 1-5/+13
2012-09-23time: RCU permitted to stop idle entry via softirqGravatar Paul E. McKenney 1-1/+2
2012-09-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-7/+12
2012-09-17Merge branch 'pm-timers'Gravatar Rafael J. Wysocki 2-0/+26
2012-09-13time: Fix timeekeping_get_ns overflow on 32bit systemsGravatar John Stultz 1-7/+12
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Gravatar Alex Shi 1-2/+1
2012-09-04sched: Add missing call to calc_load_exit_idle()Gravatar Charles Wang 1-0/+1
2012-09-04timekeeping: Add suspend and resume of clock event devicesGravatar Rafael J. Wysocki 2-0/+26
2012-09-01time: Move ktime_t overflow checking into timespec_valid_strictGravatar John Stultz 1-5/+5
2012-08-22time: Avoid making adjustments if we haven't accumulated anythingGravatar John Stultz 1-0/+4
2012-08-22time: Avoid potential shift overflow with large shift valuesGravatar John Stultz 1-2/+2
2012-08-22time: Fix casting issue in timekeeping_forward_nowGravatar Andreas Schwab 1-1/+1
2012-08-22time: Ensure we normalize the timekeeper in tk_xtime_addGravatar John Stultz 1-0/+1
2012-08-15time: Improve sanity checking of timekeeping inputsGravatar John Stultz 1-2/+24
2012-08-05time: Fix adjustment cleanup bug in timekeeping_adjust()Gravatar Ingo Molnar 1-14/+17
2012-07-31time: Remove all direct references to timekeeperGravatar John Stultz 1-128/+154
2012-07-31time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updatesGravatar John Stultz 1-36/+54
2012-07-31time: Clean up stray newlinesGravatar John Stultz 1-10/+0
2012-07-31time/jiffies: Rename ACTHZ to SHIFTED_HZGravatar John Stultz 2-2/+2
2012-07-31Merge branch 'linus' into timers/urgentGravatar Ingo Molnar 2-1/+2
2012-07-24time: Fix casting issue in tk_set_xtime and tk_xtime_addGravatar John Stultz 1-2/+2