Simon Guo b155b4fde5 mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK_ONFAULT) 9 лет назад
..
kasan bcbf0d566b kasan: remove the unnecessary WARN_ONCE from quarantine.c 9 лет назад
Kconfig b32eaf71db mm: clarify COMPACTION Kconfig text 9 лет назад
Kconfig.debug 1ad1410f63 PM / Hibernate: allow hibernation with PAGE_POISONING_ZERO 9 лет назад
Makefile 1eccfa090e Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 9 лет назад
backing-dev.c df08c32ce3 block: fix bdi vs gendisk lifetime mismatch 9 лет назад
balloon_compaction.c b1123ea6d3 mm: balloon: use general non-lru movable page feature 9 лет назад
bootmem.c 1d8bf926f8 mm/bootmem.c: replace kzalloc() by kzalloc_node() 9 лет назад
cleancache.c b3c6de492b cleancache: constify cleancache_ops structure 10 лет назад
cma.c badbda53e5 mm/cma: silence warnings due to max() usage 9 лет назад
cma.h f21838e056 mm: cma: mark cma_bitmap_maxno() inline in header 10 лет назад
cma_debug.c d56e84b406 mm/cma_debug: correct size input to bitmap function 10 лет назад
compaction.c 8348faf91f mm, compaction: require only min watermarks for non-costly orders 9 лет назад
debug.c 4d35427ad7 mm: avoid endless recursion in dump_page() 9 лет назад
debug_page_ref.c 95813b8faa mm/page_ref: add tracepoint to track down page reference manipulation 9 лет назад
dmapool.c 1170532bb4 mm: convert printk(KERN_<LEVEL> to pr_<level> 9 лет назад
early_ioremap.c 5d57b0146a mm/early_ioremap: use offset_in_page macro 10 лет назад
fadvise.c 18aba41cbf mm/fadvise.c: do not discard partial pages with POSIX_FADV_DONTNEED 9 лет назад
failslab.c fab9963a69 mm: fault-inject take over bootstrap kmem_cache check 9 лет назад
filemap.c c4b209a426 do_generic_file_read(): fail immediately if killed 9 лет назад
frame_vector.c d4edcf0d56 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm 10 лет назад
frontswap.c 8ea1d2a198 mm, frontswap: convert frontswap_enabled to static key 9 лет назад
gup.c 221bb8a46e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm 9 лет назад
highmem.c 33499bfe50 mm/highmem: make nr_free_highpages() handles all highmem zones by itself 9 лет назад
huge_memory.c 536e0e81e0 Merge branch 'linus' into sched/core, to pick up fixes 9 лет назад
hugetlb.c c1470b33bb mm/hugetlb: fix incorrect hugepages count during mem hotplug 9 лет назад
hugetlb_cgroup.c 297880f4af mm, hugetlb_cgroup: round limit_in_bytes down to hugepage size 9 лет назад
hwpoison-inject.c 94a59fb36e hwpoison: use page_cgroup_ino for filtering by memcg 10 лет назад
init-mm.c 60063497a9 atomic: use <linux/atomic.h> 14 лет назад
internal.h 06ed29989f mm, compaction: make whole_zone flag ignore cached scanner positions 9 лет назад
interval_tree.c ac51b934f3 mm: replace vma->sharead.linear with vma->shared 11 лет назад
khugepaged.c 982785c6b0 mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin() 9 лет назад
kmemcheck.c 1170532bb4 mm: convert printk(KERN_<LEVEL> to pr_<level> 9 лет назад
kmemleak-test.c 1170532bb4 mm: convert printk(KERN_<LEVEL> to pr_<level> 9 лет назад
kmemleak.c 98c42d9452 kmemleak: don't hang if user disables scanning early 9 лет назад
ksm.c 5b398e416e mm,ksm: fix endless looping in allocating memory when ksm enable 9 лет назад
list_lru.c 127424c86b mm: memcontrol: move kmem accounting code to CONFIG_MEMCG 10 лет назад
maccess.c bd28b14591 x86: remove more uaccess_32.h complexity 9 лет назад
madvise.c dc0ef0df7b mm: make mmap_sem for write waits killable for mm syscalls 9 лет назад
memblock.c 8907de5dc6 mm/memblock.c: expose total reserved memory 9 лет назад
memcontrol.c 58fa2a5512 mm: memcontrol: add sanity checks for memcg->id.ref on get/put 9 лет назад
memory-failure.c 7c7fd82556 mm: hwpoison: remove incorrect comments 9 лет назад
memory.c 3f70dc38ce mm: make sure that kthreads will not refault oom reaped memory 9 лет назад
memory_hotplug.c 231e97e2b8 mem-hotplug: use nodes that contain memory as mask in new_node_page() 9 лет назад
mempolicy.c c9634cf012 mm: use zonelist name instead of using hardcoded index 9 лет назад
mempool.c 4e390b2b2f Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements" 9 лет назад
memtest.c 3115aec451 memtest: remove unused header files 10 лет назад
migrate.c 2516035499 mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations 9 лет назад
mincore.c ea1754a084 mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage 9 лет назад
mlock.c b155b4fde5 mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK_ONFAULT) 9 лет назад
mm_init.c 1170532bb4 mm: convert printk(KERN_<LEVEL> to pr_<level> 9 лет назад
mmap.c 8e4ef63867 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 9 лет назад
mmu_context.c 8efd755ac2 mm/mmu_context, sched/core: Fix mmu_context.h assumption 9 лет назад
mmu_notifier.c 93e205a728 fix Christoph's email addresses 9 лет назад
mmzone.c 682a3385e7 mm, page_alloc: inline the fast path of the zonelist iterator 9 лет назад
mprotect.c 337d9abf1c mm: thp: check pmd_trans_unstable() after split_huge_pmd() 9 лет назад
mremap.c 337d9abf1c mm: thp: check pmd_trans_unstable() after split_huge_pmd() 9 лет назад
msync.c b0d61c7e56 mm/msync: use offset_in_page macro 10 лет назад
nobootmem.c 2382705f22 mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statements 9 лет назад
nommu.c bae473a423 mm: introduce fault_env 9 лет назад
oom_kill.c 9254990fb9 oom: warn if we go OOM for higher order and compaction is disabled 9 лет назад
page-writeback.c 371a096edf mm: don't use radix tree writeback tags for pages in swap cache 9 лет назад
page_alloc.c f6f34b4387 mm: introduce arch_reserved_kernel_pages() 9 лет назад
page_counter.c 6071ca5201 mm: page_counter: let page_counter_try_charge() return bool 10 лет назад
page_ext.c 980ac1672e mm/page_ext: support extra space allocation by page_ext user 9 лет назад
page_idle.c a52633d8e9 mm, vmscan: move lru_lock to the node 9 лет назад
page_io.c c8de641b1e mm: fix the page_swap_info() BUG_ON check 9 лет назад
page_isolation.c e3a2713c3c mm/page_isolation: clean up confused code 9 лет назад
page_owner.c 9300d8dfd2 mm/page_owner: don't define fields on struct page_ext by hard-coding 9 лет назад
page_poison.c f86e427197 mm: check the return value of lookup_page_ext for all call sites 9 лет назад
pagewalk.c 78ddc53473 thp: rename split_huge_page_pmd() to split_huge_pmd() 10 лет назад
percpu-km.c 870d4b12ad mm: percpu: use pr_fmt to prefix output 9 лет назад
percpu-vm.c a93ace487a percpu: move region iterations out of pcpu_[de]populate_chunk() 11 лет назад
percpu.c 6710e594f7 percpu: fix synchronization between synchronous map extension and chunk destruction 9 лет назад
pgtable-generic.c 458aa76d13 mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range 9 лет назад
process_vm_access.c 1e9877902d mm/gup: Introduce get_user_pages_remote() 10 лет назад
quicklist.c 93e205a728 fix Christoph's email addresses 9 лет назад
readahead.c 11bd969fde mm: silently skip readahead for DAX inodes 9 лет назад
rmap.c 57dea93ac4 rmap: fix compound check logic in page_remove_file_rmap 9 лет назад
shmem.c 71664665c3 huge tmpfs: fix Committed_AS leak 9 лет назад
slab.c 6731d4f123 slab: Convert to hotplug state machine 9 лет назад
slab.h 80a9201a59 mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB 9 лет назад
slab_common.c 4949148ad4 mm: charge/uncharge kmemcg from generic page allocator paths 9 лет назад
slob.c 52b4b950b5 mm: slab: free kmem_cache_node after destroy sysfs file 10 лет назад
slub.c a96a87bf94 slub: Convert to hotplug state machine 9 лет назад
sparse-vmemmap.c bd721ea73e treewide: replace obsolete _refok by __ref 9 лет назад
sparse.c bd721ea73e treewide: replace obsolete _refok by __ref 9 лет назад
swap.c 68eb0731c4 mm, pagevec: release/reacquire lru_lock on pgdat change 9 лет назад
swap_cgroup.c 1170532bb4 mm: convert printk(KERN_<LEVEL> to pr_<level> 9 лет назад
swap_state.c 371a096edf mm: don't use radix tree writeback tags for pages in swap cache 9 лет назад
swapfile.c 6b53491598 mm, swap: add swap_cluster_list 9 лет назад
truncate.c fc127da085 truncate: handle file thp 9 лет назад
usercopy.c aa4f060111 mm: usercopy: Check for module addresses 9 лет назад
userfaultfd.c 09cbfeaf1a mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros 9 лет назад
util.c 11fb998986 mm: move most file-based accounting to the node 9 лет назад
vmacache.c 131ddc5c7d mm: unrig VMA cache hit ratio 9 лет назад
vmalloc.c 252e5c6e2e mm/vmalloc.c: fix align value calculation error 9 лет назад
vmpressure.c 3c1da7beee mm/vmpressure.c: fix subtree pressure detection 10 лет назад
vmscan.c c9634cf012 mm: use zonelist name instead of using hardcoded index 9 лет назад
vmstat.c e2f612e673 mm/page_owner: move page_owner specific function to page_owner.c 9 лет назад
workingset.c 22f2ac51b6 mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page() 9 лет назад
z3fold.c 43afc19417 mm/z3fold.c: avoid modifying HEADLESS page and minor cleanup 9 лет назад
zbud.c f58fb5e7f0 mm/zbud.c: use list_last_entry() instead of list_tail_entry() 10 лет назад
zpool.c 6f3526d6db mm: zsmalloc: constify struct zs_pool name 10 лет назад
zsmalloc.c c3491eca37 zsmalloc: Delete an unnecessary check before the function call "iput" 9 лет назад
zswap.c 200867af4d mm/zswap: use workqueue to destroy pool 9 лет назад