aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-1/+1
* mm: use memalloc_nofs_save in readahead pathMatthew Wilcox (Oracle)2020-06-021-0/+14
* mm: document why we don't set PageReadaheadMatthew Wilcox (Oracle)2020-06-021-3/+6
* mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)2020-06-021-21/+47
* mm: move end_index check out of readahead loopMatthew Wilcox (Oracle)2020-06-021-6/+8
* mm: add readahead address space operationMatthew Wilcox (Oracle)2020-06-021-2/+10
* mm: put readahead pages in cache earlierMatthew Wilcox (Oracle)2020-06-021-18/+28
* mm: remove 'page_offset' from readahead loopMatthew Wilcox (Oracle)2020-06-021-5/+3
* mm: rename readahead loop variable to 'i'Matthew Wilcox (Oracle)2020-06-021-4/+4
* mm: rename various 'offset' parameters to 'index'Matthew Wilcox (Oracle)2020-06-021-44/+42
* mm: use readahead_control to pass argumentsMatthew Wilcox (Oracle)2020-06-021-14/+19
* mm: move readahead nr_pages check into read_pagesMatthew Wilcox (Oracle)2020-06-021-5/+7
* mm: ignore return value of ->readpagesMatthew Wilcox (Oracle)2020-06-021-6/+2
* mm: return void from various readahead functionsMatthew Wilcox (Oracle)2020-06-023-28/+19
* mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)2020-06-022-0/+4
* mm, dump_page(): do not crash with invalid mapping pointerVlastimil Babka2020-06-021-6/+50
* mm/slub: fix stack overruns with SLUB_STATSQian Cai2020-06-021-1/+2
* slub: remove kmalloc under list_lock from list_slab_objects() V2Christopher Lameter2020-06-021-5/+15
* slub: Remove userspace notifier for cache add/removeChristoph Lameter2020-06-021-16/+1
* mm/slub.c: fix corrupted freechain in deactivate_slab()Dongli Zhang2020-06-021-0/+27
* usercopy: mark dma-kmalloc caches as usercopy cachesVlastimil Babka2020-06-021-1/+2
* mm,thp: stop leaking unreleased file pagesHugh Dickins2020-05-281-0/+1
* mm/z3fold: silence kmemleak false positives of slotsQian Cai2020-05-281-0/+3
* 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