refresh patch
This commit is contained in:
parent
9e43866c54
commit
bf144871e9
@ -72,7 +72,7 @@ Change-Id: Ib49b44fb56df3333a2ff1fcc496fb1980b976e7a
|
|||||||
|
|
||||||
--- a/arch/arm64/kernel/cpufeature.c
|
--- a/arch/arm64/kernel/cpufeature.c
|
||||||
+++ b/arch/arm64/kernel/cpufeature.c
|
+++ b/arch/arm64/kernel/cpufeature.c
|
||||||
@@ -2184,6 +2184,16 @@ static const struct arm64_cpu_capabiliti
|
@@ -2187,6 +2187,16 @@ static const struct arm64_cpu_capabiliti
|
||||||
.matches = has_hw_dbm,
|
.matches = has_hw_dbm,
|
||||||
.cpu_enable = cpu_enable_hw_dbm,
|
.cpu_enable = cpu_enable_hw_dbm,
|
||||||
},
|
},
|
||||||
|
@ -652,7 +652,7 @@ Change-Id: I71de7cd15b8dfa6f9fdd838023474693c4fee0a7
|
|||||||
"Section %d Node %d Zone %d Lastcpupid %d Kasantag %d\n",
|
"Section %d Node %d Zone %d Lastcpupid %d Kasantag %d\n",
|
||||||
--- a/mm/page_alloc.c
|
--- a/mm/page_alloc.c
|
||||||
+++ b/mm/page_alloc.c
|
+++ b/mm/page_alloc.c
|
||||||
@@ -7411,6 +7411,7 @@ static void __meminit pgdat_init_interna
|
@@ -7456,6 +7456,7 @@ static void __meminit pgdat_init_interna
|
||||||
|
|
||||||
pgdat_page_ext_init(pgdat);
|
pgdat_page_ext_init(pgdat);
|
||||||
lruvec_init(&pgdat->__lruvec);
|
lruvec_init(&pgdat->__lruvec);
|
||||||
|
@ -313,7 +313,7 @@ Change-Id: I25d9eda8c6bdc7c3653b9f210a159d6c247c81e8
|
|||||||
mmdrop(mm);
|
mmdrop(mm);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2616,6 +2618,13 @@ pid_t kernel_clone(struct kernel_clone_a
|
@@ -2617,6 +2619,13 @@ pid_t kernel_clone(struct kernel_clone_a
|
||||||
get_task_struct(p);
|
get_task_struct(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -168,7 +168,7 @@ Change-Id: I3ae8abc3100d023cecb3a699d86020ae6fc10a45
|
|||||||
|
|
||||||
#include <asm/tlbflush.h>
|
#include <asm/tlbflush.h>
|
||||||
|
|
||||||
@@ -790,6 +791,13 @@ static bool page_referenced_one(struct p
|
@@ -793,6 +794,13 @@ static bool page_referenced_one(struct p
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pvmw.pte) {
|
if (pvmw.pte) {
|
||||||
|
@ -71,7 +71,7 @@ Signed-off-by: Tobias Wolf <dev-NTEO@vplace.de>
|
|||||||
|
|
||||||
--- a/mm/page_alloc.c
|
--- a/mm/page_alloc.c
|
||||||
+++ b/mm/page_alloc.c
|
+++ b/mm/page_alloc.c
|
||||||
@@ -7601,7 +7601,7 @@ static void __init alloc_node_mem_map(st
|
@@ -7602,7 +7602,7 @@ static void __init alloc_node_mem_map(st
|
||||||
if (pgdat == NODE_DATA(0)) {
|
if (pgdat == NODE_DATA(0)) {
|
||||||
mem_map = NODE_DATA(0)->node_mem_map;
|
mem_map = NODE_DATA(0)->node_mem_map;
|
||||||
if (page_to_pfn(mem_map) != pgdat->node_start_pfn)
|
if (page_to_pfn(mem_map) != pgdat->node_start_pfn)
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user