aboutsummaryrefslogtreecommitdiff
path: root/kern/thread.c
Commit message (Expand)AuthorAgeFilesLines
* Add thread_get_name RPC to get the name of a thread.Flavio Cruz2024-07-141-0/+21
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-1/+1
* Check for null ports in task_set_essential, task_set_name and thread_set_name.Flavio Cruz2024-02-281-0/+3
* Add thread_set_name RPC.Flavio Cruz2024-02-121-0/+20
* Replace kernel header includes in include/mach/mach_types.h with forward decl...Flavio Cruz2024-02-121-0/+4
* smp: Fix parenthesis around logic expression valueDamien Zammit2024-02-111-1/+1
* percpu: active_stack with gsDamien Zammit2023-09-251-3/+1
* percpu active_thread using gs segmentDamien Zammit2023-09-241-2/+1
* kern/thread: Only loop over cpus that existDamien Zammit2023-08-061-1/+2
* add setting gs/fsbaseLuca Dariz2023-05-011-0/+3
* Update task_basic_info and thread_basic_info to include time_value64_t data.Flavio Cruz2023-04-271-4/+12
* Track task and thread time using time_value64_t.Flavio Cruz2023-03-131-8/+11
* fix rpc time value for 64 bitLuca Dariz2023-02-121-1/+1
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-3/+3
* Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz2023-01-191-3/+3
* Add static qualifiersFlavio Cruz2023-01-181-1/+1
* Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for ma...Flavio Cruz2023-01-131-0/+2
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-5/+4
* add port name typesLuca Dariz2022-08-271-2/+2
* thread_terminate_release: Error out early if thread is NULLSamuel Thibault2022-01-211-0/+3
* thread: Fix thread_abort clearing of an event waitAlicia2021-12-311-0/+1
* kern/thread.c: some minor style changesAdam Kandur2021-12-301-34/+22
* thread_info: Fix crash when requesting for thread that never ranSamuel Thibault2021-04-051-3/+4
* thread_info: Fix returning last_processorSamuel Thibault2021-04-051-1/+1
* patch: add last_processor to thread info structuresAlmudena Garcia2019-10-271-2/+11
* Fix interactivity of inactive threadsSamuel Thibault2018-11-191-0/+11
* Fix task and thread collection frequencySamuel Thibault2018-11-191-1/+2
* Drop SIMPLE_CLOCK supportSamuel Thibault2018-11-191-7/+0
* Drop the register qualifier.Justus Winter2017-10-231-1/+1
* VM: improve pageout deadlock workaroundRichard Braun2016-09-161-3/+3
* Allow setting x86 debug flags for the current threadSamuel Thibault2016-06-101-0/+12
* Fix gcc-6 warningsSamuel Thibault2016-05-181-2/+2
* Fix stack allocation on XenRichard Braun2016-03-091-21/+12
* Inherit fpu control word from parent to childSamuel Thibault2016-03-061-1/+1
* Fix various memory managment errorsRichard Braun2016-02-021-11/+17
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-5/+9
* Make sure the reply port's reference is released when the thread needs to be ...Flávio Cruz2015-08-281-2/+2
* Add a thread_no_continuation definitionFlávio Cruz2015-08-281-1/+1
* kern: add boot-time clock, use it for time stampsJustus Winter2015-07-251-1/+2
* kern: fix error handlingJustus Winter2015-06-201-1/+5
* kern: fix argument handlingJustus Winter2015-05-291-0/+3
* kern: gracefully handle resource shortageJustus Winter2015-05-201-5/+6
* kern: disable stack allocation counters by defaultJustus Winter2015-04-231-8/+7
* kern: reduce the size of `struct thread'Justus Winter2015-02-201-6/+6
* kern: avoid #if 0ing out thread_collect_scanJustus Winter2015-02-181-2/+0
* kern: avoid the casts in enqueue_head() and enqueue_tail()Marin Ramesa2013-12-171-1/+1
* Mark functions that don't return with attribute noreturnMarin Ramesa2013-12-171-2/+2
* kern/thread.c: remove forward declarationMarin Ramesa2013-12-051-2/+0
* kern: move forward declarations into a header fileMarin Ramesa2013-11-241-3/+0
* New RPC for thread destructionRichard Braun2013-11-241-0/+24