summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* slub: Check for page NULL before doing the node_match checkSteven Rostedt2013-07-141-1/+1
* mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li2013-07-083-8/+8
* slob: Check for NULL pointer before calling ctor()Steven Rostedt2013-07-071-1/+1
* slub: Make cpu partial slab support configurableJoonsoo Kim2013-07-072-6/+32
* slab: add kmalloc() to kernel API documentationMichael Opdenacker2013-07-072-12/+14
* 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
* slob: Rework #ifdeffery in slab.hChristoph Lameter2013-06-181-11/+28
* 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-062-0/+9
* 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: Handle ARCH_DMA_MINALIGN correctlyChristoph Lameter2013-02-061-14/+18
* slab: Common definition for kmem_cache_nodeChristoph Lameter2013-02-013-28/+32
* slab: Rename list3/l3 to nodeChristoph Lameter2013-02-012-259/+259
* slab: Common Kmalloc cache determinationChristoph Lameter2013-02-015-173/+124
* stat: Use size_t for sizes instead of unsignedChristoph Lameter2013-02-011-1/+1
* slab: Common function to create the kmalloc arrayChristoph Lameter2013-02-014-99/+64
* slab: Common definition for the array of kmalloc cachesChristoph Lameter2013-02-016-24/+13
* slab: Common constants for kmalloc boundariesChristoph Lameter2013-02-013-37/+38
* slab: Rename nodelists to nodeChristoph Lameter2013-02-012-69/+68
* slab: Common name for the per node structuresChristoph Lameter2013-02-012-45/+44
* slab: Use common kmalloc_index/kmalloc_size functionsChristoph Lameter2013-02-013-173/+88
* slab: Common kmalloc slab index determinationChristoph Lameter2013-02-012-113/+122
* slab: Move kmalloc related function defsChristoph Lameter2013-02-011-9/+9
* slab: Use proper formatting specs for unsigned size_tChristoph Lameter2013-02-011-1/+1
* Linux 3.8-rc1v3.8-rc1Linus Torvalds2012-12-211-2/+2
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-12-2119-445/+738
|\
| * watchdog: mei: avoid oops in watchdog unregister code pathTomas Winkler2012-12-191-1/+1
| * watchdog: Orion: Fix possible null-deference in orion_wdt_probeJason Gunthorpe2012-12-191-0/+2
| * watchdog: sp5100_tco: Add SB8x0 chipset supportTakahisa Tanaka2012-12-192-61/+306
| * watchdog: davinci_wdt: add OF supportMurali Karicheri2012-12-192-0/+19
| * watchdog: da9052: Fix invalid free of devm_ allocated dataTushar Behera2012-12-191-4/+0
| * watchdog: twl4030_wdt: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODULE_PM_REC...Peter Ujfalusi2012-12-191-1/+1
| * watchdog: remove depends on CONFIG_EXPERIMENTALKees Cook2012-12-191-2/+2
| * watchdog: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-12-191-10/+9
| * watchdog: DA9055 Watchdog driverAshish Jangam2012-12-193-0/+227
OpenPOWER on IntegriCloud