summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/slab: introduce new slab management type, OBJFREELIST_SLABJoonsoo Kim2016-03-161-8/+86
* mm/slab: factor out debugging initialization in cache_init_objs()Joonsoo Kim2016-03-161-6/+18
* mm/slab: factor out slab list fixup codeJoonsoo Kim2016-03-161-12/+13
* mm/slab: make criteria for off slab determination robust and simpleJoonsoo Kim2016-03-161-28/+17
* mm/slab: do not change cache size if debug pagealloc isn't possibleJoonsoo Kim2016-03-161-4/+11
* mm/slab: clean up cache type determinationJoonsoo Kim2016-03-161-34/+71
* mm/slab: align cache size first before determination of OFF_SLAB candidateJoonsoo Kim2016-03-161-11/+15
* mm/slab: put the freelist at the end of slab pageJoonsoo Kim2016-03-161-68/+22
* mm/slab: remove object status buffer for DEBUG_SLAB_LEAKJoonsoo Kim2016-03-161-32/+2
* mm/slab: alternative implementation for DEBUG_SLAB_LEAKJoonsoo Kim2016-03-162-22/+66
* mm/slab: clean up DEBUG_PAGEALLOC processing codeJoonsoo Kim2016-03-162-52/+57
* mm/slab: use more appropriate condition check for debug_pageallocJoonsoo Kim2016-03-161-3/+1
* mm/slab: activate debug_pagealloc in SLAB when it is actually enabledJoonsoo Kim2016-03-161-5/+10
* mm/slab: remove the checks for slab implementation bugJoonsoo Kim2016-03-161-22/+7
* mm/slab: remove useless structure defineJoonsoo Kim2016-03-161-10/+1
* mm/slab: fix stale code commentJoonsoo Kim2016-03-161-1/+1
* mm: fix some spellingJesper Dangaard Brouer2016-03-163-3/+3
* mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer2016-03-164-6/+37
* slab: implement bulk free in SLAB allocatorJesper Dangaard Brouer2016-03-161-6/+23
* slab: avoid running debug SLAB code with IRQs disabled for alloc_bulkJesper Dangaard Brouer2016-03-161-3/+13
* slab: implement bulk alloc in SLAB allocatorJesper Dangaard Brouer2016-03-161-2/+35
* slab: use slab_post_alloc_hook in SLAB allocator shared with SLUBJesper Dangaard Brouer2016-03-161-16/+6
* mm: kmemcheck skip object if slab allocation failedJesper Dangaard Brouer2016-03-161-0/+3
* slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUBJesper Dangaard Brouer2016-03-161-12/+4
* mm: fault-inject take over bootstrap kmem_cache checkJesper Dangaard Brouer2016-03-164-17/+14
* mm/slab: move SLUB alloc hooks to common mm/slab.hJesper Dangaard Brouer2016-03-162-54/+62
* slub: clean up code for kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer2016-03-161-11/+11
* paride: make 'verbose' parameter an 'int' againArnd Bergmann2016-03-162-4/+4
* block: partition: add partition specific uevent callbacks for partition infoSan Mehat2016-03-161-0/+11
* ocfs2/dlm: fix a variable overflow problem in dlmdomain.cJun Piao2016-03-161-1/+1
* ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue2016-03-164-4/+18
* ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...xuejiufei2016-03-161-1/+13
* ocfs2/dlm: clear DROPPING_REF flag when the master goes downxuejiufei2016-03-161-8/+10
* ocfs2/dlm: return in progress if master can not clear the refmap bit right nowxuejiufei2016-03-163-3/+17
* ocfs2/dlm: add DEREF_DONE messagexuejiufei2016-03-163-1/+138
* ocfs2/dlm: fix a typo in dlmcommon.hJoseph Qi2016-03-161-2/+2
* ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()jiangyiwen2016-03-161-2/+3
* ocfs2/cluster: replace the interrupt safe spinlocks with common onesjiangyiwen2016-03-161-6/+4
* blackfin: define dummy pgprot_writecombine for !MMUSudip Mukherjee2016-03-161-0/+2
* m32r: mm: fix build warningSudip Mukherjee2016-03-161-12/+15
* tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-168-18/+13
* init/main.c: use list_for_each_entry()Geliang Tang2016-03-161-3/+1
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-1514-161/+424
|\
| * Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2016-03-0814-161/+424
| |\
| | * sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-022-19/+5
| | * posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-024-52/+12
| | * sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker2016-03-024-37/+53
| | * sched: Account rr tasksFrederic Weisbecker2016-03-022-0/+17
| | * perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker2016-03-024-32/+49
| | * nohz: Use enum code for tick stop failure tracing messageFrederic Weisbecker2016-03-023-14/+41