Memory Management Presentations

From eLinux.org
Revision as of 22:57, 15 October 2020 by Satishrajguru (talk | contribs) (Allocators for Compressed Pages: In-depth Comparison with z3fold in Focus [ELCE 2017])
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.