| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-09-21 | 1 | -24/+12 |
|\ |
|
| * | x86: remove PG_uncached | Matthew Wilcox (Oracle) | 2024-09-04 | 1 | -12/+11 |
| * | mm: rename PG_mappedtodisk to PG_owner_2 | Matthew Wilcox (Oracle) | 2024-09-04 | 1 | -1/+1 |
| * | printf: remove %pGt support | Matthew Wilcox (Oracle) | 2024-09-04 | 1 | -10/+0 |
| * | mm: remove PG_error | Matthew Wilcox (Oracle) | 2024-09-02 | 1 | -1/+0 |
* | | mm: Define VM_DROPPABLE for powerpc/32 | Christophe Leroy | 2024-09-13 | 1 | -2/+2 |
|/ |
|
* | mm: add MAP_DROPPABLE for designating always lazily freeable mappings | Jason A. Donenfeld | 2024-07-19 | 1 | -0/+7 |
* | mm: free up PG_slab | Matthew Wilcox (Oracle) | 2024-04-26 | 1 | -1/+1 |
* | mm: turn folio_test_hugetlb into a PageType | Matthew Wilcox (Oracle) | 2024-04-25 | 1 | -0/+1 |
* | arch: Remove Itanium (IA-64) architecture | Ard Biesheuvel | 2023-09-11 | 1 | -1/+1 |
* | mm: compaction: remove compaction result helpers | Johannes Weiner | 2023-06-10 | 1 | -2/+2 |
* | kasan: remove PG_skip_kasan_poison flag | Peter Collingbourne | 2023-03-29 | 1 | -11/+2 |
* | mm, printk: introduce new format %pGt for page_type | Hyeonggon Yoo | 2023-03-29 | 1 | -0/+8 |
* | mmflags.h: use less error prone method to define pageflag_names | Hyeonggon Yoo | 2023-03-29 | 1 | -41/+44 |
* | mm: discard __GFP_ATOMIC | NeilBrown | 2023-02-03 | 1 | -1/+0 |
* | mm: Add PG_arch_3 page flag | Peter Collingbourne | 2022-11-29 | 1 | -0/+1 |
* | mm: Do not enable PG_arch_2 for all 64-bit architectures | Catalin Marinas | 2022-11-29 | 1 | -4/+4 |
* | include/trace/events/mmflags.h: cleanup for "tracing: incorrect gfp_t convers... | Vasily Averin | 2022-05-25 | 1 | -41/+43 |
* | tracing: incorrect gfp_t conversion | Vasily Averin | 2022-05-13 | 1 | -39/+39 |
* | kasan, page_alloc: allow skipping memory init for HW_TAGS | Andrey Konovalov | 2022-03-25 | 1 | -0/+1 |
* | kasan, page_alloc: allow skipping unpoisoning for HW_TAGS | Andrey Konovalov | 2022-03-25 | 1 | -2/+3 |
* | kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS | Andrey Konovalov | 2022-03-25 | 1 | -3/+9 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-08 | 1 | -1/+1 |
|\ |
|
| * | mm/idle_page_tracking: make PG_idle reusable | SeongJae Park | 2021-09-08 | 1 | -1/+1 |
* | | mm: remove VM_DENYWRITE | David Hildenbrand | 2021-09-03 | 1 | -1/+0 |
|/ |
|
* | mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON names | Mike Rapoport | 2021-08-20 | 1 | -1/+3 |
* | kasan: disable freed user page poisoning with HW tags | Peter Collingbourne | 2021-06-04 | 1 | -1/+8 |
* | userfaultfd: add minor fault registration mode | Axel Rasmussen | 2021-05-05 | 1 | -0/+7 |
* | mm: Add PG_arch_2 page flag | Steven Price | 2020-09-04 | 1 | -1/+8 |
* | Revert "powerpc/64s: Remove PROT_SAO support" | Shawn Anastasio | 2020-08-24 | 1 | -0/+2 |
* | powerpc/64s: Remove PROT_SAO support | Nicholas Piggin | 2020-07-21 | 1 | -2/+0 |
* | mm/vma: add missing VMA flag readable name for VM_SYNC | Anshuman Khandual | 2020-04-07 | 1 | -0/+1 |
* | mm: workingset: tell cache transitions from workingset thrashing | Johannes Weiner | 2018-10-27 | 1 | -0/+1 |
* | Drop a bunch of metag references | James Hogan | 2018-02-23 | 1 | -1/+1 |
* | mm: remove __GFP_COLD | Mel Gorman | 2017-11-16 | 1 | -1/+0 |
* | kmemcheck: remove whats left of NOTRACK flags | Levin, Alexander (Sasha Levin) | 2017-11-16 | 1 | -1/+0 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | mm: treewide: remove GFP_TEMPORARY allocation flag | Michal Hocko | 2017-09-14 | 1 | -1/+0 |
* | mm,fork: introduce MADV_WIPEONFORK | Rik van Riel | 2017-09-07 | 1 | -7/+1 |
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko | 2017-07-13 | 1 | -1/+1 |
* | oom, trace: remove ENUM evaluation of COMPACTION_FEEDBACK | Steven Rostedt (VMware) | 2017-07-11 | 1 | -1/+1 |
* | mm, vmscan: show LRU name in mm_vmscan_lru_isolate tracepoint | Michal Hocko | 2017-02-23 | 1 | -0/+8 |
* | oom, trace: add compaction retry tracepoint | Michal Hocko | 2017-02-23 | 1 | -0/+26 |
* | mm, trace: extract COMPACTION_STATUS and ZONE_TYPE to a common header | Michal Hocko | 2017-02-23 | 1 | -0/+64 |
* | mm: get rid of __GFP_OTHER_NODE | Michal Hocko | 2017-01-11 | 1 | -2/+1 |
* | mm: add PageWaiters indicating tasks are waiting for a page bit | Nicholas Piggin | 2016-12-25 | 1 | -0/+1 |
* | mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked | Nicholas Piggin | 2016-12-25 | 1 | -1/+0 |
* | mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations | Vlastimil Babka | 2016-07-29 | 1 | -0/+1 |
* | mm, tracing: refresh __def_vmaflag_names | Kirill A. Shutemov | 2016-03-17 | 1 | -7/+16 |
* | mm, tracing: unify mm flags handling in tracepoints and printk | Vlastimil Babka | 2016-03-16 | 1 | -0/+164 |