index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
sched_bsd.c
Age
Commit message (
Expand
)
Author
2020-12-10
Use sysctl_int_bounded for sysctl_hwsetperf
gnezdo
2020-10-15
Stop asserting that the NET_LOCK() shouldn't be held in yield().
Martin Pieuchot
2020-05-30
In automatic performance mode on systems with offline CPUs because of SMT
solene
2020-01-30
Split `p_priority' into `p_runpri' and `p_slppri'.
Martin Pieuchot
2020-01-21
Import dt(4) a driver and framework for Dynamic Profiling.
Martin Pieuchot
2019-12-11
Replace p_xstat with ps_xexit and ps_xsig
Philip Guenther
2019-11-04
Restore the old way of dispatching dead procs through idle proc.
Visa Hankala
2019-11-02
Move dead procs to the reaper queue immediately after context switch.
Visa Hankala
2019-11-01
Kill resched_proc() and instead call need_resched() when a thread is
Martin Pieuchot
2019-10-15
Reduce the number of places where `p_priority' and `p_stat' are set.
Martin Pieuchot
2019-07-15
Stop calling resched_proc() after changing the nice(3) value of a process.
Martin Pieuchot
2019-07-08
Untangle code setting the scheduling priority of a thread.
Martin Pieuchot
2019-06-01
Revert to using the SCHED_LOCK() to protect time accounting.
Martin Pieuchot
2019-05-31
Use a per-process mutex to protect time accounting instead of SCHED_LOCK().
Martin Pieuchot
2019-05-25
Do not account spinning time as running time when a thread crosses a
Martin Pieuchot
2019-02-26
Introduce safe memory reclamation, a mechanism for reclaiming shared
Visa Hankala
2019-01-28
Stop accounting/updating priorities for Idle threads.
Martin Pieuchot
2019-01-06
Fix unsafe use of ptsignal() in mi_switch().
Visa Hankala
2017-12-04
Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock).
Martin Pieuchot
2017-02-14
Convert most of the manual checks for CPU hogging to sched_pause().
Martin Pieuchot
2017-02-09
Do no select a CPU to execute the current thread when being preempt()ed.
Martin Pieuchot
2017-01-25
Enable the NET_LOCK(), take 2.
Martin Pieuchot
2016-03-09
Correct some comments and definitions, from Michal Mazurek.
Martin Pieuchot
2015-11-08
keep all the setperf timeout(9) handling in one place; ok tedu@
Christian Weisgerber
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-13
yet more mallocarray() changes.
Doug Hogan
2014-11-12
take a few more ticks to actually throttle down. hopefully helps in
Ted Unangst
2014-11-03
pass size argument to free()
Theo de Raadt
2014-10-17
cpu_setperf and perflevel must remain exposed, otherwise a bunch of
Theo de Raadt
2014-10-17
redo the performance throttling in the kernel.
Ted Unangst
2014-07-04
Track whether a process is a zombie or not yet fully built via flags
Philip Guenther
2014-05-15
Move from struct proc to process the reference-count-holding pointers
Philip Guenther
2013-06-03
Convert some internal APIs to use timespecs instead of timevals
Philip Guenther
2013-06-02
Use long long and %lld for printing tv_sec values
Philip Guenther
2013-03-28
do not include machine/cpu.h from a .c file; it is the responsibility of
Theo de Raadt
2012-07-09
Tedu old comment concerning cpu affinity which does not apply anymore.
Christiano F. Haesbaert
2012-03-23
Make rusage totals, itimers, and profile settings per-process instead
Philip Guenthe
2012-02-20
First steps for making ptrace work with rthreads:
Philip Guenthe
2011-07-07
Functions used in files other than where they are defined should be
Philip Guenthe
2011-07-06
Stop using the P_BIGLOCK flag to figure out when we should release the
Artur Grabowski
2011-03-07
The scheduling 'nice' value is per-process, not per-thread, so move it
Philip Guenthe
2010-09-24
Add stricter asserts to DIAGNOSTIC kernels to help catch mutex and
Matthew Dempsky
2010-06-30
This comment is unnecessarily confusing.
Artur Grabowski
2010-01-03
Use atomic operations to access the per-cpu scheduler flags.
Mark Kettenis
2009-04-14
Some tweaks to the cpu affinity code.
Artur Grabowski
2009-03-23
Processor affinity for processes.
Artur Grabowski
2008-11-06
Some paranoia and deconfusion.
Artur Grabowski
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-07-18
Add a macro that clears the want_resched flag that need_resched sets.
Artur Grabowski
2008-05-22
kill 2 bogus ARGUSED and use the LIST_FOREACH() macro
Thordur I. Bjornsson
[next]