index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
mm: cma: debugfs interface
Sasha Levin
2015-04-15
5
-15
/
+91
|
*
|
|
|
|
memory hotplug: use macro to switch between section and pfn
Sheng Yong
2015-04-15
1
-1
/
+1
|
*
|
|
|
|
mm: memcontrol: update copyright notice
Johannes Weiner
2015-04-15
1
-0
/
+6
|
*
|
|
|
|
mm/memblock.c: rename local variable of memblock_type to `type'
Baoquan He
2015-04-15
1
-2
/
+2
|
*
|
|
|
|
mm: move mm_populate()-related code to mm/gup.c
Kirill A. Shutemov
2015-04-15
2
-118
/
+118
|
*
|
|
|
|
mm: move gup() -> posix mlock() error conversion out of __mm_populate
Kirill A. Shutemov
2015-04-15
1
-4
/
+7
|
*
|
|
|
|
mm: rename __mlock_vma_pages_range() to populate_vma_page_range()
Kirill A. Shutemov
2015-04-15
3
-9
/
+9
|
*
|
|
|
|
mm: rename FOLL_MLOCK to FOLL_POPULATE
Kirill A. Shutemov
2015-04-15
3
-5
/
+5
|
*
|
|
|
|
slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()
Fabian Frederick
2015-04-15
1
-2
/
+1
|
*
|
|
|
|
slub: use bool function return values of true/false not 1/0
Joe Perches
2015-04-15
1
-6
/
+6
|
*
|
|
|
|
mm/slub.c: parse slub_debug O option in switch statement
Chris J Arges
2015-04-15
1
-9
/
+7
|
*
|
|
|
|
mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3
Geert Uytterhoeven
2015-04-15
1
-3
/
+14
|
*
|
|
|
|
mm/hugetlb: use pmd_page() in follow_huge_pmd()
Gerald Schaefer
2015-04-15
1
-2
/
+1
*
|
|
|
|
|
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2015-04-15
4
-27
/
+14
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
/
/
/
/
|
|
/
/
/
/
|
*
|
|
|
process_vm_access: switch to {compat_,}import_iovec()
Al Viro
2015-04-12
1
-23
/
+12
|
*
|
|
|
Merge branch 'iocb' into for-next
Al Viro
2015-04-12
3
-4
/
+2
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-26
3
-3
/
+2
|
|
*
|
|
fs: remove ki_nbytes
Christoph Hellwig
2015-03-13
1
-1
/
+0
*
|
|
|
|
Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2015-04-14
1
-2
/
+2
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
percpu: Fix trivial typos in comments
Yannick Guerrini
2015-03-24
1
-2
/
+2
*
|
|
|
|
fix mremap() vs. ioctx_kill() race
Al Viro
2015-04-06
1
-2
/
+8
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-03-26
9
-38
/
+53
|
\
\
\
\
|
*
|
|
|
mm: numa: mark huge PTEs young when clearing NUMA hinting faults
Mel Gorman
2015-03-26
1
-0
/
+1
|
*
|
|
|
mm: numa: slow PTE scan rate if migration failures occur
Mel Gorman
2015-03-26
2
-2
/
+4
|
*
|
|
|
mm: numa: preserve PTE write permissions across a NUMA hinting fault
Mel Gorman
2015-03-26
3
-6
/
+14
|
*
|
|
|
mm: numa: group related processes based on VMA flags instead of page table flags
Mel Gorman
2015-03-26
2
-19
/
+13
|
*
|
|
|
mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolate
Laura Abbott
2015-03-26
1
-0
/
+1
|
*
|
|
|
mm/slub: fix lockups on PREEMPT && !SMP kernels
Mark Rutland
2015-03-26
1
-2
/
+4
|
*
|
|
|
mm/memory hotplug: postpone the reset of obsolete pgdat
Gu Zheng
2015-03-26
1
-9
/
+4
|
*
|
|
|
mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...
Naoya Horiguchi
2015-03-26
1
-1
/
+8
|
*
|
|
|
mm: fix anon_vma->degree underflow in anon_vma endless growing prevention
Leon Yu
2015-03-26
2
-3
/
+8
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-03-25
1
-2
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
writeback: fix possible underflow in write bandwidth calculation
Tejun Heo
2015-03-23
1
-1
/
+4
|
*
|
|
writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()
Tejun Heo
2015-03-04
1
-1
/
+1
*
|
|
|
Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-03-13
2
-754
/
+1
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
move iov_iter.c from mm/ to lib/
Al Viro
2015-02-18
2
-769
/
+1
|
*
|
|
new helper: dup_iter()
Al Viro
2015-02-18
1
-0
/
+15
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-03-13
8
-13
/
+30
|
\
\
\
\
|
*
|
|
|
memcg: disable hierarchy support if bound to the legacy cgroup hierarchy
Vladimir Davydov
2015-03-13
1
-1
/
+3
|
*
|
|
|
mm: reorder can_do_mlock to fix audit denial
Jeff Vander Stoep
2015-03-13
1
-2
/
+2
|
*
|
|
|
kasan, module, vmalloc: rework shadow allocation for modules
Andrey Ryabinin
2015-03-13
2
-3
/
+12
|
*
|
|
|
mm/nommu.c: export symbol max_mapnr
gchen gchen
2015-03-13
1
-0
/
+1
|
*
|
|
|
mm: cma: fix CMA aligned offset calculation
Danesh Petigara
2015-03-13
1
-5
/
+7
|
*
|
|
|
mm, hugetlb: close race when setting PageTail for gigantic pages
David Rientjes
2015-03-13
1
-1
/
+3
|
*
|
|
|
mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabled
Michal Hocko
2015-03-13
1
-1
/
+2
*
|
|
|
|
mm: thp: Return the correct value for change_huge_pmd
Mel Gorman
2015-03-12
1
-2
/
+2
|
/
/
/
/
*
|
/
/
mm: fix up numa read-only thread grouping logic
Linus Torvalds
2015-03-12
2
-2
/
+12
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-02-28
1
-0
/
+3
|
\
\
\
|
*
|
|
mm: shmem: check for mapping owner before dereferencing
Sasha Levin
2015-02-23
1
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
mm: page_alloc: revert inadvertent !__GFP_FS retry behavior change
Johannes Weiner
2015-02-28
1
-1
/
+8
[prev]
[next]