aboutsummaryrefslogtreecommitdiff
path: root/kern/mach_clock.c
Commit message (Expand)AuthorAgeFilesLines
* kern: Add a mach host operation which returns elapsed time since bootupZhaoming Luo2024-12-291-0/+39
* kern: Comment fixedZhaoming Luo2024-12-241-1/+1
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-1/+1
* clock: Convert timer_lock to using simple_lock_irqSamuel Thibault2023-08-121-33/+17
* Track task and thread time using time_value64_t.Flavio Cruz2023-03-131-4/+3
* Update thread and task creation time to use time_value64_tFlavio Cruz2023-03-121-8/+5
* Document spl levels of locks taken during interruptsSamuel Thibault2023-02-151-0/+1
* fix rpc time value for 64 bitLuca Dariz2023-02-121-1/+1
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-1/+1
* Add host_set_time64 and host_adjust_time64Flavio Cruz2023-01-281-18/+49
* Fix several warnings for -Wmissing-prototypesFlavio Cruz2023-01-241-0/+1
* Add host_get_time64 RPC to return the time as time_value64_tFlavio Cruz2023-01-191-25/+48
* Introduce time_value64_t to keep track of real time in the kernelFlavio Cruz2023-01-031-15/+15
* convert K&R into ansi.Guy-Fleury Iteriteka2023-01-011-13/+7
* Delete kern_timestamp system call since it is not usedFlavio Cruz2022-12-271-7/+0
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-1/+1
* clock: Let timer proceed even before we have set threadsDamien Zammit2021-03-271-1/+4
* Fix gcc-6 warningsSamuel Thibault2016-05-181-3/+3
* Add kernel profiling through samplingSamuel Thibault2016-04-201-3/+7
* fix some compiler warnings in gnumachFlavio Cruz2016-01-011-1/+1
* Fix time going back in Xen caseSamuel Thibault2015-10-051-2/+10
* kern: use proper memory fences when handling the mapped timeJustus Winter2015-09-071-15/+18
* kern: fix loop reading the time valueJustus Winter2015-09-071-3/+3
* kern: add boot-time clock, use it for time stampsJustus Winter2015-07-251-1/+35
* kern: Fix typos in comments (found by codespell)Stefan Weil2015-01-021-1/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-041-13/+12
* Use explicit prototypes for struct dev_ops fieldsMarin Ramesa2014-04-041-3/+3
* kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-8/+8
* kern/mach_clock.c: update commentMarin Ramesa2013-12-151-1/+1
* Declare void argument listsMarin Ramesa2013-12-151-5/+5
* kern/mach_clock.c: remove forward declarationMarin Ramesa2013-12-051-1/+1
* kern: move forward declaration into a header fileMarin Ramesa2013-11-241-2/+0
* kern: remove register qualifiersMarin Ramesa2013-11-131-18/+18
* Remove arbitrary limits used by the zone systemRichard Braun2011-12-171-1/+0
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-1/+1
* Add compiler barrier to update_mapped_timeSamuel Thibault2011-08-181-1/+3
* Fix warningsSamuel Thibault2009-10-201-5/+5
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-2/+2
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2007-02-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+1
* 2006-11-13 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+3
* 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-11-05 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+3
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-6/+6
* Wed Aug 20 16:05:19 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-201-0/+13
* Fri Aug 1 16:15:33 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-041-1/+1
* Initial sourceThomas Bushnell1997-02-251-0/+569