index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
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.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-03
mm: close PageTail race
David Rientjes
1
-2
/
+12
2014-01-25
mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUAL
Geert Uytterhoeven
1
-5
/
+8
2013-05-07
include/linux/mm.h: complete the mm_walk definition
Andrew Morton
1
-7
/
+13
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+0
2013-04-29
mm: replace hardcoded 3% with admin_reserve_pages knob
Andrew Shewmaker
1
-0
/
+1
2013-04-29
mm: limit growth of 3% hardcoded other user reserve
Andrew Shewmaker
1
-0
/
+2
2013-04-29
page_alloc: make setup_nr_node_ids() usable for arch init code
Cody P Schafer
1
-0
/
+6
2013-04-29
sparse-vmemmap: specify vmemmap population range in bytes
Johannes Weiner
1
-4
/
+4
2013-04-29
fs: don't compile in drop_caches.c when CONFIG_SYSCTL=n
Josh Triplett
1
-0
/
+4
2013-04-29
mm: introduce free_highmem_page() helper to free highmem pages into buddy system
Jiang Liu
1
-0
/
+7
2013-04-29
mm: introduce common help functions to deal with reserved/managed pages
Jiang Liu
1
-0
/
+48
2013-04-29
mm, show_mem: suppress page counts in non-blockable contexts
David Rientjes
1
-1
/
+2
2013-04-16
vm: add vm_iomap_memory() helper function
Linus Torvalds
1
-0
/
+2
2013-03-28
Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...
Michel Lespinasse
1
-1
/
+0
2013-03-04
make do_mremap() static
Al Viro
1
-3
/
+0
2013-03-03
Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+2
2013-03-02
mm: define VM_GROWSUP for CONFIG_METAG
James Hogan
1
-0
/
+2
2013-03-02
x86, ACPI, mm: Revert movablemem_map support
Yinghai Lu
1
-18
/
+0
2013-02-23
mm,ksm: FOLL_MIGRATION do migration_entry_wait
Hugh Dickins
1
-0
/
+1
2013-02-23
mm: accelerate mm_populate() treatment of THP pages
Michel Lespinasse
1
-2
/
+11
2013-02-23
mm: use long type for page counts in mm_populate() and get_user_pages()
Michel Lespinasse
1
-7
/
+8
2013-02-23
mm: add SECTION_IN_PAGE_FLAGS
Cody P Schafer
1
-2
/
+6
2013-02-23
mm: rename page struct field helpers
Mel Gorman
1
-10
/
+10
2013-02-23
mm: uninline page_xchg_last_nid()
Mel Gorman
1
-16
/
+5
2013-02-23
page-writeback.c: subtract min_free_kbytes from dirtyable memory
Paul Szabo
1
-0
/
+3
2013-02-23
mm: don't inline page_mapping()
Shaohua Li
1
-12
/
+1
2013-02-23
mm: fold page->_last_nid into page->flags where possible
Peter Zijlstra
1
-1
/
+32
2013-02-23
mm: move page flags layout to separate header
Peter Zijlstra
1
-40
/
+0
2013-02-23
memory-failure: use num_poisoned_pages instead of mce_bad_pages
Xishi Qiu
1
-1
/
+1
2013-02-23
acpi, memory-hotplug: support getting hotplug info from SRAT
Tang Chen
1
-0
/
+2
2013-02-23
acpi, memory-hotplug: extend movablemem_map ranges to the end of node
Tang Chen
1
-0
/
+5
2013-02-23
page_alloc: add movable_memmap kernel parameter
Tang Chen
1
-0
/
+11
2013-02-23
memory-hotplug: remove memmap of sparse-vmemmap
Tang Chen
1
-0
/
+3
2013-02-23
memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
Yasuaki Ishimatsu
1
-1
/
+2
2013-02-23
mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool
Michel Lespinasse
1
-1
/
+1
2013-02-23
mm: introduce VM_POPULATE flag to better deal with racy userspace programs
Michel Lespinasse
1
-0
/
+1
2013-02-23
mm: directly use __mlock_vma_pages_range() in find_extend_vma()
Michel Lespinasse
1
-1
/
+0
2013-02-23
mm: remove flags argument to mmap_region
Michel Lespinasse
1
-2
/
+1
2013-02-23
mm: introduce mm_populate() for populating new vmas
Michel Lespinasse
1
-3
/
+15
2013-01-29
Merge remote-tracking branch 'origin/x86/boot' into x86/mm2
H. Peter Anvin
1
-2
/
+70
2013-01-11
mm: compaction: Partially revert capture of suitable high-order page
Mel Gorman
1
-1
/
+0
2012-12-20
mm: drop vmtruncate
Marco Stornelli
1
-1
/
+0
2012-12-16
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+39
2012-12-11
mm: vm_unmapped_area() lookup function
Michel Lespinasse
1
-0
/
+31
2012-12-11
mm: numa: Introduce last_nid to the page frame
Mel Gorman
1
-0
/
+30
2012-12-11
mm: mempolicy: Implement change_prot_numa() in terms of change_protection()
Mel Gorman
1
-2
/
+2
2012-12-11
mm: mempolicy: Add MPOL_MF_LAZY
Lee Schermerhorn
1
-0
/
+5
2012-12-11
mm: numa: Support NUMA hinting page faults from gup/gup_fast
Andrea Arcangeli
1
-0
/
+1
2012-12-11
mm: Count the number of pages affected in change_protection()
Peter Zijlstra
1
-0
/
+3
2012-11-17
x86, mm: Move after_bootmem to mm_internel.h
Yinghai Lu
1
-1
/
+0
[next]