summaryrefslogtreecommitdiff
path: root/kernel/time (unfollow)
Commit message (Expand)Author
2014-01-15nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi
2014-01-15nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker
2014-01-15tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra
2014-01-12sched_clock: Disable seqlock lockdep usage in sched_clock()John Stultz
2013-12-23timekeeping: Remove comment that's mostly out of dateJohn Stultz
2013-12-23timekeeper: fix comment typo for tk_setup_internals()Yijing Wang
2013-12-23timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz
2013-12-23timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz
2013-12-23tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz
2013-12-23timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz
2013-12-23timekeeping: Fix potential lost pv notification of time changeJohn Stultz
2013-12-23timekeeping: Fix lost updates to tai adjustmentJohn Stultz
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker
2013-11-29nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner
2013-11-22time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky
2013-11-19tick: Document tick_do_timer_cpuAndrew Morton
2013-11-19NOHZ: Check for nohz active instead of nohz enabledThomas Gleixner
2013-10-23clockevents: Sanitize ticks to nsec conversionThomas Gleixner
2013-10-18time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka
2013-10-18timekeeping: Fix some trivial typos in commentsXie XiuQi
2013-10-18alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro
2013-10-18timekeeping: Fix some trivial typos in commentsXie XiuQi
2013-10-10timer stats: Add a 'Collection: active/inactive' line to timer usage statisticsDong Zhu
2013-10-09sched_clock: Remove sched_clock_func() hookStephen Boyd
2013-10-02tick: broadcast: Deny per-cpu clockevents from being broadcast sourcesSoren Brinkmann
2013-09-30nohz: Drop generic vtime obsolete dependency on CONFIG_64BITKevin Hilman
2013-09-30vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN KconfigKevin Hilman
2013-09-17clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_un...Elad Wexler
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz
2013-08-31nohz_full: Add full-system-idle state machinePaul E. McKenney
2013-08-28timer_list: correct the iterator for timer_listNathan Zimmer
2013-08-22ntp: Make periodic RTC update more reliableMiroslav Lichvar
2013-08-18nohz_full: Add Kconfig parameter for scalable detection of all-idle statePaul E. McKenney
2013-08-16nohz: Include local CPU in full dynticks global kickFrederic Weisbecker
2013-08-14nohz: Optimize full dynticks's sched hooks with static keysFrederic Weisbecker
2013-08-14nohz: Optimize full dynticks state checks with static keysFrederic Weisbecker
2013-08-14nohz: Rename a few state variablesFrederic Weisbecker
2013-08-13context_tracking: Remove full dynticks' hacky dependency on wide context trac...Frederic Weisbecker
2013-08-13nohz: Only enable context tracking on full dynticks CPUsFrederic Weisbecker
2013-07-30sched_clock: Add support for >32 bit sched_clockStephen Boyd
2013-07-30sched_clock: Use an hrtimer instead of timerStephen Boyd
2013-07-30sched_clock: Use seqcount instead of rolling our ownStephen Boyd
2013-07-30clocksource: Extract max nsec calculation into separate functionStephen Boyd
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki
2013-07-24nohz: fix compile warning in tick_nohz_init()Li Zhong
2013-07-24nohz: Do not warn about unstable tsc unless user uses nohz_fullSteven Rostedt
2013-07-22sched_clock: Fix integer overflowBaruch Siach
2013-07-22clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compilePrarit Bhargava
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker