aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/zsmalloc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-21staging/zsmalloc: Fixed up incorrect formatted commentsSara Bird2-3/+3
2013-05-20Staging: Fixes string split across lines in zsmalloc zsmalloc-mainMarlies Ruck1-2/+1
2013-04-23staging/zsmalloc: don't use pgtable-mapping from modulesArnd Bergmann1-1/+1
2013-03-28staging: zsmalloc: Fix link error on ARMJoerg Roedel2-5/+2
2013-02-23mm: rename page struct field helpersMel Gorman1-1/+1
2013-01-30staging: zsmalloc: remove unused pool nameSeth Jennings2-9/+3
2013-01-29staging: zsmalloc: Fix TLB coherency and build problemMinchan Kim1-6/+4
2013-01-29staging: zsmalloc: make CLASS_DELTA relative to PAGE_SIZESeth Jennings1-1/+1
2013-01-15staging: zsmalloc: comment zs_create_pool functionDavidlohr Bueso1-0/+11
2012-08-13zsmalloc: collapse internal .h into .cSeth Jennings2-150/+131
2012-08-13staging: zsmalloc: add page table mapping methodSeth Jennings2-54/+134
2012-08-13staging: zsmalloc: prevent mappping in interrupt contextSeth Jennings1-0/+8
2012-08-13staging: zsmalloc: s/firstpage/page in new copy map funcsSeth Jennings1-6/+6
2012-07-09staging: zsmalloc: add mapping modesSeth Jennings3-12/+32
2012-07-09staging: zsmalloc: add details to zs_map_object boiler plateSeth Jennings1-1/+6
2012-07-09staging: zsmalloc: add single-page object fastpath in unmapSeth Jennings1-5/+10
2012-07-09staging: zsmalloc: remove x86 dependencySeth Jennings3-36/+72
2012-06-20staging: zsmalloc: Finish conversion to a separate moduleBen Hutchings1-26/+7
2012-06-13staging: zsmalloc: fix uninit'ed variable warningSeth Jennings1-2/+2
2012-06-11staging: zsmalloc documentationNitin Gupta1-0/+48
2012-06-11staging: zsmalloc: zsmalloc: use unsigned long instead of void *Minchan Kim2-19/+17
2012-05-09staging: zsmalloc: add/fix function commentMinchan Kim1-6/+11
2012-05-09staging: zsmalloc: rename zspage_order with zspage_pagesMinchan Kim2-8/+8
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman1-5/+4
2012-04-25zsmalloc: use PageFlag macro instead of [set|test]_bitMinchan Kim1-5/+4
2012-04-10staging: zsmalloc: fix memory leakNitin Gupta1-12/+18
2012-03-07staging: zsmalloc: remove SPARSEMEM dep from KconfigSeth Jennings1-1/+1
2012-03-07staging: zsmalloc: change ZS_MIN_ALLOC_SIZESeth Jennings1-1/+3
2012-03-07staging: zsmalloc: calculate MAX_PHYSMEM_BITS if not definedSeth Jennings1-0/+14
2012-03-07staging: zsmalloc: add ZS_MAX_PAGES_PER_ZSPAGESeth Jennings2-7/+8
2012-03-07staging: zsmalloc: move object/handle masking definesSeth Jennings2-12/+12
2012-02-13staging: fix powerpc linux-next break on zsmallocSeth Jennings2-1/+5
2012-02-08staging: zsmalloc: zsmalloc memory allocation libraryNitin Gupta5-0/+927