summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-07-14 11:40:20 -0600
committerWill Deacon <will@kernel.org>2023-07-31 14:45:38 +0100
commitb9d6012497400aa65ef0f2cc537ce7720615dea7 (patch)
treef5b56e85892c82b4bb03580d66254949560583d3 /scripts/patch-kernel
parent64a0b90a3c1ed0aa15e75f8c688f8e55f1f12999 (diff)
downloadkernel-b9d6012497400aa65ef0f2cc537ce7720615dea7.tar.gz
arm64: Explicitly include correct DT includes
Remove unused 'of*.h' header inclusions from the arm64 arch code to allow for the eventual untangling of 'of_device.h and 'of_platform.h', which currently include each other. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230714174021.4039807-1-robh@kernel.org Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
=52cd3b074050dd664380b5e8cfc85d4a6ed8ad48'>mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn 2008-04-28mempolicy: rename struct mempolicy 'policy' member to 'mode'Lee Schermerhorn 2008-04-28mempolicy: disallow static or relative flags for local preferred modeDavid Rientjes 2008-04-28mempolicy: update NUMA memory policy documentationDavid Rientjes 2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman 2008-04-27slub: Update statistics handling for variable order slabsChristoph Lameter 2008-04-15Documentation: correct overcommit caveat in hugetlbpage.txtNishanth Aravamudan 2008-03-06slub: fix typo in Documentation/vm/slub.txtItaru Kitayama 2008-02-21slabinfo: fall back from /sys/kernel/slab to /sys/slabChristoph Lameter 2008-02-07SLUB: Support for performance statisticsChristoph Lameter 2008-01-24kset: move /sys/slab to /sys/kernel/slabGreg Kroah-Hartman 2007-12-17Documentation: update hugetlb informationNishanth Aravamudan 2007-10-17Documentation/vm/slabinfo.c: clean up this codeWANG Cong 2007-10-17doc: move vm/00-INDEX to Documentation/vmDavid Rientjes 2007-10-16Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flagLee Schermerhorn