aboutsummaryrefslogtreecommitdiff
path: root/include/linux/memory_alloc.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: memory_alloc: Support 64-bit physical addressesLaura Abbott2013-04-111-8/+13
| | | | | | | | | | | | The current memory allocation code does not support physical addresses above 32-bits, meaning that LPAE is not supported. Change the types of the code internally to support 64-bit physical addresses. Full 64-bit virtual addresses may not be fully supported so this code will still need an update when that happens. Change-Id: I0c4a7b76784981ffcd7f4776d51e05f3592bb7b8 Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
* Update copyright to The Linux FoundationDuy Truong2013-02-131-1/+1
| | | | | Change-Id: I9d411a9c00b37d0907066dbfa6db3a78c108646f Signed-off-by: Duy Truong <dtruong@codeaurora.org>
* lib: Add debugfs file for tracking memory allocationsJordan Crouse2011-10-031-0/+5
| | | | | | | | Add caller information to memory allocation calls and create /sys/kernel/debug/mempool/map to show the current set of allocations across all memory pools. Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
* Initial ContributionBryan Huntsman2011-10-031-0/+53
msm-2.6.38: tag AU_LINUX_ANDROID_GINGERBREAD.02.03.04.00.142 Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>