index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
time.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-02
timekeeping: create arch_gettimeoffset infrastructure
john stultz
1
-0
/
+15
2009-03-26
make exported headers use strict posix types
Arnd Bergmann
1
-4
/
+4
2008-12-31
sched_clock: prevent scd->clock from moving backwards, take #2
Thomas Gleixner
1
-0
/
+1
2008-10-22
Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2
Thomas Gleixner
1
-0
/
+4
2008-10-20
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...
Thomas Gleixner
1
-0
/
+5
2008-10-17
Merge commit 'linus/master' into merge-linus
Arjan van de Ven
1
-0
/
+2
2008-10-16
compat: generic compat get/settimeofday
Christoph Hellwig
1
-0
/
+2
2008-09-14
timers: fix itimer/many thread hang
Frank Mayhar
1
-0
/
+3
2008-09-06
select: add a timespec_add_safe() function
Thomas Gleixner
1
-0
/
+4
2008-08-21
clocksource: introduce CLOCK_MONOTONIC_RAW
John Stultz
1
-0
/
+2
2008-06-12
always_inline timespec_add_ns
Jeremy Fitzhardinge
1
-2
/
+5
2008-06-12
common implementation of iterative div/mod
Jeremy Fitzhardinge
1
-9
/
+2
2008-03-09
time: prevent the loop in timespec_add_ns() from being optimised away
Segher Boessenkool
1
-0
/
+4
2008-02-08
timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres
Li Zefan
1
-1
/
+1
2008-02-01
timekeeping: update xtime_cache when time(zone) changes
Thomas Gleixner
1
-0
/
+1
2007-10-17
kernel/time/timekeeping.c: cleanups
Adrian Bunk
1
-1
/
+1
2007-07-25
Cache xtime every call to update_wall_time
john stultz
1
-5
/
+1
2007-07-25
Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().
john stultz
1
-1
/
+1
2007-07-22
NTP: move the cmos update code into ntp.c
Thomas Gleixner
1
-0
/
+3
2007-07-17
make timespec_equal() take const arguments
Jan Engelhardt
1
-1
/
+2
2007-07-16
Introduce boot based time
Tomas Janousek
1
-0
/
+2
2007-05-08
utimensat implementation
Ulrich Drepper
1
-1
/
+1
2007-05-08
Move timekeeping code to timekeeping.c
john stultz
1
-0
/
+1
2007-02-16
[PATCH] GTOD: persistent clock support
John Stultz
1
-0
/
+1
2007-02-13
[PATCH] x86-64: get rid of ARCH_HAVE_XTIME_LOCK
Eric Dumazet
1
-1
/
+1
2007-02-11
[PATCH] Add const for time{spec,val}_compare arguments
Rolf Eike Beer
1
-2
/
+2
2006-07-15
[PATCH] per-task-delay-accounting: setup
Shailabh Nagar
1
-0
/
+12
2006-06-26
Merge branch 'x86-64'
Linus Torvalds
1
-4
/
+7
2006-06-26
[PATCH] x86_64: Add useful constants to time.h
Vojtech Pavlik
1
-4
/
+7
2006-06-26
[PATCH] Time: Introduce arch generic time accessors
john stultz
1
-0
/
+15
2006-06-26
[PATCH] Time: Use clocksource infrastructure for update_wall_time
john stultz
1
-0
/
+2
2006-03-26
[PATCH] hrtimers: remove nsec_t typedef
Roman Zippel
1
-12
/
+6
2006-03-25
[PATCH] sys_alarm() unsigned signed conversion fixup
Thomas Gleixner
1
-0
/
+1
2006-02-12
[PATCH] select: fix returned timeval
Andrew Morton
1
-1
/
+24
2006-02-01
[PATCH] Make sure to always check upper bits of tv_nsec in timespec_valid.
Chris Wright
1
-1
/
+1
2006-01-19
[PATCH] vfs: *at functions: core
Ulrich Drepper
1
-1
/
+1
2006-01-10
[PATCH] Remove getnstimestamp()
Matt Helsley
1
-1
/
+0
2006-01-10
[PATCH] hrtimer: convert posix timers completely
Thomas Gleixner
1
-2
/
+1
2006-01-10
[PATCH] hrtimer: introduce nsec_t type and conversion functions
Thomas Gleixner
1
-0
/
+47
2006-01-10
[PATCH] hrtimer: create and use timespec_valid macro
Thomas Gleixner
1
-0
/
+6
2006-01-10
[PATCH] hrtimer: coding style and white space cleanup
Ingo Molnar
1
-30
/
+31
2006-01-10
[PATCH] hrtimer: coding style clean up of clock constants
Ingo Molnar
1
-14
/
+9
2006-01-10
[PATCH] hrtimer: remove unused clock constants
Thomas Gleixner
1
-7
/
+4
2006-01-10
[PATCH] hrtimer: clean up mktime and make arguments const
Ingo Molnar
1
-5
/
+5
2006-01-10
[PATCH] hrtimer: deinline mktime and set_normalized_timespec
Thomas Gleixner
1
-47
/
+5
2005-12-12
[PATCH] Add getnstimestamp function
Matt Helsley
1
-0
/
+1
2005-11-14
[PATCH] timespec: normalize off by one errors
George Anzinger
1
-1
/
+1
2005-09-10
[PATCH] time.h: remove ifdefs
Andrew Morton
1
-9
/
+0
2005-09-10
[PATCH] include: update jiffies/{m,u}secs conversion functions
Nishanth Aravamudan
1
-0
/
+2
2005-09-08
[PATCH] Delete unused do_nanosleep declaration
Ralf Baechle
1
-1
/
+0
[next]