summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)2021-05-052-6/+3
* mm: stop accounting shadow entriesMatthew Wilcox (Oracle)2021-05-054-19/+0
* mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)2021-05-055-19/+11
* mm/memory-failure: unnecessary amount of unmappingJane Chu2021-04-301-1/+1
* mm/mmzone.h: fix existing kernel-doc comments and link them to core-apiMike Rapoport2021-04-302-19/+25
* mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1Sergei Trofimovich2021-04-301-13/+17
* net: page_pool: use alloc_pages_bulk in refill code pathJesper Dangaard Brouer2021-04-302-27/+57
* net: page_pool: refactor dma_map into own function page_pool_dma_mapJesper Dangaard Brouer2021-04-301-19/+26
* SUNRPC: refresh rq_pages using a bulk page allocatorChuck Lever2021-04-301-16/+15
* SUNRPC: set rq_page_end differentlyChuck Lever2021-04-301-4/+3
* mm/page_alloc: inline __rmqueue_pcplistJesper Dangaard Brouer2021-04-301-1/+2
* mm/page_alloc: optimize code layout for __alloc_pages_bulkJesper Dangaard Brouer2021-04-301-3/+3
* mm/page_alloc: add an array-based interface to the bulk page allocatorMel Gorman2021-04-302-19/+54
* mm/page_alloc: add a bulk page allocatorMel Gorman2021-04-302-0/+129
* mm/page_alloc: rename alloced to allocatedMel Gorman2021-04-301-4/+4
* mm/page_alloc: duplicate include linux/vmalloc.hzhouchuangao2021-04-301-2/+0
* mm, page_alloc: avoid page_to_pfn() in move_freepages()Kefeng Wang2021-04-301-15/+13
* mm/Kconfig: remove default DISCONTIGMEM_MANUALGeert Uytterhoeven2021-04-301-1/+0
* mm: page_alloc: dump migrate-failed pagesMinchan Kim2021-04-301-0/+22
* mm/mempolicy: fix mpol_misplaced kernel-docMatthew Wilcox (Oracle)2021-04-302-7/+5
* mm/mempolicy: rewrite alloc_pages_vma documentationMatthew Wilcox (Oracle)2021-04-301-21/+13
* mm/mempolicy: rewrite alloc_pages documentationMatthew Wilcox (Oracle)2021-04-301-11/+10
* mm/mempolicy: rename alloc_pages_current to alloc_pagesMatthew Wilcox (Oracle)2021-04-302-10/+4
* mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)2021-04-307-21/+13
* mm/page_alloc: rename gfp_mask to gfpMatthew Wilcox (Oracle)2021-04-301-9/+9
* mm/page_alloc: rename alloc_mask to alloc_gfpMatthew Wilcox (Oracle)2021-04-301-9/+10
* include/linux/page-flags-layout.h: cleanupsYu Zhao2021-04-302-37/+29
* include/linux/page-flags-layout.h: correctly determine LAST_CPUPID_WIDTHYu Zhao2021-04-301-1/+1
* mm: remove lru_add_drain_all in alloc_contig_rangeMinchan Kim2021-04-301-2/+0
* mm/page_alloc: drop pr_info_ratelimited() in alloc_contig_range()David Hildenbrand2021-04-301-2/+0
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-3030-42/+7
* irq_work: record irq_work_queue() call stackZqiang2021-04-301-1/+6
* kasan: detect false-positives in testsAndrey Konovalov2021-04-301-26/+29
* kasan: record task_work_add() call stackWalter Wu2021-04-302-1/+4
* kasan: docs: update tests sectionAndrey Konovalov2021-04-301-17/+15
* kasan: docs: update ignoring accesses sectionAndrey Konovalov2021-04-301-4/+30
* kasan: docs: update shadow memory sectionAndrey Konovalov2021-04-301-17/+14
* kasan: docs: update HW_TAGS implementation details sectionAndrey Konovalov2021-04-301-13/+13
* kasan: docs: update SW_TAGS implementation details sectionAndrey Konovalov2021-04-301-20/+19
* kasan: docs: update GENERIC implementation details sectionAndrey Konovalov2021-04-301-14/+13
* kasan: docs: update boot parameters sectionAndrey Konovalov2021-04-301-4/+10
* kasan: docs: update error reports sectionAndrey Konovalov2021-04-301-20/+26
* kasan: docs: update usage sectionAndrey Konovalov2021-04-301-12/+11
* kasan: docs: update overview sectionAndrey Konovalov2021-04-301-8/+19
* kasan: docs: clean up sectionsAndrey Konovalov2021-04-301-27/+27
* kasan, mm: integrate slab init_on_free with HW_TAGSAndrey Konovalov2021-04-304-33/+48
* kasan, mm: integrate slab init_on_alloc with HW_TAGSAndrey Konovalov2021-04-305-41/+43
* kasan, mm: integrate page_alloc init with HW_TAGSAndrey Konovalov2021-04-304-24/+59
* kasan: init memory in kasan_(un)poison for HW_TAGSAndrey Konovalov2021-04-306-34/+36
* arm64: kasan: allow to init memory when setting tagsAndrey Konovalov2021-04-303-20/+32