summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* userfaultfd: propagate the full address in THP faultsAndrea Arcangeli2015-09-041-4/+6
* userfaultfd: avoid mmap_sem read recursion in mcopy_atomicAndrea Arcangeli2015-09-041-26/+65
* userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE prepara...Andrea Arcangeli2015-09-042-0/+270
* userfaultfd: prevent khugepaged to merge if userfaultfd is armedAndrea Arcangeli2015-09-041-2/+4
* userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli2015-09-045-18/+35
* userfaultfd: call handle_userfault() for userfaultfd_missing() faultsAndrea Arcangeli2015-09-042-22/+63
* mm/slab.h: fix argument order in cache_from_obj's error messageDaniel Borkmann2015-09-041-1/+1
* mm/slub: don't wait for high-order page allocationJoonsoo Kim2015-09-041-0/+2
* mm/slub: fix slab double-free in case of duplicate sysfs filenameKonstantin Khlebnikov2015-09-041-3/+1
* mm/slub: move slab initialization into irq enabled regionThomas Gleixner2015-09-041-47/+42
* slub: add support for kmem_cache_debug in bulk callsJesper Dangaard Brouer2015-09-041-9/+19
* slub: initial bulk free implementationJesper Dangaard Brouer2015-09-041-1/+33
* slub: improve bulk alloc strategyJesper Dangaard Brouer2015-09-041-10/+16
* slub bulk alloc: extract objects from the per cpu slabJesper Dangaard Brouer2015-09-041-2/+47
* slab: infrastructure for bulk object allocation and freeingChristoph Lameter2015-09-045-0/+72
* slub: fix spelling succedd to succeedJesper Dangaard Brouer2015-09-041-1/+1
* memory-hotplug: add hot-added memory ranges to memblock before allocate node_...Tang Chen2015-09-041-1/+9
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-09-031-7/+1
|\
| * mm/Kconfig: NEED_BOUNCE_POOL: clean-up conditionValentin Rothberg2015-07-231-7/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-0/+41
|\ \
| * | lib: move strncpy_from_unsafe() into mm/maccess.cAlexei Starovoitov2015-08-311-0/+41
* | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-12/+8
|\ \ \
| * | | fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet2015-08-131-5/+3
| * | | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-7/+5
* | | | Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2015-09-021-3/+2
|\ \ \ \
| * | | | percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunkBaoquan He2015-07-211-3/+2
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2015-09-011-5/+5
|\ \ \ \ \
| * | | | | treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-5/+5
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-09-012-3/+3
|\ \ \ \ \
| * | | | | vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-102-3/+3
| | |/ / / | |/| | |
* | | | | x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin2015-08-222-1/+153
| |_|_|/ |/| | |
* | | | mm: make page pfmemalloc check more robustMichal Hocko2015-08-213-6/+9
* | | | mm: cma: mark cma_bitmap_maxno() inline in headerGregory Fong2015-08-141-1/+1
* | | | memory-hotplug: fix wrong edge when hot add a new nodeXishi Qiu2015-08-142-0/+11
* | | | .mailmap: Andrey Ryabinin has movedAndrey Ryabinin2015-08-142-2/+2
* | | | mm/hwpoison: fix panic due to split huge zero pageWanpeng Li2015-08-141-2/+5
* | | | mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li2015-08-141-7/+6
* | | | mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li2015-08-141-0/+2
* | | | writeback: fix initial dirty limitRabin Vincent2015-08-071-2/+2
* | | | mm/memory-failure: set PageHWPoison before migrate_pages()Naoya Horiguchi2015-08-072-4/+6
* | | | mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi2015-08-073-7/+9
* | | | mm/memory-failure: give up error handling for non-tail-refcounted thpNaoya Horiguchi2015-08-071-9/+12
* | | | mm/memory-failure: fix race in counting num_poisoned_pagesNaoya Horiguchi2015-08-071-2/+2
* | | | mm/memory-failure: unlock_page before put_pageNaoya Horiguchi2015-08-071-2/+2
* | | | ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley2015-08-071-2/+2
* | | | mm: initialize hotplugged pages as reservedMel Gorman2015-08-071-1/+9
* | | | mm/slub: allow merging when SLAB_DEBUG_FREE is setKonstantin Khlebnikov2015-08-071-2/+1
* | | | fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman2015-08-071-0/+3
* | | | mm, meminit: replace rwsem with completionNicolai Stange2015-08-071-7/+15
* | | | mm, meminit: allow early_pfn_to_nid to be used during runtimeMel Gorman2015-08-071-8/+8
OpenPOWER on IntegriCloud