linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Assorted fixes for RV32
@ 2021-01-07  9:26 Atish Patra
  2021-01-07  9:26 ` [PATCH 1/4] RISC-V: Do not allocate memblock while iterating reserved memblocks Atish Patra
                   ` (5 more replies)
  0 siblings, 6 replies; 27+ messages in thread
From: Atish Patra @ 2021-01-07  9:26 UTC (permalink / raw)
  To: linux-kernel
  Cc: Atish Patra, Albert Ou, Andrew Morton, Anup Patel,
	Ard Biesheuvel, linux-riscv, Mike Rapoport, Palmer Dabbelt,
	Paul Walmsley, Nick Kossifidis

This series fixes various issues observed in latest kernel on RV32.
The first two patches fixes an resource tree introduced in 5.11-rc1
while the last two fixes the case where 2GB physical memory is used
on RV32.

There are may be better way to fix the issue pointed out in PATCH 3
as it seems a generic kernel issue where kernel pointers can not use
last 4k of addressable memory. I am open to other better alternate
suggestions.

Atish Patra (4):
RISC-V: Do not allocate memblock while iterating reserved memblocks
RISC-V: Set current memblock limit
RISC-V: Fix L1_CACHE_BYTES for RV32
RISC-V: Fix maximum allowed phsyical memory for RV32

arch/riscv/Kconfig             |  6 ++++--
arch/riscv/include/asm/cache.h |  4 ++++
arch/riscv/kernel/setup.c      | 24 +++++++++++++-----------
arch/riscv/mm/init.c           | 16 ++++++++++++++--
4 files changed, 35 insertions(+), 15 deletions(-)

--
2.25.1


^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2021-03-12 15:53 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07  9:26 [PATCH 0/4] Assorted fixes for RV32 Atish Patra
2021-01-07  9:26 ` [PATCH 1/4] RISC-V: Do not allocate memblock while iterating reserved memblocks Atish Patra
2021-01-08 16:25   ` Geert Uytterhoeven
2021-01-11  3:54   ` Anup Patel
2021-01-07  9:26 ` [PATCH 2/4] RISC-V: Set current memblock limit Atish Patra
2021-01-11  3:58   ` Anup Patel
2021-01-11 19:20     ` Atish Patra
2021-01-07  9:26 ` [PATCH 3/4] RISC-V: Fix L1_CACHE_BYTES for RV32 Atish Patra
2021-01-08 16:26   ` Geert Uytterhoeven
2021-01-11  4:00   ` Anup Patel
2021-01-14  5:09   ` Palmer Dabbelt
2021-01-14 18:33     ` Atish Patra
2021-01-14 19:46       ` Palmer Dabbelt
2021-01-14 21:11         ` Atish Patra
2021-01-14 21:24           ` Palmer Dabbelt
2021-01-15  7:59           ` Geert Uytterhoeven
2021-01-15 22:44             ` Palmer Dabbelt
2021-01-17 19:03               ` Geert Uytterhoeven
2021-01-20 10:59                 ` Geert Uytterhoeven
2021-01-16  1:39             ` Atish Patra
2021-01-17 18:55               ` Geert Uytterhoeven
2021-03-12 15:52       ` Geert Uytterhoeven
2021-01-07  9:26 ` [PATCH 4/4] RISC-V: Fix maximum allowed phsyical memory " Atish Patra
2021-01-11  4:04   ` Anup Patel
2021-01-11  4:05 ` [PATCH 0/4] Assorted fixes " Anup Patel
2021-01-14  5:09 ` Palmer Dabbelt
2021-01-14  5:12   ` Palmer Dabbelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).