summaryrefslogtreecommitdiff
path: root/kern/machine.c
AgeCommit message (Expand)Author
2024-02-23kern: move pset_idle_lock/unlock to headerSamuel Thibault
2024-02-23kern: Use _nocheck variants of locks taken at splsched()Damien Zammit
2024-02-11smp: Create AP processor set and put all APs inside itDamien Zammit
2023-09-24percpu active_thread using gs segmentDamien Zammit
2023-04-07Remove host_get_boot_info and host_get_kernel_boot_info since they are not used.Flavio Cruz
2023-03-13Use c_string to define host_get_kernel_version and host_get_kernel_boot_info.Flavio Cruz
2023-02-15smp: Fix more busy loopsSamuel Thibault
2023-02-08slock: Fix initialization of statically-allocated slocksSamuel Thibault
2023-01-24Fix several warnings for -Wmissing-prototypesFlavio Cruz
2023-01-19Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz
2023-01-13Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for ma...Flavio Cruz
2023-01-07Move cpu_down and other functions inside SMP ifdefFlavio Cruz
2022-12-27Fix some warnings with -Wmissing-prototypes.Flavio Cruz
2022-05-27convert K&R into ansiGuy-Fleury Iteriteka
2021-04-04SMP: Fix warningsSamuel Thibault
2015-08-28Add a thread_no_continuation definitionFlávio Cruz
2014-04-04Convert from K&R to ANSIMarin Ramesa
2013-12-20Declare void argument lists (part 2)Marin Ramesa
2013-12-17Mark functions that don't return with attribute noreturnMarin Ramesa
2013-12-17kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-08kern/machine.c: remove __volatile__Marin Ramesa
2013-11-24kern: move forward declarations into a header fileMarin Ramesa
2013-11-24Remove leftover register qualifiersMarin Ramesa
2013-11-13kern: remove register qualifiersMarin Ramesa
2013-11-09Remove lint codeMarin Ramesa
2011-09-02Remove long obsolete RPC routinesGuillem Jover
2009-06-182008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2009-06-182008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2009-06-182006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2009-06-182006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182006-11-05 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2009-06-182006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2009-06-182006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2001-04-052001-04-04 Roland McGrath <roland@frob.com>Roland McGrath
1997-02-25Initial sourceThomas Bushnell