index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy()
Sergey Senozhatsky
2015-09-08
1
-0
/
+3
*
mm/mempool: allow NULL `pool' pointer in mempool_destroy()
Sergey Senozhatsky
2015-09-08
1
-0
/
+3
*
mm/slab_common: allow NULL cache pointer in kmem_cache_destroy()
Sergey Senozhatsky
2015-09-08
1
-0
/
+3
*
mm, oom: remove unnecessary variable
David Rientjes
2015-09-08
1
-13
/
+8
*
mm, oom: do not panic for oom kills triggered from sysrq
David Rientjes
2015-09-08
1
-2
/
+5
*
mm, oom: pass an oom order of -1 when triggered by sysrq
David Rientjes
2015-09-08
3
-5
/
+2
*
mm, oom: organize oom context into struct
David Rientjes
2015-09-08
3
-68
/
+73
*
mm: make set_recommended_min_free_kbytes() return void
Nicholas Krause
2015-09-08
1
-2
/
+1
*
fs: do not prefault sys_write() user buffer pages
Dave Hansen
2015-09-08
1
-16
/
+18
*
mm: /proc/pid/smaps:: show proportional swap share of the mapping
Minchan Kim
2015-09-08
1
-0
/
+42
*
memtest: remove unused header files
Vladimir Murzin
2015-09-08
1
-5
/
+0
*
memtest: cleanup log messages
Vladimir Murzin
2015-09-08
1
-9
/
+5
*
memtest: use kstrtouint instead of simple_strtoul
Vladimir Murzin
2015-09-08
1
-3
/
+5
*
mm/memblock.c: WARN_ON when flags differs from overlap region
Wei Yang
2015-09-08
1
-0
/
+1
*
mm/page_alloc.c: remove unused variable in free_area_init_core()
Wei Yang
2015-09-08
1
-3
/
+2
*
mm/page_alloc.c: refine the calculation of highest possible node id
Wei Yang
2015-09-08
1
-4
/
+2
*
mm, dax: use i_mmap_unlock_write() in do_cow_fault()
Kirill A. Shutemov
2015-09-08
1
-4
/
+4
*
mm: take i_mmap_lock in unmap_mapping_range() for DAX
Kirill A. Shutemov
2015-09-08
1
-9
/
+2
*
dax: don't use set_huge_zero_page()
Kirill A. Shutemov
2015-09-08
1
-1
/
+1
*
thp: fix zap_huge_pmd() for DAX
Kirill A. Shutemov
2015-09-08
1
-40
/
+31
*
thp: decrement refcount on huge zero page if it is split
Kirill A. Shutemov
2015-09-08
1
-1
/
+3
*
dax: fix race between simultaneous faults
Matthew Wilcox
2015-09-08
1
-3
/
+8
*
thp: change insert_pfn's return type to void
Matthew Wilcox
2015-09-08
1
-3
/
+3
*
mm: add vmf_insert_pfn_pmd()
Matthew Wilcox
2015-09-08
1
-0
/
+43
*
mm: export various functions for the benefit of DAX
Matthew Wilcox
2015-09-08
1
-6
/
+1
*
mm: add a pmd_fault handler
Matthew Wilcox
2015-09-08
1
-6
/
+24
*
thp: prepare for DAX huge pages
Matthew Wilcox
2015-09-08
1
-19
/
+29
*
dax: revert userfaultfd change
Andrew Morton
2015-09-08
1
-1
/
+4
*
thp: vma_adjust_trans_huge(): adjust file-backed VMA too
Kirill A. Shutemov
2015-09-08
1
-1
/
+1
*
mremap: fix the wrong !vma->vm_file check in copy_vma()
Oleg Nesterov
2015-09-08
1
-1
/
+1
*
mmap: fix the usage of ->vm_pgoff in special_mapping paths
Oleg Nesterov
2015-09-08
1
-10
/
+2
*
mm: introduce vma_is_anonymous(vma) helper
Oleg Nesterov
2015-09-08
1
-4
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-09-05
2
-22
/
+11
|
\
|
*
mm: fix potential data race in SyS_swapon
Hugh Dickins
2015-08-21
1
-18
/
+7
|
*
Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...
Al Viro
2015-08-21
1
-4
/
+4
|
|
\
|
|
*
inode: rename i_wb_list to i_io_list
Dave Chinner
2015-08-17
1
-4
/
+4
*
|
|
mm/hugetlb.c: make vma_has_reserves() return bool
Nicholas Krause
2015-09-04
1
-6
/
+6
*
|
|
mm/madvise.c: make madvise_behaviour_valid() return bool
Nicholas Krause
2015-09-04
1
-3
/
+3
*
|
|
mm/memory.c: make tlb_next_batch() return bool
Nicholas Krause
2015-09-04
1
-5
/
+5
*
|
|
mm/dmapool.c: change is_page_busy() return from int to bool
Nicholas Krause
2015-09-04
1
-1
/
+1
*
|
|
mremap: simplify the "overlap" check in mremap_to()
Oleg Nesterov
2015-09-04
1
-7
/
+2
*
|
|
mremap: don't do uneccesary checks if new_len == old_len
Oleg Nesterov
2015-09-04
1
-10
/
+11
*
|
|
mremap: don't do mm_populate(new_addr) on failure
Oleg Nesterov
2015-09-04
1
-1
/
+3
*
|
|
mm: move ->mremap() from file_operations to vm_operations_struct
Oleg Nesterov
2015-09-04
1
-2
/
+2
*
|
|
mremap: don't leak new_vma if f_op->mremap() fails
Oleg Nesterov
2015-09-04
1
-9
/
+7
*
|
|
mm/hugetlb.c: make vma_shareable() return bool
Nicholas Krause
2015-09-04
1
-3
/
+3
*
|
|
mm: make GUP handle pfn mapping unless FOLL_GET is requested
Kirill A. Shutemov
2015-09-04
1
-10
/
+50
*
|
|
mm: fix status code which move_pages() returns for zero page
Kirill A. Shutemov
2015-09-04
1
-12
/
+6
*
|
|
mm: memcontrol: bring back the VM_BUG_ON() in mem_cgroup_swapout()
Sebastian Andrzej Siewior
2015-09-04
1
-1
/
+7
*
|
|
mm/memblock: WARN_ON when nid differs from overlap region
Wei Yang
2015-09-04
1
-0
/
+3
[next]