summaryrefslogtreecommitdiffstats
path: root/kernel/time.c
AgeCommit message (Expand)AuthorLines
2009-09-15time: Prevent 32 bit overflow with set_normalized_timespec()Thomas Gleixner-1/+8
2009-01-14[CVE-2009-0029] System call wrappers part 01Heiko Carstens-7/+7
2009-01-06Allow times and time system calls to return small negative valuesPaul Mackerras-1/+3
2008-09-05select: add a timespec_add_safe() functionThomas Gleixner-0/+18
2008-05-02Make constants in kernel/timeconst.h fixed 64 bitsH. Peter Anvin-4/+4
2008-05-01remove div_long_long_remRoman Zippel-10/+15
2008-05-01convert a few do_div usersRoman Zippel-20/+9
2008-04-29kernel: explicitly include required header files under kernel/Robert P. J. Day-0/+1
2008-04-21time: Export set_normalized_timespec.YOSHIFUJI Hideaki-0/+1
2008-02-08avoid overflows in kernel/time.cH. Peter Anvin-8/+21
2008-02-08time: fix typo in commentsLi Zefan-2/+2
2008-02-06speed up jiffies conversion functions if HZ==USER_HZAndrew Morton-1/+3
2008-02-06system timer: fix crash in <100Hz system timerDavid Fries-2/+9
2008-02-01timekeeping: update xtime_cache when time(zone) changesThomas Gleixner-0/+1
2007-10-18whitespace fixes: time syscallsDaniel Walker-6/+6
2007-10-18Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday().Tony Breeds-0/+2
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl-1/+0
2007-10-16time: introduce xtime_secondsIngo Molnar-5/+1
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz-16/+0
2007-07-20Revert "sys_time() speedup"Linus Torvalds-8/+5
2007-07-20[IA64] remove time interpolatorBob Picco-88/+0
2007-07-16sys_time() speedupIngo Molnar-8/+24
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-05-08Optimize timespec_trunc()Eric Dumazet-30/+30
2007-04-25[TCP] tcp_probe: improvements for net-2.6.22Stephen Hemminger-0/+1
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet-0/+1
2007-04-04[PATCH] kernel/time.c: add missing symbol exportsThomas Bittermann-0/+2
2007-02-16[PATCH] Fix multiple conversion bugs in msecs_to_jiffiesIngo Molnar-1/+42
2007-02-16[PATCH] Uninline jiffies.h functionsIngo Molnar-0/+213
2006-10-01[PATCH] NTP: Move all the NTP related code to ntp.cjohn stultz-173/+0
2006-06-26[PATCH] Time: Introduce arch generic time accessorsjohn stultz-0/+2
2006-04-01Fix comments: s/granuality/granularity/Kalin KOZHUHAROV-4/+4
2006-03-26[PATCH] hrtimers: remove nsec_t typedefRoman Zippel-2/+2
2006-03-25[PATCH] remove pps supportRoman Zippel-43/+16
2006-02-03[PATCH] Normalize timespec for negative values in ns_to_timespecGeorge Anzinger-6/+7
2006-01-31Don't try to "validate" a non-existing timeval.Linus Torvalds-1/+1
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap-0/+1
2006-01-10[PATCH] Remove getnstimestamp()Matt Helsley-22/+0
2006-01-10[PATCH] hrtimer: introduce nsec_t type and conversion functionsThomas Gleixner-0/+36
2006-01-10[PATCH] hrtimer: validate timespec of do_sys_settimeofdayThomas Gleixner-0/+3
2006-01-10[PATCH] hrtimer: export deinlined mktimeAndrew Morton-0/+2
2006-01-10[PATCH] hrtimer: clean up mktime and make arguments constIngo Molnar-6/+9
2006-01-10[PATCH] hrtimer: deinline mktime and set_normalized_timespecThomas Gleixner-0/+61
2005-12-12[PATCH] Add getnstimestamp functionMatt Helsley-0/+22
2005-10-30[PATCH] NTP shift_right cleanupjohn stultz-19/+6
2005-10-29[PATCH] missing exports of do_settimeofday() variantsAl Viro-0/+1
2005-10-14[PATCH] Add missing export of getnstimeofday()Takashi Iwai-0/+1
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl-1/+1
2005-04-28[PATCH] time interpolator: Fix settimeofday inaccuracyChristoph Lameter-8/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+599