linux/drivers/staging/zsmalloc
Seth Jennings f553646a67 staging: zsmalloc: add page table mapping method
This patchset provides page mapping via the page table.
On some archs, most notably ARM, this method has been
demonstrated to be faster than copying.

The logic controlling the method selection (copy vs page table)
is controlled by the definition of USE_PGTABLE_MAPPING which
is/can be defined for any arch that performs better with page
table mapping.

Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com>
Acked-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-08-13 19:28:09 -07:00
..
Kconfig staging: zsmalloc: remove x86 dependency 2012-07-09 11:34:59 -07:00
Makefile
zsmalloc_int.h staging: zsmalloc: add page table mapping method 2012-08-13 19:28:09 -07:00
zsmalloc-main.c staging: zsmalloc: add page table mapping method 2012-08-13 19:28:09 -07:00
zsmalloc.h staging: zsmalloc: add mapping modes 2012-07-09 11:35:00 -07:00