From: Thadeu Lima de Souza Cascardo Date: Mon, 7 Dec 2009 04:45:58 +0000 (-0200) Subject: Change the order of memory management to come before concurrency. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=commitdiff_plain;h=4cb6e35d89c1eb70e563ac37ace239a289fc301e Change the order of memory management to come before concurrency. --- diff --git a/summary/summary.xml b/summary/summary.xml index 39db6f3..4a74eb4 100644 --- a/summary/summary.xml +++ b/summary/summary.xml @@ -116,6 +116,24 @@ Processors and Memory Layout + +Memory Management + + +kmalloc/kfree + + +Memory Access + + +Lookaside cache (slabs) + + +vmalloc + + + + Process and Concurrency Management @@ -176,24 +194,6 @@ Workqueues - -Memory Management - - -kmalloc/kfree - - -Memory Access - - -Lookaside cache (slabs) - - -vmalloc - - - - Advanced Character Device