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
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-24
bootmem: add debugging framework
Johannes Weiner
1
-7
/
+44
2008-07-24
bootmem: add documentation to API functions
Johannes Weiner
1
-1
/
+149
2008-07-24
bootmem: clean up bootmem.c file header
Johannes Weiner
1
-9
/
+5
2008-07-24
bootmem: reorder code to match new bootmem structure
Johannes Weiner
1
-179
/
+177
2008-07-24
hugetlb: quota is not freed for unused reserved private huge pages
Adam Litke
1
-1
/
+3
2008-07-24
hugetlb: fix a hugepage reservation check for MAP_SHARED
Mel Gorman
1
-6
/
+6
2008-07-24
hugetlb: allow arch overridden hugepage allocation
Jon Tollefson
1
-8
/
+3
2008-07-24
hugetlb: override default huge page size
Nick Piggin
1
-6
/
+17
2008-07-24
hugetlb: introduce pud_huge
Andi Kleen
2
-4
/
+20
2008-07-24
hugetlb: printk cleanup
Andi Kleen
1
-4
/
+16
2008-07-24
hugetlb: support boot allocate different sizes
Andi Kleen
1
-9
/
+30
2008-07-24
hugetlb: support larger than MAX_ORDER
Andi Kleen
1
-2
/
+81
2008-07-24
mm: export prep_compound_page to mm
Andi Kleen
2
-1
/
+3
2008-07-24
mm: introduce non panic alloc_bootmem
Andi Kleen
1
-0
/
+12
2008-07-24
hugetlb: abstract numa round robin selection
Andi Kleen
1
-15
/
+22
2008-07-24
hugetlb: new sysfs interface
Nishanth Aravamudan
1
-66
/
+222
2008-07-24
hugetlbfs: per mount huge page sizes
Andi Kleen
2
-15
/
+19
2008-07-24
hugetlb: multiple hstates for multiple page sizes
Andi Kleen
1
-27
/
+121
2008-07-24
hugetlb: modular state for hugetlb page size
Andi Kleen
4
-172
/
+210
2008-07-24
hugetlb: factor out prep_new_huge_page
Andi Kleen
1
-6
/
+11
2008-07-24
mm: create /sys/kernel/mm
Nishanth Aravamudan
1
-0
/
+16
2008-07-24
mm: remove mm_init compilation dependency on CONFIG_DEBUG_MEMORY_INIT
Nishanth Aravamudan
2
-2
/
+3
2008-07-24
vmallocinfo: add NUMA information
Eric Dumazet
1
-0
/
+20
2008-07-24
tmpfs: support aio
Hugh Dickins
1
-21
/
+34
2008-07-24
generic_file_aio_read() cleanups
Hugh Dickins
1
-23
/
+19
2008-07-24
vma_page_offset() has no callees: drop it
Johannes Weiner
1
-20
/
+9
2008-07-24
hugetlb reservations: fix hugetlb MAP_PRIVATE reservations across vma splits
Andy Whitcroft
1
-27
/
+145
2008-07-24
hugetlb: allow huge page mappings to be created without reservations
Andy Whitcroft
1
-5
/
+53
2008-07-24
hugetlb: move reservation region support earlier
Andy Whitcroft
1
-121
/
+125
2008-07-24
mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservations
Andy Whitcroft
2
-4
/
+5
2008-07-24
huge page private reservation review cleanups
Andy Whitcroft
1
-13
/
+45
2008-07-24
hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE...
Mel Gorman
2
-19
/
+184
2008-07-24
hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...
Mel Gorman
1
-39
/
+119
2008-07-24
hugetlb: move hugetlb_acct_memory()
Mel Gorman
1
-41
/
+41
2008-07-24
mm: drop unneeded pgdat argument from free_area_init_node()
Johannes Weiner
2
-6
/
+7
2008-07-24
slob: record page flag overlays explicitly
Andy Whitcroft
1
-6
/
+6
2008-07-24
slub: record page flag overlays explicitly
Andy Whitcroft
1
-48
/
+17
2008-07-24
buddy: clarify comments describing buddy merge
Andy Whitcroft
1
-1
/
+2
2008-07-24
mm: remove double indirection on tlb parameter to free_pgd_range() & Co
Jan Beulich
3
-6
/
+13
2008-07-24
access_process_vm device memory infrastructure
Rik van Riel
1
-18
/
+113
2008-07-24
mm: remove nopfn
Nick Piggin
1
-60
/
+7
2008-07-24
kill generic_file_direct_IO()
Christoph Hellwig
1
-66
/
+51
2008-07-24
mm/hugetlb.c: fix duplicate variable
Adrian Bunk
1
-1
/
+0
2008-07-24
mm/vmstat.c: proper externs
Adrian Bunk
1
-0
/
+1
2008-07-24
mm/migrate.c should #include <linux/syscalls.h>
Adrian Bunk
1
-0
/
+1
2008-07-24
page allocator: inline some __alloc_pages() wrappers
KOSAKI Motohiro
1
-17
/
+2
2008-07-24
mm: unexport __alloc_bootmem_core()
Johannes Weiner
1
-12
/
+12
2008-07-24
mm: normalize internal argument passing of bootmem data
Johannes Weiner
1
-8
/
+6
2008-07-24
mm: fix free_all_bootmem_core alignment check
Johannes Weiner
1
-11
/
+10
2008-07-24
mm: move bootmem descriptors definition to a single place
Johannes Weiner
2
-3
/
+3
[prev]
[next]