summaryrefslogtreecommitdiffstats
path: root/mm/page_ext.c
Commit message (Expand)AuthorAgeFilesLines
* mm/page_ext: move functions around for minor cleanups to page_extKemeng Shi2023-08-181-50/+46
* mm/page_ext: remove rollback for untouched mem_section in online_page_extKemeng Shi2023-08-181-0/+1
* mm/page_ext: remove unused return value of offline_page_extKemeng Shi2023-08-181-3/+1
* mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin2023-02-021-1/+1
* mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin2023-02-021-2/+12
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-1/+1
|\
| * mm/page_exit: fix kernel doc warning in page_ext_put()Charan Teja Kalla2022-11-221-1/+1
* | memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-081-1/+1
|/
* page_ext: introduce boot parameter 'early_page_ext'Li Zhe2022-09-111-0/+8
* mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla2022-09-111-6/+97
* mm/page_ext: remove unused variable in offline_page_extCharan Teja Kalla2022-09-111-3/+3
* mm: use for_each_online_node and node_online instead of open codingPeng Liu2022-04-291-1/+1
* mm: make some vars and functions static or __initTing Liu2022-01-151-2/+2
* mm: page table checkPasha Tatashin2022-01-151-0/+4
* mm/page_ext.c: fix a commentYinan Zhang2021-11-061-1/+1
* mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen2021-10-181-3/+1
* mm/idle_page_tracking: make PG_idle reusableSeongJae Park2021-09-081-1/+11
* mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport2021-06-291-1/+1
* mm: fix some spelling mistakes in commentsHaitao Shi2020-12-151-1/+1
* mm: fix page_owner initializing issue for arm32Zhenhua Huang2020-12-151-2/+8
* mm/page_ext.c: drop pfn_present() check when onliningDavid Hildenbrand2020-04-071-4/+1
* mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu2020-04-021-1/+1
* mm, page_owner: fix off-by-one error in __set_page_owner_handle()Vlastimil Babka2019-10-141-14/+9
* mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka2019-07-121-3/+0
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-1/+1
* mm/page_ext.c: fix an imbalance with kmemleakQian Cai2019-03-051-0/+1
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+1
* Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai2019-02-121-3/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* mm/page_ext.c: constify lookup_page_ext() argumentKirill A. Shutemov2018-08-171-2/+2
* mm/page_ext.c: make page_ext_init a noop when CONFIG_PAGE_EXTENSION but nothi...Oscar Salvador2018-01-311-0/+2
* mm/page_ext.c: check if page_ext is not preparedJaewon Kim2017-11-151-4/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm, page_ext: periodically reschedule during page_ext_init()Vlastimil Babka2017-09-061-0/+1
* mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocationsMichal Hocko2017-09-061-4/+1
* mm: enable page poisoning early at bootVinayak Menon2017-05-031-11/+2
* mm/page_ext: support extra space allocation by page_ext userJoonsoo Kim2016-10-071-10/+31
* mm/page_ext: rename offset to indexJoonsoo Kim2016-10-071-3/+3
* mm: use early_pfn_to_nid in page_ext_initYang Shi2016-05-271-1/+3
* mm/page_poisoning.c: allow for zero poisoningLaura Abbott2016-03-151-2/+8
* mm: introduce idle page trackingVladimir Davydov2015-09-101-0/+4
* mm/page_owner: keep track of page ownersJoonsoo Kim2014-12-131-0/+4
* mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim2014-12-131-0/+4
* mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim2014-12-131-0/+395