summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-11-25mm: Implement no-MMU variant of vmalloc_user_node_flagsAndrii Nakryiko
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-22mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin
2019-11-22mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span()David Hildenbrand
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-15mm/debug.c: PageAnon() is true for PageKsm() pagesRalph Campbell
2019-11-15mm/debug.c: __dump_page() prints an extra lineRalph Campbell
2019-11-15mm/page_io.c: do not free shared swap slotsVinayak Menon
2019-11-15mm/memory_hotplug: fix try_offline_node()David Hildenbrand
2019-11-15mm,thp: recheck each page before collapsing file THPSong Liu
2019-11-15mm: slub: really fix slab walking for init_on_freeLaura Abbott
2019-11-15mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin
2019-11-15mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin
2019-11-15mm: fix trying to reclaim unevictable lru page when calling madvise_pageoutzhong jiang
2019-11-15mm: mempolicy: fix the wrong return value and potential pages leak of mbindYang Shi
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-06mm: memcontrol: fix network errors from failing __GFP_ATOMIC chargesJohannes Weiner
2019-11-06mm/memory_hotplug: fix updating the node spanDavid Hildenbrand
2019-11-06mm: slab: make page_cgroup_ino() to recognize non-compound slab pages properlyRoman Gushchin
2019-11-06mm/page_alloc.c: ratelimit allocation failure warnings more aggressivelyJohannes Weiner
2019-11-06mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=yVille Syrjälä
2019-11-06mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfoMichal Hocko
2019-11-06mm, vmstat: hide /proc/pagetypeinfo from normal usersMichal Hocko
2019-11-06mm/mmu_notifiers: use the right return code for WARN_ONJason Gunthorpe
2019-11-06mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman
2019-11-06mm: memcontrol: fix NULL-ptr deref in percpu stats flushShakeel Butt
2019-11-02uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann
2019-11-02uaccess: Add non-pagefault user-space write functionDaniel Borkmann
2019-10-19mm/thp: allow dropping THP from page cacheKirill A. Shutemov
2019-10-19mm/vmscan.c: support removing arbitrary sized pages from mappingWilliam Kucharski
2019-10-19mm/thp: fix node page state in split_huge_page_to_list()Kirill A. Shutemov
2019-10-19mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batchBen Dooks (Codethink)
2019-10-19mm/filemap.c: include <linux/ramfs.h> for generic_file_vm_ops definitionBen Dooks
2019-10-19mm: include <linux/huge_mm.h> for is_vma_temporary_stackBen Dooks
2019-10-19mm/memcontrol: update lruvec counters in mem_cgroup_move_accountKonstantin Khlebnikov
2019-10-19hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()David Hildenbrand
2019-10-19mm: memblock: do not enforce current limit for memblock_phys* familyMike Rapoport
2019-10-19mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_...Honglei Wang
2019-10-19mm/gup: fix a misnamed "write" argument, and a related bugJohn Hubbard
2019-10-19mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer ...Roman Gushchin
2019-10-19mm/memunmap: don't access uninitialized memmap in memunmap_pages()Aneesh Kumar K.V
2019-10-19mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()David Hildenbrand
2019-10-19mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetype...Qian Cai
2019-10-19mm/memory-failure.c: don't access uninitialized memmaps in memory_failure()David Hildenbrand
2019-10-18mm: fix double page fault on arm64 if PTE_AF is clearedJia He
2019-10-14mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped m...Jane Chu