summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman2016-03-151-0/+49
| * | mm: filemap: remove redundant code in do_read_cache_pageMel Gorman2016-03-151-31/+12
| * | mm/debug_pagealloc: ask users for default setting of debug_pageallocChristian Borntraeger2016-03-152-3/+21
| * | mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin2016-03-151-5/+6
| * | mm/page_alloc.c: rework code layout in memmap_init_zone()Andrew Morton2016-03-151-41/+38
| * | mm/page_alloc.c: introduce kernelcore=mirror optionTaku Izumi2016-03-151-6/+108
| * | mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node()Taku Izumi2016-03-151-11/+29
| * | mm/slub: support left redzoneJoonsoo Kim2016-03-151-29/+71
| * | slub: relax CMPXCHG consistency restrictionsLaura Abbott2016-03-151-3/+9
| * | slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott2016-03-152-37/+62
| * | slub: fix/clean free_debug_processing return pathsLaura Abbott2016-03-151-11/+10
| * | slub: drop lock at the end of free_debug_processingLaura Abbott2016-03-151-14/+11
| * | mm/slab: re-implement pfmemalloc supportJoonsoo Kim2016-03-151-168/+116
| * | mm/slab: avoid returning values by referenceJoonsoo Kim2016-03-151-5/+8
| * | mm/slab: introduce new slab management type, OBJFREELIST_SLABJoonsoo Kim2016-03-151-8/+86
| * | mm/slab: factor out debugging initialization in cache_init_objs()Joonsoo Kim2016-03-151-6/+18
| * | mm/slab: factor out slab list fixup codeJoonsoo Kim2016-03-151-12/+13
| * | mm/slab: make criteria for off slab determination robust and simpleJoonsoo Kim2016-03-151-28/+17
| * | mm/slab: do not change cache size if debug pagealloc isn't possibleJoonsoo Kim2016-03-151-4/+11
| * | mm/slab: clean up cache type determinationJoonsoo Kim2016-03-151-34/+71
| * | mm/slab: align cache size first before determination of OFF_SLAB candidateJoonsoo Kim2016-03-151-11/+15
| * | mm/slab: put the freelist at the end of slab pageJoonsoo Kim2016-03-151-68/+22
| * | mm/slab: remove object status buffer for DEBUG_SLAB_LEAKJoonsoo Kim2016-03-151-32/+2
| * | mm/slab: alternative implementation for DEBUG_SLAB_LEAKJoonsoo Kim2016-03-151-22/+63
| * | mm/slab: clean up DEBUG_PAGEALLOC processing codeJoonsoo Kim2016-03-151-48/+49
| * | mm/slab: use more appropriate condition check for debug_pageallocJoonsoo Kim2016-03-151-3/+1
| * | mm/slab: activate debug_pagealloc in SLAB when it is actually enabledJoonsoo Kim2016-03-151-5/+10
| * | mm/slab: remove the checks for slab implementation bugJoonsoo Kim2016-03-151-22/+7
| * | mm/slab: remove useless structure defineJoonsoo Kim2016-03-151-10/+1
| * | mm/slab: fix stale code commentJoonsoo Kim2016-03-151-1/+1
| * | mm: fix some spellingJesper Dangaard Brouer2016-03-151-1/+1
| * | mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer2016-03-153-6/+28
| * | slab: implement bulk free in SLAB allocatorJesper Dangaard Brouer2016-03-151-6/+23
| * | slab: avoid running debug SLAB code with IRQs disabled for alloc_bulkJesper Dangaard Brouer2016-03-151-3/+13
| * | slab: implement bulk alloc in SLAB allocatorJesper Dangaard Brouer2016-03-151-2/+35
| * | slab: use slab_post_alloc_hook in SLAB allocator shared with SLUBJesper Dangaard Brouer2016-03-151-16/+6
| * | mm: kmemcheck skip object if slab allocation failedJesper Dangaard Brouer2016-03-151-0/+3
| * | slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUBJesper Dangaard Brouer2016-03-151-12/+4
| * | mm: fault-inject take over bootstrap kmem_cache checkJesper Dangaard Brouer2016-03-153-14/+12
| * | mm/slab: move SLUB alloc hooks to common mm/slab.hJesper Dangaard Brouer2016-03-152-54/+62
| * | slub: clean up code for kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer2016-03-151-11/+11
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-152-6/+32
|\ \ \ | |/ / |/| |
| * | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-0711-50/+87
| |\ \
| * \ \ Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-1820-167/+222
| |\ \ \
| * \ \ \ Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-2959-2442/+3803
| |\ \ \ \
| * | | | | mm: Add vm_insert_pfn_prot()Andy Lutomirski2016-01-121-2/+23
| * | | | | mm: Add a vm_special_mapping.fault() methodAndy Lutomirski2016-01-121-4/+9
* | | | | | Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-03-141-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-0425-215/+307
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | xen, mm: Set IORESOURCE_SYSTEM_RAM to System RAMToshi Kani2016-01-301-1/+1
OpenPOWER on IntegriCloud