summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.ibm.com>2023-07-25 00:37:48 +0530
committerAndrew Morton <akpm@linux-foundation.org>2023-08-18 10:12:53 -0700
commitf32928ab6fe5abac5a270b6c0bffc4ce77ee8c42 (patch)
treeed76a5a1ef15f0cc559d4bd2266fec817a5c2a67 /tools/perf/scripts/python/net_dropmonitor.py
parent348ad1606f4c09e3dc28092baac474e10a252471 (diff)
downloadkernel-f32928ab6fe5abac5a270b6c0bffc4ce77ee8c42.tar.gz
mm: change pudp_huge_get_and_clear_full take vm_area_struct as arg
We will use this in a later patch to do tlb flush when clearing pud entries on powerpc. This is similar to commit 93a98695f2f9 ("mm: change pmdp_huge_get_and_clear_full take vm_area_struct as arg") Link: https://lkml.kernel.org/r/20230724190759.483013-3-aneesh.kumar@linux.ibm.com Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Dan Williams <dan.j.williams@intel.com> Cc: Joao Martins <joao.m.martins@oracle.com> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Mike Kravetz <mike.kravetz@oracle.com> Cc: Muchun Song <muchun.song@linux.dev> Cc: Nicholas Piggin <npiggin@gmail.com> Cc: Oscar Salvador <osalvador@suse.de> Cc: Will Deacon <will@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
/a>Damien Le Moal 2023-06-23misc: pci_endpoint_test: Re-init completion for every testDamien Le Moal 2023-06-23misc: pci_endpoint_test: Free IRQs before removing the deviceDamien Le Moal 2023-02-22Merge branch 'pci/misc'Bjorn Helgaas 2023-01-17misc: pci_endpoint_test: Drop initial kernel-doc markerRandy Dunlap 2023-01-16misc: pci_endpoint_test: Add i.MX8 PCIe EP device supportRichard Zhu 2022-09-09misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panicShunsuke Mie 2022-09-09misc: pci_endpoint_test: Aggregate params checking for xferShunsuke Mie 2022-01-11misc: pci_endpoint_test: Terminate statement with semicolonMing Wang