- bd9fa78 mm, page_alloc: fix potential false positive in __zone_watermark_ok by Vlastimil Babka · 7 years ago
- 3abb4c1 mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte() by Kirill A. Shutemov · 7 years ago
- c86ee79 mm/sparse.c: wrong allocation for mem_section by Baoquan He · 7 years ago
- abcc786 mm/mprotect: add a cond_resched() inside change_pmd_range() by Anshuman Khandual · 7 years ago
- 7d75452 mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y by Kirill A. Shutemov · 7 years ago
- 5383f45 locking/barriers: Convert users of lockless_dereference() to READ_ONCE() by Will Deacon · 7 years ago
- 4afaf6e mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y by Kirill A. Shutemov · 7 years ago
- 55fe469 mm, oom_reaper: fix memory corruption by Michal Hocko · 7 years ago
- 5ca94e0 slub: fix sysfs duplicate filename creation when slub_debug=O by Miles Chen · 7 years ago
- 1238334 zsmalloc: calling zs_map_object() from irq is a bug by Sergey Senozhatsky · 7 years ago
- 342ee87 mm, x86/mm: Fix performance regression in get_user_pages_fast() by Kirill A. Shutemov · 7 years ago
- be75ad8 mm/hugetlb: fix NULL-pointer dereference on 5-level paging machine by Kirill A. Shutemov · 7 years ago
- d983b62 mm, memcg: fix mem_cgroup_swapout() for THPs by Shakeel Butt · 7 years ago
- 8a0bb9e mm/madvise.c: fix madvise() infinite loop under special circumstances by chenjie · 7 years ago
- daac045 mm: fail get_vaddr_frames() for filesystem-dax mappings by Dan Williams · 7 years ago
- 40aa9d2 mm: introduce get_user_pages_longterm by Dan Williams · 7 years ago
- c6c78a1 mm, hugetlbfs: introduce ->split() to vm_operations_struct by Dan Williams · 7 years ago
- b4c8fce mm/cma: fix alloc_contig_range ret code/potential leak by Mike Kravetz · 7 years ago
- 01ca972 mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() by Kirill A. Shutemov · 7 years ago
- 786b924 mm, oom_reaper: gather each vma to prevent leaking TLB entry by Wang Nan · 7 years ago
- b8d0c95 mm, memory_hotplug: do not back off draining pcp free pages from kworker context by Michal Hocko · 7 years ago
- c1a14af mm/z3fold.c: use kref to prevent page free/compact race by Vitaly Wool · 7 years ago
- cb58b8f mm/page_ext.c: check if page_ext is not prepared by Jaewon Kim · 7 years ago
- 5a77c92 mm/page_alloc.c: broken deferred calculation by Pavel Tatashin · 7 years ago
- bbce81f mm/pagewalk.c: report holes in hugetlb ranges by Jann Horn · 7 years ago
- 2628bd6 mm, swap: fix race between swap count continuation operations by Huang Ying · 7 years ago
- dd8a67f mm/huge_memory.c: deposit page table when copying a PMD migration entry by Zi Yan · 7 years ago
- 1e392147 userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size by Andrea Arcangeli · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- b5ac3be Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
- 0ea7eee mm, percpu: add support for __GFP_NOWARN flag by Daniel Borkmann · 7 years ago
- 61b6397 mm, swap: use page-cluster as max window of VMA based swap readahead by Huang Ying · 7 years ago
- a7b1009 mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock by Will Deacon · 7 years ago
- b8c8a33 Revert "vmalloc: back off when the current task is killed" by Johannes Weiner · 7 years ago
- ef46501 mm/cma.c: take __GFP_NOWARN into account in cma_alloc() by Boris Brezillon · 7 years ago
- af0db98 mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk(). by Zi Yan · 7 years ago
- de55c8b mm/mempolicy: fix NUMA_INTERLEAVE_HIT counter by Andrey Ryabinin · 7 years ago
- c02c300 mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORK by Yang Shi · 7 years ago
- e20d103 mm/migrate: fix indexing bug (off by one) and avoid out of bound access by Mark Hairgrove · 7 years ago
- 9f1c267 net: memcontrol: defer call to mem_cgroup_sk_alloc() by Eric Dumazet · 7 years ago
- d09b013 mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned long by YASUAKI ISHIMATSU · 7 years ago
- 1dd2bfc mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline function by YASUAKI ISHIMATSU · 7 years ago
- 9b6e63c mm, page_alloc: add scheduling point to memmap_init_zone by Michal Hocko · 7 years ago
- f64ac5e mm, memory_hotplug: add scheduling point to __add_pages by Michal Hocko · 7 years ago
- f80c7da mm: memcontrol: use vmalloc fallback for large kmem memcg arrays by Johannes Weiner · 7 years ago
- 7d790d2 mm/device-public-memory: fix edge case in _vm_normal_page() by Reza Arbab · 7 years ago
- 9625456 mm: fix data corruption caused by lazyfree page by Shaohua Li · 7 years ago
- 24c92eb mm: avoid marking swap cached page as lazyfree by Shaohua Li · 7 years ago
- f4e222c mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPC by Jeff Layton · 7 years ago
- a872eb2 mm: fix RODATA_TEST failure "rodata_test: test data was not read only" by Christophe Leroy · 7 years ago
- 57148a6 mm: meminit: mark init_reserved_page as __meminit by Arnd Bergmann · 7 years ago
- 3552935 z3fold: fix stale list handling by Vitaly Wool · 7 years ago
- 6818600 mm,compaction: serialize waitqueue_active() checks (for real) by Davidlohr Bueso · 7 years ago
- 3f2eb02 mm/memcg: avoid page count check for zone device by Jérôme Glisse · 7 years ago
- 72f0184 mm, memcg: remove hotplug locking from try_charge by Michal Hocko · 7 years ago
- 4d4bbd8 mm, oom_reaper: skip mm structs with mmu notifiers by Michal Hocko · 7 years ago
- d5567c9 z3fold: fix potential race in z3fold_reclaim_page by Vitaly Wool · 7 years ago
- 19bfbe2 mm, hugetlb, soft_offline: save compound page order before page migration by Alexandru Moise · 7 years ago
- 4b22927 ksm: fix unlocked iteration over vmas in cmp_and_merge_page() by Kirill Tkhai · 7 years ago
- 1fa4df3 percpu: fix iteration to prevent skipping over block by Dennis Zhou · 7 years ago
- 2e08d20 percpu: fix starting offset for chunk statistics traversal by Dennis Zhou · 7 years ago
- 332391a fs: Fix page cache inconsistency when mixing buffered and AIO DIO by Lukas Czerner · 7 years ago
- e253d98 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 7a95bdb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 11a19c7 sched/wait: Introduce wakeup boomark in wake_up_page_bit by Tim Chen · 7 years ago
- 5f48f0b mm, page_owner: skip unnecessary stack_trace entries by Prakash Gupta · 7 years ago
- 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
- 0b045bd mm/backing-dev.c: fix an error handling path in 'cgwb_create()' by Christophe JAILLET · 7 years ago
- fa90b2f mem/memcg: cache rightmost node by Davidlohr Bueso · 7 years ago
- f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
- 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
- 149728e mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced() by Anshuman Khandual · 7 years ago
- b6b1fd2 mm/swapfile.c: fix swapon frontswap_map memory leak on error by David Rientjes · 7 years ago
- 8606a1a mm: kvfree the swap cluster info if the swap file is unsatisfactory by Darrick J. Wong · 7 years ago
- f19360f mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attempt by Tetsuo Handa · 7 years ago
- b4ccec4 mm/sparse.c: fix typo in online_mem_sections by Michal Hocko · 7 years ago
- de0c799 mm/memory.c: fix mem_cgroup_oom_disable() call missing by Laurent Dufour · 7 years ago
- 475d048 mm: memcontrol: use per-cpu stocks for socket memory uncharging by Roman Gushchin · 7 years ago
- 3a77d21 mm: fadvise: avoid fadvise for fs without backing device by Shakeel Butt · 7 years ago
- 3eb95fe mm/zsmalloc.c: change stat type parameter to int by Matthias Kaehlcke · 7 years ago
- 9472f23 mm/mlock.c: use page_zone() instead of page_zone_id() by Joonsoo Kim · 7 years ago
- 6380322 mm: consider the number in local CPUs when reading NUMA stats by Kemi Wang · 7 years ago
- 1d90ca8 mm: update NUMA counter threshold size by Kemi Wang · 7 years ago
- 3a321d2 mm: change the call sites of numa statistics items by Kemi Wang · 7 years ago
- fde26be mm/memory.c: remove reduntant check for write access by Anshuman Khandual · 7 years ago
- 98c70ba mm: remove useless vma parameter to offset_il_node by Laurent Dufour · 7 years ago
- 6b368cd mm/hmm: avoid bloating arch that do not make use of HMM by Jérôme Glisse · 7 years ago
- d3df0a4 mm/hmm: add new helper to hotplug CDM memory region by Jérôme Glisse · 7 years ago
- df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
- 8315ada mm/migrate: allow migrate_vma() to alloc new page on empty entry by Jérôme Glisse · 7 years ago
- a5430dd mm/migrate: support un-addressable ZONE_DEVICE page in migration by Jérôme Glisse · 7 years ago
- 8c3328f mm/migrate: migrate_vma() unmap page from vma while collecting pages by Jérôme Glisse · 7 years ago
- 8763cb4 mm/migrate: new memory migration helper for use with device memory by Jérôme Glisse · 7 years ago
- 2916ecc mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY by Jérôme Glisse · 7 years ago
- 858b54d mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory by Jérôme Glisse · 7 years ago
- 4ef589d mm/hmm/devmem: device memory hotplug using ZONE_DEVICE by Jérôme Glisse · 7 years ago
- c733a82 mm/memcontrol: support MEMORY_DEVICE_PRIVATE by Jérôme Glisse · 7 years ago
- a9d5ade mm/memcontrol: allow to uncharge page without using page->lru field by Jérôme Glisse · 7 years ago
- 7b2d55d2 mm/ZONE_DEVICE: special case put_page() for device private pages by Jérôme Glisse · 7 years ago