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
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
GCC: Fix up for gcc 5+
mydongistiny
2018-11-29
2
-1
/
+2
*
panic on !PageSlab && !PageCompound in ksize
Daniel Micay
2018-05-16
1
-1
/
+1
*
panic on kmem_cache_free with the wrong cache
Daniel Micay
2018-05-16
1
-4
/
+2
*
always perform cache_from_obj sanity checks
Daniel Micay
2018-05-16
1
-10
/
+0
*
real slab_equal_or_root check for !MEMCG_KMEM
Daniel Micay
2018-05-16
1
-1
/
+1
*
add missing cache_from_obj !PageSlab check
Daniel Micay
2018-05-16
1
-0
/
+1
*
add slub free list XOR encryption
Daniel Micay
2018-05-16
1
-4
/
+15
*
add slub sanitization
Daniel Micay
2018-05-16
1
-0
/
+7
*
add page sanitization / verification
Daniel Micay
2018-05-16
1
-2
/
+10
*
BACKPORT: [UPSTREAM] mm: new shrinker API
Dave Chinner
2017-12-31
1
-20
/
+40
*
readahead: Fix an error (thx ramgear)
hellsgod
2017-12-26
1
-2
/
+2
*
Readahead: Optimize divide/multiply by power of 2 using L/R shift (thx ramgear)
hellsgod
2017-12-26
1
-10
/
+10
*
arm64: use the new *_relaxed macros for lower power usage
franciscofranco
2017-12-25
2
-5
/
+5
*
Finally eradicate CONFIG_HOTPLUG
Stephen Rothwell
2017-12-22
1
-1
/
+1
*
mm: page_alloc: add kasan hooks on alloc and free paths
Andrey Ryabinin
2017-12-18
5
-0
/
+32
*
mm/slob.c: remove an unnecessary check for __GFP_ZERO
Miles Chen
2017-12-02
1
-1
/
+1
*
slub: Fix sysfs duplicate filename creation when slub_debug=O
Miles Chen
2017-11-24
1
-0
/
+4
*
mm: fix overflow check in expand_upwards()
Helge Deller
2017-11-06
1
-1
/
+1
*
mm/page_alloc: Remove kernel address exposure in free_reserved_area()
Josh Poimboeuf
2017-11-06
1
-2
/
+2
*
mm: vmscan: support equal reclaim for anon and file pages
Liam Mark
2017-10-21
2
-1
/
+11
*
gather extra early boot entropy like PaX
Daniel Micay
2017-10-14
1
-0
/
+11
*
BACKPORT: Sanitize 'move_pages()' permission checks
Marissa Wall
2017-10-14
1
-8
/
+4
*
CHROMIUM: remove Android's cgroup generic permissions checks
Dmitry Torokhov
2017-09-30
1
-12
/
+0
*
mm/zpool: add name argument to create zpool
Ganesh Mahendran
2017-09-25
2
-3
/
+6
*
mm/zpool: use prefixed module loading
Kees Cook
2017-09-25
2
-1
/
+86
*
zbud: add to mm/
Seth Jennings
2017-09-25
2
-0
/
+528
*
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
1
-11
/
+13
*
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
[next]