Hi, I am beginner to kernel source. I decide to work on Performance Tuning. I studied some material around memory management but which material is well described for Memory management in Linux? Thank you, masoud
I think "Understanding The Linux Virtual Memory Manager" is a good choice. [1] Understanding The Linux Virtual Memory Manager: https://www.kernel.org/doc/gorman/pdf/understand.pdf 2016-02-06 2:49 GMT+08:00 masoud hematpour <mashemat@gmail.com>:
Hi,
I am beginner to kernel source. I decide to work on Performance Tuning. I studied some material around memory management but which material is well described for Memory management in Linux?
Thank you,
masoud
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- My best regards to you. No System Is Safe! mudongliang
Hi, I would suggest you to go through the Linux Kernel book Robert Love which is simpler to understand. Regards Sanjeev Sharma On Mon, Feb 8, 2016 at 2:13 PM, 慕冬亮 <mudongliangabcd@gmail.com> wrote:
I think "Understanding The Linux Virtual Memory Manager" is a good choice.
[1] Understanding The Linux Virtual Memory Manager: https://www.kernel.org/doc/gorman/pdf/understand.pdf
2016-02-06 2:49 GMT+08:00 masoud hematpour <mashemat@gmail.com>:
Hi,
I am beginner to kernel source. I decide to work on Performance Tuning. I studied some material around memory management but which material is well described for Memory management in Linux?
Thank you,
masoud
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- My best regards to you.
No System Is Safe! mudongliang
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Quoting sanjeev sharma <sanjeevsharmaengg@gmail.com>:
Hi,
I would suggest you to go through the Linux Kernel book Robert Love which is simpler to understand.
just a caution that that book is starting to show its age, even though it's still really, really good. the memory management is probably still fairly current, but i would compare all code snippets against the current kernel just in case. rday
On Mon, Feb 8, 2016 at 2:58 PM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
Quoting sanjeev sharma <sanjeevsharmaengg@gmail.com>:
Hi,
I would suggest you to go through the Linux Kernel book Robert Love which is simpler to understand.
just a caution that that book is starting to show its age, even though it's still really, really good. the memory management is probably still fairly current, but i would compare all code snippets against the current kernel just in case.
rday
I did it, last year (almost), comparing code snippet in the book toward kernel source there (I think it was version 3.10 or maybe 4.0, I don't remember precisely), the code/topics is still relevant. I am not aware of the situation for 4.14 or newer version tough. best wishes, -navid
participants (5)
-
masoud hematpour -
navid Rahimi -
Robert P. J. Day -
sanjeev sharma -
慕冬亮