aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2014-07-08alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds
2014-06-04timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz
2014-05-12ntp: Make is_error_status() use its argumentGeorge Spelvin
2014-05-12ntp: Convert simple_strtol to kstrtolFabian Frederick
2014-04-22sched_clock: Remove deprecated setup_sched_clock() APIStephen Boyd
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-03-28time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz
2014-03-26tick: Remove code duplication in tick_handle_periodic()Viresh Kumar
2014-03-26tick: Fix spelling mistake in tick_handle_periodic()Viresh Kumar
2014-03-10Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/l...Thomas Gleixner
2014-03-02kernel: Include appropriate header file in time/timekeeping_debug.cRashika Kheria
2014-02-19sched_clock: Prevent callers from seeing half-updated dataStephen Boyd
2014-02-14nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker
2014-02-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner
2014-02-09tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy
2014-02-07time: Fixup fallout from recent clockevent/tick changesThomas Gleixner
2014-02-07tick: Introduce hrtimer based broadcastPreeti U Murthy
2014-02-07time: Change the return type of clockevents_notify() to integerPreeti U Murthy
2014-02-07clockevents: Adjust timer interval when frequency changesSoren Brinkmann
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner
2014-02-07timekeeping: Move clock sync work to power efficient workqueueShaibal Dutta
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