index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-05
mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()
Lee Schermerhorn
1
-2
/
+2
2009-10-05
mm: fix anonymous dirtying
Hugh Dickins
1
-1
/
+2
2009-10-05
hugetlb: restore interleaving of bootmem huge pages (2.6.31)
Lee Schermerhorn
1
-1
/
+1
2009-09-15
slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU
Eric Dumazet
1
-2
/
+2
2009-09-08
mm: build_zonelists(): move clear node_load[] to __build_all_zonelists()
Bo Liu
1
-1
/
+3
2009-08-16
page-allocator: preserve PFN ordering when __GFP_COLD is set
Mel Gorman
1
-4
/
+9
2009-08-16
hugetlbfs: fix i_blocks accounting
Eric Sandeen
1
-1
/
+1
2009-07-30
nommu: Provide mmap_min_addr definition.
Paul Mundt
1
-0
/
+3
2009-07-30
mm: mark page accessed before we write_end()
Josef Bacik
1
-0
/
+1
2009-07-30
vmscan: do not unconditionally treat zones that fail zone_reclaim() as full
Mel Gorman
3
-9
/
+32
2009-07-30
fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b
Paul E. McKenney
3
-1
/
+5
2009-07-19
security: use mmap_min_addr indepedently of security models
Christoph Lameter
2
-0
/
+22
2009-07-02
vmscan: count the number of times zone_reclaim() scans and fails
Mel Gorman
2
-0
/
+6
2009-07-02
vmscan: properly account for the number of page cache pages zone_reclaim() ca...
Mel Gorman
1
-7
/
+45
2009-07-02
mm: fix handling of pagesets for downed cpus
Dimitri Sivanich
1
-3
/
+3
2009-05-29
memcg: fix build warning and avoid checking for mem != null again and again
Nikanth Karthikesan
1
-9
/
+1
2009-05-29
mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hu...
Mel Gorman
1
-13
/
+13
2009-05-29
memcg: fix deadlock between lock_page_cgroup and mapping tree_lock
Daisuke Nishimura
5
-7
/
+10
2009-05-29
oom: fix possible oom_dump_tasks NULL pointer
David Rientjes
1
-9
/
+15
2009-05-21
hugh: update email address
Hugh Dickins
1
-1
/
+1
2009-05-20
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-15
/
+19
2009-05-18
[ARM] Double check memmap is actually valid with a memmap has unexpected hole...
Mel Gorman
2
-15
/
+19
2009-05-17
page-writeback: fix the calculation of the oldest_jif in wb_kupdate()
Toshiyuki Okajima
1
-3
/
+3
2009-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2
-2
/
+9
2009-05-15
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-19
/
+12
2009-05-15
Revert "mm: add /proc controls for pdflush threads"
Jens Axboe
1
-19
/
+12
2009-05-13
Revert "Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions"
Linus Torvalds
1
-8
/
+0
2009-05-07
NOMMU: Don't check vm_region::vm_start is page aligned in add_nommu_region()
David Howells
1
-2
/
+0
2009-05-06
nommu: make the initial mmap allocation excess behaviour Kconfig configurable
David Howells
2
-1
/
+29
2009-05-06
nommu: clamp zone_batchsize() to 0 under NOMMU conditions
David Howells
1
-0
/
+18
2009-05-06
mm: use roundown_pow_of_two() in zone_batchsize()
David Howells
1
-1
/
+1
2009-05-06
alloc_vmap_area: fix memory leak
Ralph Wuerthner
1
-0
/
+1
2009-05-06
oom: prevent livelock when oom_kill_allocating_task is set
David Rientjes
1
-23
/
+21
2009-05-06
Merge branches 'topic/documentation', 'topic/slub/fixes' and 'topic/urgent' i...
Pekka Enberg
2
-2
/
+9
2009-05-06
mm: SLOB fix reclaim_state
Nick Piggin
1
-1
/
+4
2009-05-06
mm: SLUB fix reclaim_state
Nick Piggin
1
-0
/
+3
2009-05-05
Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions
Mel Gorman
1
-0
/
+8
2009-05-02
vmscan: avoid multiplication overflow in shrink_zone()
Andrew Morton
1
-1
/
+1
2009-05-02
mm: fix Committed_AS underflow on large NR_CPUS environment
KOSAKI Motohiro
3
-58
/
+13
2009-05-02
memcg: fix mem_cgroup_shrink_usage()
Daisuke Nishimura
2
-23
/
+18
2009-05-02
mm: close page_mkwrite races
Nick Piggin
1
-32
/
+76
2009-05-02
memcg: fix try_get_mem_cgroup_from_swapcache()
Daisuke Nishimura
1
-3
/
+2
2009-05-02
mm: fix pageref leak in do_swap_page()
Johannes Weiner
1
-2
/
+2
2009-04-23
slub: enforce MAX_ORDER
David Rientjes
1
-1
/
+2
2009-04-21
vmscan,memcg: reintroduce sc->may_swap
KOSAKI Motohiro
1
-4
/
+8
2009-04-18
PM/Hibernate: Fix memory shrinking
Rafael J. Wysocki
1
-2
/
+3
2009-04-16
mm: pass correct mm when growing stack
Hugh Dickins
1
-1
/
+1
2009-04-16
Export filemap_write_and_wait_range
Chris Mason
1
-0
/
+1
2009-04-13
shmem: respect MAX_LFS_FILESIZE
Hugh Dickins
1
-5
/
+20
2009-04-13
shmem: fix division by zero
Yuri Tikhonov
1
-1
/
+1
[next]