index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
zsmalloc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-14
zsmalloc: collapse internal .h into .c
Seth Jennings
2
-150
/
+131
2012-08-14
staging: zsmalloc: add page table mapping method
Seth Jennings
2
-54
/
+134
2012-08-14
staging: zsmalloc: prevent mappping in interrupt context
Seth Jennings
1
-0
/
+8
2012-08-14
staging: zsmalloc: s/firstpage/page in new copy map funcs
Seth Jennings
1
-6
/
+6
2012-07-09
staging: zsmalloc: add mapping modes
Seth Jennings
3
-12
/
+32
2012-07-09
staging: zsmalloc: add details to zs_map_object boiler plate
Seth Jennings
1
-1
/
+6
2012-07-09
staging: zsmalloc: add single-page object fastpath in unmap
Seth Jennings
1
-5
/
+10
2012-07-09
staging: zsmalloc: remove x86 dependency
Seth Jennings
3
-36
/
+72
2012-06-21
staging: zsmalloc: Finish conversion to a separate module
Ben Hutchings
1
-26
/
+7
2012-06-14
staging: zsmalloc: fix uninit'ed variable warning
Seth Jennings
1
-2
/
+2
2012-06-11
staging: zsmalloc documentation
Nitin Gupta
1
-0
/
+48
2012-06-11
staging: zsmalloc: zsmalloc: use unsigned long instead of void *
Minchan Kim
2
-19
/
+17
2012-05-10
staging: zsmalloc: add/fix function comment
Minchan Kim
1
-6
/
+11
2012-05-10
staging: zsmalloc: rename zspage_order with zspage_pages
Minchan Kim
2
-8
/
+8
2012-05-02
Merge 3.4-rc5 into staging-next
Greg Kroah-Hartman
1
-5
/
+4
2012-04-25
zsmalloc: use PageFlag macro instead of [set|test]_bit
Minchan Kim
1
-5
/
+4
2012-04-10
staging: zsmalloc: fix memory leak
Nitin Gupta
1
-12
/
+18
2012-03-08
staging: zsmalloc: remove SPARSEMEM dep from Kconfig
Seth Jennings
1
-1
/
+1
2012-03-08
staging: zsmalloc: change ZS_MIN_ALLOC_SIZE
Seth Jennings
1
-1
/
+3
2012-03-08
staging: zsmalloc: calculate MAX_PHYSMEM_BITS if not defined
Seth Jennings
1
-0
/
+14
2012-03-08
staging: zsmalloc: add ZS_MAX_PAGES_PER_ZSPAGE
Seth Jennings
2
-7
/
+8
2012-03-08
staging: zsmalloc: move object/handle masking defines
Seth Jennings
2
-12
/
+12
2012-02-13
staging: fix powerpc linux-next break on zsmalloc
Seth Jennings
2
-1
/
+5
2012-02-09
staging: zsmalloc: zsmalloc memory allocation library
Nitin Gupta
5
-0
/
+927