aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-09-04userfaultfd: prevent khugepaged to merge if userfaultfd is armedGravatar Andrea Arcangeli 1-2/+4
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxGravatar Andrea Arcangeli 5-18/+35
2015-09-04userfaultfd: call handle_userfault() for userfaultfd_missing() faultsGravatar Andrea Arcangeli 2-22/+63
2015-09-04mm/slab.h: fix argument order in cache_from_obj's error messageGravatar Daniel Borkmann 1-1/+1
2015-09-04mm/slub: don't wait for high-order page allocationGravatar Joonsoo Kim 1-0/+2
2015-09-04mm/slub: fix slab double-free in case of duplicate sysfs filenameGravatar Konstantin Khlebnikov 1-3/+1
2015-09-04mm/slub: move slab initialization into irq enabled regionGravatar Thomas Gleixner 1-47/+42
2015-09-04slub: add support for kmem_cache_debug in bulk callsGravatar Jesper Dangaard Brouer 1-9/+19
2015-09-04slub: initial bulk free implementationGravatar Jesper Dangaard Brouer 1-1/+33
2015-09-04slub: improve bulk alloc strategyGravatar Jesper Dangaard Brouer 1-10/+16
2015-09-04slub bulk alloc: extract objects from the per cpu slabGravatar Jesper Dangaard Brouer 1-2/+47
2015-09-04slab: infrastructure for bulk object allocation and freeingGravatar Christoph Lameter 5-0/+72
2015-09-04slub: fix spelling succedd to succeedGravatar Jesper Dangaard Brouer 1-1/+1
2015-09-04memory-hotplug: add hot-added memory ranges to memblock before allocate node_...Gravatar Tang Chen 1-1/+9
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-7/+1
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+41
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-12/+8
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Gravatar Linus Torvalds 1-3/+2
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-5/+5
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-3/+3
2015-08-31lib: move strncpy_from_unsafe() into mm/maccess.cGravatar Alexei Starovoitov 1-0/+41
2015-08-22x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Gravatar Andrey Ryabinin 2-1/+153
2015-08-21mm: make page pfmemalloc check more robustGravatar Michal Hocko 3-6/+9
2015-08-14mm: cma: mark cma_bitmap_maxno() inline in headerGravatar Gregory Fong 1-1/+1
2015-08-14memory-hotplug: fix wrong edge when hot add a new nodeGravatar Xishi Qiu 2-0/+11
2015-08-14.mailmap: Andrey Ryabinin has movedGravatar Andrey Ryabinin 2-2/+2
2015-08-14mm/hwpoison: fix panic due to split huge zero pageGravatar Wanpeng Li 1-2/+5
2015-08-14mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldGravatar Wanpeng Li 1-7/+6
2015-08-14mm/hwpoison: fix page refcount of unknown non LRU pageGravatar Wanpeng Li 1-0/+2
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecGravatar Kent Overstreet 1-5/+3
2015-08-07treewide: fix typos in comment blocksGravatar Masahiro Yamada 1-5/+5
2015-08-07writeback: fix initial dirty limitGravatar Rabin Vincent 1-2/+2
2015-08-07mm/memory-failure: set PageHWPoison before migrate_pages()Gravatar Naoya Horiguchi 2-4/+6
2015-08-07mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Gravatar Naoya Horiguchi 3-7/+9
2015-08-07mm/memory-failure: give up error handling for non-tail-refcounted thpGravatar Naoya Horiguchi 1-9/+12
2015-08-07mm/memory-failure: fix race in counting num_poisoned_pagesGravatar Naoya Horiguchi 1-2/+2
2015-08-07mm/memory-failure: unlock_page before put_pageGravatar Naoya Horiguchi 1-2/+2
2015-08-07ipc: use private shmem or hugetlbfs inodes for shm segments.Gravatar Stephen Smalley 1-2/+2
2015-08-07mm: initialize hotplugged pages as reservedGravatar Mel Gorman 1-1/+9
2015-08-07mm/slub: allow merging when SLAB_DEBUG_FREE is setGravatar Konstantin Khlebnikov 1-2/+1
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationGravatar Mel Gorman 1-0/+3
2015-08-07mm, meminit: replace rwsem with completionGravatar Nicolai Stange 1-7/+15
2015-08-07mm, meminit: allow early_pfn_to_nid to be used during runtimeGravatar Mel Gorman 1-8/+8
2015-08-05mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsGravatar Michal Hocko 1-10/+6
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-7/+5
2015-07-23mm/Kconfig: NEED_BOUNCE_POOL: clean-up conditionGravatar Valentin Rothberg 1-7/+1
2015-07-21percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunkGravatar Baoquan He 1-3/+2
2015-07-17mm/cma_debug: correct size input to bitmap functionGravatar Joonsoo Kim 1-3/+4
2015-07-17mm/cma_debug: fix debugging alloc/free interfaceGravatar Joonsoo Kim 1-2/+2
2015-07-17mm/page_owner: set correct gfp_mask on page_ownerGravatar Joonsoo Kim 2-3/+12