diff options
| author | Tal Zussman <[email protected]> | 2025-06-03 22:50:17 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2025-06-06 05:02:25 +0000 |
| commit | 1b11a28308923a67fc76b8f7be06e1b2d80d07ca (patch) | |
| tree | 23bf1645d83171ffed05cf6711f9fb64276da0a1 | |
| parent | mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race (diff) | |
| download | kernel-1b11a28308923a67fc76b8f7be06e1b2d80d07ca.tar.gz kernel-1b11a28308923a67fc76b8f7be06e1b2d80d07ca.zip | |
MAINTAINERS: add tlb trace events to MMU GATHER AND TLB INVALIDATION
The MMU GATHER AND TLB INVALIDATION entry lists other TLB-related files.
Add the tlb.h tracepoint file there as well.
Link: https://lore.kernel.org/linux-mm/[email protected]/
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Tal Zussman <[email protected]>
Suggested-by: David Hildenbrand <[email protected]>
Acked-by: David Hildenbrand <[email protected]>
Cc: "Aneesh Kumar K.V" <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4b4317dd0788..6b0b5f55ab72 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16654,6 +16654,7 @@ L: [email protected] S: Maintained F: arch/*/include/asm/tlb.h F: include/asm-generic/tlb.h +F: include/trace/events/tlb.h F: mm/mmu_gather.c MN88472 MEDIA DRIVER |
