linux/arch
Mike Rapoport (IBM) 0495408240 sh: drop ranges for definition of ARCH_FORCE_MAX_ORDER
sh defines insane ranges for ARCH_FORCE_MAX_ORDER allowing MAX_ORDER up to
63, which implies maximal contiguous allocation size of 2^63 pages.

Drop bogus definitions of ranges for ARCH_FORCE_MAX_ORDER and leave it a
simple integer with sensible defaults.

Users that *really* need to change the value of ARCH_FORCE_MAX_ORDER will
be able to do so but they won't be mislead by the bogus ranges.

[rppt@kernel.org: untweak ARCH_FORCE_MAX_ORDER's `range']
  Link: https://lkml.kernel.org/r/20230325060828.2662773-13-rppt@kernel.org
Link: https://lkml.kernel.org/r/20230324052233.2654090-13-rppt@kernel.org
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Reviewed-by: Zi Yan <ziy@nvidia.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: David Miller <davem@davemloft.net>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Guo Ren <guoren@kernel.org>
Cc: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Rich Felker <dalias@libc.org>
Cc: "Russell King (Oracle)" <linux@armlinux.org.uk>
Cc: Will Deacon <will@kernel.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-04-18 16:29:46 -07:00
..
alpha alpha: fix lazy-FPU mis(merged/applied/whatnot) 2023-03-06 20:13:49 -05:00
arc mm: make arch_has_descending_max_zone_pfns() static 2023-04-18 16:29:42 -07:00
arm arm: reword ARCH_FORCE_MAX_ORDER prompt and help text 2023-04-18 16:29:43 -07:00
arm64 arm64: reword ARCH_FORCE_MAX_ORDER prompt and help text 2023-04-18 16:29:44 -07:00
csky csky: drop ARCH_FORCE_MAX_ORDER 2023-04-18 16:29:44 -07:00
hexagon VM_FAULT_RETRY fixes 2023-03-05 11:07:58 -08:00
ia64 ia64: don't allow users to override ARCH_FORCE_MAX_ORDER 2023-04-18 16:29:44 -07:00
loongarch loongarch: drop ranges for definition of ARCH_FORCE_MAX_ORDER 2023-04-05 19:42:47 -07:00
m68k m68k: reword ARCH_FORCE_MAX_ORDER prompt and help text 2023-04-18 16:29:44 -07:00
microblaze VM_FAULT_RETRY fixes 2023-03-05 11:07:58 -08:00
mips mips: fix comment about pgtable_init() 2023-04-05 19:42:52 -07:00
nios2 nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDER 2023-04-18 16:29:45 -07:00
openrisc VM_FAULT_RETRY fixes 2023-03-05 11:07:58 -08:00
parisc VM_FAULT_RETRY fixes 2023-03-05 11:07:58 -08:00
powerpc powerpc: drop ranges for definition of ARCH_FORCE_MAX_ORDER 2023-04-18 16:29:45 -07:00
riscv RISC-V Fixes for 6.3-rc4 2023-03-24 09:52:26 -07:00
s390 s390/mm: try VMA lock-based page fault handling first 2023-04-05 20:03:02 -07:00
sh sh: drop ranges for definition of ARCH_FORCE_MAX_ORDER 2023-04-18 16:29:46 -07:00
sparc mm, treewide: redefine MAX_ORDER sanely 2023-04-05 19:42:46 -07:00
um mm, treewide: redefine MAX_ORDER sanely 2023-04-05 19:42:46 -07:00
x86 x86/mm: try VMA lock-based page fault handling first 2023-04-05 20:03:01 -07:00
xtensa mm, treewide: redefine MAX_ORDER sanely 2023-04-05 19:42:46 -07:00
.gitignore
Kconfig lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme 2023-03-28 16:20:08 -07:00