aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Gravatar Viresh Kumar 1-1/+1
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodGravatar Viresh Kumar 1-0/+3
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Gravatar Viresh Kumar 1-1/+1
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gravatar Gideon Israel Dsouza 1-2/+3
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 9-36/+236
2014-03-28time: Revert to calling clock_was_set_delayed() while in irq contextGravatar John Stultz 1-1/+2
2014-03-26tick: Remove code duplication in tick_handle_periodic()Gravatar Viresh Kumar 1-7/+7
2014-03-26tick: Fix spelling mistake in tick_handle_periodic()Gravatar Viresh Kumar 1-1/+1
2014-03-10Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/l...Gravatar Thomas Gleixner 1-0/+2
2014-03-02kernel: Include appropriate header file in time/timekeeping_debug.cGravatar Rashika Kheria 1-0/+2
2014-02-19sched_clock: Prevent callers from seeing half-updated dataGravatar Stephen Boyd 1-17/+29
2014-02-14nohz: ensure users are aware boot CPU is not NO_HZ_FULLGravatar Paul Gortmaker 1-1/+1
2014-02-13tick: Clear broadcast pending bit when switching to oneshotGravatar Thomas Gleixner 1-0/+1
2014-02-09tick: Fixup more fallout from hrtimer broadcast modeGravatar Preeti U Murthy 2-2/+5
2014-02-07time: Fixup fallout from recent clockevent/tick changesGravatar Thomas Gleixner 1-1/+2
2014-02-07tick: Introduce hrtimer based broadcastGravatar Preeti U Murthy 3-4/+158
2014-02-07time: Change the return type of clockevents_notify() to integerGravatar Preeti U Murthy 3-8/+12
2014-02-07clockevents: Adjust timer interval when frequency changesGravatar Soren Brinkmann 1-3/+6
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreGravatar Thomas Gleixner 3-13/+45
2014-02-07timekeeping: Move clock sync work to power efficient workqueueGravatar Shaibal Dutta 1-2/+3
2014-02-06time: Fix overflow when HZ is smaller than 60Gravatar Mikulas Patocka 1-0/+6
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 1-13/+14
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-55/+50
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2014-01-15nohz_full: fix code style issue of tick_nohz_full_stop_tickGravatar Alex Shi 1-8/+8
2014-01-15nohz: Get timekeeping max deferment outside jiffies_lockGravatar Frederic Weisbecker 1-1/+2
2014-01-15tick: Rename tick_check_idle() to tick_irq_enter()Gravatar Frederic Weisbecker 1-4/+4
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stableGravatar Peter Zijlstra 1-1/+1
2014-01-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Gravatar Ingo Molnar 4-27/+29
2014-01-12Merge branch 'linus' into timers/coreGravatar Ingo Molnar 3-14/+28
2014-01-12sched_clock: Disable seqlock lockdep usage in sched_clock()Gravatar John Stultz 1-3/+3
2013-12-23timekeeping: Remove comment that's mostly out of dateGravatar John Stultz 1-10/+0
2013-12-23timekeeper: fix comment typo for tk_setup_internals()Gravatar Yijing Wang 1-1/+2
2013-12-23timekeeping: Fix missing timekeeping_update in suspend pathGravatar John Stultz 1-0/+2
2013-12-23timekeeping: Fix CLOCK_TAI timer/nanosleep delaysGravatar John Stultz 1-2/+2
2013-12-23tick/timekeeping: Call update_wall_time outside the jiffies lockGravatar John Stultz 4-15/+7
2013-12-23timekeeping: Avoid possible deadlock from clock_was_set_delayedGravatar John Stultz 1-2/+16
2013-12-23timekeeping: Fix potential lost pv notification of time changeGravatar John Stultz 1-9/+11
2013-12-23timekeeping: Fix lost updates to tai adjustmentGravatar John Stultz 1-1/+2
2013-12-02nohz: Convert a few places to use local per cpu accessesGravatar Frederic Weisbecker 3-28/+21
2013-11-29nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offGravatar Thomas Gleixner 1-1/+3
2013-11-22time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDGravatar Martin Schwidefsky 1-1/+1
2013-11-19tick: Document tick_do_timer_cpuGravatar Andrew Morton 1-0/+15
2013-11-19NOHZ: Check for nohz active instead of nohz enabledGravatar Thomas Gleixner 1-12/+9
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 10-84/+107
2013-10-23clockevents: Sanitize ticks to nsec conversionGravatar Thomas Gleixner 1-15/+50
2013-10-18time: Fix signedness bug in sysfs_get_uname() and its callersGravatar Patrick Palka 3-3/+3
2013-10-18timekeeping: Fix some trivial typos in commentsGravatar Xie XiuQi 1-1/+2
2013-10-18alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existGravatar KOSAKI Motohiro 1-2/+2
2013-10-10timer stats: Add a 'Collection: active/inactive' line to timer usage statisticsGravatar Dong Zhu 1-4/+4