Completed
Example
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Reworking of KVA Allocator in Linux Kernel
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Main topics
- 3 Big data
- 4 Lost motivation
- 5 Requirements
- 6 Zones
- 7 Sequential location
- 8 Minimize external fragmentation
- 9 Current allocation scheme
- 10 Example
- 11 Drawbacks
- 12 New Locations
- 13 New Memory
- 14 New Model
- 15 How we allocate
- 16 Block diagram
- 17 Block split
- 18 Summary
- 19 Location
- 20 Performance Analysis
- 21 Rework
- 22 Redline
- 23 Stability fixes
- 24 Merged to 51
- 25 Merged to 25
- 26 Basic links
- 27 CPU contention
- 28 Research and development
- 29 Thank you