summaryrefslogtreecommitdiffstats
path: root/drivers/staging/zsmalloc
Commit message (Expand)AuthorAgeFilesLines
* staging: zsmalloc: access page->private by using page_private macroSunghan Suh2013-07-231-2/+2
* staging/zsmalloc: Fixed up incorrect formatted commentsSara Bird2013-05-212-3/+3
* Staging: Fixes string split across lines in zsmalloc zsmalloc-mainMarlies Ruck2013-05-201-2/+1
* staging/zsmalloc: don't use pgtable-mapping from modulesArnd Bergmann2013-04-231-1/+1
* staging: zsmalloc: Fix link error on ARMJoerg Roedel2013-03-282-5/+2
* mm: rename page struct field helpersMel Gorman2013-02-231-1/+1
* staging: zsmalloc: remove unused pool nameSeth Jennings2013-01-302-9/+3
* staging: zsmalloc: Fix TLB coherency and build problemMinchan Kim2013-01-291-6/+4
* staging: zsmalloc: make CLASS_DELTA relative to PAGE_SIZESeth Jennings2013-01-291-1/+1
* staging: zsmalloc: comment zs_create_pool functionDavidlohr Bueso2013-01-151-0/+11
* zsmalloc: collapse internal .h into .cSeth Jennings2012-08-132-150/+131
* staging: zsmalloc: add page table mapping methodSeth Jennings2012-08-132-54/+134
* staging: zsmalloc: prevent mappping in interrupt contextSeth Jennings2012-08-131-0/+8
* staging: zsmalloc: s/firstpage/page in new copy map funcsSeth Jennings2012-08-131-6/+6
* staging: zsmalloc: add mapping modesSeth Jennings2012-07-093-12/+32
* staging: zsmalloc: add details to zs_map_object boiler plateSeth Jennings2012-07-091-1/+6
* staging: zsmalloc: add single-page object fastpath in unmapSeth Jennings2012-07-091-5/+10
* staging: zsmalloc: remove x86 dependencySeth Jennings2012-07-093-36/+72
* staging: zsmalloc: Finish conversion to a separate moduleBen Hutchings2012-06-201-26/+7
* staging: zsmalloc: fix uninit'ed variable warningSeth Jennings2012-06-131-2/+2
* staging: zsmalloc documentationNitin Gupta2012-06-111-0/+48
* staging: zsmalloc: zsmalloc: use unsigned long instead of void *Minchan Kim2012-06-112-19/+17
* staging: zsmalloc: add/fix function commentMinchan Kim2012-05-091-6/+11
* staging: zsmalloc: rename zspage_order with zspage_pagesMinchan Kim2012-05-092-8/+8
* Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-021-5/+4
|\
| * zsmalloc: use PageFlag macro instead of [set|test]_bitMinchan Kim2012-04-251-5/+4
* | staging: zsmalloc: fix memory leakNitin Gupta2012-04-101-12/+18
|/
* staging: zsmalloc: remove SPARSEMEM dep from KconfigSeth Jennings2012-03-071-1/+1
* staging: zsmalloc: change ZS_MIN_ALLOC_SIZESeth Jennings2012-03-071-1/+3
* staging: zsmalloc: calculate MAX_PHYSMEM_BITS if not definedSeth Jennings2012-03-071-0/+14
* staging: zsmalloc: add ZS_MAX_PAGES_PER_ZSPAGESeth Jennings2012-03-072-7/+8
* staging: zsmalloc: move object/handle masking definesSeth Jennings2012-03-072-12/+12
* staging: fix powerpc linux-next break on zsmallocSeth Jennings2012-02-132-1/+5
* staging: zsmalloc: zsmalloc memory allocation libraryNitin Gupta2012-02-085-0/+927
OpenPOWER on IntegriCloud