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
2012-12-11
mm: numa: Add fault driven placement and migration
Peter Zijlstra
2
-2
/
+17
2012-12-11
mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for now
Mel Gorman
1
-5
/
+4
2012-12-11
mm: mempolicy: Implement change_prot_numa() in terms of change_protection()
Mel Gorman
3
-142
/
+81
2012-12-11
mm: mempolicy: Add MPOL_MF_LAZY
Lee Schermerhorn
1
-15
/
+170
2012-12-11
mm: mempolicy: Use _PAGE_NUMA to migrate pages
Mel Gorman
2
-8
/
+55
2012-12-11
mm: migrate: Drop the misplaced pages reference count if the target node is full
Mel Gorman
1
-7
/
+10
2012-12-11
mm: migrate: Introduce migrate_misplaced_page()
Peter Zijlstra
1
-2
/
+106
2012-12-11
mm: mempolicy: Check for misplaced page
Lee Schermerhorn
1
-0
/
+76
2012-12-11
mm: mempolicy: Add MPOL_NOOP
Lee Schermerhorn
1
-5
/
+6
2012-12-11
mm: mempolicy: Make MPOL_LOCAL a real policy
Peter Zijlstra
1
-3
/
+6
2012-12-11
mm: numa: Create basic numa page hinting infrastructure
Mel Gorman
2
-3
/
+131
2012-12-11
mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte
Andrea Arcangeli
1
-0
/
+2
2012-12-11
mm: numa: Support NUMA hinting page faults from gup/gup_fast
Andrea Arcangeli
1
-0
/
+17
2012-12-11
mm: compaction: Add scanned and isolated counters for compaction
Mel Gorman
2
-0
/
+11
2012-12-11
mm: migrate: Add a tracepoint for migrate_pages
Mel Gorman
6
-8
/
+20
2012-12-11
mm: compaction: Move migration fail/success stats to migrate.c
Mel Gorman
3
-7
/
+10
2012-12-11
mm: Optimize the TLB flush of sys_mprotect() and change_protection() users
Ingo Molnar
1
-1
/
+3
2012-12-11
mm: Count the number of pages affected in change_protection()
Peter Zijlstra
2
-16
/
+52
2012-12-11
mm: Check if PTE is already allocated during page fault
Mel Gorman
2
-2
/
+4
2012-12-11
mm: Only flush the TLB when clearing an accessible pte
Rik van Riel
1
-1
/
+2
2012-12-11
mm,generic: only flush the local TLB in ptep_set_access_flags
Rik van Riel
1
-3
/
+3
2012-11-16
revert "mm: fix-up zone present pages"
Andrew Morton
4
-53
/
+1
2012-11-16
tmpfs: change final i_blocks BUG to WARNING
Hugh Dickins
1
-1
/
+1
2012-11-16
tmpfs: fix shmem_getpage_gfp() VM_BUG_ON
Hugh Dickins
1
-2
/
+14
2012-11-16
mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem address
Will Deacon
1
-1
/
+1
2012-11-16
mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...
Mel Gorman
1
-25
/
+0
2012-11-16
swapfile: fix name leak in swapoff
Xiaotian Feng
1
-2
/
+2
2012-11-16
memcg: fix hotplugged memory zone oops
Hugh Dickins
3
-17
/
+37
2012-11-16
memcg: oom: fix totalpages calculation for memory.swappiness==0
Michal Hocko
1
-6
/
+15
2012-11-16
mm: fix build warning for uninitialized value
David Rientjes
1
-6
/
+4
2012-11-16
mm: add anon_vma_lock to validate_mm()
Michel Lespinasse
1
-0
/
+2
2012-11-09
mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()
Takamori Yamaguchi
1
-0
/
+2
2012-10-26
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+24
2012-10-25
mm, numa: avoid setting zone_reclaim_mode unless a node is sufficiently distant
David Rientjes
1
-2
/
+2
2012-10-25
mm/mmu_notifier: allocate mmu_notifier in advance
Gavin Shan
1
-13
/
+13
2012-10-25
mm/page_alloc.c:alloc_contig_range(): return early for err path
Bob Liu
1
-1
/
+1
2012-10-25
mm: fix XFS oops due to dirty pages without buffers on s390
Jan Kara
1
-5
/
+15
2012-10-24
x86, mm: Trim memory in memblock to be page aligned
Yinghai Lu
1
-0
/
+24
2012-10-19
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2012-10-19
Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/...
Olof Johansson
1
-3
/
+3
2012-10-19
Merge branch 'akpm' (Fixes from Andrew)
Linus Torvalds
1
-1
/
+1
2012-10-19
mm: compaction: correct the nr_strict va isolated check for CMA
Mel Gorman
1
-1
/
+1
2012-10-19
remap_file_pages: correctly handle the case of a NULL vm_ops pointer
Linus Torvalds
1
-1
/
+1
2012-10-16
mm, mempolicy: fix printing stack contents in numa_maps
David Rientjes
1
-3
/
+2
2012-10-15
mm: huge_memory: Fix build error.
Ralf Baechle
1
-0
/
+1
2012-10-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-6
/
+5
2012-10-12
vfs: make path_openat take a struct filename pointer
Jeff Layton
1
-2
/
+2
2012-10-12
vfs: define struct filename and have getname() return it
Jeff Layton
1
-6
/
+5
2012-10-12
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+4
2012-10-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+4
[next]