| Commit message (Expand) | Author | Files | Lines |
2014-08-07 | mm, CMA: clean-up log message | Joonsoo Kim | 1 | -2/+2 |
2014-08-07 | mm, CMA: change cma_declare_contiguous() to obey coding convention | Joonsoo Kim | 4 | -10/+11 |
2014-08-07 | mm, CMA: clean-up CMA allocation error path | Joonsoo Kim | 1 | -3/+4 |
2014-08-07 | PPC, KVM, CMA: use general CMA reserved area management framework | Joonsoo Kim | 5 | -277/+14 |
2014-08-07 | CMA: generalize CMA reserved area management functionality | Joonsoo Kim | 8 | -291/+383 |
2014-08-07 | DMA, CMA: support arbitrary bitmap granularity | Joonsoo Kim | 1 | -24/+53 |
2014-08-07 | DMA, CMA: support alignment constraint on CMA region | Joonsoo Kim | 1 | -8/+18 |
2014-08-07 | DMA, CMA: separate core CMA management codes from DMA APIs | Joonsoo Kim | 1 | -48/+77 |
2014-08-07 | mm/internal.h: use nth_page | Fabian Frederick | 1 | -1/+1 |
2014-08-07 | mm: page_alloc: simplify drain_zone_pages by using min() | Michal Nazarewicz | 1 | -6/+2 |
2014-08-07 | mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1 | Tang Chen | 3 | -16/+20 |
2014-08-07 | mem-hotplug: avoid illegal state prefixed with legal state when changing stat... | Tang Chen | 1 | -4/+4 |
2014-08-07 | mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault() | Hugh Dickins | 1 | -1/+1 |
2014-08-07 | vmalloc: use rcu list iterator to reduce vmap_area_lock contention | Joonsoo Kim | 1 | -3/+3 |
2014-08-07 | include/linux/memblock.h: add __init to memblock_set_bottom_up() | Fabian Frederick | 1 | -2/+2 |
2014-08-07 | mm/page_alloc.c: unexport alloc_pages_exact_nid() | Andrew Morton | 1 | -1/+0 |
2014-08-07 | mm/page_alloc.c: add __meminit to alloc_pages_exact_nid() | Fabian Frederick | 2 | -2/+2 |
2014-08-07 | mm/memory_hotplug.c: add __meminit to grow_zone_span/grow_pgdat_span | Fabian Frederick | 1 | -4/+4 |
2014-08-07 | mm/readahead.c: remove unused file_ra_state from count_history_pages | Fabian Frederick | 1 | -2/+1 |
2014-08-07 | slab: convert last use of __FUNCTION__ to __func__ | Joe Perches | 1 | -1/+1 |
2014-08-07 | slab: fix the alias count (via sysfs) of slab cache | Gu Zheng | 1 | -1/+1 |
2014-08-07 | mm, slub: fix some indenting in cmpxchg_double_slab() | Dan Carpenter | 1 | -6/+6 |
2014-08-07 | mm/slab.c: fix comments | Wang Sheng-Hui | 1 | -4/+5 |
2014-08-07 | mm: move slab related stuff from util.c to slab_common.c | Andrey Ryabinin | 2 | -102/+101 |
2014-08-07 | slub: avoid duplicate creation on the first object | Wei Yang | 1 | -8/+11 |
2014-08-07 | slab: change int to size_t for representing allocation size | Joonsoo Kim | 1 | -4/+4 |
2014-08-07 | slab: remove BAD_ALIEN_MAGIC | Joonsoo Kim | 1 | -3/+1 |
2014-08-07 | slab: remove a useless lockdep annotation | Joonsoo Kim | 1 | -153/+0 |
2014-08-07 | slab: destroy a slab without holding any alien cache lock | Joonsoo Kim | 1 | -7/+13 |
2014-08-07 | slab: use the lock on alien_cache, instead of the lock on array_cache | Joonsoo Kim | 1 | -17/+8 |
2014-08-07 | slab: introduce alien_cache | Joonsoo Kim | 2 | -42/+68 |
2014-08-07 | slab: factor out initialization of array cache | Joonsoo Kim | 1 | -14/+19 |
2014-08-07 | slab: defer slab_destroy in free_block() | Joonsoo Kim | 1 | -19/+41 |
2014-08-07 | slab: move up code to get kmem_cache_node in free_block() | Joonsoo Kim | 1 | -2/+1 |
2014-08-07 | slab: add unlikely macro to help compiler | Joonsoo Kim | 1 | -1/+1 |
2014-08-07 | mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=y | Andrey Ryabinin | 1 | -61/+36 |
2014-08-07 | mm, slub: mark resiliency_test as init text | David Rientjes | 1 | -1/+1 |
2014-08-07 | mm: slab.h: wrap the whole file with guarding macro | Andrey Ryabinin | 1 | -1/+2 |
2014-08-07 | slab: use get_node() and kmem_cache_node() functions | Christoph Lameter | 1 | -93/+80 |
2014-08-07 | slub: use new node functions | Christoph Lameter | 1 | -49/+29 |
2014-08-07 | slab common: add functions for kmem_cache_node access | Christoph Lameter | 2 | -6/+16 |
2014-08-07 | mm/slab.c: add __init to init_lock_keys | Fabian Frederick | 1 | -2/+2 |
2014-08-07 | kernel/watchdog.c: convert printk/pr_warning to pr_foo() | Fabian Frederick | 1 | -4/+6 |
2014-08-07 | fs/ocfs2/slot_map.c: replace count*size kzalloc by kcalloc | Fabian Frederick | 1 | -1/+1 |
2014-08-07 | ocfs2: race between umount and unfinished remastering during recovery | Tariq Saeed | 1 | -0/+4 |
2014-08-07 | ocfs2: remove conversion of total_backoff in dlm_join_domain() | Xue jiufei | 1 | -3/+2 |
2014-08-07 | ocfs2: correctly check the return value of ocfs2_search_extent_list | Yingtai Xie | 3 | -5/+14 |
2014-08-07 | fs/squashfs/super.c: logging cleanup | Fabian Frederick | 1 | -2/+3 |
2014-08-07 | fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_array | Fabian Frederick | 1 | -1/+1 |
2014-08-07 | sh: fix build error by adding generic ioport_{map/unmap}() | Pranith Kumar | 1 | -0/+11 |