Memory Management Presentations

From eLinux.org
Revision as of 22:26, 18 October 2020 by Satishrajguru (talk | contribs) (A Simple Method to Detect Memory Leaks and Buffer Overruns [ELCE 2010])
Jump to: navigation, search

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.