aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/jiffies.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-16jiffies: add utility function to calculate delta in msMatteo Croce1-0/+5
2018-04-06jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki1-2/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-02frv: declare jiffies to be located in the .data sectionMatthias Kaehlcke1-1/+5
2017-05-08jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smpMatthias Kaehlcke1-8/+3
2017-02-01time: Introduce jiffies64_to_nsecs()Frederic Weisbecker1-0/+2
2016-10-07jiffies: add time comparison functions for 64 bit jiffiesJason A. Donenfeld1-0/+4
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+19
2015-08-31Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+1
2015-08-17time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64()Baolin Wang1-3/+19
2015-08-05jiffies: Force inlining of {m,u}msecs_to_jiffies()Denys Vlasenko1-2/+2
2015-07-29jiffies: Remove HZ > USEC_PER_SEC special caseFrederic Weisbecker1-8/+1
2015-06-10time: Allow gcc to fold usecs_to_jiffies(constant)Nicholas Mc Guire1-1/+29
2015-06-10time: Refactor usecs_to_jiffiesNicholas Mc Guire1-1/+26
2015-05-19jiffies: Remove the extra indentation levelThomas Gleixner1-8/+7
2015-05-19time: Allow gcc to fold constants when possibleNicholas Mc Guire1-3/+15
2015-05-19time: Refactor msecs_to_jiffiesNicholas Mc Guire1-1/+63
2014-09-12jiffies: Fix timeval conversion to jiffiesAndrew Hunter1-12/+0
2014-01-16sched/nohz: Fix overflow error in scheduler_tick_max_deferment()Kevin Hilman1-0/+6
2013-08-20jiffies: Avoid undefined behavior from signed overflowPaul E. McKenney1-4/+4
2013-07-02net: convert lls to use time_in_range()Eliezer Tamir1-0/+4
2013-03-22timekeeping: Make jiffies_lock internalThomas Gleixner1-1/+0
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz1-1/+2
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+3
2012-09-28Merge branch 'arnds-jiffies-fix' into fortglx/3.7/timeJohn Stultz1-0/+3
2012-09-28time/jiffies: bring back unconditional LATCH definitionArnd Bergmann1-2/+3
2012-09-24jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz1-13/+2
2012-09-24jiffies: Kill unused TICK_USEC_TO_NSECJohn Stultz1-6/+0
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+19
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet1-0/+6
2012-07-31time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz1-8/+13
2012-07-31time/jiffies: Allow CLOCK_TICK_RATE to be undefinedCatalin Marinas1-4/+8
2011-09-21time: Change jiffies_to_clock_t() argument type to unsigned longhank1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-26time: Add nsecs_to_cputime64 interface for asm-genericVenkatesh Pallipadi1-0/+1
2009-11-26sched, time: Define nsecs_to_jiffies()Hidetoshi Seto1-0/+1
2008-12-23optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach1-0/+10
2008-05-01remove div_long_long_remRoman Zippel1-1/+1
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivialLinus Torvalds1-1/+1
2008-04-21Generate a slightly more informative error msg for bad HZRobert P. J. Day1-1/+1
2008-04-21jiffies: add time_is_after_jiffies and others which compare with jiffiesDave Young1-0/+16
2008-02-08time: fix typo in commentsLi Zefan1-3/+3
2008-01-25timers: don't #error on higher HZ valuesPavel Machek1-0/+6
2007-10-16slow down printk during bootRandy Dunlap1-0/+2
2007-10-15Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-0/+4
2007-10-12jiffies: remove unused macrosChris Wright1-6/+0
2007-10-09Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffiesFabio Olive Leite1-0/+4
2007-02-16[PATCH] Fix timeout overflow with jiffiesIngo Molnar1-2/+2
2007-02-16[PATCH] Uninline jiffies.h functionsIngo Molnar1-201/+17
2006-11-30Fix jiffies.h commentChase Venters1-1/+1