All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/2] riscv: Fixup asid_allocator remaining issues
@ 2021-05-26  5:49 ` guoren
  0 siblings, 0 replies; 23+ messages in thread
From: guoren @ 2021-05-26  5:49 UTC (permalink / raw)
  To: guoren, anup.patel, palmerdabbelt, arnd, hch
  Cc: linux-riscv, linux-kernel, linux-arch, linux-sunxi, Guo Ren

From: Guo Ren <guoren@linux.alibaba.com>

The patchset fixes the remaining problems of asid_allocator.
 - Fixup _PAGE_GLOBAL for kernel virtual address mapping
 - Optimize tlb_flush with asid & range

Changes since v3:
 - Optimize coding convention for
   "riscv: Use use_asid_allocator flush TLB"

Changes since v2:
 - Remove PAGE_UP/DOWN usage in tlbflush.h
 - Optimize variable name

Changes since v1:
 - Drop PAGE_UP wrong fixup
 - Rebase on clean linux-5.13-rc2
 - Add Reviewed-by

Guo Ren (2):
  riscv: Fixup _PAGE_GLOBAL in _PAGE_KERNEL
  riscv: Use use_asid_allocator flush TLB

 arch/riscv/include/asm/mmu_context.h |  2 ++
 arch/riscv/include/asm/pgtable.h     |  3 ++-
 arch/riscv/include/asm/tlbflush.h    | 23 ++++++++++++++++++
 arch/riscv/mm/context.c              |  2 +-
 arch/riscv/mm/tlbflush.c             | 46 +++++++++++++++++++++++++++++++++---
 5 files changed, 71 insertions(+), 5 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-05-31  6:37 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26  5:49 [PATCH V4 0/2] riscv: Fixup asid_allocator remaining issues guoren
2021-05-26  5:49 ` guoren
2021-05-26  5:49 ` [PATCH V4 1/2] riscv: Fixup _PAGE_GLOBAL in _PAGE_KERNEL guoren
2021-05-26  5:49   ` guoren
2021-05-29 23:42   ` palmerdabbelt
2021-05-29 23:42     ` palmerdabbelt
2021-05-30  5:33     ` Guo Ren
2021-05-30  5:33       ` Guo Ren
2021-05-30  5:33       ` Guo Ren
2021-05-26  5:49 ` [PATCH V4 2/2] riscv: Use use_asid_allocator flush TLB guoren
2021-05-26  5:49   ` guoren
2021-05-27  7:09   ` Christoph Hellwig
2021-05-27  7:09     ` Christoph Hellwig
2021-05-29 23:42     ` palmerdabbelt
2021-05-29 23:42       ` palmerdabbelt
2021-05-30  0:51       ` Guo Ren
2021-05-30  0:51         ` Guo Ren
2021-05-30  0:51         ` Guo Ren
2021-05-31  6:36       ` Christoph Hellwig
2021-05-31  6:36         ` Christoph Hellwig
2021-05-30  0:39     ` Guo Ren
2021-05-30  0:39       ` Guo Ren
2021-05-30  0:39       ` Guo Ren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.