summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* slob: Check for NULL pointer before calling ctor()Steven Rostedt2013-07-071-1/+1
* slub: Make cpu partial slab support configurableJoonsoo Kim2013-07-071-6/+21
* slab: fix init_lock_keysChristoph Lameter2013-07-071-1/+1
* slob: use DIV_ROUND_UP where possibleSasha Levin2013-07-071-1/+1
* slub: do not put a slab to cpu partial list when cpu_partial is 0Joonsoo Kim2013-07-071-0/+3
* mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfoWanpeng Li2013-07-071-2/+2
* mm/slub: Drop unnecessary nr_partialsWanpeng Li2013-07-071-2/+0
* mm/slab: Fix /proc/slabinfo unwriteable for slabWanpeng Li2013-07-071-1/+9
* mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li2013-07-073-12/+5
* mm/slab: Fix drain freelist excessivelyWanpeng Li2013-07-071-3/+9
* mm, slab: moved kmem_cache_alloc_node comment to correct placeZhouping Liu2013-06-081-12/+11
* mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter2013-05-061-9/+15
* slab: Return NULL for oversized allocationsChristoph Lameter2013-05-061-0/+3
* mm: slab: Verify the nodeid passed to ____cache_alloc_nodeAaron Tomlin2013-05-011-0/+1
* slub: tid must be retrieved from the percpu area of the current processorChristoph Lameter2013-04-051-3/+9
* slub: Do not dereference NULL pointer in node_matchChristoph Lameter2013-04-051-1/+1
* slub: add 'likely' macro to inc_slabs_node()Joonsoo Kim2013-04-021-1/+1
* slub: correct to calculate num of acquired objects in get_partial_node()Joonsoo Kim2013-04-021-8/+9
* slub: correctly bootstrap boot cachesGlauber Costa2013-02-281-0/+6
* mm/sl[au]b: correct allocation type check in kmalloc_slab()Joonsoo Kim2013-02-061-1/+1
* slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sectionsChristoph Lameter2013-02-061-14/+15
* slab: Common definition for kmem_cache_nodeChristoph Lameter2013-02-012-17/+32
* slab: Rename list3/l3 to nodeChristoph Lameter2013-02-012-259/+259
* slab: Common Kmalloc cache determinationChristoph Lameter2013-02-014-142/+114
* slab: Common function to create the kmalloc arrayChristoph Lameter2013-02-014-99/+64
* slab: Common definition for the array of kmalloc cachesChristoph Lameter2013-02-013-15/+8
* slab: Common constants for kmalloc boundariesChristoph Lameter2013-02-011-11/+11
* slab: Rename nodelists to nodeChristoph Lameter2013-02-011-68/+67
* slab: Common name for the per node structuresChristoph Lameter2013-02-011-44/+43
* slab: Use common kmalloc_index/kmalloc_size functionsChristoph Lameter2013-02-011-93/+76
* slab: Use proper formatting specs for unsigned size_tChristoph Lameter2013-02-011-1/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-205-17/+65
|\
| * memcg: don't register hotcpu notifier from ->css_alloc()Tejun Heo2012-12-201-1/+13
| * mm: clean up transparent hugepage sysfs error messagesJeremy Eder2012-12-201-3/+3
| * mm: cma: WARN if freed memory is still in useMarek Szyprowski2012-12-201-2/+9
| * mm: fix calculation of dirtyable memorySonny Rao2012-12-201-5/+20
| * compaction: fix build error in CMA && !COMPACTIONMinchan Kim2012-12-201-6/+20
* | Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro2012-12-203-14/+15
|\ \ | |/
| * Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-201-0/+1
| |\
| | * mm: highmem: export kmap_to_page for modulesWill Deacon2012-10-221-0/+1
| * | ksm: make rmap walks more scalableHugh Dickins2012-12-201-8/+8
| * | mm: do not sleep in balance_pgdat if there's no i/o congestionZlatko Calusic2012-12-201-6/+6
* | | mm: drop vmtruncateMarco Stornelli2012-12-201-23/+0
|/ /
* | mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()Fengguang Wu2012-12-181-0/+8
* | vmscan: comment too_many_isolated()Fengguang Wu2012-12-181-1/+5
* | mm/kmemleak.c: remove obsolete simple_strtoulAbhijit Pawar2012-12-181-1/+2
* | mm/memory_hotplug.c: improve commentsTang Chen2012-12-181-6/+12
* | mm/hugetlb: create hugetlb cgroup file in hugetlb_initJianguo Wu2012-12-182-12/+18
* | mm/mprotect.c: coding-style cleanupsAndrew Morton2012-12-181-14/+16
* | slub: drop mutex before deleting sysfs entryGlauber Costa2012-12-181-1/+12
OpenPOWER on IntegriCloud