Difference between revisions of "Memory Management Presentations"

From eLinux.org
Jump to: navigation, search
(Introduction to HyperBus Memory Devices [ELCE 2019])
(Allocators for Compressed Pages: In-depth Comparison with z3fold in Focus [ELCE 2017])
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]

Revision as of 22:57, 15 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.