Centos-kernel-stream-9/tools/perf/Documentation
Rafael Aquini c8c9c0b259 mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
JIRA: https://issues.redhat.com/browse/RHEL-27745
Conflicts:
  * arch/*/Kconfig: all hunks dropped as there were only text blurbs and comments
     being changed with no functional changes whatsoever, and RHEL9 is missing
     several (unrelated) commits to these arches that tranform the text blurbs in
     the way these non-functional hunks were expecting;
  * drivers/accel/qaic/qaic_data.c: hunk dropped due to RHEL-only commit
     083c0cdce2 ("Merge DRM changes from upstream v6.8..v6.9");
  * drivers/gpu/drm/i915/gem/selftests/huge_pages.c: hunk dropped due to RHEL-only
     commit ca8b16c11b ("Merge DRM changes from upstream v6.7..v6.8");
  * drivers/gpu/drm/ttm/tests/ttm_pool_test.c: all hunks dropped due to RHEL-only
     commit ca8b16c11b ("Merge DRM changes from upstream v6.7..v6.8");
  * drivers/video/fbdev/vermilion/vermilion.c: hunk dropped as RHEL9 misses
     commit dbe7e429fe ("vmlfb: framebuffer driver for Intel Vermilion Range");
  * include/linux/pageblock-flags.h: differences due to out-of-order backport
    of upstream commits 72801513b2bf ("mm: set pageblock_order to HPAGE_PMD_ORDER
    in case with !CONFIG_HUGETLB_PAGE but THP enabled"), and 3a7e02c040b1
    ("minmax: avoid overly complicated constant expressions in VM code");
  * mm/mm_init.c: differences on the 3rd, and 4th hunks are due to RHEL
     backport commit 1845b92dcf ("mm: move most of core MM initialization to
     mm/mm_init.c") ignoring the out-of-order backport of commit 3f6dac0fd1b8
     ("mm/page_alloc: make deferred page init free pages in MAX_ORDER blocks")
     thus partially reverting the changes introduced by the latter;

This patch is a backport of the following upstream commit:
commit 5e0a760b44417f7cadd79de2204d6247109558a0
Author: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Date:   Thu Dec 28 17:47:04 2023 +0300

    mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER

    commit 23baf831a32c ("mm, treewide: redefine MAX_ORDER sanely") has
    changed the definition of MAX_ORDER to be inclusive.  This has caused
    issues with code that was not yet upstream and depended on the previous
    definition.

    To draw attention to the altered meaning of the define, rename MAX_ORDER
    to MAX_PAGE_ORDER.

    Link: https://lkml.kernel.org/r/20231228144704.14033-2-kirill.shutemov@linux.intel.com
    Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

Signed-off-by: Rafael Aquini <raquini@redhat.com>
2024-12-09 12:24:17 -05:00
..
Build.txt perf docs: Document cross compilation 2024-10-14 13:03:01 +02:00
Makefile
android.txt
arm-coresight.txt
asciidoc.conf
asciidoctor-extensions.rb
build-docdep.perl
build-xed.txt
callchain-overhead-calculation.txt
cat-texi.perl
db-export.txt
examples.txt
guest-files.txt
guestmount.txt
intel-bts.txt
intel-hybrid.txt
intel-pt.txt
itrace.txt
jit-interface.txt
jitdump-specification.txt
manpage-1.72.xsl
manpage-base.xsl
manpage-bold-literal.xsl
manpage-normal.xsl
manpage-suppress-sp.xsl
perf-amd-ibs.txt perf doc: Add AMD IBS usage document 2024-10-14 13:02:57 +02:00
perf-annotate.txt perf annotate: Add --skip-empty option 2024-11-18 19:23:35 +01:00
perf-archive.txt
perf-arm-spe.txt perf docs arm_spe: Clarify more SPE requirements related to KPTI 2024-10-14 13:02:42 +02:00
perf-bench.txt
perf-buildid-cache.txt
perf-buildid-list.txt
perf-c2c.txt
perf-check.txt perf check: Fix inconsistencies in feature names 2024-11-18 19:23:43 +01:00
perf-config.txt
perf-daemon.txt
perf-data.txt
perf-diff.txt
perf-dlfilter.txt
perf-evlist.txt
perf-ftrace.txt perf ftrace profile: Add -s/--sort option 2024-11-18 19:23:33 +01:00
perf-help.txt
perf-inject.txt
perf-intel-pt.txt mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER 2024-12-09 12:24:17 -05:00
perf-iostat.txt
perf-kallsyms.txt
perf-kmem.txt
perf-kvm.txt perf docs: Refine the description for the buffer size 2024-11-18 19:23:35 +01:00
perf-kwork.txt perf docs: Fix typos 2024-10-14 13:02:56 +02:00
perf-list.txt perf Document: Add TPEBS (Timed PEBS(Precise Event-Based Sampling)) to Documents 2024-11-18 19:23:37 +01:00
perf-lock.txt
perf-mem.txt perf mem: Update documentation for new options 2024-11-18 19:23:34 +01:00
perf-probe.txt
perf-record.txt perf docs: Refine the description for the buffer size 2024-11-18 19:23:35 +01:00
perf-report.txt perf report: Display the branch counter histogram 2024-11-18 19:23:38 +01:00
perf-sched.txt perf sched timehist: Add --prio option 2024-11-18 19:23:43 +01:00
perf-script-perl.txt
perf-script-python.txt tools: perf: Expose sample ID / stream ID to python scripts 2024-06-25 10:47:23 +02:00
perf-script.txt perf script: Add branch counters 2024-11-18 19:23:38 +01:00
perf-stat.txt perf stat: Add command line option for enabling TPEBS recording 2024-11-18 19:23:37 +01:00
perf-test.txt perf test: Reintroduce -p/--parallel and make -S/--sequential the default 2024-10-14 13:02:51 +02:00
perf-timechart.txt
perf-top.txt perf docs: Refine the description for the buffer size 2024-11-18 19:23:35 +01:00
perf-trace.txt perf docs: Refine the description for the buffer size 2024-11-18 19:23:35 +01:00
perf-version.txt
perf.data-directory-format.txt
perf.data-file-format.txt
perf.txt perf doc: Add AMD IBS usage document 2024-10-14 13:02:57 +02:00
perfconfig.example
security.txt
tips.txt perf Documentation: Add some more hints to tips.txt 2024-06-25 10:47:22 +02:00
topdown.txt perf Document: Add TPEBS (Timed PEBS(Precise Event-Based Sampling)) to Documents 2024-11-18 19:23:37 +01:00