summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2020-05-23z3fold: fix use-after-free when freeing handlesUladzislau Rezki
2020-05-23kasan: disable branch tracing for core runtimeMarco Elver
2020-05-14kasan: add missing functions declarations to kasan.hAndrey Konovalov
2020-05-14kasan: consistently disable debugging featuresAndrey Konovalov
2020-05-14userfaultfd: fix remap event with MREMAP_DONTUNMAPBrian Geffon
2020-05-14mm/gup: fix fixup_user_fault() on multiple retriesPeter Xu
2020-05-10Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-09bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig
2020-05-07mm: limit boost_watermark on small zonesHenry Willard
2020-05-07mm/vmscan: remove unnecessary argument description of isolate_lru_pages()Qiwu Chen
2020-05-07percpu: make pcpu_alloc() aware of current gfp contextFilipe Manana
2020-05-07mm/slub: fix incorrect interpretation of s->offsetWaiman Long
2020-05-07mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand
2020-05-07mm, memcg: fix error return value of mem_cgroup_css_alloc()Yafang Shao
2020-05-07bdi: move bdi_dev_name out of lineChristoph Hellwig
2020-04-24mm: check that mm is still valid in madvise()Linus Torvalds
2020-04-21mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi
2020-04-21shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-04-21mm/shmem: fix build without THPHugh Dickins
2020-04-21mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song
2020-04-21mm, gup: return EINTR when gup is interrupted by fatal signalsMichal Hocko
2020-04-21mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng
2020-04-21slub: avoid redzone when choosing freepointer locationKees Cook
2020-04-19mm: Fix MREMAP_DONTUNMAP accounting on VMA mergeBrian Geffon
2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-10mm/memremap: set caching mode for PCI P2PDMA memory to WCLogan Gunthorpe
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual
2020-04-10mm/memory.c: add vm_insert_pages()Arjun Roy
2020-04-10mm/memory.c: refactor insert_page to prepare for batched-lock insertArjun Roy
2020-04-10mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim
2020-04-10mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin
2020-04-10mm: cma: NUMA node interfaceAslan Bakirov
2020-04-10mm/page_alloc: make pcpu_drain_mutex and pcpu_drain staticJason Yan
2020-04-10mm/page_alloc.c: fix kernel-doc warningRandy Dunlap
2020-04-10mm, slab_common: fix a typo in comment "eariler"->"earlier"Qiujun Huang
2020-04-10mm, memcg: do not high throttle allocators based on wraparoundJakub Kicinski
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-08mm/gup: Let __get_user_pages_locked() return -EINTR for fatal signalHillf Danton
2020-04-07mm/gup: Mark lock taken only after a successful retakePeter Xu
2020-04-07mm/mempolicy: Allow lookup_node() to handle fatal signalPeter Xu
2020-04-07kasan: unset panic_on_warn before calling panic()Kees Cook
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan
2020-04-07mm/dmapool.c: micro-optimisation remove unnecessary branchMateusz Nosek
2020-04-07mm: use fallthrough;Joe Perches
2020-04-07mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constantMateusz Nosek