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
/
sched_prim.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove machine/machspl.h as it duplicates machine/spl.h
LD
2024-03-09
1
-1
/
+1
*
kern: move pset_idle_lock/unlock to header
Samuel Thibault
2024-02-23
1
-10
/
+0
*
kern: Use _nocheck variants of locks taken at splsched()
Damien Zammit
2024-02-23
1
-14
/
+24
*
Introduce and use assert_splsched()
Samuel Thibault
2024-02-19
1
-2
/
+2
*
kern: Fix parenthesis around assignment used as value
Damien Zammit
2024-02-19
1
-1
/
+1
*
percpu active_thread using gs segment
Damien Zammit
2023-09-24
1
-1
/
+1
*
sched_prim.c: Check all run queues not just master processor
Damien Zammit
2023-08-22
1
-2
/
+8
*
sched_prim.c: Lock thread when calling thread_setrun
Damien Zammit
2023-08-22
1
-0
/
+2
*
kern/sched_prim: Cause ast on cpu coming out of idle
Damien Zammit
2023-08-13
1
-0
/
+6
*
sched: Add waitq_lock helpers which check they are called at spl7
Samuel Thibault
2023-08-12
1
-6
/
+21
*
sched: Add runq_lock helpers which check they are called at spl7
Samuel Thibault
2023-08-12
1
-7
/
+7
*
Document spl levels of locks taken during interrupts
Samuel Thibault
2023-02-15
1
-7
/
+8
*
slock: Fix initialization of statically-allocated slocks
Samuel Thibault
2023-02-08
1
-1
/
+1
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
1
-6
/
+6
*
sched: cause ast on master processor too
Samuel Thibault
2019-11-01
1
-7
/
+2
*
Drop SIMPLE_CLOCK support
Samuel Thibault
2018-11-19
1
-20
/
+0
*
Make scheduling more reactive
Samuel Thibault
2018-11-19
1
-1
/
+1
*
Fix warning
Samuel Thibault
2018-01-28
1
-1
/
+1
*
Implement basic sleeping locks for gnumach
Agustina Arzille
2017-03-04
1
-1
/
+4
*
kern: Improve panic messages from the scheduler.
Justus Winter
2016-10-01
1
-9
/
+14
*
Document thread_sleep about events woken from interrupt handlers
Samuel Thibault
2016-02-26
1
-0
/
+3
*
Add a thread_no_continuation definition
Flávio Cruz
2015-08-28
1
-4
/
+4
*
kern: import `macros.h' from x15
Justus Winter
2015-05-19
1
-1
/
+1
*
kern: reduce the size of `struct thread'
Justus Winter
2015-02-20
1
-5
/
+5
*
kern: Fix typos in comments (found by codespell)
Stefan Weil
2015-01-02
1
-1
/
+1
*
kern: disable all counters by default
Justus Winter
2014-12-01
1
-4
/
+4
*
kern: fix type of recompute_priorities
Justus Winter
2014-09-30
1
-1
/
+1
*
Mark functions that don't return with attribute noreturn
Marin Ramesa
2013-12-17
1
-1
/
+1
*
kern: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
1
-3
/
+3
*
kern: quiet GCC warnings about set but unused variables
Marin Ramesa
2013-12-16
1
-15
/
+3
*
kern/sched_prim.c: avoid casts
Marin Ramesa
2013-12-15
1
-3
/
+3
*
kern/sched_prim.c: remove forward declarations
Marin Ramesa
2013-12-05
1
-10
/
+0
*
Remove leftover register qualifiers
Marin Ramesa
2013-11-24
1
-2
/
+2
*
kern: remove register qualifiers
Marin Ramesa
2013-11-13
1
-83
/
+83
*
Do not hardcode maximum priority value
Samuel Thibault
2013-03-05
1
-5
/
+5
*
Make thread_suspend wait for !TH_UNINT
Samuel Thibault
2012-12-23
1
-0
/
+3
*
Use unsigned long for addresses and sizes
Samuel Thibault
2012-03-09
1
-1
/
+1
*
Upgrade number of event queues
Samuel Thibault
2011-12-29
1
-1
/
+1
*
Fix warnings
Samuel Thibault
2009-10-20
1
-8
/
+9
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-2
/
+0
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-1
/
+2
*
2007-02-05 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-4
/
+1
*
2006-11-13 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
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
-1
/
+2
*
2006-11-07 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2006-10-15 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-8
/
+0
*
2001-05-20 Roland McGrath <roland@frob.com>
Roland McGrath
2001-05-20
1
-17
/
+24
[next]