summaryrefslogtreecommitdiff
path: root/include/linux/jiffies.h
AgeCommit message (Expand)Author
2023-07-14jiffies: add kernel-doc for all APIsRandy Dunlap
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko
2020-03-21linux/jiffies.h: Extract common header for vDSOVincenzo Frascino
2019-12-18y2038: remove obsolete jiffies conversion functionsArnd Bergmann
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing
2018-08-16jiffies: add utility function to calculate delta in msMatteo Croce
2018-04-06jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-02frv: declare jiffies to be located in the .data sectionMatthias Kaehlcke
2017-05-08jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smpMatthias Kaehlcke
2017-02-01time: Introduce jiffies64_to_nsecs()Frederic Weisbecker
2016-10-07jiffies: add time comparison functions for 64 bit jiffiesJason A. Donenfeld
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-08-31Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-08-17time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64()Baolin Wang
2015-08-05jiffies: Force inlining of {m,u}msecs_to_jiffies()Denys Vlasenko
2015-07-29jiffies: Remove HZ > USEC_PER_SEC special caseFrederic Weisbecker
2015-06-10time: Allow gcc to fold usecs_to_jiffies(constant)Nicholas Mc Guire
2015-06-10time: Refactor usecs_to_jiffiesNicholas Mc Guire
2015-05-19jiffies: Remove the extra indentation levelThomas Gleixner
2015-05-19time: Allow gcc to fold constants when possibleNicholas Mc Guire
2015-05-19time: Refactor msecs_to_jiffiesNicholas Mc Guire
2014-09-12jiffies: Fix timeval conversion to jiffiesAndrew Hunter
2014-01-16sched/nohz: Fix overflow error in scheduler_tick_max_deferment()Kevin Hilman
2013-08-20jiffies: Avoid undefined behavior from signed overflowPaul E. McKenney
2013-07-02net: convert lls to use time_in_range()Eliezer Tamir
2013-03-22timekeeping: Make jiffies_lock internalThomas Gleixner
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-09-28Merge branch 'arnds-jiffies-fix' into fortglx/3.7/timeJohn Stultz
2012-09-28time/jiffies: bring back unconditional LATCH definitionArnd Bergmann
2012-09-24jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz
2012-09-24jiffies: Kill unused TICK_USEC_TO_NSECJohn Stultz
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet
2012-07-31time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz
2012-07-31time/jiffies: Allow CLOCK_TICK_RATE to be undefinedCatalin Marinas
2011-09-21time: Change jiffies_to_clock_t() argument type to unsigned longhank
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-26time: Add nsecs_to_cputime64 interface for asm-genericVenkatesh Pallipadi
2009-11-26sched, time: Define nsecs_to_jiffies()Hidetoshi Seto
2008-12-23optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach
2008-05-01remove div_long_long_remRoman Zippel
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds
2008-04-21Generate a slightly more informative error msg for bad HZRobert P. J. Day
2008-04-21jiffies: add time_is_after_jiffies and others which compare with jiffiesDave Young
2008-02-08time: fix typo in commentsLi Zefan
2008-01-25timers: don't #error on higher HZ valuesPavel Machek
2007-10-16slow down printk during bootRandy Dunlap
2007-10-15Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds