summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-11-201-2/+7
* posix-clock: Fix return code on the poll method's error pathRichard Cochran2016-02-021-2/+2
* time: Avoid signed overflow in timekeeping_get_ns()David Gibson2016-02-021-2/+1
* clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz2015-10-281-1/+1
* timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy2015-03-301-2/+9
* ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-03-021-3/+7
* time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin2015-03-021-0/+7
* tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner2015-01-151-2/+0
* alarmtimer: Lock k_itimer during timer callbackRichard Larocque2014-10-051-2/+8
* alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque2014-10-051-2/+4
* alarmtimer: Return relative times in timer_gettimeRichard Larocque2014-10-051-7/+11
* timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara2014-08-011-4/+6
* sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd2014-07-241-1/+3
* alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz2014-07-081-2/+18
* Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2014-06-042-9/+13
|\
| * timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz2014-06-042-9/+13
* | ntp: Make is_error_status() use its argumentGeorge Spelvin2014-05-121-6/+6
* | ntp: Convert simple_strtol to kstrtolFabian Frederick2014-05-121-1/+4
* | sched_clock: Remove deprecated setup_sched_clock() APIStephen Boyd2014-04-221-13/+0
|/
* tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar2014-04-151-1/+1
* tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar2014-04-151-0/+3
* tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar2014-04-151-1/+1
* kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-071-2/+3
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-019-36/+236
|\
| * tick: Remove code duplication in tick_handle_periodic()Viresh Kumar2014-03-261-7/+7
| * tick: Fix spelling mistake in tick_handle_periodic()Viresh Kumar2014-03-261-1/+1
| * Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/l...Thomas Gleixner2014-03-101-0/+2
| |\
| | * kernel: Include appropriate header file in time/timekeeping_debug.cRashika Kheria2014-03-021-0/+2
| * | nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker2014-02-141-1/+1
| * | tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy2014-02-092-2/+5
| * | time: Fixup fallout from recent clockevent/tick changesThomas Gleixner2014-02-071-1/+2
| * | tick: Introduce hrtimer based broadcastPreeti U Murthy2014-02-073-4/+158
| * | time: Change the return type of clockevents_notify() to integerPreeti U Murthy2014-02-073-8/+12
| * | clockevents: Adjust timer interval when frequency changesSoren Brinkmann2014-02-071-3/+6
| * | clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner2014-02-073-13/+45
| * | timekeeping: Move clock sync work to power efficient workqueueShaibal Dutta2014-02-071-2/+3
* | | time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz2014-03-281-1/+2
* | | sched_clock: Prevent callers from seeing half-updated dataStephen Boyd2014-02-191-17/+29
* | | tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner2014-02-131-0/+1
* | | time: Fix overflow when HZ is smaller than 60Mikulas Patocka2014-02-061-0/+6
|/ /
* | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2014-01-251-13/+14
|\ \ | |/ |/|
| * nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi2014-01-151-8/+8
| * nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker2014-01-151-1/+2
| * tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker2014-01-151-4/+4
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-205-55/+50
|\|
| * Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar2014-01-124-27/+29
| |\
| | * timekeeping: Remove comment that's mostly out of dateJohn Stultz2013-12-231-10/+0
| | * timekeeper: fix comment typo for tk_setup_internals()Yijing Wang2013-12-231-1/+2
| | * timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz2013-12-231-0/+2
| | * timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz2013-12-231-2/+2