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
/
page_alloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-06
[PATCH] Fix zone policy determination
Christoph Lameter
1
-3
/
+7
2006-01-06
[PATCH] mm: move determination of policy_zone into page allocator
Christoph Lameter
1
-0
/
+2
2006-01-06
[PATCH] mm: simplify build_zonelists_node by removing the case statement.
Christoph Lameter
1
-23
/
+11
2006-01-06
[PATCH] mm: add populated_zone() helper
Con Kolivas
1
-4
/
+4
2006-01-06
[PATCH] mm: bad_page optimisation
Nick Piggin
1
-24
/
+20
2006-01-06
[PATCH] mm: dma32 zone statistics
Nick Piggin
1
-3
/
+11
2006-01-06
[PATCH] FRV: Clean up bootmem allocator's page freeing algorithm
David Howells
1
-1
/
+35
2006-01-06
[PATCH] mm: page_alloc cleanups
Nick Piggin
1
-10
/
+6
2006-01-06
[PATCH] mm: page_state fixes
Nick Piggin
1
-3
/
+2
2006-01-06
[PATCH] mm: remove pcp low
Nick Piggin
1
-7
/
+2
2006-01-06
[PATCH] mm: remove bad_range
Nick Piggin
1
-7
/
+19
2006-01-06
[PATCH] mm: microopt conditions
Nick Piggin
1
-8
/
+8
2006-01-06
[PATCH] mm: set_page_refs opt
Nick Piggin
1
-17
/
+0
2006-01-06
[PATCH] mm: pagealloc opt
Nick Piggin
1
-7
/
+11
2006-01-06
[PATCH] mm: remove arch independent NODES_SPAN_OTHER_NODES
Mike Kravetz
1
-2
/
+0
2006-01-06
[PATCH] mm: fix __alloc_pages cpuset ALLOC_* flags
Paul Jackson
1
-3
/
+2
2005-12-15
[PATCH] missing prototype (mm/page_alloc.c)
Al Viro
1
-1
/
+1
2005-12-03
[PATCH] Fix up per-cpu page batch sizes
Nick Piggin
1
-8
/
+8
2005-11-28
[PATCH] mm: __alloc_pages cleanup fix
Nick Piggin
1
-7
/
+17
2005-11-22
[PATCH] unpaged: PG_reserved bad_page
Hugh Dickins
1
-12
/
+34
2005-11-22
[PATCH] unpaged: unifdefed PageCompound
Hugh Dickins
1
-5
/
+0
2005-11-17
[PATCH] VM: fix zone list restart in page allocatate
Jens Axboe
1
-3
/
+4
2005-11-14
Merge x86-64 update from Andi
Linus Torvalds
1
-6
/
+14
2005-11-14
[PATCH] x86_64: Remove obsolete ARCH_HAS_ATOMIC_UNSIGNED and page_flags_t
Andi Kleen
1
-1
/
+1
2005-11-14
[PATCH] x86_64: When cpu_up fails clean up page allocator properly
Andi Kleen
1
-2
/
+1
2005-11-14
[PATCH] x86_64: Add 4GB DMA32 zone
Andi Kleen
1
-3
/
+12
2005-11-13
[PATCH] mm: highmem watermarks
Nick Piggin
1
-13
/
+14
2005-11-13
[PATCH] mm: __alloc_pages cleanup
Rohit Seth
1
-110
/
+85
2005-11-13
[PATCH] mm: __GFP_NOFAIL fix
Kirill Korotaev
1
-0
/
+5
2005-11-10
[PATCH] Don't print per-cpu vm stats for offline cpus.
Dave Jones
1
-1
/
+1
2005-11-07
[PATCH] unexport nr_swap_pages
Adrian Bunk
1
-1
/
+0
2005-10-29
[PATCH] mm: wider use of for_each_*cpu()
John Hawkes
1
-4
/
+1
2005-10-29
[PATCH] memory hotplug: sysfs and add/remove functions
Dave Hansen
1
-2
/
+2
2005-10-29
[PATCH] memory hotplug locking: zone span seqlock
Dave Hansen
1
-5
/
+14
2005-10-29
[PATCH] memory hotplug locking: node_size_lock
Dave Hansen
1
-0
/
+1
2005-10-29
[PATCH] memory hotplug prep: fixup bad_range()
Dave Hansen
1
-5
/
+21
2005-10-29
[PATCH] memory hotplug prep: break out zone initialization
Dave Hansen
1
-40
/
+58
2005-10-29
[PATCH] mm: split page table lock
Hugh Dickins
1
-8
/
+8
2005-10-29
[PATCH] core remove PageReserved
Nick Piggin
1
-6
/
+8
2005-10-29
[PATCH] mm: set per-cpu-pages lower threshold to zero
Seth, Rohit
1
-2
/
+2
2005-10-29
[PATCH] mm: page_alloc: increase size of per-cpu-pages
Seth, Rohit
1
-12
/
+12
2005-10-28
[PATCH] gfp_t: the rest
Al Viro
1
-14
/
+15
2005-10-28
[PATCH] gfp_t: infrastructure
Al Viro
1
-2
/
+2
2005-10-26
[PATCH] NUMA: broken per cpu pageset counters
Magnus Damm
1
-0
/
+2
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
1
-6
/
+6
2005-09-13
[PATCH] use add_taint() for setting tainted bit flags
Randy Dunlap
1
-1
/
+2
2005-09-10
[PATCH] remove invalid comment in mm/page_alloc.c
Renaud Lienhart
1
-1
/
+1
2005-09-07
[PATCH] cpusets: formalize intermediate GFP_KERNEL containment
Paul Jackson
1
-6
/
+10
2005-09-07
[PATCH] Additions to .data.read_mostly section
Ravikiran G Thirumalai
1
-2
/
+2
2005-09-07
[PATCH] More __read_mostly variables
Christoph Lameter
1
-4
/
+4
[next]