Age | Commit message (Expand) | Author |
2020-10-16 | kernel.h: split out min()/max() et al. helpers | Andy Shevchenko |
2020-03-21 | linux/jiffies.h: Extract common header for vDSO | Vincenzo Frascino |
2019-12-18 | y2038: remove obsolete jiffies conversion functions | Arnd Bergmann |
2019-04-08 | time: Introduce jiffies64_to_msecs() | Li RongQing |
2018-08-16 | jiffies: add utility function to calculate delta in ms | Matteo Croce |
2018-04-06 | jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC | Rafael J. Wysocki |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-06-02 | frv: declare jiffies to be located in the .data section | Matthias Kaehlcke |
2017-05-08 | jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smp | Matthias Kaehlcke |
2017-02-01 | time: Introduce jiffies64_to_nsecs() | Frederic Weisbecker |
2016-10-07 | jiffies: add time comparison functions for 64 bit jiffies | Jason A. Donenfeld |
2015-09-01 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-08-31 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-08-17 | time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64() | Baolin Wang |
2015-08-05 | jiffies: Force inlining of {m,u}msecs_to_jiffies() | Denys Vlasenko |
2015-07-29 | jiffies: Remove HZ > USEC_PER_SEC special case | Frederic Weisbecker |
2015-06-10 | time: Allow gcc to fold usecs_to_jiffies(constant) | Nicholas Mc Guire |
2015-06-10 | time: Refactor usecs_to_jiffies | Nicholas Mc Guire |
2015-05-19 | jiffies: Remove the extra indentation level | Thomas Gleixner |
2015-05-19 | time: Allow gcc to fold constants when possible | Nicholas Mc Guire |
2015-05-19 | time: Refactor msecs_to_jiffies | Nicholas Mc Guire |
2014-09-12 | jiffies: Fix timeval conversion to jiffies | Andrew Hunter |
2014-01-16 | sched/nohz: Fix overflow error in scheduler_tick_max_deferment() | Kevin Hilman |
2013-08-20 | jiffies: Avoid undefined behavior from signed overflow | Paul E. McKenney |
2013-07-02 | net: convert lls to use time_in_range() | Eliezer Tamir |
2013-03-22 | timekeeping: Make jiffies_lock internal | Thomas Gleixner |
2012-11-13 | time: Kill xtime_lock, replacing it with jiffies_lock | John Stultz |
2012-10-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2012-09-28 | Merge branch 'arnds-jiffies-fix' into fortglx/3.7/time | John Stultz |
2012-09-28 | time/jiffies: bring back unconditional LATCH definition | Arnd Bergmann |
2012-09-24 | jiffies: Remove compile time assumptions about CLOCK_TICK_RATE | John Stultz |
2012-09-24 | jiffies: Kill unused TICK_USEC_TO_NSEC | John Stultz |
2012-08-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-08-09 | time: jiffies_delta_to_clock_t() helper to the rescue | Eric Dumazet |
2012-07-31 | time/jiffies: Rename ACTHZ to SHIFTED_HZ | John Stultz |
2012-07-31 | time/jiffies: Allow CLOCK_TICK_RATE to be undefined | Catalin Marinas |
2011-09-21 | time: Change jiffies_to_clock_t() argument type to unsigned long | hank |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-01-26 | time: Add nsecs_to_cputime64 interface for asm-generic | Venkatesh Pallipadi |
2009-11-26 | sched, time: Define nsecs_to_jiffies() | Hidetoshi Seto |
2008-12-23 | optimize attribute timeouts for "noac" and "actimeo=0" | Peter Staubach |
2008-05-01 | remove div_long_long_rem | Roman Zippel |
2008-04-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh... | Linus Torvalds |
2008-04-21 | Generate a slightly more informative error msg for bad HZ | Robert P. J. Day |
2008-04-21 | jiffies: add time_is_after_jiffies and others which compare with jiffies | Dave Young |
2008-02-08 | time: fix typo in comments | Li Zefan |
2008-01-25 | timers: don't #error on higher HZ values | Pavel Machek |
2007-10-16 | slow down printk during boot | Randy Dunlap |
2007-10-15 | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds |
2007-10-12 | jiffies: remove unused macros | Chris Wright |