summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2024-11-25 21:01:34 +0000
committerAndrew Morton <akpm@linux-foundation.org>2025-01-13 22:40:31 -0800
commit38558b2460d7881a3de3bdc31a23fa7034384d00 (patch)
treecf2aa49aa4227d89c1540b411eaa1053490545d4 /tools/perf/scripts/python/flamegraph.py
parentd4056386aefdcd0637f9bb2bd52279af043f0381 (diff)
downloadkernel-38558b2460d7881a3de3bdc31a23fa7034384d00.tar.gz
mm: make alloc_pages_mpol() static
All callers outside mempolicy.c now use folio_alloc_mpol() thanks to Kefeng's cleanups, so we can remove this as a visible symbol. And also remove the alloc_hooks for alloc_pages_mpol(), since all users in mempolicy.c are using the nonprof version. Link: https://lkml.kernel.org/r/20241125210149.2976098-3-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Zi Yan <ziy@nvidia.com> Acked-by: David Hildenbrand <david@redhat.com> Reviewed-by: Vlastimil Babka <vbabka@suse.cz> Cc: Hyeonggon Yoo <42.hyeyoo@gmail.com> Cc: Mel Gorman <mgorman@techsingularity.net> Cc: Miaohe Lin <linmiaohe@huawei.com> Cc: Muchun Song <songmuchun@bytedance.com> Cc: William Kucharski <william.kucharski@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
lerMichael S. Tsirkin 2019-09-04tty: n_gsm: avoid recursive locking with async port hangupMartin Hundebøll 2019-09-04tty: n_gsm: add ioctl to map serial device to mux'ed ttyMartin Hundebøll 2019-09-04tty: n_gsm: add helpers to convert mux-num to/from tty-baseMartin Hundebøll 2019-02-26tty: n_gsm: Mark expected switch fall-throughsGustavo A. R. Silva 2019-01-18n_gsm: Constify u8 and unsigned char usageTony Lindgren 2019-01-18tty: n_gsm: Add copy_config() and gsm_config() to prepare for serdevTony Lindgren 2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro 2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman 2018-04-25tty: n_gsm: fix gsm_mux_net_start_xmit()'s return typeLuc Van Oostenryck 2018-04-22tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren 2018-04-22tty: n_gsm: Fix long delays with control frame timeouts in ADM modeTony Lindgren 2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds 2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds