Ross Zwisler 11bd969fde mm: silently skip readahead for DAX inodes 9 years ago
..
kasan bcbf0d566b kasan: remove the unnecessary WARN_ONCE from quarantine.c 9 years ago
Kconfig b32eaf71db mm: clarify COMPACTION Kconfig text 9 years ago
Kconfig.debug 95813b8faa mm/page_ref: add tracepoint to track down page reference manipulation 9 years ago
Makefile 1eccfa090e Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 9 years ago
backing-dev.c df08c32ce3 block: fix bdi vs gendisk lifetime mismatch 9 years ago
balloon_compaction.c b1123ea6d3 mm: balloon: use general non-lru movable page feature 9 years ago
bootmem.c 1170532bb4 mm: convert printk(KERN_<LEVEL> to pr_<level> 9 years ago
cleancache.c b3c6de492b cleancache: constify cleancache_ops structure 9 years ago
cma.c badbda53e5 mm/cma: silence warnings due to max() usage 9 years ago
cma.h f21838e056 mm: cma: mark cma_bitmap_maxno() inline in header 10 years ago
cma_debug.c d56e84b406 mm/cma_debug: correct size input to bitmap function 10 years ago
compaction.c c3486f5376 mm, compaction: simplify contended compaction handling 9 years ago
debug.c fe896d1878 mm: introduce page reference manipulation functions 9 years ago
debug_page_ref.c 95813b8faa mm/page_ref: add tracepoint to track down page reference manipulation 9 years ago
dmapool.c 1170532bb4 mm: convert printk(KERN_<LEVEL> to pr_<level> 9 years ago
early_ioremap.c 5d57b0146a mm/early_ioremap: use offset_in_page macro 9 years ago
fadvise.c 18aba41cbf mm/fadvise.c: do not discard partial pages with POSIX_FADV_DONTNEED 9 years ago
failslab.c fab9963a69 mm: fault-inject take over bootstrap kmem_cache check 9 years ago
filemap.c c11f0c0b5b block/mm: make bdev_ops->rw_page() take a bool for read/write 9 years ago
frame_vector.c d4edcf0d56 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm 9 years ago
frontswap.c 8ea1d2a198 mm, frontswap: convert frontswap_enabled to static key 9 years ago
gup.c 221bb8a46e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm 9 years ago
highmem.c 33499bfe50 mm/highmem: make nr_free_highpages() handles all highmem zones by itself 9 years ago
huge_memory.c 804dd15046 soft_dirty: fix soft_dirty during THP split 9 years ago
hugetlb.c c1470b33bb mm/hugetlb: fix incorrect hugepages count during mem hotplug 9 years ago
hugetlb_cgroup.c 297880f4af mm, hugetlb_cgroup: round limit_in_bytes down to hugepage size 9 years ago
hwpoison-inject.c 94a59fb36e hwpoison: use page_cgroup_ino for filtering by memcg 10 years ago
init-mm.c 60063497a9 atomic: use <linux/atomic.h> 14 years ago
internal.h c3486f5376 mm, compaction: simplify contended compaction handling 9 years ago
interval_tree.c ac51b934f3 mm: replace vma->sharead.linear with vma->shared 10 years ago
khugepaged.c 2516035499 mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations 9 years ago
kmemcheck.c 1170532bb4 mm: convert printk(KERN_<LEVEL> to pr_<level> 9 years ago
kmemleak-test.c 1170532bb4 mm: convert printk(KERN_<LEVEL> to pr_<level> 9 years ago
kmemleak.c 98c42d9452 kmemleak: don't hang if user disables scanning early 9 years ago
ksm.c dcddffd41d mm: do not pass mm_struct into handle_mm_fault 9 years ago
list_lru.c 127424c86b mm: memcontrol: move kmem accounting code to CONFIG_MEMCG 9 years ago
maccess.c bd28b14591 x86: remove more uaccess_32.h complexity 9 years ago
madvise.c dc0ef0df7b mm: make mmap_sem for write waits killable for mm syscalls 9 years ago
memblock.c e47608ab6d mm/memblock.c: fix NULL dereference error 9 years ago
memcontrol.c 358c07fcc3 mm: memcontrol: avoid unused function warning 9 years ago
memory-failure.c 7c7fd82556 mm: hwpoison: remove incorrect comments 9 years ago
memory.c 1a8018fb4c mm: move swap-in anonymous page into active list 9 years ago
memory_hotplug.c 5830169f47 mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdats 9 years ago
mempolicy.c 599d0c954f mm, vmscan: move LRU lists to node 9 years ago
mempool.c 4e390b2b2f Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements" 9 years ago
memtest.c 3115aec451 memtest: remove unused header files 10 years ago
migrate.c 2516035499 mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations 9 years ago
mincore.c ea1754a084 mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage 9 years ago
mlock.c 599d0c954f mm, vmscan: move LRU lists to node 9 years ago
mm_init.c 1170532bb4 mm: convert printk(KERN_<LEVEL> to pr_<level> 9 years ago
mmap.c ba093a6d93 mm: refuse wrapped vm_brk requests 9 years ago
mmu_context.c 8efd755ac2 mm/mmu_context, sched/core: Fix mmu_context.h assumption 9 years ago
mmu_notifier.c 93e205a728 fix Christoph's email addresses 9 years ago
mmzone.c 682a3385e7 mm, page_alloc: inline the fast path of the zonelist iterator 9 years ago
mprotect.c 337d9abf1c mm: thp: check pmd_trans_unstable() after split_huge_pmd() 9 years ago
mremap.c 337d9abf1c mm: thp: check pmd_trans_unstable() after split_huge_pmd() 9 years ago
msync.c b0d61c7e56 mm/msync: use offset_in_page macro 9 years ago
nobootmem.c 1170532bb4 mm: convert printk(KERN_<LEVEL> to pr_<level> 9 years ago
nommu.c bae473a423 mm: introduce fault_env 9 years ago
oom_kill.c f33e6f0671 mm, oom: fix uninitialized ret in task_will_free_mem() 9 years ago
page-writeback.c 5a1c84b404 mm: remove reclaim and compaction retry approximations 9 years ago
page_alloc.c 2f95ff90b9 proc, meminfo: use correct helpers for calculating LRU sizes in meminfo 9 years ago
page_counter.c 6071ca5201 mm: page_counter: let page_counter_try_charge() return bool 9 years ago
page_ext.c fe53ca5427 mm: use early_pfn_to_nid in page_ext_init 9 years ago
page_idle.c a52633d8e9 mm, vmscan: move lru_lock to the node 9 years ago
page_io.c ba13e83ec3 mm: make __swap_writepage() use bio_set_op_attrs() 9 years ago
page_isolation.c e3a2713c3c mm/page_isolation: clean up confused code 9 years ago
page_owner.c f2ca0b5571 mm/page_owner: use stackdepot to store stacktrace 9 years ago
page_poison.c f86e427197 mm: check the return value of lookup_page_ext for all call sites 9 years ago
pagewalk.c 78ddc53473 thp: rename split_huge_page_pmd() to split_huge_pmd() 9 years ago
percpu-km.c 870d4b12ad mm: percpu: use pr_fmt to prefix output 9 years ago
percpu-vm.c a93ace487a percpu: move region iterations out of pcpu_[de]populate_chunk() 11 years ago
percpu.c 6710e594f7 percpu: fix synchronization between synchronous map extension and chunk destruction 9 years ago
pgtable-generic.c 458aa76d13 mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range 9 years ago
process_vm_access.c 1e9877902d mm/gup: Introduce get_user_pages_remote() 9 years ago
quicklist.c 93e205a728 fix Christoph's email addresses 9 years ago
readahead.c 11bd969fde mm: silently skip readahead for DAX inodes 9 years ago
rmap.c 57dea93ac4 rmap: fix compound check logic in page_remove_file_rmap 9 years ago
shmem.c 3b33719c9b thp: move shmem_huge_enabled() outside of SYSFS ifdef 9 years ago
slab.c 1eccfa090e Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 9 years ago
slab.h 80a9201a59 mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB 9 years ago
slab_common.c 4949148ad4 mm: charge/uncharge kmemcg from generic page allocator paths 9 years ago
slob.c 52b4b950b5 mm: slab: free kmem_cache_node after destroy sysfs file 9 years ago
slub.c 6039892396 mm/slub.c: run free_partial() outside of the kmem_cache_node->list_lock 9 years ago
sparse-vmemmap.c bd721ea73e treewide: replace obsolete _refok by __ref 9 years ago
sparse.c bd721ea73e treewide: replace obsolete _refok by __ref 9 years ago
swap.c 68eb0731c4 mm, pagevec: release/reacquire lru_lock on pgdat change 9 years ago
swap_cgroup.c 1170532bb4 mm: convert printk(KERN_<LEVEL> to pr_<level> 9 years ago
swap_state.c 11fb998986 mm: move most file-based accounting to the node 9 years ago
swapfile.c 8ea1d2a198 mm, frontswap: convert frontswap_enabled to static key 9 years ago
truncate.c fc127da085 truncate: handle file thp 9 years ago
usercopy.c 94cd97af69 usercopy: fix overlap check for kernel text 9 years ago
userfaultfd.c 09cbfeaf1a mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros 9 years ago
util.c 11fb998986 mm: move most file-based accounting to the node 9 years ago
vmacache.c a2c1aad3b5 mm/vmacache: inline vmacache_valid_mm() 9 years ago
vmalloc.c 4949148ad4 mm: charge/uncharge kmemcg from generic page allocator paths 9 years ago
vmpressure.c 3c1da7beee mm/vmpressure.c: fix subtree pressure detection 9 years ago
vmscan.c b5afba2974 mm: vmscan: fix memcg-aware shrinkers not called on global reclaim 9 years ago
vmstat.c 5a1c84b404 mm: remove reclaim and compaction retry approximations 9 years ago
workingset.c 1e6b10857f mm, workingset: make working set detection node-aware 9 years ago
z3fold.c 43afc19417 mm/z3fold.c: avoid modifying HEADLESS page and minor cleanup 9 years ago
zbud.c f58fb5e7f0 mm/zbud.c: use list_last_entry() instead of list_tail_entry() 9 years ago
zpool.c 6f3526d6db mm: zsmalloc: constify struct zs_pool name 9 years ago
zsmalloc.c c3491eca37 zsmalloc: Delete an unnecessary check before the function call "iput" 9 years ago
zswap.c 200867af4d mm/zswap: use workqueue to destroy pool 9 years ago