index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmstat.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-07
slob: Check for NULL pointer before calling ctor()
Steven Rostedt
1
-1
/
+1
2013-07-07
slub: Make cpu partial slab support configurable
Joonsoo Kim
2
-6
/
+32
2013-07-07
slab: add kmalloc() to kernel API documentation
Michael Opdenacker
2
-12
/
+14
2013-07-07
slab: fix init_lock_keys
Christoph Lameter
1
-1
/
+1
2013-07-07
slob: use DIV_ROUND_UP where possible
Sasha Levin
1
-1
/
+1
2013-07-07
slub: do not put a slab to cpu partial list when cpu_partial is 0
Joonsoo Kim
1
-0
/
+3
2013-07-07
mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfo
Wanpeng Li
1
-2
/
+2
2013-07-07
mm/slub: Drop unnecessary nr_partials
Wanpeng Li
1
-2
/
+0
2013-07-07
mm/slab: Fix /proc/slabinfo unwriteable for slab
Wanpeng Li
1
-1
/
+9
2013-07-07
mm/slab: Sharing s_next and s_stop between slab and slub
Wanpeng Li
3
-12
/
+5
2013-07-07
mm/slab: Fix drain freelist excessively
Wanpeng Li
1
-3
/
+9
2013-06-18
slob: Rework #ifdeffery in slab.h
Christoph Lameter
1
-11
/
+28
2013-06-08
mm, slab: moved kmem_cache_alloc_node comment to correct place
Zhouping Liu
1
-12
/
+11
2013-05-06
mm, slab_common: Fix bootstrap creation of kmalloc caches
Christoph Lameter
1
-9
/
+15
2013-05-06
slab: Return NULL for oversized allocations
Christoph Lameter
2
-0
/
+9
2013-05-01
mm: slab: Verify the nodeid passed to ____cache_alloc_node
Aaron Tomlin
1
-0
/
+1
2013-04-05
slub: tid must be retrieved from the percpu area of the current processor
Christoph Lameter
1
-3
/
+9
2013-04-05
slub: Do not dereference NULL pointer in node_match
Christoph Lameter
1
-1
/
+1
2013-04-02
slub: add 'likely' macro to inc_slabs_node()
Joonsoo Kim
1
-1
/
+1
2013-04-02
slub: correct to calculate num of acquired objects in get_partial_node()
Joonsoo Kim
1
-8
/
+9
2013-02-28
slub: correctly bootstrap boot caches
Glauber Costa
1
-0
/
+6
2013-02-06
mm/sl[au]b: correct allocation type check in kmalloc_slab()
Joonsoo Kim
1
-1
/
+1
2013-02-06
slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sections
Christoph Lameter
1
-14
/
+15
2013-02-06
slab: Handle ARCH_DMA_MINALIGN correctly
Christoph Lameter
1
-14
/
+18
2013-02-01
slab: Common definition for kmem_cache_node
Christoph Lameter
3
-28
/
+32
2013-02-01
slab: Rename list3/l3 to node
Christoph Lameter
2
-259
/
+259
2013-02-01
slab: Common Kmalloc cache determination
Christoph Lameter
5
-173
/
+124
2013-02-01
stat: Use size_t for sizes instead of unsigned
Christoph Lameter
1
-1
/
+1
2013-02-01
slab: Common function to create the kmalloc array
Christoph Lameter
4
-99
/
+64
2013-02-01
slab: Common definition for the array of kmalloc caches
Christoph Lameter
6
-24
/
+13
2013-02-01
slab: Common constants for kmalloc boundaries
Christoph Lameter
3
-37
/
+38
2013-02-01
slab: Rename nodelists to node
Christoph Lameter
2
-69
/
+68
2013-02-01
slab: Common name for the per node structures
Christoph Lameter
2
-45
/
+44
2013-02-01
slab: Use common kmalloc_index/kmalloc_size functions
Christoph Lameter
3
-173
/
+88
2013-02-01
slab: Common kmalloc slab index determination
Christoph Lameter
2
-113
/
+122
2013-02-01
slab: Move kmalloc related function defs
Christoph Lameter
1
-9
/
+9
2013-02-01
slab: Use proper formatting specs for unsigned size_t
Christoph Lameter
1
-1
/
+1
2012-12-22
Linux 3.8-rc1
v3.8-rc1
Linus Torvalds
1
-2
/
+2
2012-12-22
Revert "nfsd: warn on odd reply state in nfsd_vfs_read"
J. Bruce Fields
1
-1
/
+0
2012-12-22
ARM: dts: fix duplicated build target and alphabetical sort out for exynos
Kukjin Kim
1
-3
/
+2
2012-12-21
dm stripe: add WRITE SAME support
Mike Snitzer
1
-4
/
+6
2012-12-21
dm: remove map_info
Mikulas Patocka
14
-54
/
+31
2012-12-21
dm snapshot: do not use map_context
Mikulas Patocka
1
-13
/
+23
2012-12-21
dm thin: dont use map_context
Mikulas Patocka
1
-36
/
+13
2012-12-21
dm raid1: dont use map_context
Mikulas Patocka
1
-9
/
+13
2012-12-21
dm flakey: dont use map_context
Mikulas Patocka
1
-4
/
+11
2012-12-21
dm raid1: rename read_record to bio_record
Mikulas Patocka
1
-11
/
+11
2012-12-21
dm: move target request nr to dm_target_io
Mikulas Patocka
4
-8
/
+15
2012-12-21
dm snapshot: use per_bio_data
Mikulas Patocka
1
-35
/
+8
2012-12-21
dm verity: use per_bio_data
Mikulas Patocka
1
-18
/
+4
[next]