- 996ff7a mm/memory-failure.c clean up around tk pre-allocation by Jane Chu · 5 years ago
- 05d35110 mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings by Nicolas Geoffray · 5 years ago
- 625110b mm/memory.c: fix a huge pud insertion race during faulting by Thomas Hellstrom · 5 years ago
- 30c4638 mm/rmap.c: use VM_BUG_ON_PAGE() in __page_check_anon_rmap() by Yang Shi · 5 years ago
- 091e429 mm/rmap.c: fix outdated comment in page_get_anon_vma() by Miles Chen · 5 years ago
- f2400ab asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDED by Vineet Gupta · 5 years ago
- ff68dac mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area by Gaowei Pu · 5 years ago
- 4e4a9eb mm/rmap.c: reuse mergeable anon_vma as parent when fork by Wei Yang · 5 years ago
- 47b390d mm/rmap.c: don't reuse anon_vma if we just want a copy by Wei Yang · 5 years ago
- aba6dfb mm/mmap.c: rb_parent is not necessary in __vma_link_list() by Wei Yang · 5 years ago
- 1b9fc5b2 mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() by Wei Yang · 5 years ago
- 9d81fbe mm/mmap.c: __vma_unlink_prev() is not necessary now by Wei Yang · 5 years ago
- 93b343a mm/mmap.c: prev could be retrieved from vma->vm_prev by Wei Yang · 5 years ago
- eef1a42 mm/swap.c: piggyback lru_add_drain_all() calls by Konstantin Khlebnikov · 5 years ago
- 408a60e mm/mmap.c: remove a never-triggered warning in __vma_adjust() by Wei Yang · 5 years ago
- e4dcad2 rss_stat: add support to detect RSS updates of external mm by Joel Fernandes (Google) · 5 years ago
- b3d1411 mm: emit tracepoint when RSS changes by Joel Fernandes (Google) · 5 years ago
- 8897c1b shmem: pin the file in shmem_fault() if mmap_sem is dropped by Kirill A. Shutemov · 5 years ago
- 89b1533 mm: drop mmap_sem before calling balance_dirty_pages() in write fault by Johannes Weiner · 5 years ago
- fa40d1e mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node() by Shakeel Butt · 5 years ago
- 8c8c383 mm: memcontrol: try harder to set a new memory.high by Johannes Weiner · 5 years ago
- 7249c9f mm: memcontrol: remove dead code from memory_max_write() by Johannes Weiner · 5 years ago
- 9da83f3 mm, memcg: clean up reclaim iter array by Yafang Shao · 5 years ago
- a1100a7 mm/swap.c: trivial mark_page_accessed() cleanup by Fengguang Wu · 5 years ago
- 12d2966 mm, swap: disallow swapon() on zoned block devices by Naohiro Aota · 5 years ago
- d2dfbe4 mm/gup.c: fix comments of __get_user_pages() and get_user_pages_remote() by Liu Xiang · 5 years ago
- b96cc65 mm/gup.c: allow CMA migration to propagate errors back to caller by zhong jiang · 5 years ago
- 9266a14 mm/filemap.c: warn if stale pagecache is left after direct write by Konstantin Khlebnikov · 5 years ago
- a92853b fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=n by Konstantin Khlebnikov · 5 years ago
- 80c1fe9 mm/filemap.c: remove redundant cache invalidation after async direct-io write by Konstantin Khlebnikov · 5 years ago
- dd98afd mm/slub.c: clean up validate_slab() by Yu Zhao · 5 years ago
- aed6814 mm/slub.c: update comments by Yu Zhao · 5 years ago
- e1b70dd mm: slub: print the offset of fault addresses by Miles Chen · 5 years ago
- 13657d0 mm, slab_common: use enum kmalloc_cache_type to iterate over kmalloc caches by Pengfei Li · 5 years ago
- dc0a7f7 mm, slab: remove unused kmalloc_size() by Pengfei Li · 5 years ago
- cb5d9fb mm, slab: make kmalloc_info[] contain all types of names by Pengfei Li · 5 years ago
- aa32f11 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
- d5bb349 Merge tag 'drm-vmwgfx-coherent-2019-11-29' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
- 0a6cad5 Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 5 years ago
- 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 386403a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
- 4ba380f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
- ed81745 mm: Implement no-MMU variant of vmalloc_user_node_flags by Andrii Nakryiko · 5 years ago
- 93f4e73 mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmap by Christoph Hellwig · 5 years ago
- d28c2c9a mm/hmm: make full use of walk_page_range() by Ralph Campbell · 5 years ago
- a22dd50 mm/hmm: remove hmm_mirror and related by Jason Gunthorpe · 5 years ago
- 04ec32f mm/hmm: allow hmm_range to be used with a mmu_interval_notifier or hmm_mirror by Jason Gunthorpe · 5 years ago
- 99cb252 mm/mmu_notifier: add an interval tree notifier by Jason Gunthorpe · 5 years ago
- a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
- 9a63236 mm/ksm.c: don't WARN if page is still mapped in remove_stable_node() by Andrey Ryabinin · 5 years ago
- 7ce700b mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span() by David Hildenbrand · 5 years ago
- ee5a489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
- fc97022 bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY by Andrii Nakryiko · 5 years ago
- 19b7e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 6855ac4 mm/debug.c: PageAnon() is true for PageKsm() pages by Ralph Campbell · 5 years ago
- 76a1850 mm/debug.c: __dump_page() prints an extra line by Ralph Campbell · 5 years ago
- 5df373e mm/page_io.c: do not free shared swap slots by Vinayak Menon · 5 years ago
- 2c91f8f mm/memory_hotplug: fix try_offline_node() by David Hildenbrand · 5 years ago
- 4655e5e mm,thp: recheck each page before collapsing file THP by Song Liu · 5 years ago
- aea4df4 mm: slub: really fix slab walking for init_on_free by Laura Abbott · 5 years ago
- 0362f32 mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup() by Roman Gushchin · 5 years ago
- 00d484f mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm() by Roman Gushchin · 5 years ago
- 8207296 mm: fix trying to reclaim unevictable lru page when calling madvise_pageout by zhong jiang · 5 years ago
- a85dfc3 mm: mempolicy: fix the wrong return value and potential pages leak of mbind by Yang Shi · 5 years ago
- 56f434f mm/mmu_notifier: define the header pre-processor parts even if disabled by Jason Gunthorpe · 5 years ago
- 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 869712f mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges by Johannes Weiner · 5 years ago
- 656d571 mm/memory_hotplug: fix updating the node span by David Hildenbrand · 5 years ago
- 221ec5c mm: slab: make page_cgroup_ino() to recognize non-compound slab pages properly by Roman Gushchin · 5 years ago
- 1be334e mm/page_alloc.c: ratelimit allocation failure warnings more aggressively by Johannes Weiner · 5 years ago
- ec649c9d mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y by Ville Syrjälä · 5 years ago
- 93b3a67 mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfo by Michal Hocko · 5 years ago
- abaed01 mm, vmstat: hide /proc/pagetypeinfo from normal users by Michal Hocko · 5 years ago
- df2ec76 mm/mmu_notifiers: use the right return code for WARN_ON by Jason Gunthorpe · 5 years ago
- 3e8fc00 mm, meminit: recalculate pcpu batch and high limits after init completes by Mel Gorman · 5 years ago
- 7961eee mm: memcontrol: fix NULL-ptr deref in percpu stats flush by Shakeel Butt · 5 years ago
- c5acad8 mm: Add write-protect and clean utilities for address space ranges by Thomas Hellstrom · 6 years ago
- ecaad8a mm: Add a walk_page_mapping() function to the pagewalk code by Thomas Hellstrom · 5 years ago
- ace88f1 mm: pagewalk: Take the pagetable lock in walk_pte_range() by Thomas Hellstrom · 5 years ago
- 75a1a60 uaccess: Add strict non-pagefault kernel-space read function by Daniel Borkmann · 5 years ago
- 1d1585c uaccess: Add non-pagefault user-space write function by Daniel Borkmann · 5 years ago
- ac541f2 mm/hmm: allow snapshot of the special zero page by Ralph Campbell · 5 years ago
- ef18a1c mm/thp: allow dropping THP from page cache by Kirill A. Shutemov · 5 years ago
- 906d278 mm/vmscan.c: support removing arbitrary sized pages from mapping by William Kucharski · 5 years ago
- 06d3eff mm/thp: fix node page state in split_huge_page_to_list() by Kirill A. Shutemov · 5 years ago
- a2ae8c0 mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batch by Ben Dooks (Codethink) · 5 years ago
- d0e6a58 mm/filemap.c: include <linux/ramfs.h> for generic_file_vm_ops definition by Ben Dooks · 5 years ago
- 444f84f mm: include <linux/huge_mm.h> for is_vma_temporary_stack by Ben Dooks · 5 years ago
- ae8af43 mm/memcontrol: update lruvec counters in mem_cgroup_move_account by Konstantin Khlebnikov · 5 years ago
- f231fe4 hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic() by David Hildenbrand · 5 years ago
- f3057ad mm: memblock: do not enforce current limit for memblock_phys* family by Mike Rapoport · 5 years ago
- b11edeb mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_size by Honglei Wang · 5 years ago
- 0cd22af mm/gup: fix a misnamed "write" argument, and a related bug by John Hubbard · 5 years ago
- b749ecf mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer release by Roman Gushchin · 5 years ago
- 77e080e mm/memunmap: don't access uninitialized memmap in memunmap_pages() by Aneesh Kumar K.V · 5 years ago
- 00d6c01 mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span() by David Hildenbrand · 5 years ago
- a26ee56 mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetypeinfo by Qian Cai · 5 years ago
- 96c804a mm/memory-failure.c: don't access uninitialized memmaps in memory_failure() by David Hildenbrand · 5 years ago
- 83d116c mm: fix double page fault on arm64 if PTE_AF is cleared by Jia He · 5 years ago
- 3d7fed4 mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped more than once by Jane Chu · 5 years ago