linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-07 22:06:02 to 2023-08-09 23:24:34 UTC [more...]

[PATCH v10 0/4] RISC-V: mm: Make SV48 the default address space
 2023-08-09 23:22 UTC  (2+ messages)
` [PATCH v10 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57

[PATCH] RISC-V: support for vector register accesses via ptrace() in RISC-V Linux native
 2023-08-09 23:09 UTC 

[PATCH v9 0/4] RISC-V: mm: Make SV48 the default address space
 2023-08-09 23:07 UTC  (8+ messages)
` [PATCH v9 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v9 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v9 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v9 4/4] RISC-V: mm: Document mmap changes

[PATCH 0/6] RISC-V: Enable cbo.zero in usermode
 2023-08-09 19:40 UTC  (12+ messages)
` [PATCH 1/6] RISC-V: Make zicbom/zicboz errors consistent
` [PATCH 2/6] RISC-V: Enable cbo.zero in usermode
` [PATCH 3/6] RISC-V: hwprobe: Expose Zicboz extension and its block size
` [PATCH 4/6] RISC-V: selftests: Statically link hwprobe test
` [PATCH 5/6] RISC-V: selftests: Convert hwprobe test to kselftest API
` [PATCH 6/6] RISC-V: selftests: Add CBO tests

[PATCH v1 0/2] StarFive's MMC nodes support
 2023-08-09 18:46 UTC  (4+ messages)
` [PATCH v1 1/2] riscv: dts: starfive: enable DCDC1&ALDO4 node in axp15060
` [PATCH v1 2/2] riscv: dts: starfive: Add mmc nodes on VisionFive 2 board

[PATCH v2 0/2] riscv: dts: starfive - Add crypto and trng node
 2023-08-09 18:46 UTC  (4+ messages)
` [PATCH v2 1/2] riscv: dts: starfive - Add crypto and DMA node for JH7110
` [PATCH v2 2/2] riscv: dts: starfive - Add hwrng node for JH7110 SoC

[PATCH v5] riscv: Handle zicsr/zifencei issue between gcc and binutils
 2023-08-09 16:56 UTC 

[PATCH v8 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-08-09 16:41 UTC  (22+ messages)
` [PATCH v8 01/14] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v8 02/14] KVM: Declare kvm_arch_flush_remote_tlbs() globally
` [PATCH v8 03/14] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v8 04/14] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
` [PATCH v8 05/14] KVM: Allow range-based TLB invalidation from common code
` [PATCH v8 06/14] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [PATCH v8 07/14] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v8 08/14] arm64: tlb: Implement __flush_s2_tlb_range_op()
` [PATCH v8 09/14] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v8 10/14] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v8 11/14] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v8 12/14] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v8 13/14] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v8 14/14] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-09 15:34 UTC  (7+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 34/36] selftests/arm64: Add GCS signal tests
` [PATCH v4 35/36] kselftest/arm64: Add a GCS stress test
` [PATCH v4 36/36] kselftest/arm64: Enable GCS for the FP stress tests

[RFC PATCH v4 0/5] Rework & improve riscv cmpxchg.h and atomic.h
 2023-08-09 15:02 UTC  (7+ messages)
` [RFC PATCH v4 1/5] riscv/cmpxchg: Deduplicate xchg() asm functions
` [RFC PATCH v4 2/5] riscv/cmpxchg: Deduplicate cmpxchg() asm and macros
` [RFC PATCH v4 3/5] riscv/atomic.h : Deduplicate arch_atomic.*
` [RFC PATCH v4 4/5] riscv/cmpxchg: Implement cmpxchg for variables of size 1 and 2
` [RFC PATCH v4 5/5] riscv/cmpxchg: Implement xchg "

[PATCH 03/11] dt-bindings: Add RISC-V IOMMU bindings
 2023-08-09 14:57 UTC  (11+ messages)

potential riscv special bug maybe found
 2023-08-09 14:47 UTC  (2+ messages)

[PATCH v2] riscv,mmio: Fix readX()-to-delay() ordering
 2023-08-09 14:40 UTC  (2+ messages)

[PATCH v2] riscv: mm: fix 2 instances of -Wmissing-variable-declarations
 2023-08-09 14:40 UTC  (2+ messages)

[PATCH 0/2] riscv,mmio: I/O barriers fixes and cleanups
 2023-08-09 14:40 UTC  (2+ messages)

[PATCH] riscv: Fix CPU feature detection with SMP disabled
 2023-08-09 14:40 UTC  (2+ messages)

[PATCH v2 0/3] RISC-V: Fix a few kexec_file_load(2) failures
 2023-08-09 14:35 UTC  (2+ messages)
` (subset) "

[PATCH v5 00/11] RISC-V: Probe DT extension support using riscv,isa-extensions & riscv,isa-base
 2023-08-09 14:20 UTC  (2+ messages)

[PATCH v2] RISC-V: cpu: refactor deprecated strncpy
 2023-08-09 14:20 UTC  (3+ messages)

[PATCH] riscv: alternatives: fix a typo in comment
 2023-08-09 14:20 UTC  (3+ messages)

[PATCH v2 0/1] Add Sifive uart suspend and resume
 2023-08-09 13:50 UTC  (2+ messages)
` [PATCH v2 1/1] serial: sifive: Add suspend and resume operations

[PATCH v2 0/2] pwm: Manage owner assignment implicitly for drivers
 2023-08-09 13:38 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API
 2023-08-09 12:21 UTC  (7+ messages)

