summaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-07slob: Check for NULL pointer before calling ctor()Steven Rostedt1-1/+1
2013-07-07slub: Make cpu partial slab support configurableJoonsoo Kim2-6/+32
2013-07-07slab: add kmalloc() to kernel API documentationMichael Opdenacker2-12/+14
2013-07-07slab: fix init_lock_keysChristoph Lameter1-1/+1
2013-07-07slob: use DIV_ROUND_UP where possibleSasha Levin1-1/+1
2013-07-07slub: do not put a slab to cpu partial list when cpu_partial is 0Joonsoo Kim1-0/+3
2013-07-07mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfoWanpeng Li1-2/+2
2013-07-07mm/slub: Drop unnecessary nr_partialsWanpeng Li1-2/+0
2013-07-07mm/slab: Fix /proc/slabinfo unwriteable for slabWanpeng Li1-1/+9
2013-07-07mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li3-12/+5
2013-07-07mm/slab: Fix drain freelist excessivelyWanpeng Li1-3/+9
2013-06-18slob: Rework #ifdeffery in slab.hChristoph Lameter1-11/+28
2013-06-08mm, slab: moved kmem_cache_alloc_node comment to correct placeZhouping Liu1-12/+11
2013-05-06mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter1-9/+15
2013-05-06slab: Return NULL for oversized allocationsChristoph Lameter2-0/+9
2013-05-01mm: slab: Verify the nodeid passed to ____cache_alloc_nodeAaron Tomlin1-0/+1
2013-04-05slub: tid must be retrieved from the percpu area of the current processorChristoph Lameter1-3/+9
2013-04-05slub: Do not dereference NULL pointer in node_matchChristoph Lameter1-1/+1
2013-04-02slub: add 'likely' macro to inc_slabs_node()Joonsoo Kim1-1/+1
2013-04-02slub: correct to calculate num of acquired objects in get_partial_node()Joonsoo Kim1-8/+9
2013-02-28slub: correctly bootstrap boot cachesGlauber Costa1-0/+6
2013-02-06mm/sl[au]b: correct allocation type check in kmalloc_slab()Joonsoo Kim1-1/+1
2013-02-06slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sectionsChristoph Lameter1-14/+15
2013-02-06slab: Handle ARCH_DMA_MINALIGN correctlyChristoph Lameter1-14/+18
2013-02-01slab: Common definition for kmem_cache_nodeChristoph Lameter3-28/+32
2013-02-01slab: Rename list3/l3 to nodeChristoph Lameter2-259/+259
2013-02-01slab: Common Kmalloc cache determinationChristoph Lameter5-173/+124
2013-02-01stat: Use size_t for sizes instead of unsignedChristoph Lameter1-1/+1
2013-02-01slab: Common function to create the kmalloc arrayChristoph Lameter4-99/+64
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter6-24/+13
2013-02-01slab: Common constants for kmalloc boundariesChristoph Lameter3-37/+38
2013-02-01slab: Rename nodelists to nodeChristoph Lameter2-69/+68
2013-02-01slab: Common name for the per node structuresChristoph Lameter2-45/+44
2013-02-01slab: Use common kmalloc_index/kmalloc_size functionsChristoph Lameter3-173/+88
2013-02-01slab: Common kmalloc slab index determinationChristoph Lameter2-113/+122
2013-02-01slab: Move kmalloc related function defsChristoph Lameter1-9/+9
2013-02-01slab: Use proper formatting specs for unsigned size_tChristoph Lameter1-1/+1
2012-12-22Linux 3.8-rc1v3.8-rc1Linus Torvalds1-2/+2
2012-12-22Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields1-1/+0
2012-12-22ARM: dts: fix duplicated build target and alphabetical sort out for exynosKukjin Kim1-3/+2
2012-12-21dm stripe: add WRITE SAME supportMike Snitzer1-4/+6
2012-12-21dm: remove map_infoMikulas Patocka14-54/+31
2012-12-21dm snapshot: do not use map_contextMikulas Patocka1-13/+23
2012-12-21dm thin: dont use map_contextMikulas Patocka1-36/+13
2012-12-21dm raid1: dont use map_contextMikulas Patocka1-9/+13
2012-12-21dm flakey: dont use map_contextMikulas Patocka1-4/+11
2012-12-21dm raid1: rename read_record to bio_recordMikulas Patocka1-11/+11
2012-12-21dm: move target request nr to dm_target_ioMikulas Patocka4-8/+15
2012-12-21dm snapshot: use per_bio_dataMikulas Patocka1-35/+8
2012-12-21dm verity: use per_bio_dataMikulas Patocka1-18/+4