memtest: remove unused header files
[sfrench/cifs-2.6.git] / mm /
2015-09-08 Vladimir Murzinmemtest: remove unused header files
2015-09-08 Vladimir Murzinmemtest: cleanup log messages
2015-09-08 Vladimir Murzinmemtest: use kstrtouint instead of simple_strtoul
2015-09-08 Wei Yangmm/memblock.c: WARN_ON when flags differs from overlap...
2015-09-08 Wei Yangmm/page_alloc.c: remove unused variable in free_area_in...
2015-09-08 Wei Yangmm/page_alloc.c: refine the calculation of highest...
2015-09-08 Kirill A. Shutemovmm, dax: use i_mmap_unlock_write() in do_cow_fault()
2015-09-08 Kirill A. Shutemovmm: take i_mmap_lock in unmap_mapping_range() for DAX
2015-09-08 Kirill A. Shutemovdax: don't use set_huge_zero_page()
2015-09-08 Kirill A. Shutemovthp: fix zap_huge_pmd() for DAX
2015-09-08 Kirill A. Shutemovthp: decrement refcount on huge zero page if it is...
2015-09-08 Matthew Wilcoxdax: fix race between simultaneous faults
2015-09-08 Matthew Wilcoxthp: change insert_pfn's return type to void
2015-09-08 Matthew Wilcoxmm: add vmf_insert_pfn_pmd()
2015-09-08 Matthew Wilcoxmm: export various functions for the benefit of DAX
2015-09-08 Matthew Wilcoxmm: add a pmd_fault handler
2015-09-08 Matthew Wilcoxthp: prepare for DAX huge pages
2015-09-08 Andrew Mortondax: revert userfaultfd change
2015-09-08 Kirill A. Shutemovthp: vma_adjust_trans_huge(): adjust file-backed VMA too
2015-09-08 Oleg Nesterovmremap: fix the wrong !vma->vm_file check in copy_vma()
2015-09-08 Oleg Nesterovmmap: fix the usage of ->vm_pgoff in special_mapping...
2015-09-08 Oleg Nesterovmm: introduce vma_is_anonymous(vma) helper
2015-09-07 Linus TorvaldsMerge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org...
2015-09-07 Linus TorvaldsMerge tag 'xfs-for-linus-4.3' of git://git./linux/kerne...
2015-09-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-09-06 Linus TorvaldsMerge tag 'for-linus-4.3-merge-window-part-1' of git...
2015-09-06 Linus TorvaldsMerge tag 'media/v4.3-1' of git://git./linux/kernel...
2015-09-06 Linus TorvaldsMerge branch 'mailbox-for-next' of git://git.linaro...
2015-09-06 Linus TorvaldsMerge tag 'md/4.3' of git://neil.brown.name/md
2015-09-06 Linus TorvaldsMerge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields...
2015-09-05 Linus TorvaldsMerge branch 'for-linus-4.3' of git://git./linux/kernel...
2015-09-05 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-09-05 NeilBrownMerge linux-block/for-4.3/core into md/for-linux
2015-09-04 Nicholas Krausemm/hugetlb.c: make vma_has_reserves() return bool
2015-09-04 Nicholas Krausemm/madvise.c: make madvise_behaviour_valid() return...
2015-09-04 Nicholas Krausemm/memory.c: make tlb_next_batch() return bool
2015-09-04 Nicholas Krausemm/dmapool.c: change is_page_busy() return from int...
2015-09-04 Oleg Nesterovmremap: simplify the "overlap" check in mremap_to()
2015-09-04 Oleg Nesterovmremap: don't do uneccesary checks if new_len == old_len
2015-09-04 Oleg Nesterovmremap: don't do mm_populate(new_addr) on failure
2015-09-04 Oleg Nesterovmm: move ->mremap() from file_operations to vm_operatio...
2015-09-04 Oleg Nesterovmremap: don't leak new_vma if f_op->mremap() fails
2015-09-04 Nicholas Krausemm/hugetlb.c: make vma_shareable() return bool
2015-09-04 Kirill A. Shutemovmm: make GUP handle pfn mapping unless FOLL_GET is...
2015-09-04 Kirill A. Shutemovmm: fix status code which move_pages() returns for...
2015-09-04 Sebastian Andrzej... mm: memcontrol: bring back the VM_BUG_ON() in mem_cgrou...
2015-09-04 Wei Yangmm/memblock: WARN_ON when nid differs from overlap...
2015-09-04 Mel Gormanmm: defer flush of writable TLB entries
2015-09-04 Mel Gormanmm: send one IPI per CPU to TLB flush all entries after...
2015-09-04 Andrea Arcangeliuserfaultfd: propagate the full address in THP faults
2015-09-04 Andrea Arcangeliuserfaultfd: avoid mmap_sem read recursion in mcopy_atomic
2015-09-04 Andrea Arcangeliuserfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY...
2015-09-04 Andrea Arcangeliuserfaultfd: prevent khugepaged to merge if userfaultfd...
2015-09-04 Andrea Arcangeliuserfaultfd: teach vma_merge to merge across vma->vm_us...
2015-09-04 Andrea Arcangeliuserfaultfd: call handle_userfault() for userfaultfd_mi...
2015-09-04 Daniel Borkmannmm/slab.h: fix argument order in cache_from_obj's error...
2015-09-04 Joonsoo Kimmm/slub: don't wait for high-order page allocation
2015-09-04 Konstantin Khlebnikovmm/slub: fix slab double-free in case of duplicate...
2015-09-04 Thomas Gleixnermm/slub: move slab initialization into irq enabled...
2015-09-04 Jesper Dangaard... slub: add support for kmem_cache_debug in bulk calls
2015-09-04 Jesper Dangaard... slub: initial bulk free implementation
2015-09-04 Jesper Dangaard... slub: improve bulk alloc strategy
2015-09-04 Jesper Dangaard... slub bulk alloc: extract objects from the per cpu slab
2015-09-04 Christoph Lameterslab: infrastructure for bulk object allocation and...
2015-09-04 Jesper Dangaard... slub: fix spelling succedd to succeed
2015-09-04 Tang Chenmemory-hotplug: add hot-added memory ranges to memblock...
2015-09-04 Linus TorvaldsMerge branch 'drm-next' of git://people.freedesktop...
2015-09-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-09-04 Linus TorvaldsMerge tag 'sound-4.3-rc1' of git://git./linux/kernel...
2015-09-04 Linus TorvaldsMerge tag 'backlight-for-linus-4.3' of git://git./linux...
2015-09-04 Linus TorvaldsMerge tag 'mfd-for-linus-4.3' of git://git./linux/kerne...
2015-09-04 Linus TorvaldsMerge tag 'dmaengine-4.3-rc1' of git://git.infradead...
2015-09-04 Linus TorvaldsMerge tag 'pinctrl-v4.3-1' of git://git./linux/kernel...
2015-09-04 Linus TorvaldsMerge tag 'gpio-v4.3-1' of git://git./linux/kernel...
2015-09-04 Linus TorvaldsMerge git://git./linux/kernel/git/cmetcalf/linux-tile
2015-09-04 Linus TorvaldsMerge tag 'arm64-upstream' of git://git./linux/kernel...
2015-09-04 Dave AirlieMerge tag 'vmwgfx-next-15-09-01' of git://people.freede...
2015-09-03 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2015-09-03 Linus TorvaldsMerge tag 'powerpc-4.3-1' of git://git./linux/kernel...
2015-09-03 Linus TorvaldsMerge branch 'pcmcia' of git://ftp.arm.linux.org.uk...
2015-09-03 Linus TorvaldsMerge branch 'for-linus' of git://ftp.arm.linux.org...
2015-09-03 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2015-09-03 Linus TorvaldsMerge branch 'locking-core-for-linus' of git://git...
2015-09-03 Linus TorvaldsMerge tag 'for-f2fs-4.3' of git://git./linux/kernel...
2015-09-03 Linus TorvaldsMerge tag 'dlm-4.3' of git://git./linux/kernel/git...
2015-09-03 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2015-09-03 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2015-09-03 Linus TorvaldsMerge branch 'hpfs' (patches from Mikulas)
2015-09-03 Dmitry TorokhovMerge branch 'next' into for-linus
2015-09-03 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next
2015-09-03 Russell KingMerge branches 'cleanup', 'fixes', 'misc', 'omap-barrie...
2015-09-02 Linus TorvaldsMerge tag 'dm-4.3-changes' of git://git./linux/kernel...
2015-09-02 Linus TorvaldsMerge branch 'for-4.3/sg' of git://git.kernel.dk/linux...
2015-09-02 Linus TorvaldsMerge branch 'for-4.3/drivers' of git://git.kernel...
2015-09-02 Linus TorvaldsMerge branch 'for-4.3/core' of git://git.kernel.dk...
2015-09-02 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2015-09-02 Linus TorvaldsMerge tag 'for-linus-20150901' of git://git.infradead...
2015-09-02 Linus TorvaldsMerge branch 'for-4.3' of git://git./linux/kernel/git...
2015-09-02 Linus TorvaldsMerge branch 'for-4.3' of git://git./linux/kernel/git...
2015-09-02 Linus TorvaldsMerge branch 'for-4.3' of git://git./linux/kernel/git...
next