aboutsummaryrefslogtreecommitdiff
path: root/kernel/time.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-14[CVE-2009-0029] System call wrappers part 01Gravatar Heiko Carstens 1-7/+7
2009-01-06Allow times and time system calls to return small negative valuesGravatar Paul Mackerras 1-1/+3
2008-09-05select: add a timespec_add_safe() functionGravatar Thomas Gleixner 1-0/+18
2008-05-02Make constants in kernel/timeconst.h fixed 64 bitsGravatar H. Peter Anvin 1-4/+4
2008-05-01remove div_long_long_remGravatar Roman Zippel 1-10/+15
2008-05-01convert a few do_div usersGravatar Roman Zippel 1-20/+9
2008-04-29kernel: explicitly include required header files under kernel/Gravatar Robert P. J. Day 1-0/+1
2008-04-21time: Export set_normalized_timespec.Gravatar YOSHIFUJI Hideaki 1-0/+1
2008-02-08avoid overflows in kernel/time.cGravatar H. Peter Anvin 1-8/+21
2008-02-08time: fix typo in commentsGravatar Li Zefan 1-2/+2
2008-02-06speed up jiffies conversion functions if HZ==USER_HZGravatar Andrew Morton 1-1/+3
2008-02-06system timer: fix crash in <100Hz system timerGravatar David Fries 1-2/+9
2008-02-01timekeeping: update xtime_cache when time(zone) changesGravatar Thomas Gleixner 1-0/+1
2007-10-18whitespace fixes: time syscallsGravatar Daniel Walker 1-6/+6
2007-10-18Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday().Gravatar Tony Breeds 1-0/+2
2007-10-17Clean up duplicate includes in kernel/Gravatar Jesper Juhl 1-1/+0
2007-10-16time: introduce xtime_secondsGravatar Ingo Molnar 1-5/+1
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().Gravatar john stultz 1-16/+0
2007-07-20Revert "sys_time() speedup"Gravatar Linus Torvalds 1-8/+5
2007-07-20[IA64] remove time interpolatorGravatar Bob Picco 1-88/+0
2007-07-16sys_time() speedupGravatar Ingo Molnar 1-8/+24
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-05-08Optimize timespec_trunc()Gravatar Eric Dumazet 1-30/+30
2007-04-25[TCP] tcp_probe: improvements for net-2.6.22Gravatar Stephen Hemminger 1-0/+1
2007-04-25[NET]: convert network timestamps to ktime_tGravatar Eric Dumazet 1-0/+1
2007-04-04[PATCH] kernel/time.c: add missing symbol exportsGravatar Thomas Bittermann 1-0/+2
2007-02-16[PATCH] Fix multiple conversion bugs in msecs_to_jiffiesGravatar Ingo Molnar 1-1/+42
2007-02-16[PATCH] Uninline jiffies.h functionsGravatar Ingo Molnar 1-0/+213
2006-10-01[PATCH] NTP: Move all the NTP related code to ntp.cGravatar john stultz 1-173/+0
2006-06-26[PATCH] Time: Introduce arch generic time accessorsGravatar john stultz 1-0/+2
2006-04-01Fix comments: s/granuality/granularity/Gravatar Kalin KOZHUHAROV 1-4/+4
2006-03-26[PATCH] hrtimers: remove nsec_t typedefGravatar Roman Zippel 1-2/+2
2006-03-25[PATCH] remove pps supportGravatar Roman Zippel 1-43/+16
2006-02-03[PATCH] Normalize timespec for negative values in ns_to_timespecGravatar George Anzinger 1-6/+7
2006-01-31Don't try to "validate" a non-existing timeval.Gravatar Linus Torvalds 1-1/+1
2006-01-11[PATCH] move capable() to capability.hGravatar Randy.Dunlap 1-0/+1
2006-01-10[PATCH] Remove getnstimestamp()Gravatar Matt Helsley 1-22/+0
2006-01-10[PATCH] hrtimer: introduce nsec_t type and conversion functionsGravatar Thomas Gleixner 1-0/+36
2006-01-10[PATCH] hrtimer: validate timespec of do_sys_settimeofdayGravatar Thomas Gleixner 1-0/+3
2006-01-10[PATCH] hrtimer: export deinlined mktimeGravatar Andrew Morton 1-0/+2
2006-01-10[PATCH] hrtimer: clean up mktime and make arguments constGravatar Ingo Molnar 1-6/+9
2006-01-10[PATCH] hrtimer: deinline mktime and set_normalized_timespecGravatar Thomas Gleixner 1-0/+61
2005-12-12[PATCH] Add getnstimestamp functionGravatar Matt Helsley 1-0/+22
2005-10-30[PATCH] NTP shift_right cleanupGravatar john stultz 1-19/+6
2005-10-29[PATCH] missing exports of do_settimeofday() variantsGravatar Al Viro 1-0/+1
2005-10-14[PATCH] Add missing export of getnstimeofday()Gravatar Takashi Iwai 1-0/+1
2005-07-27[PATCH] clean up inline static vs static inlineGravatar Jesper Juhl 1-1/+1
2005-04-28[PATCH] time interpolator: Fix settimeofday inaccuracyGravatar Christoph Lameter 1-8/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+599