BINDER IPC mechanism can be used to send fd to another process for sharing
- ION 참고자료
- 2013.09.11, Android ION overview, Benjamin Guignard, https://wiki.linaro.org/BenjaminGaignard/ion
- 2013.09.04, Integrating the ION memory allocator, John Stultz, https://lwn.net/Articles/565469/
- 2013.03.28, [ION] Sharing a buffer between kernel-space and user-space, 윤대석, http://woodz.tistory.com/50
- 2013.03.25, [LWN] The Android ION memory allocator - 번역, 윤대석, http://woodz.tistory.com/49
- 2012, Memory Management, Feng Qin, CSE Dept., The Ohio State University, http://web.cse.ohio-state.edu/~xuan.3/courses/694/Memory-Management.pdf
- 2012.07.24, ION Buffer sharing mechanism, groleo, https://groleo.wordpress.com/2012/07/24/ion-buffer-sharing-mechanism/
- 2012.02.08, The Android ION memory allocator, Thomas M. Zeng, https://lwn.net/Articles/480055/
- pmem history
- 2012.01.28, b0d017e Staging: android: Remove pmem driver - v3.3 (v3.3-rc4)
M drivers/staging/android/Kconfig
M drivers/staging/android/Makefile
D drivers/staging/android/android_pmem.h
D drivers/staging/android/pmem.c - 2012.01.18, [Ce-android-mainline] [RFC][PATCH 1/1] gpu: ion: Add IOMMU heap allocator with IOMMU API, https://lists.linuxfoundation.org/pipermail/ce-android-mainline/2012-January/000024.html
- 2008.07.25, b6aba85 staging: android: add pmem driver - v3.3 (v3.3-rc1)
'Linux Internal > mm' 카테고리의 다른 글
active mm & tlb flush at context_switch (0) | 2022.05.09 |
---|---|
mm: vmscan: shrink_zone (0) | 2017.07.22 |
dma: history (0) | 2017.07.09 |
PageReserved source (0) | 2012.07.16 |