aboutsummaryrefslogtreecommitdiff
path: root/kern/processor.c
Commit message (Expand)AuthorAgeFilesLines
* smp: Parallel SMP initDamien Zammit via Bug reports for the GNU Hurd2024-12-221-4/+0
* kern: Use _irq variant of lock and disable interruptsDamien Zammit2024-02-231-1/+1
* kern/processor: Do not set default_pset.empty on bootstrapDamien Zammit2024-02-231-2/+0
* smp: Set processor set to non-empty when adding a processorDamien Zammit2024-02-121-0/+1
* smp: Create AP processor set and put all APs inside itDamien Zammit2024-02-111-0/+3
* percpu area using gs segmentDamien Zammit2023-09-241-5/+2
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-1/+1
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-1/+1
* SMP: Fix warningsSamuel Thibault2021-04-041-0/+2
* Fix build with -fno-commonSamuel Thibault2020-03-311-0/+2
* Fix gcc-6 warningsSamuel Thibault2016-05-181-1/+1
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-1/+1
* kern: fix argument handlingJustus Winter2015-05-291-0/+2
* kern/processor.c: remove forward declarationsMarin Ramesa2013-12-051-7/+0
* kern: remove register qualifiersMarin Ramesa2013-11-131-17/+17
* Remove lint codeMarin Ramesa2013-11-091-6/+0
* Fix kern/kalloc.h includesRichard Braun2011-12-171-0/+1
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-7/+7
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-12-30 Richard Braun <syn@hurdfr.org>Samuel Thibault2009-06-181-1/+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-0/+1
* 2006-11-05 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+3
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-4/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-12/+12
* Initial sourceThomas Bushnell1997-02-251-0/+1039