summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* fs: export generic_file_buffered_read()Goldwyn Rodrigues2020-05-251-1/+2
* z3fold: fix use-after-free when freeing handlesUladzislau Rezki2020-05-231-5/+6
* kasan: disable branch tracing for core runtimeMarco Elver2020-05-233-10/+8
* kasan: add missing functions declarations to kasan.hAndrey Konovalov2020-05-141-2/+32
* kasan: consistently disable debugging featuresAndrey Konovalov2020-05-141-5/+10
* userfaultfd: fix remap event with MREMAP_DONTUNMAPBrian Geffon2020-05-141-1/+1
* mm/gup: fix fixup_user_fault() on multiple retriesPeter Xu2020-05-141-5/+7
* Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds2020-05-101-2/+11
|\
| * bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2020-05-091-2/+3
| * bdi: move bdi_dev_name out of lineChristoph Hellwig2020-05-071-1/+9
* | mm: limit boost_watermark on small zonesHenry Willard2020-05-071-0/+8
* | mm/vmscan: remove unnecessary argument description of isolate_lru_pages()Qiwu Chen2020-05-071-1/+0
* | percpu: make pcpu_alloc() aware of current gfp contextFilipe Manana2020-05-071-4/+10
* | mm/slub: fix incorrect interpretation of s->offsetWaiman Long2020-05-071-15/+30
* | mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand2020-05-071-0/+1
* | mm, memcg: fix error return value of mem_cgroup_css_alloc()Yafang Shao2020-05-071-6/+9
* | mm: check that mm is still valid in madvise()Linus Torvalds2020-04-241-0/+18
* | mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi2020-04-211-2/+2
* | shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins2020-04-211-2/+5
* | vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-211-3/+13
* | mm/shmem: fix build without THPHugh Dickins2020-04-211-1/+1
* | mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song2020-04-211-2/+10
* | mm, gup: return EINTR when gup is interrupted by fatal signalsMichal Hocko2020-04-211-1/+1
* | mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng2020-04-211-6/+8
* | slub: avoid redzone when choosing freepointer locationKees Cook2020-04-211-2/+10
* | mm: Fix MREMAP_DONTUNMAP accounting on VMA mergeBrian Geffon2020-04-191-1/+12
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-1011-42/+299
|\
| * mm/memremap: set caching mode for PCI P2PDMA memory to WCLogan Gunthorpe2020-04-101-0/+3
| * mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-102-4/+7
| * mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-102-8/+8
| * mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-102-3/+3
| * mm/memory.c: add vm_insert_pages()Arjun Roy2020-04-101-2/+127
| * mm/memory.c: refactor insert_page to prepare for batched-lock insertArjun Roy2020-04-101-15/+24
| * mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim2020-04-101-0/+2
| * mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin2020-04-101-0/+109
| * mm: cma: NUMA node interfaceAslan Bakirov2020-04-102-8/+10
| * mm/page_alloc: make pcpu_drain_mutex and pcpu_drain staticJason Yan2020-04-101-2/+2
| * mm/page_alloc.c: fix kernel-doc warningRandy Dunlap2020-04-101-0/+1
| * mm, slab_common: fix a typo in comment "eariler"->"earlier"Qiujun Huang2020-04-101-1/+1
| * mm, memcg: do not high throttle allocators based on wraparoundJakub Kicinski2020-04-101-0/+3
* | Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-101-3/+3
|\ \ | |/ |/|
| * blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo2020-04-011-3/+3
* | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-083-0/+54
|\ \
| * \ Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams2020-04-022-0/+31
| |\ \
| | * | x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFODan Williams2020-02-171-0/+5
| | * | mm/numa: Skip NUMA_NO_NODE and online nodes in numa_map_to_online_node()Dan Williams2020-02-171-12/+8
| | * | ACPI: NUMA: Up-level "map to online node" functionalityDan Williams2020-02-171-0/+30
| * | | mm/memremap_pages: Introduce memremap_compat_align()Dan Williams2020-02-201-0/+23
| |/ /
* | | mm/gup: Let __get_user_pages_locked() return -EINTR for fatal signalHillf Danton2020-04-081-1/+4
* | | mm/gup: Mark lock taken only after a successful retakePeter Xu2020-04-071-1/+1