aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/zcache
Commit message (Expand)AuthorAgeFilesLines
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-6/+3
* Staging: zcache: remove unnecessary braces in zcache-main.cRyo Munakata2013-01-291-3/+2
* staging: zcache: fix ppc64 and other arches where PAGE_SIZE!=4KDan Magenheimer2013-01-251-2/+5
* staging: zcache: fix uninitialized variable compile warningDan Magenheimer2013-01-181-1/+1
* staging: zcache: adjustments to config/build files due to renamingDan Magenheimer2013-01-182-12/+7
* staging: zcache: rename ramster to zcacheDan Magenheimer2013-01-1822-0/+10481
* Staging: zcache: delete itGreg Kroah-Hartman2013-01-155-3070/+0
* Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2012-09-161-4/+3
|\
| * staging: zcache: fix cleancache race condition with shrinkerSeth Jennings2012-09-051-4/+3
* | staging: zcache: fix spelling of commentMarcus Karlsson2012-09-051-1/+1
|/
* staging: zsmalloc: add mapping modesSeth Jennings2012-07-091-3/+3
* staging: zcache: cleanup the code between tmem_obj_init and tmem_obj_findXiao Guangrong2012-07-091-30/+33
* staging: zcache: introduce get_zcache_clientXiao Guangrong2012-07-091-23/+23
* staging: zcache: cleanup zcache_do_preload and zcache_put_pageXiao Guangrong2012-07-091-21/+16
* staging: zcache: optimize zcache_do_preloadXiao Guangrong2012-07-091-12/+9
* staging: zcache: cleanup zbud_initXiao Guangrong2012-07-091-4/+2
* staging: zcache: mark zbud_init/zcache_comp_init as __initXiao Guangrong2012-07-091-2/+2
* staging: zcache: remove unnecessary config option dependenceXiao Guangrong2012-07-091-5/+2
* staging: zcache: fix a compile warningXiao Guangrong2012-07-091-0/+2
* staging: zcache: fix refcount leakXiao Guangrong2012-07-091-1/+2
* staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOCSeth Jennings2012-06-251-4/+1
* Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman2012-06-251-5/+5
|\
| * Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-041-5/+5
| |\
| | * frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk2012-05-151-5/+5
* | | staging: zcache: don't limit number of pools per clientSasha Levin2012-06-141-17/+21
* | | staging: zsmalloc: zsmalloc: use unsigned long instead of void *Minchan Kim2012-06-111-6/+6
|/ /
* | staging: zcache: fix Kconfig crypto dependencySeth Jennings2012-04-241-1/+1
|/
* Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-221-5/+5
|\
| * Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk2012-03-191-5/+5
| |\
| | * mm: zcache/tmem/cleancache: s/flush/invalidate/Dan Magenheimer2012-01-231-5/+5
* | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-6/+6
|\ \ \
| * | | zcache: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-8/+8
| |/ /
* | | staging/zmem: Use lockdep_assert_held instead of spin_is_lockedAndi Kleen2012-03-161-1/+1
* | | staging: zcache: make zcache builtin onlySeth Jennings2012-03-071-1/+1
* | | staging: zcache: fix memory corruption bugSeth Jennings2012-02-291-4/+2
* | | staging: zcache: fix length type mismatchSeth Jennings2012-02-291-4/+4
* | | staging: zcache: avoid AB-BA deadlock conditionAndrea Righi2012-02-241-2/+2
* | | staging: fix powerpc linux-next break on zsmallocSeth Jennings2012-02-131-1/+3
* | | Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman2012-02-102-71/+169
|\ \ \ | |/ / |/| |
| * | staging: zcache: replace xvmalloc with zsmallocSeth Jennings2012-02-092-41/+44
| * | staging: zcache: fix serialization bug in zv statsSeth Jennings2012-02-091-7/+7
| * | staging: zcache: crypto API supportSeth Jennings2012-02-082-31/+126
* | | staging: zcache: fix serialization bug in zv statsSeth Jennings2012-02-081-7/+7
* | | zcache: Set SWIZ_BITS to 8 to reduce tmem bucket lock contention.Dan Magenheimer2012-02-081-2/+2
* | | zcache: fix deadlock conditionDan Magenheimer2012-02-081-4/+3
|/ /
* | Staging: zcache: Fix calls to obsolete functionBernhard Heinloth2011-11-261-3/+3
|/
* Merge branch 'staging-next' into Linux 3.1Greg Kroah-Hartman2011-10-251-33/+18
|\
| * staging: zcache: remove zcache_direct_reclaim_lockSeth Jennings2011-10-171-27/+4
| * staging: zcache: reduce tmem bucket lock contentionSeth Jennings2011-10-121-1/+3
| * staging: zcache: fix crash on cpu removeSeth Jennings2011-10-111-2/+8