index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-09
mm: purge fragmented percpu vmap blocks
Nick Piggin
1
-11
/
+80
2010-02-09
mm: percpu-vmap fix RCU list walking
Nick Piggin
1
-14
/
+6
2010-02-09
mm: fix migratetype bug which slowed swapping
Hugh Dickins
1
-2
/
+3
2010-02-09
mm: add new 'read_cache_page_gfp()' helper function
Linus Torvalds
1
-32
/
+68
2010-01-25
vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
Yongseok Koh
1
-3
/
+1
2010-01-22
vfs: Fix vmtruncate() regression
OGAWA Hirofumi
1
-16
/
+14
2010-01-22
page allocator: update NR_FREE_PAGES only when necessary
KOSAKI Motohiro
1
-1
/
+1
2010-01-22
memcg: ensure list is empty at rmdir
Daisuke Nishimura
1
-7
/
+4
2010-01-18
untangle the do_mremap() mess
Al Viro
3
-116
/
+211
2010-01-06
ksm: fix mlockfreed to munlocked
Hugh Dickins
3
-10
/
+11
2010-01-06
vmscan: do not evict inactive pages when skipping an active list scan
Rik van Riel
1
-6
/
+12
2010-01-06
memcg: avoid oom-killing innocent task in case of use_hierarchy
Daisuke Nishimura
2
-2
/
+8
2010-01-06
NOMMU: Optimise away the {dac_,}mmap_min_addr tests
David Howells
1
-0
/
+1
2009-12-18
mm: sigbus instead of abusing oom
Hugh Dickins
1
-2
/
+2
2009-12-18
vmalloc: conditionalize build of pcpu_get_vm_areas()
Tejun Heo
1
-0
/
+2
2009-12-18
memcg: fix memory.memsw.usage_in_bytes for root cgroup
Kirill A. Shutemov
1
-0
/
+1
2009-12-18
mm: hugetlb: fix hugepage memory leak in walk_page_range()
Naoya Horiguchi
1
-1
/
+15
2009-12-18
mm: hugetlb: fix hugepage memory leak in mincore()
Naoya Horiguchi
1
-0
/
+37
2009-11-30
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+6
2009-11-17
mm: allow memory hotplug and hibernation in the same kernel
Andi Kleen
2
-8
/
+18
2009-11-17
mm/memory_hotplug: fix section mismatch
Hidetoshi Seto
1
-1
/
+2
2009-11-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-40
/
+81
2009-11-13
percpu: restructure pcpu_extend_area_map() to fix bugs and improve readability
Tejun Heo
1
-40
/
+81
2009-11-12
memcg: fix wrong pointer initialization at page migration when memcg is disab...
KAMEZAWA Hiroyuki
1
-1
/
+1
2009-11-12
page allocator: Do not allow interrupts to use ALLOC_HARDER
Mel Gorman
1
-1
/
+1
2009-11-12
page allocator: always wake kswapd when restarting an allocation attempt afte...
Mel Gorman
1
-1
/
+1
2009-11-12
Thaw refrigerated bdi flusher threads before invoking kthread_stop on them
Romit Dasgupta
1
-2
/
+6
2009-11-11
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+12
2009-11-10
highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NM...
Soeren Sandmann
1
-3
/
+10
2009-11-10
highmem: Fix race in debug_kmap_atomic() which could cause warn_count to unde...
Soeren Sandmann
1
-2
/
+2
2009-11-09
ksm: cond_resched in unstable tree
Hugh Dickins
1
-0
/
+1
2009-11-03
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-1
/
+2
2009-11-03
backing-dev: bdi sb prune should be in the unregister path, not destroy
Jens Axboe
1
-1
/
+2
2009-11-02
mm: remove incorrect swap_count() from try_to_unuse()
Bo Liu
1
-2
/
+1
2009-10-31
NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff()
David Howells
1
-2
/
+4
2009-10-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-13
/
+17
2009-10-29
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+16
2009-10-29
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
1
-1
/
+1
2009-10-29
Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-28
/
+31
2009-10-29
mm: don't call pte_unmap() against an improper pte
Daisuke Nishimura
1
-4
/
+7
2009-10-29
mm: fix sparsemem configuration
Russell King
1
-1
/
+1
2009-10-29
vmscan: order evictable rescue in LRU putback
Johannes Weiner
1
-0
/
+10
2009-10-29
do_mbind(): fix memory leak
KOSAKI Motohiro
1
-5
/
+5
2009-10-29
mbind(): fix leak of never putback pages
KOSAKI Motohiro
1
-1
/
+2
2009-10-29
vmscan: limit VM_EXEC protection to file pages
Wu Fengguang
1
-1
/
+1
2009-10-29
revert "mm: oom analysis: add buffer cache information to show_free_areas()"
Andrew Morton
1
-2
/
+1
2009-10-29
congestion_wait(): don't use WRITE
KOSAKI Motohiro
1
-1
/
+1
2009-10-29
hwpoison: fix oops on ksm pages
Hugh Dickins
1
-1
/
+2
2009-10-29
backing-dev: ensure that a removed bdi no longer has super_block referencing it
Jens Axboe
1
-0
/
+16
2009-10-29
percpu: allow pcpu_alloc() to be called with IRQs off
Jiri Kosina
1
-13
/
+17
[next]