summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2015-01-29time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin
2015-01-27tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner
2014-10-05alarmtimer: Lock k_itimer during timer callbackRichard Larocque
2014-10-05alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque
2014-10-05alarmtimer: Return relative times in timer_gettimeRichard Larocque
2014-08-07timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara
2014-08-07sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd
2014-07-28alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz
2014-05-31tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar
2014-05-31tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar
2014-05-31tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar
2014-03-28time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz
2014-02-19sched_clock: Prevent callers from seeing half-updated dataStephen Boyd
2014-02-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner
2014-02-06time: Fix overflow when HZ is smaller than 60Mikulas Patocka
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
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-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar
2014-01-12Merge branch 'linus' into timers/coreIngo Molnar
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-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
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-10timer stats: Add a 'Collection: active/inactive' line to timer usage statisticsDong Zhu
2013-10-10Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar
2013-10-09sched_clock: Remove sched_clock_func() hookStephen Boyd
2013-10-03Merge branch 'clockevents/3.13' of git://git.linaro.org/people/dlezcano/linux...Ingo Molnar
2013-10-03Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2013-10-03Merge tag 'v3.12-rc3' into timers/coreIngo Molnar
2013-10-02tick: broadcast: Deny per-cpu clockevents from being broadcast sourcesSoren Brinkmann