summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-12fix vm_page initializationpmm-2015-08-12Justus Winter
2015-07-26yyy vm: destroy pagesJustus Winter
2015-07-26XXX pmm from x15, userspace crashes soonJustus Winter
2015-07-26yyy biosmem workaroundJustus Winter
2015-07-26YYY kern: implement queue_replaceJustus Winter
2015-07-26yyy vm: add vm_map_infoJustus Winter
2015-07-26linux: adapt glueJustus Winter
2015-07-26xxx avoid allocaJustus Winter
2015-07-26kern/slab: directmap updateRichard Braun
2015-07-26kern/slab: rename constructor typeRichard Braun
2015-07-26kern/slab: move internal data to slab_i.hRichard Braun
2015-07-26kern/slab: rework buffer-to-slab lookupRichard Braun
2015-07-26kern/slab: remove the KMEM_CACHE_NORECLAIM flagRichard Braun
2015-07-26vm: verbatim import of x15's physical page allocatorJustus Winter
2015-07-26kern: remove the list of free stacksJustus Winter
2015-07-26kern: allocate kernel stacks using the slab allocatorJustus Winter
2015-07-26kern: use a general lock for the IPC structuresfix-ipc-space-locking-2015-07-27Justus Winter
2015-07-26vm/object: use a general lock to protect vm objectsJustus Winter
2015-07-26kern/lock: add lock_takenJustus Winter
2015-07-26vm/object: use a general lock to protect the object cacheJustus Winter
2015-07-26kern/bootstrap: tune lockingJustus Winter
2015-07-26vm: use a general lock to protect the default memory managerJustus Winter
2015-07-26device: use general lock for port listsJustus Winter
2015-07-26device: use general lock for `mach_device'Justus Winter
2015-07-26turn all_psets_lock into a general lockJustus Winter
2015-07-26yyy more general locks, crashes, maybe b/c interrupt handlerJustus Winter
2015-07-26kern: new function `thread_sleep_lock'Justus Winter
2015-07-25kern: add boot-time clock, use it for time stampsHEADmasterJustus Winter
2015-07-25include: provide time-value substractionJustus Winter
2015-07-25kern/lock: make sure the macros are only used on simple locksJustus Winter
2015-07-25Disable the kernel tracing system XPRJustus Winter
2015-07-25ipc/space: inline reference countingJustus Winter
2015-07-25Make sure the field offsets are updatedJustus Winter
2015-07-20kern/bootstrap: deallocate threadJustus Winter
2015-07-19kern/bootstrap: deallocate taskJustus Winter
2015-07-18linux/net: fix build with -O0Justus Winter
2015-07-18kern/printf: do not serialize printf and coJustus Winter
2015-07-18kern/lock: use compiler built-in functions to get return addressJustus Winter
2015-07-18kern/bootstrap: fix lockingJustus Winter
2015-07-18kern/slab: fix lockingJustus Winter
2015-07-15ipc: use a general lock to protect IPC spacesJustus Winter
2015-07-15ipc: fix the locking of the IPC entry allocation functionsJustus Winter
2015-07-15i386: fix typoJustus Winter
2015-07-12ipc: avoid kmem_allocJustus Winter
2015-07-12vm: really fix traversing the list of inactive pagesJustus Winter
2015-07-11kern: make sure the queue macros are only used on queuesJustus Winter
2015-07-11vm: fix traversing the list of inactive pagesJustus Winter
2015-07-10vm: drop debugging remnantsJustus Winter
2015-07-10kern: make printf handle long long integersJustus Winter
2015-07-09vm: fix panic messageJustus Winter