[PATCH 0/1] Enhanced TLB flushing for vmap/vmalloc()
 2023-08-09 11:16 UTC  (4+ messages)
` [PATCH 1/1] riscv: Implement arch_sync_kernel_mappings() for "preventive" TLB flush

[RFT 0/2] RISC-V: handle missing "no-map" properties for OpenSBI's PMP protected regions
 2023-08-09 11:04 UTC  (9+ messages)
` [RFT 1/2] "

[PATCH -next] serial: sifive: Remove redundant of_match_ptr()
 2023-08-09  8:55 UTC 

[PATCH] riscv: Fix local irq restore when flags indicates irq disabled
 2023-08-09  6:58 UTC  (3+ messages)
  ` [External] "

[PATCH v3] riscv: dts: allwinner: d1: Add CAN controller nodes
 2023-08-09  6:10 UTC  (5+ messages)
    ` [v3] "

[RFC PATCH v1 00/21] RISC-V: ACPI: Add external interrupt controller support
 2023-08-09  5:49 UTC  (15+ messages)
` [RFC PATCH v1 11/21] swnode: Add support to create early during boot
` [RFC PATCH v1 12/21] irqchip/riscv-intc: Use swnode framework to create fwnode
` [RFC PATCH v1 20/21] RISC-V: ACPI: Create PLIC platform device

[PATCH] riscv: mm: Update the comment of CONFIG_PAGE_OFFSET
 2023-08-09  3:10 UTC 

[PATCH bpf-next] riscv/bpf: Fix truncated immediate warning in rv_s_insn
 2023-08-09  2:32 UTC  (4+ messages)

[PATCH 1/2] serial: sifive: Add suspend and resume operations
 2023-08-09  2:10 UTC  (5+ messages)

[RFC PATCH v3 0/5] Rework & improve riscv cmpxchg.h and atomic.h
 2023-08-09  2:02 UTC  (7+ messages)
` [RFC PATCH v3 4/5] riscv/cmpxchg: Implement cmpxchg for variables of size 1 and 2

[PATCH 0/3] riscv: kprobes: simulate some instructions
 2023-08-09  1:14 UTC  (8+ messages)
` [PATCH 1/3] riscv: kprobes: simulate c.j instruction
` [PATCH 2/3] riscv: kprobes: simulate c.jr and c.jalr instructions
` [PATCH 3/3] riscv: kprobes: simulate c.beqz and c.bnez

[PATCH] riscv: correct riscv_insn_is_c_jr() and riscv_insn_is_c_jalr()
 2023-08-09  0:04 UTC  (2+ messages)

[PATCH -fixes] riscv: Implement flush_cache_vmap()
 2023-08-08 23:55 UTC  (9+ messages)

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-08 21:13 UTC  (3+ messages)

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-08 20:42 UTC  (11+ messages)
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()

[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-08-08 16:46 UTC  (11+ messages)
` [PATCH v7 02/12] KVM: arm64: Use kvm_arch_flush_remote_tlbs()

[PATCH] riscv: mm: fix 2 instances of -Wmissing-variable-declarations
 2023-08-08 16:27 UTC  (3+ messages)

[PATCH 00/10] RISC-V: Refactor instructions
 2023-08-04  2:10 UTC  (2+ messages)
` [PATCH 01/10] RISC-V: Expand instruction definitions

[PATCH] riscv: dts: change TH1520 files to dual license
 2023-08-08 15:23 UTC  (3+ messages)

[RFC PATCH v1 05/21] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
 2023-08-08 13:11 UTC  (5+ messages)

[PATCH -fixes] riscv: Do not allow vmap pud mappings for 3-level page table
 2023-08-08 13:07 UTC 

[PATCH v3 0/7] PCI: microchip: Fixes and clean-ups
 2023-08-08 11:02 UTC  (2+ messages)

[PATCH 0/2] riscv: dts: starfive - Add crypto and trng node
 2023-08-08 10:44 UTC  (7+ messages)
` [PATCH 1/2] riscv: dts: starfive - Add crypto and DMA node for JH7110

[PATCH] [RFC PATCH v1] clocksource: entend the max_delta_ns of timer-riscv andtimer-clint to ULONG_MAX
 2023-08-08 10:30 UTC  (2+ messages)

BUG Report: Some issues about vmlinux with emit-relocs
 2023-08-08  8:54 UTC 

[PATCH V2] asm-generic: ticket-lock: Optimize arch_spin_value_unlocked
 2023-08-08  8:02 UTC  (4+ messages)

[PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support
 2023-08-08  2:12 UTC  (4+ messages)
` [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK

[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
 2023-08-07 23:25 UTC  (3+ messages)

[RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
 2023-08-07 23:17 UTC  (2+ messages)

[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
 2023-08-07 23:05 UTC  (32+ messages)
` [PATCH mm-unstable v9 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v9 02/31] pgtable: create struct ptdesc
` [PATCH mm-unstable v9 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v9 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v9 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v9 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v9 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v9 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v9 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v9 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v9 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v9 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v9 13/31] x86: "
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v9 15/31] mm: remove page table members from struct page
` [PATCH mm-unstable v9 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v9 17/31] arm: "
` [PATCH mm-unstable v9 18/31] arm64: "
` [PATCH mm-unstable v9 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v9 20/31] hexagon: "
` [PATCH mm-unstable v9 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v9 22/31] m68k: "
` [PATCH mm-unstable v9 23/31] mips: "
` [PATCH mm-unstable v9 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v9 25/31] openrisc: "
` [PATCH mm-unstable v9 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v9 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v9 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v9 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v9 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v9 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers


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).