summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2013-04-04softirq: Sanitize softirq pending for NOHZ/RTThomas Gleixner
2013-04-04hrtimer: fixup hrtimer callback changes for preempt-rtThomas Gleixner
2013-04-04timekeeping-split-jiffies-lock.patchThomas Gleixner
2013-04-04timekeeping: Shorten seq_count regionThomas Gleixner
2013-04-04timekeeping: Implement a shadow timekeeperThomas Gleixner
2013-04-04timekeeping: Delay update of clock->cycle_lastThomas Gleixner
2013-04-04timekeeping: Store cycle_last value in timekeeper struct as wellThomas Gleixner
2013-04-04timekeeping: Split timekeeper_lock into lock and seqcountThomas Gleixner
2013-04-04timekeeping: Move lock out of timekeeper structThomas Gleixner
2013-04-04timekeeping: Make jiffies_lock internalThomas Gleixner
2013-04-04timekeeping: Calc stuff onceThomas Gleixner
2013-04-04ntp: Make ntp_lock raw.Thomas Gleixner
2013-03-14nohz: Make tick_nohz_irq_exit() irq safeFrederic Weisbecker
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-12-12Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds
2012-11-28time: export time information for KVM pvclockMarcelo Tosatti
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner
2012-11-14cpuidle: Quickly notice prediction failure for repeat modeYouquan Song
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz
2012-11-13time/jiffies: Make clocksource_jiffies staticLars-Peter Clausen
2012-11-01time: remove the timecompare code.Richard Cochran
2012-11-01tick: Correct the comments for tick_sched_timer()Chuansheng Liu
2012-10-24timers, sched: Correct the comments for tick_sched_timer()Chuansheng Liu
2012-10-15tick: Conditionally build nohz specific code in tick handlerFrederic Weisbecker
2012-10-15tick: Consolidate tick handling for high and low res handlersFrederic Weisbecker
2012-10-15tick: Consolidate timekeeping handling codeFrederic Weisbecker
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-10-09timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter
2012-10-05nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker
2012-10-03Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney
2012-09-24time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsJohn Stultz
2012-09-24time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz
2012-09-24time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesJohn Stultz
2012-09-24jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz
2012-09-24alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeueJohn Stultz
2012-09-24alarmtimer: Use hrtimer per-alarm instead of per-baseJohn Stultz
2012-09-24alarmtimer: Implement minimum alarm interval for allowing suspendTodd Poynor
2012-09-23time: RCU permitted to stop idle entry via softirqPaul E. McKenney
2012-09-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-09-17Merge branch 'pm-timers'Rafael J. Wysocki
2012-09-13time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi
2012-09-04sched: Add missing call to calc_load_exit_idle()Charles Wang
2012-09-03timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki