Age | Commit message (Expand) | Author | Files | Lines |
2021-02-26 | kfence: report sensitive information based on no_hash_pointers |  Marco Elver | 4 | -23/+14 |
2021-02-26 | kfence: add test suite |  Marco Elver | 5 | -15/+886 |
2021-02-26 | kfence, kasan: make KFENCE compatible with KASAN |  Alexander Potapenko | 4 | -4/+39 |
2021-02-26 | mm, kfence: insert KFENCE hooks for SLUB |  Alexander Potapenko | 2 | -14/+48 |
2021-02-26 | mm, kfence: insert KFENCE hooks for SLAB |  Alexander Potapenko | 3 | -10/+35 |
2021-02-26 | kfence: use pt_regs to generate stack trace on faults |  Marco Elver | 3 | -34/+43 |
2021-02-26 | mm: add Kernel Electric-Fence infrastructure |  Alexander Potapenko | 5 | -0/+1197 |
2021-02-26 | mm/early_ioremap.c: use __func__ instead of function name |  Stephen Zhang | 1 | -6/+6 |
2021-02-26 | mm/backing-dev.c: use might_alloc() |  Daniel Vetter | 1 | -1/+2 |
2021-02-26 | mm/dmapool: use might_alloc() |  Daniel Vetter | 1 | -1/+2 |
2021-02-26 | mm/zsmalloc.c: use page_private() to access page->private |  Miaohe Lin | 1 | -1/+1 |
2021-02-26 | zsmalloc: account the number of compacted pages correctly |  Rokudo Yan | 1 | -6/+11 |
2021-02-26 | mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage() |  Miaohe Lin | 1 | -2/+1 |
2021-02-26 | mm: set the sleep_mapped to true for zbud and z3fold |  Tian Tao | 2 | -0/+2 |
2021-02-26 | mm/zswap: add the flag can_sleep_mapped |  Tian Tao | 2 | -5/+59 |
2021-02-26 | mm: zswap: clean up confusing comment |  Randy Dunlap | 1 | -3/+3 |
2021-02-26 | mm/rmap: correct obsolete comment of page_get_anon_vma() |  Miaohe Lin | 1 | -2/+2 |
2021-02-26 | mm/rmap: use page_not_mapped in try_to_unmap() |  Miaohe Lin | 1 | -8/+3 |
2021-02-26 | mm/rmap: fix obsolete comment in __page_check_anon_rmap() |  Miaohe Lin | 1 | -2/+1 |
2021-02-26 | mm/rmap: remove unneeded semicolon in page_not_mapped() |  Miaohe Lin | 1 | -1/+1 |
2021-02-26 | mm/rmap: correct some obsolete comments of anon_vma |  Miaohe Lin | 1 | -2/+2 |
2021-02-26 | mm/mlock: stop counting mlocked pages when none vma is found |  Miaohe Lin | 1 | -1/+1 |
2021-02-26 | mm/memory_hotplug: prevalidate the address range being added with platform |  Anshuman Khandual | 2 | -20/+66 |
2021-02-26 | mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfn |  Miaohe Lin | 1 | -5/+4 |
2021-02-26 | mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCE |  David Hildenbrand | 1 | -1/+1 |
2021-02-26 | mm/memory_hotplug: rename all existing 'memhp' into 'mhp' |  Anshuman Khandual | 1 | -6/+6 |
2021-02-26 | mm: fix memory_failure() handling of dax-namespace metadata |  Dan Williams | 2 | -0/+21 |
2021-02-26 | mm: teach pfn_to_online_page() about ZONE_DEVICE section collisions |  Dan Williams | 1 | -0/+38 |
2021-02-26 | mm: teach pfn_to_online_page() to consider subsection validity |  Dan Williams | 1 | -4/+19 |
2021-02-26 | mm: move pfn_to_online_page() out of line |  Dan Williams | 1 | -0/+16 |
2021-02-26 | mm/vmstat.c: erase latency in vmstat_shepherd |  Jiang Biao | 1 | -0/+2 |
2021-02-26 | mm: vmstat: add some comments on internal storage of byte items |  Johannes Weiner | 1 | -0/+12 |
2021-02-26 | mm: vmstat: fix NOHZ wakeups for node stat changes |  Johannes Weiner | 1 | -6/+9 |
2021-02-26 | mm: cma: print region name on failure |  Patrick Daly | 1 | -2/+2 |
2021-02-26 | mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo |  David Hildenbrand | 2 | -2/+5 |
2021-02-26 | mm/cma: expose all pages to the buddy if activation of an area fails |  David Hildenbrand | 1 | -22/+21 |
2021-02-26 | mm: cma: allocate cma areas bottom-up |  Roman Gushchin | 1 | -0/+17 |
2021-02-26 | mm,shmem,thp: limit shmem THP allocations to requested zones |  Rik van Riel | 1 | -1/+5 |
2021-02-26 | mm,thp,shmem: make khugepaged obey tmpfs mount flags |  Rik van Riel | 1 | -6/+16 |
2021-02-26 | mm,thp,shm: limit gfp mask to no more than specified |  Rik van Riel | 1 | -0/+21 |
2021-02-26 | mm,thp,shmem: limit shmem THP alloc gfp_mask |  Rik van Riel | 2 | -6/+8 |
2021-02-26 | mm: remove pagevec_lookup_entries |  Matthew Wilcox (Oracle) | 2 | -36/+4 |
2021-02-26 | mm: pass pvec directly to find_get_entries |  Matthew Wilcox (Oracle) | 3 | -18/+12 |
2021-02-26 | mm: remove nr_entries parameter from pagevec_lookup_entries |  Matthew Wilcox (Oracle) | 2 | -5/+4 |
2021-02-26 | mm: add an 'end' parameter to pagevec_lookup_entries |  Matthew Wilcox (Oracle) | 2 | -35/+14 |
2021-02-26 | mm: add an 'end' parameter to find_get_entries |  Matthew Wilcox (Oracle) | 3 | -13/+8 |
2021-02-26 | mm: add and use find_lock_entries |  Matthew Wilcox (Oracle) | 4 | -97/+78 |
2021-02-26 | iomap: use mapping_seek_hole_data |  Matthew Wilcox (Oracle) | 1 | -5/+32 |
2021-02-26 | mm/filemap: add mapping_seek_hole_data |  Matthew Wilcox (Oracle) | 2 | -70/+80 |
2021-02-26 | mm/filemap: add helper for finding pages |  Matthew Wilcox (Oracle) | 1 | -55/+42 |