Age | Commit message (Expand) | Author | Files | Lines |
2015-09-02 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+19 |
2015-09-01 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -8/+1 |
2015-08-17 | time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64() | Baolin Wang | 1 | -3/+19 |
2015-08-05 | jiffies: Force inlining of {m,u}msecs_to_jiffies() | Denys Vlasenko | 1 | -2/+2 |
2015-07-29 | jiffies: Remove HZ > USEC_PER_SEC special case | Frederic Weisbecker | 1 | -8/+1 |
2015-06-10 | time: Allow gcc to fold usecs_to_jiffies(constant) | Nicholas Mc Guire | 1 | -1/+29 |
2015-06-10 | time: Refactor usecs_to_jiffies | Nicholas Mc Guire | 1 | -1/+26 |
2015-05-19 | jiffies: Remove the extra indentation level | Thomas Gleixner | 1 | -8/+7 |
2015-05-19 | time: Allow gcc to fold constants when possible | Nicholas Mc Guire | 1 | -3/+15 |
2015-05-19 | time: Refactor msecs_to_jiffies | Nicholas Mc Guire | 1 | -1/+63 |
2014-09-13 | jiffies: Fix timeval conversion to jiffies | Andrew Hunter | 1 | -12/+0 |
2014-01-16 | sched/nohz: Fix overflow error in scheduler_tick_max_deferment() | Kevin Hilman | 1 | -0/+6 |
2013-08-20 | jiffies: Avoid undefined behavior from signed overflow | Paul E. McKenney | 1 | -4/+4 |
2013-07-03 | net: convert lls to use time_in_range() | Eliezer Tamir | 1 | -0/+4 |
2013-03-23 | timekeeping: Make jiffies_lock internal | Thomas Gleixner | 1 | -1/+0 |
2012-11-13 | time: Kill xtime_lock, replacing it with jiffies_lock | John Stultz | 1 | -1/+2 |
2012-10-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -17/+3 |
2012-09-29 | Merge branch 'arnds-jiffies-fix' into fortglx/3.7/time | John Stultz | 1 | -0/+3 |
2012-09-29 | time/jiffies: bring back unconditional LATCH definition | Arnd Bergmann | 1 | -2/+3 |
2012-09-24 | jiffies: Remove compile time assumptions about CLOCK_TICK_RATE | John Stultz | 1 | -13/+2 |
2012-09-24 | jiffies: Kill unused TICK_USEC_TO_NSEC | John Stultz | 1 | -6/+0 |
2012-08-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -10/+19 |
2012-08-10 | time: jiffies_delta_to_clock_t() helper to the rescue | Eric Dumazet | 1 | -0/+6 |
2012-07-31 | time/jiffies: Rename ACTHZ to SHIFTED_HZ | John Stultz | 1 | -8/+13 |
2012-07-31 | time/jiffies: Allow CLOCK_TICK_RATE to be undefined | Catalin Marinas | 1 | -4/+8 |
2011-09-21 | time: Change jiffies_to_clock_t() argument type to unsigned long | hank | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-01-26 | time: Add nsecs_to_cputime64 interface for asm-generic | Venkatesh Pallipadi | 1 | -0/+1 |
2009-11-26 | sched, time: Define nsecs_to_jiffies() | Hidetoshi Seto | 1 | -0/+1 |
2008-12-23 | optimize attribute timeouts for "noac" and "actimeo=0" | Peter Staubach | 1 | -0/+10 |
2008-05-01 | remove div_long_long_rem | Roman Zippel | 1 | -1/+1 |
2008-04-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh... | Linus Torvalds | 1 | -1/+1 |
2008-04-22 | Generate a slightly more informative error msg for bad HZ | Robert P. J. Day | 1 | -1/+1 |
2008-04-21 | jiffies: add time_is_after_jiffies and others which compare with jiffies | Dave Young | 1 | -0/+16 |
2008-02-08 | time: fix typo in comments | Li Zefan | 1 | -3/+3 |
2008-01-25 | timers: don't #error on higher HZ values | Pavel Machek | 1 | -0/+6 |
2007-10-16 | slow down printk during boot | Randy Dunlap | 1 | -0/+2 |
2007-10-15 | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 1 | -0/+4 |
2007-10-13 | jiffies: remove unused macros | Chris Wright | 1 | -6/+0 |
2007-10-10 | Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffies | Fabio Olive Leite | 1 | -0/+4 |
2007-02-16 | [PATCH] Fix timeout overflow with jiffies | Ingo Molnar | 1 | -2/+2 |
2007-02-16 | [PATCH] Uninline jiffies.h functions | Ingo Molnar | 1 | -201/+17 |
2006-11-30 | Fix jiffies.h comment | Chase Venters | 1 | -1/+1 |
2006-09-26 | [PATCH] Add 64bit jiffies compares (for use with get_jiffies_64) | Dmitriy Zavin | 1 | -0/+15 |
2006-08-01 | [PATCH] Add parentheses around arguments in the SH_DIV macro. | Uwe Zeisberger | 1 | -2/+2 |
2006-04-09 | [PATCH] x86_64: Fix drift with HPET timer enabled | Jordan Hargrave | 1 | -0/+6 |
2006-01-10 | [PATCH] hrtimer: move div_long_long_rem out of jiffies.h | Thomas Gleixner | 1 | -12/+6 |
2005-09-10 | [PATCH] include: update jiffies/{m,u}secs conversion functions | Nishanth Aravamudan | 1 | -20/+20 |
2005-04-17 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+450 |