aboutsummaryrefslogtreecommitdiff
path: root/kern/sched_prim.c
Commit message (Expand)AuthorAgeFilesLines
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-1/+1
* kern: move pset_idle_lock/unlock to headerSamuel Thibault2024-02-231-10/+0
* kern: Use _nocheck variants of locks taken at splsched()Damien Zammit2024-02-231-14/+24
* Introduce and use assert_splsched()Samuel Thibault2024-02-191-2/+2
* kern: Fix parenthesis around assignment used as valueDamien Zammit2024-02-191-1/+1
* percpu active_thread using gs segmentDamien Zammit2023-09-241-1/+1
* sched_prim.c: Check all run queues not just master processorDamien Zammit2023-08-221-2/+8
* sched_prim.c: Lock thread when calling thread_setrunDamien Zammit2023-08-221-0/+2
* kern/sched_prim: Cause ast on cpu coming out of idleDamien Zammit2023-08-131-0/+6
* sched: Add waitq_lock helpers which check they are called at spl7Samuel Thibault2023-08-121-6/+21
* sched: Add runq_lock helpers which check they are called at spl7Samuel Thibault2023-08-121-7/+7
* Document spl levels of locks taken during interruptsSamuel Thibault2023-02-151-7/+8
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-1/+1
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-6/+6
* sched: cause ast on master processor tooSamuel Thibault2019-11-011-7/+2
* Drop SIMPLE_CLOCK supportSamuel Thibault2018-11-191-20/+0
* Make scheduling more reactiveSamuel Thibault2018-11-191-1/+1
* Fix warningSamuel Thibault2018-01-281-1/+1
* Implement basic sleeping locks for gnumachAgustina Arzille2017-03-041-1/+4
* kern: Improve panic messages from the scheduler.Justus Winter2016-10-011-9/+14
* Document thread_sleep about events woken from interrupt handlersSamuel Thibault2016-02-261-0/+3
* Add a thread_no_continuation definitionFlávio Cruz2015-08-281-4/+4
* kern: import `macros.h' from x15Justus Winter2015-05-191-1/+1
* kern: reduce the size of `struct thread'Justus Winter2015-02-201-5/+5
* kern: Fix typos in comments (found by codespell)Stefan Weil2015-01-021-1/+1
* kern: disable all counters by defaultJustus Winter2014-12-011-4/+4
* kern: fix type of recompute_prioritiesJustus Winter2014-09-301-1/+1
* Mark functions that don't return with attribute noreturnMarin Ramesa2013-12-171-1/+1
* kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-3/+3
* kern: quiet GCC warnings about set but unused variablesMarin Ramesa2013-12-161-15/+3
* kern/sched_prim.c: avoid castsMarin Ramesa2013-12-151-3/+3
* kern/sched_prim.c: remove forward declarationsMarin Ramesa2013-12-051-10/+0
* Remove leftover register qualifiersMarin Ramesa2013-11-241-2/+2
* kern: remove register qualifiersMarin Ramesa2013-11-131-83/+83
* Do not hardcode maximum priority valueSamuel Thibault2013-03-051-5/+5
* Make thread_suspend wait for !TH_UNINTSamuel Thibault2012-12-231-0/+3
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-091-1/+1
* Upgrade number of event queuesSamuel Thibault2011-12-291-1/+1
* Fix warningsSamuel Thibault2009-10-201-8/+9
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-2/+0
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+2
* 2007-02-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-4/+1
* 2006-11-13 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 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-1/+2
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-8/+0
* 2001-05-20 Roland McGrath <roland@frob.com>Roland McGrath2001-05-201-17/+24