summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb.c: make vma_has_reserves() return boolNicholas Krause2015-09-041-6/+6
* mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause2015-09-041-3/+3
* mm/memory.c: make tlb_next_batch() return boolNicholas Krause2015-09-041-5/+5
* mm/dmapool.c: change is_page_busy() return from int to boolNicholas Krause2015-09-041-1/+1
* mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov2015-09-041-7/+2
* mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov2015-09-041-10/+11
* mremap: don't do mm_populate(new_addr) on failureOleg Nesterov2015-09-041-1/+3
* mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov2015-09-041-2/+2
* mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov2015-09-041-9/+7
* mm/hugetlb.c: make vma_shareable() return boolNicholas Krause2015-09-041-3/+3
* mm: make GUP handle pfn mapping unless FOLL_GET is requestedKirill A. Shutemov2015-09-041-10/+50
* mm: fix status code which move_pages() returns for zero pageKirill A. Shutemov2015-09-041-12/+6
* mm: memcontrol: bring back the VM_BUG_ON() in mem_cgroup_swapout()Sebastian Andrzej Siewior2015-09-041-1/+7
* mm/memblock: WARN_ON when nid differs from overlap regionWei Yang2015-09-041-0/+3
* mm: defer flush of writable TLB entriesMel Gorman2015-09-043-8/+31
* mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman2015-09-043-2/+136
* 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
OpenPOWER on IntegriCloud