index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
zram: add more compression algorithms
Sergey Senozhatsky
2017-09-25
1
-0
/
+9
*
zram: delete custom lzo/lz4
Sergey Senozhatsky
2017-09-25
8
-174
/
+2
*
zram: use crypto api to check alg availability
Sergey Senozhatsky
2017-09-25
4
-33
/
+60
*
zram: switch to crypto compress API
Sergey Senozhatsky
2017-09-25
4
-52
/
+69
*
zram: rename zstrm find-release functions
Sergey Senozhatsky
2017-09-25
3
-8
/
+8
*
zram: introduce per-device debug_stat sysfs node
Sergey Senozhatsky
2017-09-25
4
-0
/
+32
*
zram: remove max_comp_streams internals
Sergey Senozhatsky
2017-09-25
4
-59
/
+19
*
zram: user per-cpu compression streams
Sergey Senozhatsky
2017-09-25
3
-232
/
+117
*
mm/zpool: add name argument to create zpool
Ganesh Mahendran
2017-09-25
3
-5
/
+9
*
mm/zpool: use prefixed module loading
Kees Cook
2017-09-25
2
-1
/
+86
*
zbud: add to mm/
Seth Jennings
2017-09-25
3
-0
/
+550
*
zsmalloc: use OBJ_TAG_BIT for bit shifter
Minchan Kim
2017-09-25
1
-6
/
+6
*
zsmalloc: use freeobj for index
Minchan Kim
2017-09-25
1
-66
/
+73
*
zsmalloc: separate free_zspage from putback_zspage
Minchan Kim
2017-09-25
1
-16
/
+11
*
zsmalloc: introduce zspage structure
Minchan Kim
2017-09-25
1
-293
/
+241
*
zsmalloc: factor page chain functionality out
Minchan Kim
2017-09-25
1
-24
/
+36
*
zsmalloc: use accessor
Minchan Kim
2017-09-25
1
-22
/
+60
*
zsmalloc: use bit_spin_lock
Minchan Kim
2017-09-25
1
-7
/
+3
*
zsmalloc: keep max_object in size_class
Minchan Kim
2017-09-25
1
-19
/
+15
*
update "mm/zsmalloc: don't fail if can't create debugfs info"
Dan Streetman
2017-09-25
1
-19
/
+16
*
mm/zsmalloc: don't fail if can't create debugfs info
Dan Streetman
2017-09-25
1
-11
/
+7
*
zsmalloc: require GFP in zs_malloc()
Sergey Senozhatsky
2017-09-25
3
-15
/
+17
*
zsmalloc: remove unused pool param in obj_free
Minchan Kim
2017-09-25
1
-4
/
+3
*
zsmalloc: reorder function parameters
Minchan Kim
2017-09-25
1
-24
/
+26
*
zsmalloc: use first_page rather than page
Minchan Kim
2017-09-25
1
-30
/
+32
*
zsmalloc: fix zs_can_compact() integer overflow
Sergey Senozhatsky
2017-09-25
1
-2
/
+5
*
mm/zsmalloc: add `freeable' column to pool stat
Sergey Senozhatsky
2017-09-25
1
-7
/
+13
*
zsmalloc: drop unused member 'mapping_area->huge'
YiPing Xu
2017-09-25
1
-6
/
+3
*
zsmalloc: fix migrate_zspage-zs_free race condition
Junil Lee
2017-09-25
1
-1
/
+13
*
zsmalloc: reorganize struct size_class to pack 4 bytes hole
Weijie Yang
2017-09-25
1
-2
/
+2
*
zsmalloc: use page->private instead of page->first_page
Kirill A. Shutemov
2017-09-25
1
-6
/
+5
*
zsmalloc: reduce size_class memory usage
Sergey Senozhatsky
2017-09-25
1
-4
/
+13
*
mm/zsmalloc.c: remove useless line in obj_free()
Hui Zhu
2017-09-25
1
-3
/
+0
*
zsmalloc: use preempt.h for in_interrupt()
Sergey Senozhatsky
2017-09-25
1
-1
/
+1
*
zsmalloc: fix obj_to_head use page_private(page) as value but not pointer
Hui Zhu
2017-09-25
1
-1
/
+1
*
zsmalloc: add comments for ->inuse to zspage
Hui Zhu
2017-09-25
1
-0
/
+1
*
zsmalloc: remove null check from destroy_handle_cache()
Sergey Senozhatsky
2017-09-25
1
-2
/
+1
*
zsmalloc: use class->pages_per_zspage
Minchan Kim
2017-09-25
1
-3
/
+2
*
zsmalloc: consider ZS_ALMOST_FULL as migrate source
Minchan Kim
2017-09-25
1
-7
/
+10
*
zsmalloc: partial page ordering within a fullness_list
Sergey Senozhatsky
2017-09-25
1
-5
/
+14
*
zsmalloc: account the number of compacted pages
Sergey Senozhatsky
2017-09-25
4
-14
/
+22
*
zram: add `compact` sysfs entry to documentation
Sergey Senozhatsky
2017-09-25
1
-1
/
+1
*
zsmalloc/zram: introduce zs_pool_stats api
Sergey Senozhatsky
2017-09-25
4
-21
/
+30
*
zsmalloc: cosmetic compaction code adjustments
Sergey Senozhatsky
2017-09-25
1
-6
/
+6
*
zsmalloc: introduce zs_can_compact() function
Sergey Senozhatsky
2017-09-25
1
-0
/
+26
*
zsmalloc: always keep per-class stats
Sergey Senozhatsky
2017-09-25
1
-32
/
+8
*
zsmalloc: drop unused variable `nr_to_migrate'
Sergey Senozhatsky
2017-09-25
1
-4
/
+0
*
zram: don't call idr_remove() from zram_remove()
Jerome Marchand
2017-09-25
1
-3
/
+4
*
zram/zcomp: do not zero out zcomp private pages
Sergey Senozhatsky
2017-09-25
2
-4
/
+4
*
zram: pass gfp from zcomp frontend to backend
Minchan Kim
2017-09-25
4
-35
/
+23
[prev]
[next]