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
2014-01-23
sched/numa: fix setting of cpupid on page migration twice
Wanpeng Li
1
-2
/
+0
2014-01-23
mm: do_mincore() cleanup
Jianguo Wu
1
-7
/
+0
2014-01-23
mm: prevent setting of a value less than 0 to min_free_kbytes
Han Pingtian
1
-1
/
+6
2014-01-23
mm: new_vma_page() cannot see NULL vma for hugetlb pages
Michal Hocko
1
-4
/
+2
2014-01-23
mm/memory-failure.c: shift page lock from head page to tail page after thp split
Naoya Horiguchi
1
-10
/
+11
2014-01-23
numa: add a sysctl for numa_balancing
Andi Kleen
1
-1
/
+1
2014-01-23
mm: free memblock.memory in free_all_bootmem
Philipp Hachtmann
2
-1
/
+25
2014-01-23
mm/nobootmem.c: add return value check in __alloc_memory_core_early()
Philipp Hachtmann
1
-1
/
+3
2014-01-23
memcg: rework memcg_update_kmem_limit synchronization
Vladimir Davydov
1
-91
/
+105
2014-01-23
memcg: remove KMEM_ACCOUNTED_ACTIVATED flag
Vladimir Davydov
1
-27
/
+2
2014-01-23
memcg, slab: RCU protect memcg_params for root caches
Vladimir Davydov
2
-8
/
+23
2014-01-23
slab: do not panic if we fail to create memcg cache
Vladimir Davydov
1
-1
/
+8
2014-01-23
memcg: get rid of kmem_cache_dup()
Vladimir Davydov
1
-31
/
+8
2014-01-23
memcg, slab: fix races in per-memcg cache creation/destruction
Vladimir Davydov
2
-10
/
+27
2014-01-23
memcg: fix possible NULL deref while traversing memcg_slab_caches list
Vladimir Davydov
1
-7
/
+18
2014-01-23
memcg, slab: fix barrier usage when accessing memcg_caches
Vladimir Davydov
2
-15
/
+21
2014-01-23
memcg, slab: clean up memcg cache initialization/destruction
Vladimir Davydov
2
-36
/
+33
2014-01-23
memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path
Vladimir Davydov
2
-4
/
+10
2014-01-23
slab: clean up kmem_cache_create_memcg() error handling
Vladimir Davydov
1
-34
/
+31
2014-01-23
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
Sasha Levin
21
-137
/
+138
2014-01-23
memcg: do not use vmalloc for mem_cgroup allocations
Vladimir Davydov
1
-22
/
+6
2014-01-23
mm: munlock: fix potential race with THP page split
Vlastimil Babka
1
-44
/
+60
2014-01-23
mm: print more details for bad_page()
Dave Hansen
4
-22
/
+58
2014-01-23
mm/zswap.c: change params from hidden to ro
Dan Streetman
1
-2
/
+2
2014-01-21
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
26
-820
/
+1145
2014-01-21
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
4
-106
/
+370
2014-01-21
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
1
-2
/
+2
2014-01-21
mm/migrate: remove unused function, fail_migrate_page()
Joonsoo Kim
1
-8
/
+0
2014-01-21
mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages
Joonsoo Kim
2
-21
/
+16
2014-01-21
mm/migrate: correct failure handling if !hugepage_migration_support()
Joonsoo Kim
1
-2
/
+5
2014-01-21
mm/migrate: add comment about permanent failure path
Naoya Horiguchi
1
-1
/
+6
2014-01-21
mm, page_alloc: warn for non-blockable __GFP_NOFAIL allocation failure
David Rientjes
1
-1
/
+8
2014-01-21
mm: compaction: reset scanner positions immediately when they meet
Vlastimil Babka
1
-0
/
+4
2014-01-21
mm: compaction: do not mark unmovable pageblocks as skipped in async compaction
Vlastimil Babka
1
-2
/
+9
2014-01-21
mm: compaction: detect when scanners meet in isolate_freepages
Vlastimil Babka
1
-4
/
+15
2014-01-21
mm: compaction: reset cached scanner pfn's before reading them
Vlastimil Babka
1
-8
/
+8
2014-01-21
mm: compaction: encapsulate defer reset logic
Vlastimil Babka
2
-9
/
+5
2014-01-21
mm: compaction: trace compaction begin and end
Mel Gorman
1
-0
/
+4
2014-01-21
memcg, oom: lock mem_cgroup_print_oom_info
Michal Hocko
1
-5
/
+7
2014-01-21
mm: numa: do not automatically migrate KSM pages
Mel Gorman
1
-1
/
+2
2014-01-21
mm: numa: trace tasks that fail migration due to rate limiting
Mel Gorman
1
-1
/
+4
2014-01-21
mm: numa: limit scope of lock for NUMA migrate rate limiting
Mel Gorman
1
-9
/
+12
2014-01-21
mm: numa: make NUMA-migrate related functions static
Mel Gorman
1
-2
/
+3
2014-01-21
mm/hwpoison: add '#' to hwpoison_inject
Wanpeng Li
1
-1
/
+1
2014-01-21
mm/memblock: use WARN_ONCE when MAX_NUMNODES passed as input parameter
Grygorii Strashko
1
-13
/
+8
2014-01-21
mm/memory_hotplug.c: use memblock apis for early memory allocations
Santosh Shilimkar
1
-1
/
+1
2014-01-21
mm/percpu.c: use memblock apis for early memory allocations
Santosh Shilimkar
1
-16
/
+22
2014-01-21
mm/page_cgroup.c: use memblock apis for early memory allocations
Grygorii Strashko
1
-2
/
+3
2014-01-21
mm/hugetlb.c: use memblock apis for early memory allocations
Grygorii Strashko
1
-5
/
+5
2014-01-21
mm/sparse: use memblock apis for early memory allocations
Santosh Shilimkar
2
-14
/
+19
[next]