summaryrefslogtreecommitdiff
path: root/kernel/time.c
AgeCommit message (Expand)Author
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08Optimize timespec_trunc()Eric Dumazet
2007-04-25[TCP] tcp_probe: improvements for net-2.6.22Stephen Hemminger
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet
2007-04-04[PATCH] kernel/time.c: add missing symbol exportsThomas Bittermann
2007-02-16[PATCH] Fix multiple conversion bugs in msecs_to_jiffiesIngo Molnar
2007-02-16[PATCH] Uninline jiffies.h functionsIngo Molnar
2006-10-01[PATCH] NTP: Move all the NTP related code to ntp.cjohn stultz
2006-06-26[PATCH] Time: Introduce arch generic time accessorsjohn stultz
2006-04-01Fix comments: s/granuality/granularity/Kalin KOZHUHAROV
2006-03-26[PATCH] hrtimers: remove nsec_t typedefRoman Zippel
2006-03-25[PATCH] remove pps supportRoman Zippel
2006-02-03[PATCH] Normalize timespec for negative values in ns_to_timespecGeorge Anzinger
2006-01-31Don't try to "validate" a non-existing timeval.Linus Torvalds
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap
2006-01-10[PATCH] Remove getnstimestamp()Matt Helsley
2006-01-10[PATCH] hrtimer: introduce nsec_t type and conversion functionsThomas Gleixner
2006-01-10[PATCH] hrtimer: validate timespec of do_sys_settimeofdayThomas Gleixner
2006-01-10[PATCH] hrtimer: export deinlined mktimeAndrew Morton
2006-01-10[PATCH] hrtimer: clean up mktime and make arguments constIngo Molnar
2006-01-10[PATCH] hrtimer: deinline mktime and set_normalized_timespecThomas Gleixner
2005-12-12[PATCH] Add getnstimestamp functionMatt Helsley
2005-10-30[PATCH] NTP shift_right cleanupjohn stultz
2005-10-29[PATCH] missing exports of do_settimeofday() variantsAl Viro
2005-10-14[PATCH] Add missing export of getnstimeofday()Takashi Iwai
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl
2005-04-28[PATCH] time interpolator: Fix settimeofday inaccuracyChristoph Lameter
2005-03-28[PATCH] Exports to enable clock driver modulesChristoph Lameter
2005-03-28[PATCH] x86: CMOS time update optimisationGeorge Anzinger
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen
2005-01-04[PATCH] sys_stime needs a compat functionMartin Schwidefsky
2004-11-07[PATCH] unexport do_settimeofdayChristoph Hellwig
2004-10-27[PATCH] unexport getnstimeofdayChristoph Hellwig
2004-10-19[PATCH] BSD Secure Levels LSM: add time hooksMichael A. Halcrow
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-09-07[PATCH] Time interpolator: Scalability enhancements and high resolution time ...Christoph Lameter
2004-08-22[PATCH] gettimeofday nanoseconds patchChristoph Lameter
2004-05-28[PATCH] sparse: trivial part of kernel/* __user annotationAlexander Viro
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton
2004-04-11[PATCH] Fix sys_time() to get subtick correction from the new xtimeAndrew Morton
2003-10-21[PATCH] Time precision, adjtime(x) vs. gettimeofdayAndrew Morton
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo
2003-07-17[PATCH] settimeofday() fixesAndrew Morton
2003-06-15[PATCH] Fix typo in timing changes + support for x86-64Andi Kleen
2003-06-14[PATCH] More time clean up stuffAndrew Morton
2003-06-14[PATCH] Some clean up of the time code.Andrew Morton
2003-06-02[PATCH] improved core support for time-interpolationAndrew Morton
2003-04-09Annotate kernel/time.c with user pointer annotationsLinus Torvalds
2003-02-10[PATCH] uninline get_jiffies_64() for 32-bit architecturesAndrew Morton
2003-02-04[PATCH] seqlock for xtimeStephen Hemminger