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
2010-10-08
Encode huge page size for VM_FAULT_HWPOISON errors
Andi Kleen
2
-3
/
+6
2010-10-08
hugepage: move is_hugepage_on_freelist inside ifdef to avoid warning
Andi Kleen
1
-1
/
+2
2010-10-08
Clean up __page_set_anon_rmap
Andi Kleen
1
-17
/
+8
2010-10-08
HWPOISON, hugetlb: fix unpoison for hugepage
Naoya Horiguchi
1
-2
/
+2
2010-10-08
HWPOISON, hugetlb: soft offlining for hugepage
Naoya Horiguchi
1
-4
/
+55
2010-10-08
HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASED
Naoya Horiguchi
2
-1
/
+33
2010-10-08
hugetlb: move refcounting in hugepage allocation inside hugetlb_lock
Naoya Horiguchi
1
-22
/
+13
2010-10-08
HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()
Naoya Horiguchi
2
-6
/
+29
2010-10-08
hugetlb: hugepage migration core
Naoya Horiguchi
2
-19
/
+231
2010-10-08
hugetlb: redefine hugepage copy functions
Naoya Horiguchi
1
-5
/
+40
2010-10-08
hugetlb: add allocate function for hugepage migration
Naoya Horiguchi
1
-25
/
+54
2010-10-08
hugetlb: fix metadata corruption in hugetlb_fault()
Naoya Horiguchi
1
-12
/
+9
2010-10-08
Merge commit 'v2.6.36-rc7' into core/memblock
Ingo Molnar
20
-181
/
+269
2010-10-07
Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+6
2010-10-07
memcg: fix thresholds with use_hierarchy == 1
Kirill A. Shutemov
1
-3
/
+7
2010-10-07
mm: alloc_large_system_hash() printk overflow on 16TB boot
Robin Holt
1
-2
/
+2
2010-10-07
HWPOISON: Stop shrinking at right page count
Andi Kleen
1
-1
/
+1
2010-10-07
HWPOISON: Report correct address granuality for AO huge page errors
Andi Kleen
1
-5
/
+5
2010-10-06
SLUB: Fix memory hotplug with !NUMA
Pekka Enberg
1
-1
/
+1
2010-10-06
slub: Move functions to reduce #ifdefs
Christoph Lameter
1
-156
/
+141
2010-10-06
slub: Enable sysfs support for !CONFIG_SLUB_DEBUG
Christoph Lameter
1
-5
/
+35
2010-10-06
SLUB: Optimize slab_free() debug check
Pekka Enberg
1
-2
/
+2
2010-10-05
memblock: Fix wraparound in find_region()
Yinghai Lu
1
-1
/
+6
2010-10-04
ksm: fix bad user data when swapping
Hugh Dickins
1
-2
/
+4
2010-10-04
ksm: fix page_address_in_vma anon_vma oops
Hugh Dickins
1
-1
/
+7
2010-10-02
slub: Move NUMA-related functions under CONFIG_NUMA
Namhyung Kim
1
-2
/
+4
2010-10-02
slub: Add lock release annotation
Namhyung Kim
1
-0
/
+2
2010-10-02
slub: Fix signedness warnings
Namhyung Kim
1
-4
/
+3
2010-10-02
slub: extract common code to remove objects from partial list without locking
Christoph Lameter
1
-8
/
+11
2010-10-02
SLUB: Pass active and inactive redzone flags instead of boolean to debug func...
Christoph Lameter
1
-19
/
+14
2010-10-02
slub: reduce differences between SMP and NUMA
Christoph Lameter
1
-38
/
+1
2010-10-02
Revert "Slub: UP bandaid"
Pekka Enberg
1
-16
/
+0
2010-10-02
percpu: clear memory allocated with the km allocator
Tejun Heo
1
-1
/
+5
2010-10-02
percpu: use percpu allocator on UP too
Tejun Heo
5
-41
/
+66
2010-10-02
vmalloc: pcpu_get/free_vm_areas() aren't needed on UP
Tejun Heo
1
-0
/
+2
2010-10-02
SLUB: Fix merged slab cache names
Pekka Enberg
1
-1
/
+20
2010-10-02
Slub: UP bandaid
Christoph Lameter
1
-0
/
+16
2010-10-02
slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc caches
David Rientjes
1
-6
/
+8
2010-10-02
slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplug
Christoph Lameter
1
-2
/
+2
2010-10-02
slub: Add dummy functions for the !SLUB_DEBUG case
Christoph Lameter
1
-0
/
+12
2010-10-02
slob: fix gfp flags for order-0 page allocations
David Rientjes
1
-1
/
+3
2010-10-02
slub: Move gfpflag masking out of the hotpath
Christoph Lameter
1
-2
/
+3
2010-10-02
slub: Extract hooks for memory checkers from hotpaths
Christoph Lameter
1
-11
/
+38
2010-10-02
slub: Dynamically size kmalloc cache allocations
Christoph Lameter
1
-53
/
+138
2010-10-02
slub: Remove static kmem_cache_cpu array for boot
Christoph Lameter
1
-13
/
+4
2010-10-02
slub: Remove dynamic dma slab allocation
Christoph Lameter
1
-111
/
+39
2010-10-02
slub: Force no inlining of debug functions
Christoph Lameter
1
-3
/
+3
2010-09-25
Avoid pgoff overflow in remap_file_pages
Larry Woodman
1
-0
/
+4
2010-09-24
fremap: get rid of broken 'end' variable
Linus Torvalds
1
-2
/
+1
2010-09-23
hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()
Naoya Horiguchi
1
-0
/
+2
[prev]
[next]