index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-12
mm/oom_kill.c: avoid attempting to kill init sharing same memory
Chen Jie
1
-0
/
+2
2015-12-12
tmpfs: fix shmem_evict_inode() warnings on i_blocks
Hugh Dickins
1
-20
/
+14
2015-12-12
mm/hugetlb.c: fix resv map memory leak for placeholder entries
Mike Kravetz
1
-2
/
+12
2015-12-12
mm: hugetlb: call huge_pte_alloc() only if ptep is null
Naoya Horiguchi
1
-4
/
+4
2015-12-12
mm: fix kerneldoc on mem_cgroup_replace_page
Hugh Dickins
1
-1
/
+1
2015-12-12
mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...
Michal Hocko
2
-5
/
+20
2015-12-12
mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfo
Vlastimil Babka
2
-2
/
+3
2015-12-12
memcg: fix memory.high target
Vladimir Davydov
1
-1
/
+1
2015-12-12
mm: hugetlb: fix hugepage memory leak caused by wrong reserve count
Naoya Horiguchi
1
-1
/
+4
2015-12-08
Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-22
/
+23
2015-12-07
Merge branch 'master' into for-4.4-fixes
Tejun Heo
10
-109
/
+230
2015-12-03
cgroup: fix handling of multi-destination migration from subtree_control enab...
Tejun Heo
1
-22
/
+23
2015-11-23
treewide: Remove old email address
Peter Zijlstra
1
-1
/
+1
2015-11-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-75
/
+181
2015-11-22
slab/slub: adjust kmem_cache_alloc_bulk API
Jesper Dangaard Brouer
5
-10
/
+10
2015-11-22
slub: add missing kmem cgroup support to kmem_cache_free_bulk
Jesper Dangaard Brouer
1
-1
/
+5
2015-11-22
slub: fix kmem cgroup bug in kmem_cache_alloc_bulk
Jesper Dangaard Brouer
1
-18
/
+22
2015-11-22
slub: optimize bulk slowpath free by detached freelist
Jesper Dangaard Brouer
1
-30
/
+79
2015-11-22
slub: support for bulk free with SLUB freelists
Jesper Dangaard Brouer
1
-18
/
+67
2015-11-21
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-35
/
+50
2015-11-20
slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUG
Jesper Dangaard Brouer
1
-1
/
+1
2015-11-20
slub: avoid irqoff/on in bulk allocation
Christoph Lameter
1
-13
/
+11
2015-11-20
slub: create new ___slab_alloc function that can be called with irqs disabled
Christoph Lameter
1
-15
/
+29
2015-11-20
kasan: fix kmemleak false-positive in kasan_module_alloc()
Andrey Ryabinin
1
-0
/
+2
2015-11-20
mm/page-writeback.c: initialize m_dirty to avoid compile warning
Yang Shi
1
-1
/
+3
2015-11-20
mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390
Jason J. Herne
1
-2
/
+2
2015-11-20
mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()
Jerome Marchand
1
-3
/
+2
2015-11-18
mm, dax: fix DAX deadlocks (COW fault)
Yigal Korman
1
-4
/
+4
2015-11-10
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2015-11-10
hugetlb: trivial comment fix
Naoya Horiguchi
1
-2
/
+2
2015-11-10
Fix alloc_node_mem_map() to work on ia64 again
Tony Luck
1
-3
/
+4
2015-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
28
-628
/
+468
2015-11-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2015-11-06
mm: use 'unsigned int' for page order
Kirill A. Shutemov
3
-24
/
+28
2015-11-06
mm: make compound_head() robust
Kirill A. Shutemov
9
-54
/
+39
2015-11-06
mm: pack compound_dtor and compound_order into one word in struct page
Kirill A. Shutemov
2
-5
/
+14
2015-11-06
zsmalloc: use page->private instead of page->first_page
Kirill A. Shutemov
1
-6
/
+5
2015-11-06
slab, slub: use page->rcu_head instead of page->lru plus cast
Kirill A. Shutemov
2
-18
/
+4
2015-11-06
zsmalloc: reduce size_class memory usage
Sergey Senozhatsky
1
-4
/
+13
2015-11-06
mm/zsmalloc.c: remove useless line in obj_free()
Hui Zhu
1
-3
/
+0
2015-11-06
zsmalloc: don't test shrinker_enabled in zs_shrinker_count()
Sergey Senozhatsky
1
-3
/
+0
2015-11-06
zsmalloc: use preempt.h for in_interrupt()
Sergey Senozhatsky
1
-1
/
+1
2015-11-06
zsmalloc: fix obj_to_head use page_private(page) as value but not pointer
Hui Zhu
1
-1
/
+1
2015-11-06
zsmalloc: add comments for ->inuse to zspage
Hui Zhu
1
-0
/
+1
2015-11-06
mm: zsmalloc: constify struct zs_pool name
Sergey SENOZHATSKY
3
-8
/
+8
2015-11-06
zpool: remove redundant zpool->type string, const-ify zpool_get_type
Dan Streetman
1
-6
/
+8
2015-11-06
zswap: use charp for zswap param strings
Dan Streetman
1
-40
/
+40
2015-11-06
mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()
Alexey Klimov
1
-1
/
+1
2015-11-06
mm/memcontrol.c: uninline mem_cgroup_usage
Andrew Morton
1
-1
/
+1
2015-11-06
thp: remove unused vma parameter from khugepaged_alloc_page
Aaron Tomlin
1
-5
/
+3
[next]