index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-06
SLUB: Optimize slab_free() debug check
Pekka Enberg
1
-2
/
+2
2010-10-06
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-25
fremap: get rid of broken 'end' variable
Linus Torvalds
1
-2
/
+1
2010-09-24
hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()
Naoya Horiguchi
1
-0
/
+2
2010-09-24
hugetlb, rmap: fix confusing page locking in hugetlb_cow()
Naoya Horiguchi
1
-10
/
+12
2010-09-24
hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()
Naoya Horiguchi
1
-1
/
+1
2010-09-24
hugetlb, rmap: always use anon_vma root pointer
Naoya Horiguchi
1
-6
/
+7
2010-09-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-1
/
+1
2010-09-23
mmap: call unlink_anon_vmas() in __split_vma() in case of error
Andrea Arcangeli
1
-0
/
+1
2010-09-23
oom: filter unkillable tasks from tasklist dump
David Rientjes
1
-21
/
+19
2010-09-23
vmscan: check all_unreclaimable in direct reclaim path
Minchan Kim
1
-8
/
+35
2010-09-23
oom: always return a badness score of non-zero for eligible tasks
David Rientjes
1
-2
/
+7
2010-09-22
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+2
2010-09-22
bdi: Initialize noop_backing_dev_info properly
Jan Kara
1
-0
/
+2
2010-09-21
percpu: fix pcpu_last_unit_cpu
Tejun Heo
1
-1
/
+1
2010-09-20
mm: further fix swapin race condition
Hugh Dickins
1
-3
/
+5
2010-09-17
mm, x86: Saving vmcore with non-lazy freeing of vmas
Cliff Wickman
1
-0
/
+9
2010-09-16
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
1
-3
/
+3
2010-09-16
memblock: Fix section mismatch warnings
Yinghai Lu
1
-7
/
+7
2010-09-10
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+5
2010-09-10
swap: do not send discards as barriers
Christoph Hellwig
1
-6
/
+3
2010-09-10
percpu: update comments to reflect that percpu allocations are always zero-fi...
Tejun Heo
1
-5
/
+6
2010-09-10
percpu: clear memory allocated with the km allocator
Tejun Heo
1
-1
/
+5
2010-09-10
mm: page allocator: drain per-cpu lists after direct reclaim allocation fails
Mel Gorman
1
-4
/
+16
2010-09-10
mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...
Christoph Lameter
3
-3
/
+37
[prev]
[next]