summaryrefslogtreecommitdiffstats
path: root/drivers/staging/zsmalloc
AgeCommit message (Expand)AuthorLines
2014-01-30zsmalloc: move it under mmMinchan Kim-1183/+0
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-12-10zsmalloc: add more commentNitin Cupta-11/+64
2013-12-10zsmalloc: add Kconfig for enabling page table methodMinchan Kim-15/+17
2013-11-25staging: zsmalloc: Ensure handle is never 0 on successOlav Haugan-4/+13
2013-10-11zsmalloc: Fix "map_vm_area" undefined reference errors.Majunath Goudar-0/+1
2013-07-23staging: zsmalloc: access page->private by using page_private macroSunghan Suh-2/+2
2013-05-21staging/zsmalloc: Fixed up incorrect formatted commentsSara Bird-3/+3
2013-05-20Staging: Fixes string split across lines in zsmalloc zsmalloc-mainMarlies Ruck-2/+1
2013-04-23staging/zsmalloc: don't use pgtable-mapping from modulesArnd Bergmann-1/+1
2013-03-28staging: zsmalloc: Fix link error on ARMJoerg Roedel-5/+2
2013-02-23mm: rename page struct field helpersMel Gorman-1/+1
2013-01-30staging: zsmalloc: remove unused pool nameSeth Jennings-9/+3
2013-01-29staging: zsmalloc: Fix TLB coherency and build problemMinchan Kim-6/+4
2013-01-29staging: zsmalloc: make CLASS_DELTA relative to PAGE_SIZESeth Jennings-1/+1
2013-01-15staging: zsmalloc: comment zs_create_pool functionDavidlohr Bueso-0/+11
2012-08-13zsmalloc: collapse internal .h into .cSeth Jennings-150/+131
2012-08-13staging: zsmalloc: add page table mapping methodSeth Jennings-54/+134
2012-08-13staging: zsmalloc: prevent mappping in interrupt contextSeth Jennings-0/+8
2012-08-13staging: zsmalloc: s/firstpage/page in new copy map funcsSeth Jennings-6/+6
2012-07-09staging: zsmalloc: add mapping modesSeth Jennings-12/+32
2012-07-09staging: zsmalloc: add details to zs_map_object boiler plateSeth Jennings-1/+6
2012-07-09staging: zsmalloc: add single-page object fastpath in unmapSeth Jennings-5/+10
2012-07-09staging: zsmalloc: remove x86 dependencySeth Jennings-36/+72
2012-06-20staging: zsmalloc: Finish conversion to a separate moduleBen Hutchings-26/+7
2012-06-13staging: zsmalloc: fix uninit'ed variable warningSeth Jennings-2/+2
2012-06-11staging: zsmalloc documentationNitin Gupta-0/+48
2012-06-11staging: zsmalloc: zsmalloc: use unsigned long instead of void *Minchan Kim-19/+17
2012-05-09staging: zsmalloc: add/fix function commentMinchan Kim-6/+11
2012-05-09staging: zsmalloc: rename zspage_order with zspage_pagesMinchan Kim-8/+8
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman-5/+4
2012-04-25zsmalloc: use PageFlag macro instead of [set|test]_bitMinchan Kim-5/+4
2012-04-10staging: zsmalloc: fix memory leakNitin Gupta-12/+18
2012-03-07staging: zsmalloc: remove SPARSEMEM dep from KconfigSeth Jennings-1/+1
2012-03-07staging: zsmalloc: change ZS_MIN_ALLOC_SIZESeth Jennings-1/+3
2012-03-07staging: zsmalloc: calculate MAX_PHYSMEM_BITS if not definedSeth Jennings-0/+14
2012-03-07staging: zsmalloc: add ZS_MAX_PAGES_PER_ZSPAGESeth Jennings-7/+8
2012-03-07staging: zsmalloc: move object/handle masking definesSeth Jennings-12/+12
2012-02-13staging: fix powerpc linux-next break on zsmallocSeth Jennings-1/+5
2012-02-08staging: zsmalloc: zsmalloc memory allocation libraryNitin Gupta-0/+927