Difference between revisions of "Memory Management Presentations"

From eLinux.org
Jump to: navigation, search
(Introduction to HyperBus Memory Devices [ELCE 2019])
(Exploiting On-chip Memories in Embedded Linux Applications [ELCE 2010])
 
(3 intermediate revisions by the same user not shown)
Line 17: Line 17:
  
 
* [https://elinux.org/images/d/d3/Z3fold.pdf PDF] | [https://youtu.be/f3k4cns0e1c VIDEO]
 
* [https://elinux.org/images/d/d3/Z3fold.pdf PDF] | [https://youtu.be/f3k4cns0e1c VIDEO]
 +
 +
== Introduction to Memory Management in Linux [ELCE 2016] ==
 +
'''Presenter: '''Matt Porter, Konsulko <br>
 +
'''Summary:'''
 +
This presentation will describe the different types of virtual memory <br>
 +
spaces and mappings used in the Linux kernel, the cases in which they<br>
 +
are useful and how they are implemented in the kernel.
 +
 +
* [https://elinux.org/images/b/b0/Introduction_to_Memory_Management_in_Linux.pdf PDF] | [https://youtu.be/7aONIVSXiJ8?list=PLbzoR-pLrL6pRFP6SOywVJWdEHlmQE51q VIDEO]
 +
 +
== A Simple Method to Detect Memory Leaks and Buffer Overruns [ELCE 2010]  ==
 +
'''Presenter: '''Ravi Sankar Guntur <br>
 +
'''Summary:'''
 +
This presentation discusses about methods to detect <br>
 +
memory leaks and buffer overrun.
 +
* [https://elinux.org/images/d/d5/SafeMem-ELC-E-2010.pdf PDF]
 +
 +
== Exploiting On-chip Memories in Embedded Linux Applications  [ELCE 2010] ==
 +
'''Presenter: ''' Will Newton<br>
 +
'''Summary:'''
 +
This presentation talks about what's wrong with SDRAM,<br>
 +
what solutions are available and core memories.
 +
 +
* [https://elinux.org/images/0/09/Will_newton-elc2010-slides.pdf PDF]
 +
 +
==Asymmetric NUMA: Multiple-Memory Management For The Rest of Us [ELCE 2007] ==
 +
'''Presenter: '''Paul Mundt <br>
 +
'''Summary:'''
 +
This presentation gives information about NUMA, Linux<br>
 +
kernel memory management and application node control.
 +
 +
* [https://elinux.org/images/1/13/ELCE2007-Asymmetric_NUMA.pdf PDF]

Latest revision as of 01:15, 20 October 2020

Introduction to HyperBus Memory Devices [ELCE 2019]

Presenter: Vignesh Raghavendra, Texas Instruments
Summary: This presentation talks about the HyperBus framework
and how it supports HyperBus memory devices like HyperFlash.
The presentation introduces HyperBus protocol, CFI specification,
HyperFlash and their kernel framework.

Allocators for Compressed Pages: In-depth Comparison with z3fold in Focus [ELCE 2017]

Presenter: Vitaly Wool, Consultant
Summary: This talk discuss about the performance and compression ratio
comparisons for the allocators, z3fold streamlining work, such as
evaluating lock-less lists (lllists), wider use of atomic operations.

Introduction to Memory Management in Linux [ELCE 2016]

Presenter: Matt Porter, Konsulko
Summary: This presentation will describe the different types of virtual memory
spaces and mappings used in the Linux kernel, the cases in which they
are useful and how they are implemented in the kernel.

A Simple Method to Detect Memory Leaks and Buffer Overruns [ELCE 2010]

Presenter: Ravi Sankar Guntur
Summary: This presentation discusses about methods to detect
memory leaks and buffer overrun.

Exploiting On-chip Memories in Embedded Linux Applications [ELCE 2010]

Presenter: Will Newton
Summary: This presentation talks about what's wrong with SDRAM,
what solutions are available and core memories.

Asymmetric NUMA: Multiple-Memory Management For The Rest of Us [ELCE 2007]

Presenter: Paul Mundt
Summary: This presentation gives information about NUMA, Linux
kernel memory management and application node control.