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-09-08
mm, page_isolation: remove bogus tests for isolated pages
Vlastimil Babka
2
-24
/
+10
2015-09-08
memcg: move memcg_proto_active from sock.h
Michal Hocko
1
-1
/
+1
2015-09-08
memcg, tcp_kmem: check for cg_proto in sock_update_memcg
Michal Hocko
1
-2
/
+1
2015-09-08
memcg: restructure mem_cgroup_can_attach()
Tejun Heo
1
-29
/
+32
2015-09-08
memcg: export struct mem_cgroup
Michal Hocko
4
-316
/
+5
2015-09-08
mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy()
Sergey Senozhatsky
1
-0
/
+3
2015-09-08
mm/mempool: allow NULL `pool' pointer in mempool_destroy()
Sergey Senozhatsky
1
-0
/
+3
2015-09-08
mm/slab_common: allow NULL cache pointer in kmem_cache_destroy()
Sergey Senozhatsky
1
-0
/
+3
2015-09-08
mm, oom: remove unnecessary variable
David Rientjes
1
-13
/
+8
2015-09-08
mm, oom: do not panic for oom kills triggered from sysrq
David Rientjes
1
-2
/
+5
2015-09-08
mm, oom: pass an oom order of -1 when triggered by sysrq
David Rientjes
3
-5
/
+2
2015-09-08
mm, oom: organize oom context into struct
David Rientjes
3
-68
/
+73
2015-09-08
mm: make set_recommended_min_free_kbytes() return void
Nicholas Krause
1
-2
/
+1
2015-09-08
fs: do not prefault sys_write() user buffer pages
Dave Hansen
1
-16
/
+18
2015-09-08
mm: /proc/pid/smaps:: show proportional swap share of the mapping
Minchan Kim
1
-0
/
+42
2015-09-08
memtest: remove unused header files
Vladimir Murzin
1
-5
/
+0
2015-09-08
memtest: cleanup log messages
Vladimir Murzin
1
-9
/
+5
2015-09-08
memtest: use kstrtouint instead of simple_strtoul
Vladimir Murzin
1
-3
/
+5
2015-09-08
mm/memblock.c: WARN_ON when flags differs from overlap region
Wei Yang
1
-0
/
+1
2015-09-08
mm/page_alloc.c: remove unused variable in free_area_init_core()
Wei Yang
1
-3
/
+2
2015-09-08
mm/page_alloc.c: refine the calculation of highest possible node id
Wei Yang
1
-4
/
+2
2015-09-08
mm, dax: use i_mmap_unlock_write() in do_cow_fault()
Kirill A. Shutemov
1
-4
/
+4
2015-09-08
mm: take i_mmap_lock in unmap_mapping_range() for DAX
Kirill A. Shutemov
1
-9
/
+2
2015-09-08
dax: don't use set_huge_zero_page()
Kirill A. Shutemov
1
-1
/
+1
2015-09-08
thp: fix zap_huge_pmd() for DAX
Kirill A. Shutemov
1
-40
/
+31
2015-09-08
thp: decrement refcount on huge zero page if it is split
Kirill A. Shutemov
1
-1
/
+3
2015-09-08
dax: fix race between simultaneous faults
Matthew Wilcox
1
-3
/
+8
2015-09-08
thp: change insert_pfn's return type to void
Matthew Wilcox
1
-3
/
+3
2015-09-08
mm: add vmf_insert_pfn_pmd()
Matthew Wilcox
1
-0
/
+43
2015-09-08
mm: export various functions for the benefit of DAX
Matthew Wilcox
1
-6
/
+1
2015-09-08
mm: add a pmd_fault handler
Matthew Wilcox
1
-6
/
+24
2015-09-08
thp: prepare for DAX huge pages
Matthew Wilcox
1
-19
/
+29
2015-09-08
dax: revert userfaultfd change
Andrew Morton
1
-1
/
+4
2015-09-08
thp: vma_adjust_trans_huge(): adjust file-backed VMA too
Kirill A. Shutemov
1
-1
/
+1
2015-09-08
mremap: fix the wrong !vma->vm_file check in copy_vma()
Oleg Nesterov
1
-1
/
+1
2015-09-08
mmap: fix the usage of ->vm_pgoff in special_mapping paths
Oleg Nesterov
1
-10
/
+2
2015-09-08
mm: introduce vma_is_anonymous(vma) helper
Oleg Nesterov
1
-4
/
+4
2015-09-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-22
/
+11
2015-09-04
mm/hugetlb.c: make vma_has_reserves() return bool
Nicholas Krause
1
-6
/
+6
2015-09-04
mm/madvise.c: make madvise_behaviour_valid() return bool
Nicholas Krause
1
-3
/
+3
2015-09-04
mm/memory.c: make tlb_next_batch() return bool
Nicholas Krause
1
-5
/
+5
2015-09-04
mm/dmapool.c: change is_page_busy() return from int to bool
Nicholas Krause
1
-1
/
+1
2015-09-04
mremap: simplify the "overlap" check in mremap_to()
Oleg Nesterov
1
-7
/
+2
2015-09-04
mremap: don't do uneccesary checks if new_len == old_len
Oleg Nesterov
1
-10
/
+11
2015-09-04
mremap: don't do mm_populate(new_addr) on failure
Oleg Nesterov
1
-1
/
+3
2015-09-04
mm: move ->mremap() from file_operations to vm_operations_struct
Oleg Nesterov
1
-2
/
+2
2015-09-04
mremap: don't leak new_vma if f_op->mremap() fails
Oleg Nesterov
1
-9
/
+7
2015-09-04
mm/hugetlb.c: make vma_shareable() return bool
Nicholas Krause
1
-3
/
+3
2015-09-04
mm: make GUP handle pfn mapping unless FOLL_GET is requested
Kirill A. Shutemov
1
-10
/
+50
2015-09-04
mm: fix status code which move_pages() returns for zero page
Kirill A. Shutemov
1
-12
/
+6
[next]