huge_memory.c (ec1c86b25f4bdd9dce6436c0539d2a6ae676e1c4) | huge_memory.c (467b171af881282fc627328e6c164f044a6df888) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (C) 2009 Red Hat, Inc. 4 */ 5 6#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 7 8#include <linux/mm.h> --- 22 unchanged lines hidden (view full) --- 31#include <linux/hashtable.h> 32#include <linux/userfaultfd_k.h> 33#include <linux/page_idle.h> 34#include <linux/shmem_fs.h> 35#include <linux/oom.h> 36#include <linux/numa.h> 37#include <linux/page_owner.h> 38#include <linux/sched/sysctl.h> | 1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (C) 2009 Red Hat, Inc. 4 */ 5 6#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 7 8#include <linux/mm.h> --- 22 unchanged lines hidden (view full) --- 31#include <linux/hashtable.h> 32#include <linux/userfaultfd_k.h> 33#include <linux/page_idle.h> 34#include <linux/shmem_fs.h> 35#include <linux/oom.h> 36#include <linux/numa.h> 37#include <linux/page_owner.h> 38#include <linux/sched/sysctl.h> |
39#include <linux/memory-tiers.h> |
|
39 40#include <asm/tlb.h> 41#include <asm/pgalloc.h> 42#include "internal.h" 43#include "swap.h" 44 45#define CREATE_TRACE_POINTS 46#include <trace/events/thp.h> --- 3223 unchanged lines hidden --- | 40 41#include <asm/tlb.h> 42#include <asm/pgalloc.h> 43#include "internal.h" 44#include "swap.h" 45 46#define CREATE_TRACE_POINTS 47#include <trace/events/thp.h> --- 3223 unchanged lines hidden --- |