aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/page_ext.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mm/page_ext: move functions around for minor cleanups to page_extKemeng Shi1-50/+46
2023-08-18mm/page_ext: remove rollback for untouched mem_section in online_page_extKemeng Shi1-0/+1
2023-08-18mm/page_ext: remove unused return value of offline_page_extKemeng Shi1-3/+1
2023-02-02mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin1-1/+1
2023-02-02mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin1-2/+12
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-1/+1
2022-11-22mm/page_exit: fix kernel doc warning in page_ext_put()Charan Teja Kalla1-1/+1
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin1-1/+1
2022-09-11page_ext: introduce boot parameter 'early_page_ext'Li Zhe1-0/+8
2022-09-11mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla1-6/+97
2022-09-11mm/page_ext: remove unused variable in offline_page_extCharan Teja Kalla1-3/+3
2022-04-29mm: use for_each_online_node and node_online instead of open codingPeng Liu1-1/+1
2022-01-15mm: make some vars and functions static or __initTing Liu1-2/+2
2022-01-15mm: page table checkPasha Tatashin1-0/+4
2021-11-06mm/page_ext.c: fix a commentYinan Zhang1-1/+1
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen1-3/+1
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park1-1/+11
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport1-1/+1
2020-12-15mm: fix some spelling mistakes in commentsHaitao Shi1-1/+1
2020-12-15mm: fix page_owner initializing issue for arm32Zhenhua Huang1-2/+8
2020-04-07mm/page_ext.c: drop pfn_present() check when onliningDavid Hildenbrand1-4/+1
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu1-1/+1
2019-10-14mm, page_owner: fix off-by-one error in __set_page_owner_handle()Vlastimil Babka1-14/+9
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka1-3/+0
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-1/+1
2019-03-05mm/page_ext.c: fix an imbalance with kmemleakQian Cai1-0/+1
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-1/+1
2019-02-12Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai1-3/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-08-17mm/page_ext.c: constify lookup_page_ext() argumentKirill A. Shutemov1-2/+2
2018-01-31mm/page_ext.c: make page_ext_init a noop when CONFIG_PAGE_EXTENSION but nothing uses itOscar Salvador1-0/+2
2017-11-15mm/page_ext.c: check if page_ext is not preparedJaewon Kim1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06mm, page_ext: periodically reschedule during page_ext_init()Vlastimil Babka1-0/+1
2017-09-06mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocationsMichal Hocko1-4/+1
2017-05-03mm: enable page poisoning early at bootVinayak Menon1-11/+2
2016-10-07mm/page_ext: support extra space allocation by page_ext userJoonsoo Kim1-10/+31
2016-10-07mm/page_ext: rename offset to indexJoonsoo Kim1-3/+3
2016-05-27mm: use early_pfn_to_nid in page_ext_initYang Shi1-1/+3
2016-03-15mm/page_poisoning.c: allow for zero poisoningLaura Abbott1-2/+8
2015-09-10mm: introduce idle page trackingVladimir Davydov1-0/+4
2014-12-13mm/page_owner: keep track of page ownersJoonsoo Kim1-0/+4
2014-12-13mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim1-0/+4
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim1-0/+395