Linus Torvalds b738d76465 Don't trigger congestion wait on dirty-but-not-writeout pages 11 年 前
..
Kconfig d867f203b9 mm/zsmalloc: make zsmalloc module-buildable 11 年 前
Kconfig.debug c0a32fc5a2 mm: more intensive memory corruption debugging 14 年 前
Makefile 4bbd4c776a mm: move get_user_pages()-related code to separate file 11 年 前
backing-dev.c 4e857c58ef arch: Mass conversion of smp_mb__*() 11 年 前
balloon_compaction.c f0b791a34c mm: print more details for bad_page() 12 年 前
bootmem.c 4a099fb4bd mm/bootmem.c: remove unused local `map' 12 年 前
cleancache.c 309381feae mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE 12 年 前
compaction.c be9765722e mm, compaction: properly signal and act upon lock and need_sched() contention 11 年 前
debug-pagealloc.c 54c29c635a mm, x86: Remove debug_pagealloc_enabled 14 年 前
dmapool.c 172cb4b3d4 mm/dmapool.c: reuse devres_release() to free resources 11 年 前
early_ioremap.c 9e5c33d7ae mm: create generic early_ioremap() support 11 年 前
fadvise.c 4a0fd5bf0f teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long 13 年 前
failslab.c f4ae40a6a5 switch debugfs to umode_t 14 年 前
filemap.c 888cf2db47 mm: avoid unnecessary atomic operations during end_page_writeback() 11 年 前
filemap_xip.c 1ca7d67cf5 seqcount: Add lockdep functionality to seqcount/seqlock structures 12 年 前
fremap.c 33041a0d76 mm: mark remap_file_pages() syscall as deprecated 11 年 前
frontswap.c 18ab4d4ced swap: change swap_list_head to plist, add swap_avail_head 11 年 前
gup.c fa5bb2093a mm: cleanup __get_user_pages() 11 年 前
highmem.c b7dfde956d Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux 13 年 前
huge_memory.c ae3a8c1c23 mm/huge_memory.c: complete conversion to pr_foo() 11 年 前
hugetlb.c 100873d7a7 hugetlb: rename hugepage_migration_support() to ..._supported() 11 年 前
hugetlb_cgroup.c 4d3bb511b5 cgroup: drop const from @buffer of cftype->write_string() 11 年 前
hwpoison-inject.c 4883e997b2 mm/hwpoison: add '#' to hwpoison_inject 12 年 前
init-mm.c 60063497a9 atomic: use <linux/atomic.h> 14 年 前
internal.h be9765722e mm, compaction: properly signal and act upon lock and need_sched() contention 11 年 前
interval_tree.c ed8ea81501 mm: add CONFIG_DEBUG_VM_RB build option 13 年 前
iov_iter.c 4f18cd317a take iov_iter stuff to mm/iov_iter.c 11 年 前
kmemcheck.c b1eeab6768 kmemcheck: add hooks for the page allocator 16 年 前
kmemleak-test.c f59428ab73 mm/kmemleak-test.c: use pr_fmt for logging 11 年 前
kmemleak.c ffe2c748e2 mm: introduce kmemleak_update_trace() 11 年 前
ksm.c 668f9abbd4 mm: close PageTail race 12 年 前
list_lru.c 449dd6984d mm: keep page cache radix tree nodes in check 11 年 前
maccess.c b95f1b31b7 mm: Map most files to use export.h instead of module.h 14 年 前
madvise.c 55231e5c89 mm: madvise: fix MADV_WILLNEED on shmem swapouts 11 年 前
memblock.c aedf95ea05 mm/memblock.c: call kmemleak directly from memblock_(alloc|free) 11 年 前
memcontrol.c cf2c81279e mm: memcontrol: remove unnecessary memcg argument from soft limit functions 11 年 前
memory-failure.c 3ba08129e3 mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_MCEERR_AO) 11 年 前
memory.c 1fdb412bd8 mm: document do_fault_around() feature 11 年 前
memory_hotplug.c 68711a7463 mm, migration: add destination page freeing callback 11 年 前
mempolicy.c 3f17ea6dea Merge branch 'next' (accumulated 3.16 merge window patches) into master 11 年 前
mempool.c 1741196281 mm/mempool.c: update the kmemleak stack trace for mempool allocations 11 年 前
migrate.c 100873d7a7 hugetlb: rename hugepage_migration_support() to ..._supported() 11 年 前
mincore.c 0cd6144aad mm + fs: prepare for non-page entries in page cache radix trees 11 年 前
mlock.c 57e68e9cd6 mm: try_to_unmap_cluster() should lock_page() before mlocking 11 年 前
mm_init.c e82cb95d62 mm: bring back /sys/kernel/mm 12 年 前
mmap.c b1de0d139c mm: convert some level-less printks to pr_* 11 年 前
mmu_context.c a53efe5ff8 sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mm 12 年 前
mmu_notifier.c a64fb3cd61 mm: audit/fix non-modular users of module_init in core code 12 年 前
mmzone.c 90572890d2 mm: numa: Change page last {nid,pid} into {cpu,pid} 12 年 前
mprotect.c a5338093bf mm: move mmu notifier call from change_protection to change_pmd_range 11 年 前
mremap.c dd18dbc2d4 mm, thp: close race between mremap() and split_huge_page() 11 年 前
msync.c 7fc34a62ca mm/msync.c: sync only the requested range in msync() 11 年 前
nobootmem.c aedf95ea05 mm/memblock.c: call kmemleak directly from memblock_(alloc|free) 11 年 前
nommu.c b1de0d139c mm: convert some level-less printks to pr_* 11 年 前
oom_kill.c 778c14affa mm, oom: base root bonus on current usage 12 年 前
page-writeback.c f8409abdc5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 11 年 前
page_alloc.c cccad5b983 mm: convert use of typedef ctl_table to struct ctl_table 11 年 前
page_cgroup.c d20199e1f5 mm/page_cgroup.c: mark functions as static 11 年 前
page_io.c dd6bd0d9c7 swap: use bdev_read_page() / bdev_write_page() 11 年 前
page_isolation.c c8721bbbdd mm: memory-hotplug: enable memory hotplug to handle hugepage 12 年 前
pagewalk.c 3017f079ef mm/pagewalk.c: fix walk_page_range() access of wrong PTEs 12 年 前
percpu-km.c fc1481a956 percpu: clear memory allocated with the km allocator 15 年 前
percpu-vm.c dad7557eb7 mm: fix kernel-doc warnings 13 年 前
percpu.c 5a838c3b60 percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree() 11 年 前
pgtable-generic.c 2084140594 mm: fix TLB flush race between migration, and change_protection_range 12 年 前
process_vm_access.c 5166701b36 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 年 前
quicklist.c e25934a517 mm: delete various needless include <linux/module.h> 14 年 前
readahead.c 29f175d125 mm/readahead.c: inline ra_submit 11 年 前
rmap.c 3f17ea6dea Merge branch 'next' (accumulated 3.16 merge window patches) into master 11 年 前
shmem.c 2457aec637 mm: non-atomically mark page accessed during page cache allocation where possible 11 年 前
slab.c c67a8a685a memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab 11 年 前
slab.h c67a8a685a memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab 11 年 前
slab_common.c 0bd62b1190 slab: delete cache from list after __kmem_cache_shutdown succeeds 11 年 前
slob.c 03afc0e25f slab: get_online_mems for kmem_cache_{create,destroy,shrink} 11 年 前
slub.c 844e4d66f4 slub: search partial list on numa_mem_id(), instead of numa_node_id() 11 年 前
sparse-vmemmap.c bb016b8416 mm/sparse: use memblock apis for early memory allocations 12 年 前
sparse.c 3b32123d73 mm: use macros from compiler.h instead of __attribute__((...)) 11 年 前
swap.c 2457aec637 mm: non-atomically mark page accessed during page cache allocation where possible 11 年 前
swap_state.c b745bc85f2 mm: page_alloc: convert hot/cold parameter and immediate callers to bool 11 年 前
swapfile.c 50088c4409 mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of scan_swap_map() 11 年 前
truncate.c 139b6a6fb1 mm: filemap: update find_get_pages_tag() to deal with shadow entries 11 年 前
util.c 39f1f78d53 nick kvfree() from apparmor 11 年 前
vmacache.c 6b4ebc3a90 mm,vmacache: optimize overflow system-wide flushing 11 年 前
vmalloc.c 93ef6d6ca1 mm/vmalloc.c: export unmap_kernel_range() 11 年 前
vmpressure.c 1ff6bbfd13 arm, pm, vmpressure: add missing slab.h includes 12 年 前
vmscan.c b738d76465 Don't trigger congestion wait on dirty-but-not-writeout pages 11 年 前
vmstat.c bea04b0732 mm: use the light version __mod_zone_page_state in mlocked_vma_newpage() 11 年 前
workingset.c 449dd6984d mm: keep page cache radix tree nodes in check 11 年 前
zbud.c 50417c5556 mm/zbud.c: make size unsigned like unique callsite 11 年 前
zsmalloc.c 7eb52512a9 zsmalloc: fixup trivial zs size classes value in comments 11 年 前
zswap.c 72d09633c9 mm/zswap: NUMA aware allocation for zswap_dstmem 11 年 前