summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-291-13/+34
* alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-06-261-0/+8
* alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-06-261-3/+3
* tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2017-01-121-0/+3
* timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2017-01-091-2/+2
* timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz2016-10-161-2/+5
* time: Add cycles to nanoseconds translationChristopher S. Hall2016-10-161-4/+21
* timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz2016-09-151-1/+4
* timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-09-151-2/+7
* clocksource: Allow unregistering the watchdogVitaly Kuznetsov2016-09-151-10/+42
* ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz2016-09-151-2/+12
* time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2016-09-152-3/+9
* hrtimer: Catch illegal clockidsMarc Zyngier2016-09-151-1/+6
* posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan2016-08-101-0/+1
* tick/nohz: Set the correct expiry when switching to nohz/lowres modeWanpeng Li2016-03-031-2/+2
* time: Avoid signed overflow in timekeeping_get_ns()David Gibson2016-03-031-2/+1
* posix-clock: Fix return code on the poll method's error pathRichard Cochran2016-03-031-2/+2
* itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-251-1/+1
* posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-251-1/+1
* hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2016-02-172-19/+38
*-. Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...Linus Torvalds2015-11-151-3/+19
|\ \
| | * timers: Use proper base migration in add_timer_on()Tejun Heo2015-11-041-3/+19
| |/
* / remove abs64()Andrew Morton2015-11-092-2/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-038-45/+78
|\
| * timeconst: Update path in commentJason A. Donenfeld2015-10-261-1/+1
| * Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-10-203-16/+16
| |\
| | * ntp: use timespec64 in sync_cmos_clockArnd Bergmann2015-10-011-2/+2
| | * ntp/pps: replace getnstime_raw_and_real with 64-bit versionArnd Bergmann2015-10-011-6/+6
| | * ntp/pps: use timespec64 for hardpps()Arnd Bergmann2015-10-013-8/+8
| * | posix_cpu_timer: Reduce unnecessary sighand lock contentionJason Low2015-10-151-2/+24
| * | posix_cpu_timer: Convert cputimer->running to boolJason Low2015-10-151-2/+2
| * | posix_cpu_timer: Check thread timers only when there are active thread timersJason Low2015-10-151-6/+16
| * | posix_cpu_timer: Optimize fastpath_timer_check()Jason Low2015-10-151-8/+3
| * | Merge tag 'v4.3-rc5' into timers/core, to pick up fixes before applying new c...Ingo Molnar2015-10-121-1/+1
| |\ \
| * | | timers: Use __fls in apply_slack()Rasmus Villemoes2015-10-111-1/+1
| * | | clocksource: Remove return statement from void functionsGuillaume Gomez2015-10-111-3/+2
| * | | timers: Fix data race in timer_stats_account_timer()Dmitry Vyukov2015-09-221-2/+9
| * | | time: Fix spelling in commentsZhen Lei2015-09-223-4/+4
| | |/ | |/|
* | | timekeeping: Increment clock_was_set_seq in timekeeping_init()Thomas Gleixner2015-10-161-1/+1
| |/ |/|
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-10-031-1/+1
|\ \ | |/ |/|
| * clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz2015-10-021-1/+1
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-09-174-73/+26
|\|
| * clockevents: Remove unused set_mode() callbackViresh Kumar2015-09-143-72/+25
| * time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz2015-09-131-1/+1
* | nohz: Assert existing housekeepers when nohz full enabledFrederic Weisbecker2015-09-021-4/+11
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-017-75/+82
|\
| * hrtimer: Handle failure of tick_init_highres() gracefullyGuenter Roeck2015-08-221-0/+1
| * Merge branch 'fortglx/4.3/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-08-204-29/+40
| |\
| | * time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64()Baolin Wang2015-08-171-8/+13
| | * time: Introduce current_kernel_time64()Baolin Wang2015-08-171-3/+3