index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-05
Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-18
/
+23
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2018-06-04
Merge tag 'docs-4.18' of git://git.lwn.net/linux
Linus Torvalds
10
-18
/
+36
2018-06-04
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2
-68
/
+9
2018-06-04
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-28
/
+98
2018-06-02
mm: fix the NULL mapping case in __isolate_lru_page()
Hugh Dickins
1
-1
/
+1
2018-06-02
mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()
Hugh Dickins
1
-1
/
+1
2018-06-01
mm: split ->readpages calls to avoid non-contiguous pages lists
Christoph Hellwig
1
-3
/
+13
2018-06-01
mm: return an unsigned int from __do_page_cache_readahead
Christoph Hellwig
2
-11
/
+6
2018-06-01
mm: give the 'ret' variable a better name __do_page_cache_readahead
Christoph Hellwig
1
-5
/
+5
2018-05-26
fs: add new vfs_poll and file_can_poll helpers
Christoph Hellwig
1
-1
/
+1
2018-05-25
kasan: fix memory hotplug during boot
David Hildenbrand
1
-1
/
+1
2018-05-25
kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
David Hildenbrand
1
-0
/
+1
2018-05-25
mm/memory_hotplug: fix leftover use of struct page during hotplug
Jonathan Cameron
1
-1
/
+1
2018-05-25
mm, memory_hotplug: make has_unmovable_pages more robust
Michal Hocko
1
-6
/
+10
2018-05-25
mm/kasan: don't vfree() nonexistent vm_area
Andrey Ryabinin
1
-2
/
+61
2018-05-25
mm: fix nr_rotate_swap leak in swapon() error case
Omar Sandoval
1
-1
/
+6
2018-05-24
Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"
Joonsoo Kim
4
-129
/
+45
2018-05-23
bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
Tejun Heo
1
-1
/
+17
2018-05-19
mmap: relax file size limit for regular files
Linus Torvalds
1
-1
/
+1
2018-05-18
mm: don't allow deferred pages with NEED_PER_CPU_KM
Pavel Tatashin
1
-0
/
+1
2018-05-17
proc: do not access cmdline nor environ from file-backed areas
Willy Tarreau
1
-0
/
+3
2018-05-16
proc: introduce proc_create_seq_private
Christoph Hellwig
1
-15
/
+3
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
2
-57
/
+10
2018-05-14
mempool: Add mempool_init()/mempool_exit()
Kent Overstreet
1
-27
/
+81
2018-05-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
6
-73
/
+106
2018-05-11
mm, oom: fix concurrent munlock and oom reaper unmap, v3
David Rientjes
2
-56
/
+69
2018-05-11
mm: migrate: fix double call of radix_tree_replace_slot()
Naoya Horiguchi
1
-3
/
+1
2018-05-11
mm: don't show nr_indirectly_reclaimable in /proc/vmstat
Roman Gushchin
1
-1
/
+5
2018-05-11
mm: sections are not offlined during memory hotremove
Pavel Tatashin
1
-1
/
+1
2018-05-11
z3fold: fix reclaim lock-ups
Vitaly Wool
1
-12
/
+30
2018-05-11
mmap: introduce sane default mmap limits
Linus Torvalds
1
-0
/
+32
2018-05-09
arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol
Christoph Hellwig
1
-1
/
+1
2018-05-04
Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2018-05-03
bdi: Fix use after free bug in debugfs_remove()
Tetsuo Handa
1
-0
/
+1
2018-05-03
bdi: wake up concurrent wb_shutdown() callers.
Tetsuo Handa
1
-1
/
+1
2018-04-27
mm/ksm: docs: extend overview comment and make it "DOC:"
Mike Rapoport
1
-1
/
+18
2018-04-27
Merge tag 'v4.17-rc2' into docs-next
Jonathan Corbet
7
-23
/
+57
2018-04-27
docs/admin-guide/mm: start moving here files from Documentation/vm
Mike Rapoport
1
-2
/
+3
2018-04-25
x86/pti: Filter at vma->vm_page_prot population
Dave Hansen
1
-1
/
+10
2018-04-20
mm/filemap.c: fix NULL pointer in page_cache_tree_insert()
Matthew Wilcox
1
-5
/
+4
2018-04-20
mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()
Minchan Kim
1
-1
/
+1
2018-04-20
mm: enable thp migration for shmem thp
Naoya Horiguchi
3
-7
/
+20
2018-04-20
writeback: safer lock nesting
Greg Thelen
1
-9
/
+9
2018-04-20
mm: fix do_pages_move status handling
Michal Hocko
1
-0
/
+3
2018-04-16
Merge branch 'mm-rst' into docs-next
Jonathan Corbet
10
-17
/
+17
2018-04-16
docs/vm: rename documentation files to .rst
Mike Rapoport
10
-17
/
+17
2018-04-16
mm,vmscan: Allow preallocating memory for register_shrinker().
Tetsuo Handa
1
-1
/
+20
2018-04-13
mm, slab: reschedule cache_reap() on the same CPU
Vlastimil Babka
1
-1
/
+2
[next]