public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-08-04 08:21:58 to 2023-08-08 02:12:41 UTC [more...]

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

[PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support
 2023-08-08  2:12 UTC  (8+ 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)

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-07 23:06 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

[RFC PATCH v1 00/21] RISC-V: ACPI: Add external interrupt controller support
 2023-08-07 22:41 UTC  (16+ messages)
` [RFC PATCH v1 03/21] RISC-V: ACPI: Fix acpi_os_ioremap to return iomem address
` [RFC PATCH v1 04/21] RISC-V: ACPI: Enhance acpi_os_ioremap with MMIO remapping
` [RFC PATCH v1 05/21] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v1 08/21] RISC-V: ACPI: RHCT: Add function to get CBO block sizes
` [RFC PATCH v1 09/21] RISC-V: cacheflush: Initialize CBO variables on ACPI systems

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-07 22:00 UTC  (37+ messages)
` [PATCH v4 01/36] prctl: arch-agnostic prctl for shadow stack
` [PATCH v4 02/36] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v4 03/36] arm64/gcs: Document the ABI "
` [PATCH v4 04/36] arm64/sysreg: Add new system registers for GCS
` [PATCH v4 05/36] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v4 06/36] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v4 07/36] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v4 08/36] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v4 09/36] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v4 10/36] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v4 11/36] arm64/mm: Map pages for guarded control stack
` [PATCH v4 12/36] KVM: arm64: Manage GCS registers for guests
` [PATCH v4 13/36] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v4 14/36] arm64/idreg: Add overrride for GCS
` [PATCH v4 15/36] arm64/hwcap: Add hwcap "
` [PATCH v4 16/36] arm64/traps: Handle GCS exceptions
` [PATCH v4 17/36] arm64/mm: Handle GCS data aborts
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v4 20/36] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
` [PATCH v4 22/36] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v4 23/36] arm64/signal: Expose GCS state in signal frames
` [PATCH v4 24/36] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v4 25/36] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v4 26/36] kselftest/arm64: Verify the GCS hwcap
` [PATCH v4 27/36] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v4 28/36] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v4 29/36] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v4 30/36] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v4 31/36] kselftest/arm64: Add very basic GCS test program
` [PATCH v4 32/36] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v4 33/36] kselftest/arm64: Add test coverage for GCS mode locking
` [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

[PATCH v8 0/4] RISC-V: mm: Make SV48 the default address space
 2023-08-07 21:12 UTC  (9+ messages)
` [PATCH v8 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v8 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v8 4/4] RISC-V: mm: Document mmap changes

[PATCH v3] riscv: dts: allwinner: d1: Add CAN controller nodes
 2023-08-07 19:19 UTC 

[PATCH V2] asm-generic: ticket-lock: Optimize arch_spin_value_unlocked
 2023-08-07 18:36 UTC  (2+ messages)

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

[RFC PATCH] membarrier: riscv: Provide core serializing command
 2023-08-07 13:19 UTC  (10+ messages)

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

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

[PATCH v1 0/5] Add I2S support for the StarFive JH7110 SoC
 2023-08-07  9:33 UTC  (12+ messages)
` [PATCH v1 2/5] ASoC: dt-bindings: snps,designware-i2s: Add StarFive JH7110 SoC support
` [PATCH v1 3/5] ASoC: dwc: i2s: "
` [PATCH v1 5/5] riscv: dts: starfive: Add the nodes and pins of I2Srx/I2Stx0/I2Stx1

[PATCH] Revert "riscv: dts: allwinner: d1: Add CAN controller nodes"
 2023-08-07  7:38 UTC  (2+ messages)

[PATCH v2 2/4] riscv: dts: allwinner: d1: Add CAN controller nodes
 2023-08-07  7:30 UTC  (8+ messages)

[PATCH] riscv: dts: allwinner: d1: Specify default CAN pins
 2023-08-07  7:14 UTC  (6+ messages)

[PATCH RFC v2 0/4] RISC-V: Add basic eMMC support for BeagleV Ahead
 2023-08-07  6:29 UTC  (7+ messages)
` [PATCH RFC v2 1/4] dt-bindings: mmc: sdhci-of-dwcmhsc: Add T-Head TH1520 support
` [PATCH RFC v2 2/4] riscv: dts: thead: Add TH1520 mmc controller and sdhci clock
` [PATCH RFC v2 3/4] riscv: dts: thead: Enable BeagleV Ahead eMMC controller
` [PATCH RFC v2 4/4] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520

[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-08-07  4:06 UTC  (11+ messages)
` [PATCH v7 02/12] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v7 04/12] KVM: Allow range-based TLB invalidation from common code
` [PATCH v7 05/12] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "

[PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API
 2023-08-07  3:48 UTC  (2+ messages)

[PATCH v4 0/4] StarFive's SDIO/eMMC driver support
 2023-08-07  1:51 UTC  (7+ messages)
` [PATCH v4 3/4] riscv: dts: starfive: Add mmc node

[PATCH v2 0/2] pwm: Manage owner assignment implicitly for drivers
 2023-08-07  0:46 UTC  (7+ messages)
` [PATCH v2 1/2] "

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

[PATCH] RISC-V: Optimize bitops with Zbb extension
 2023-08-06 10:24 UTC  (3+ messages)

[PATCH] riscv: dts: change TH1520 files to dual license
 2023-08-06  9:52 UTC  (2+ messages)

[PATCH v1 0/5] ASoC: sunxi: Add support for D1/T113s internal audio codec
 2023-08-05 18:05 UTC  (6+ messages)
` [PATCH v1 1/5] ASoC: dt-bindings: sun4i-a10-codec: Add binding for Allwinner D1 SoC
` [PATCH v1 2/5] ASoC: dt-bindings: Add schema for "allwinner,sun20i-d1-codec-analog"
` [PATCH v1 3/5] ASoC: sunxi: sun4i-codec: add basic support for D1 audio codec
` [PATCH v1 4/5] ASoC: sunxi: Add new driver for Allwinner D1/T113s codec's analog path controls
` [PATCH v1 5/5] riscv: dts: allwinner: d1: Add device nodes for internal audio codec

[PATCH] RISC-V: KVM: Improve vector save/restore functions
 2023-08-05 16:32 UTC  (3+ messages)

[PATCH v4 00/10] RISC-V: KVM: change get_reg/set_reg error code
 2023-08-05 16:32 UTC  (3+ messages)

[PATCH v6 0/3] Add initialization of clock for StarFive JH7110 SoC
 2023-08-05  9:09 UTC  (3+ messages)
` (subset) "

[RFC PATCH 00/14] RISC-V: Add steal-time support
 2023-08-05  1:34 UTC  (7+ messages)
` [RFC PATCH 02/14] RISC-V: Add SBI STA extension definitions

[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
 2023-08-05  1:31 UTC  (7+ messages)
` [PATCH 1/4] tools: riscv: Add header file csr.h

[GIT PULL] RISC-V Fixes for 6.5-rc5
 2023-08-05  0:16 UTC  (2+ messages)

[PATCH -next V13 0/3] riscv: Add independent irq/softirq stacks support
 2023-08-05  0:00 UTC  (7+ messages)
` [PATCH -next V13 1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK

[PATCH 1/4] vgacon: rework Kconfig dependencies
 2023-08-04 20:55 UTC  (3+ messages)

[PATCH v2 0/3] Add initialization of clock for StarFive JH7110 SoC
 2023-08-04 19:04 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/3] Add initialization of clock for StarFive JH7110 SoC
 2023-08-04 19:04 UTC  (2+ messages)
` (subset) "

[PATCH] watchdog: Enable COMPILE_TEST for more drivers
 2023-08-04 17:23 UTC  (3+ messages)

[PATCH v3 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2023-08-04  9:39 UTC  (5+ messages)
` [PATCH v3 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support

[PATCH] hwrng: Enable COMPILE_TEST for more drivers
 2023-08-04  9:35 UTC  (2+ messages)

[Crash-utility] RISCV64: Use va_kernel_pa_offset in VTOP()
 2023-08-04  9:20 UTC  (3+ messages)

[Crash-utility PATCH V2] RISCV64: Use va_kernel_pa_offset in VTOP()
 2023-08-04  9:15 UTC 

[PATCH v4 0/1] Change PWM-controlled LED pin active mode and algorithm
 2023-08-04  9:09 UTC  (6+ messages)

[RFC PATCH v2 0/3] Deduplicate RISCV cmpxchg.h and atomic.c macros
 2023-08-04  8:55 UTC  (6+ messages)

[PATCH] crypto: riscv/aes - Implement scalar Zkn version for RV32
 2023-08-04  8:31 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox