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