index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kern
/
mach_clock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kern: Add a mach host operation which returns elapsed time since bootup
Zhaoming Luo
2024-12-29
1
-0
/
+39
*
kern: Comment fixed
Zhaoming Luo
2024-12-24
1
-1
/
+1
*
remove machine/machspl.h as it duplicates machine/spl.h
LD
2024-03-09
1
-1
/
+1
*
clock: Convert timer_lock to using simple_lock_irq
Samuel Thibault
2023-08-12
1
-33
/
+17
*
Track task and thread time using time_value64_t.
Flavio Cruz
2023-03-13
1
-4
/
+3
*
Update thread and task creation time to use time_value64_t
Flavio Cruz
2023-03-12
1
-8
/
+5
*
Document spl levels of locks taken during interrupts
Samuel Thibault
2023-02-15
1
-0
/
+1
*
fix rpc time value for 64 bit
Luca Dariz
2023-02-12
1
-1
/
+1
*
slock: Fix initialization of statically-allocated slocks
Samuel Thibault
2023-02-08
1
-1
/
+1
*
Add host_set_time64 and host_adjust_time64
Flavio Cruz
2023-01-28
1
-18
/
+49
*
Fix several warnings for -Wmissing-prototypes
Flavio Cruz
2023-01-24
1
-0
/
+1
*
Add host_get_time64 RPC to return the time as time_value64_t
Flavio Cruz
2023-01-19
1
-25
/
+48
*
Introduce time_value64_t to keep track of real time in the kernel
Flavio Cruz
2023-01-03
1
-15
/
+15
*
convert K&R into ansi.
Guy-Fleury Iteriteka
2023-01-01
1
-13
/
+7
*
Delete kern_timestamp system call since it is not used
Flavio Cruz
2022-12-27
1
-7
/
+0
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
1
-1
/
+1
*
clock: Let timer proceed even before we have set threads
Damien Zammit
2021-03-27
1
-1
/
+4
*
Fix gcc-6 warnings
Samuel Thibault
2016-05-18
1
-3
/
+3
*
Add kernel profiling through sampling
Samuel Thibault
2016-04-20
1
-3
/
+7
*
fix some compiler warnings in gnumach
Flavio Cruz
2016-01-01
1
-1
/
+1
*
Fix time going back in Xen case
Samuel Thibault
2015-10-05
1
-2
/
+10
*
kern: use proper memory fences when handling the mapped time
Justus Winter
2015-09-07
1
-15
/
+18
*
kern: fix loop reading the time value
Justus Winter
2015-09-07
1
-3
/
+3
*
kern: add boot-time clock, use it for time stamps
Justus Winter
2015-07-25
1
-1
/
+35
*
kern: Fix typos in comments (found by codespell)
Stefan Weil
2015-01-02
1
-1
/
+1
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
1
-13
/
+12
*
Use explicit prototypes for struct dev_ops fields
Marin Ramesa
2014-04-04
1
-3
/
+3
*
kern: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
1
-8
/
+8
*
kern/mach_clock.c: update comment
Marin Ramesa
2013-12-15
1
-1
/
+1
*
Declare void argument lists
Marin Ramesa
2013-12-15
1
-5
/
+5
*
kern/mach_clock.c: remove forward declaration
Marin Ramesa
2013-12-05
1
-1
/
+1
*
kern: move forward declaration into a header file
Marin Ramesa
2013-11-24
1
-2
/
+0
*
kern: remove register qualifiers
Marin Ramesa
2013-11-13
1
-18
/
+18
*
Remove arbitrary limits used by the zone system
Richard Braun
2011-12-17
1
-1
/
+0
*
Adjust the kernel to use the slab allocator
Richard Braun
2011-12-17
1
-1
/
+1
*
Add compiler barrier to update_mapped_time
Samuel Thibault
2011-08-18
1
-1
/
+3
*
Fix warnings
Samuel Thibault
2009-10-20
1
-5
/
+5
*
2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-2
/
+2
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2007-02-05 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-3
/
+1
*
2006-11-13 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+3
*
2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2006-11-09 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2006-11-05 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-1
/
+3
*
2006-10-15 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-3
/
+0
*
2001-04-04 Roland McGrath <roland@frob.com>
Roland McGrath
2001-04-05
1
-6
/
+6
*
Wed Aug 20 16:05:19 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
Thomas Bushnell
1997-08-20
1
-0
/
+13
*
Fri Aug 1 16:15:33 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
Thomas Bushnell
1997-08-04
1
-1
/
+1
*
Initial source
Thomas Bushnell
1997-02-25
1
-0
/
+569