Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-08 13:01:18 to 2023-05-10 04:54:12 UTC [more...]

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-10  4:54 UTC  (10+ messages)
` [PATCH 01/23] arm: "
` [PATCH 02/23] arm64: allow pte_offset_map() "
` [PATCH 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 04/23] ia64/hugetlb: "
` [PATCH 05/23] m68k: allow pte_offset_map[_lock]() to fail
` [PATCH 06/23] microblaze: allow pte_offset_map() "
` [PATCH 07/23] mips: update_mmu_cache() can replace __update_tlb()
` [PATCH 08/23] parisc: add pte_unmap() to balance get_ptep()
` [PATCH 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel()

[PATCH] riscv: Optimize memset
 2023-05-10  3:52 UTC  (10+ messages)
` [PATCH 1/2] RISC-V: lib: Improve memset assembler formatting
  ` [PATCH 2/2] riscv: Optimize memset
  ` Re: [PATCH] "
      ` [PATCH 0/2] riscv: Optimize memset for data sizes less than 16 bytes

[PATCH V5 00/21] Add basic ACPI support for RISC-V
 2023-05-10  3:46 UTC  (7+ messages)
` [PATCH V5 03/21] crypto: hisilicon/qm: Fix to enable build with RISC-V clang
` [PATCH V5 06/21] RISC-V: Add support to build the ACPI core
` [PATCH V5 08/21] RISC-V: ACPI: Cache and retrieve the RINTC structure

[PATCH v3 0/5] Add JH7110 AON PMU support
 2023-05-10  1:53 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: power: "
` [PATCH v3 2/5] soc: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
` [PATCH v3 3/5] soc: starfive: Extract JH7110 pmu private operations
` [PATCH v3 4/5] soc: starfive: Add JH7110 AON PMU support
` [PATCH v3 5/5] riscv: dts: starfive: jh7110: Add AON PMU node

[PATCH -next v19 00/24] riscv: Add vector ISA support
 2023-05-09 22:14 UTC  (40+ messages)
` [PATCH -next v19 01/24] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v19 02/24] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v19 03/24] riscv: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_V
` [PATCH -next v19 04/24] riscv: Add new csr defines related to vector extension
` [PATCH -next v19 05/24] riscv: Clear vector regfile on bootup
` [PATCH -next v19 06/24] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v19 07/24] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v19 08/24] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v19 09/24] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v19 10/24] riscv: Add task switch support for vector
` [PATCH -next v19 11/24] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v19 12/24] riscv: Add ptrace vector support
` [PATCH -next v19 13/24] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v19 14/24] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v19 15/24] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v19 16/24] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v19 17/24] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v19 18/24] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v19 19/24] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v19 20/24] riscv: Add prctl controls for userspace vector management
` [PATCH -next v19 21/24] riscv: Add sysctl to set the default vector rule for new processes
` [PATCH -next v19 22/24] riscv: detect assembler support for .option arch
` [PATCH -next v19 23/24] riscv: Enable Vector code to be built
` [PATCH -next v19 24/24] riscv: Add documentation for Vector

[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
 2023-05-09 20:51 UTC  (2+ messages)

[patch v3 00/36] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-09 20:11 UTC  (57+ messages)
` [patch v3 01/36] [patch V2 01/38] x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()
` [patch v3 02/36] cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __init
` [patch v3 03/36] x86/smpboot: Avoid pointless delay calibration if TSC is synchronized
` [patch v3 04/36] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch v3 05/36] x86/topology: Remove CPU0 hotplug option
` [patch v3 06/36] x86/smpboot: Remove the CPU0 hotplug kludge
` [patch v3 07/36] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch v3 08/36] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch v3 09/36] x86/smpboot: Get rid of cpu_init_secondary()
` [patch v3 10/36] [patch V2 10/38] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
` [patch v3 11/36] [patch V2 11/38] x86/smpboot: Move synchronization masks to SMP boot code
` [patch v3 12/36] [patch V2 12/38] x86/smpboot: Make TSC synchronization function call based
` [patch v3 13/36] x86/smpboot: Remove cpu_callin_mask
` [patch v3 14/36] [patch V2 14/38] cpu/hotplug: Rework sparse_irq locking in bringup_cpu()
` [patch v3 15/36] x86/smpboot: Remove wait for cpu_online()
` [patch v3 16/36] x86/xen/smp_pv: Remove wait for CPU online
` [patch v3 17/36] x86/xen/hvm: Get rid of DEAD_FROZEN handling
` [patch v3 18/36] [patch V2 18/38] cpu/hotplug: Add CPU state tracking and synchronization
` [patch v3 19/36] x86/smpboot: Switch to hotplug core state synchronization
` [patch v3 20/36] cpu/hotplug: Remove cpu_report_state() and related unused cruft
` [patch v3 21/36] [patch V2 21/38] ARM: smp: Switch to hotplug core state synchronization
` [patch v3 22/36] arm64: "
` [patch v3 23/36] [patch V2 23/38] csky/smp: "
` [patch v3 24/36] [patch V2 24/38] MIPS: SMP_CPS: "
` [patch v3 25/36] parisc: "
` [patch v3 26/36] riscv: "
` [patch v3 27/36] cpu/hotplug: Remove unused state functions
` [patch v3 28/36] cpu/hotplug: Reset task stack state in _cpu_up()
` [patch v3 29/36] [patch V2 29/38] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch v3 30/36] x86/smpboot: Enable split CPU startup
` [patch v3 31/36] x86/apic: Provide cpu_primary_thread mask
` [patch v3 32/36] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch v3 33/36] x86/apic: Save the APIC virtual base address
` [patch v3 34/36] x86/smpboot: Implement a bit spinlock to protect the realmode stack
` [patch v3 35/36] x86/smpboot: Support parallel startup of secondary CPUs
` [patch v3 36/36] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it

[PATCH v8 0/3] Introduce 64b relocatable kernel
 2023-05-09 19:55 UTC  (4+ messages)
` [PATCH v8 1/3] riscv: Introduce CONFIG_RELOCATABLE

[PATCH v2 0/3] RISC-V: Export Zba, Zbb to usermode via hwprobe
 2023-05-09 18:34 UTC  (7+ messages)
` [PATCH v2 1/3] RISC-V: Add Zba, Zbs extension probing
` [PATCH v2 2/3] RISC-V: Track ISA extensions per hart
` [PATCH v2 3/3] RISC-V: hwprobe: Expose Zba, Zbb, and Zbs

[PATCH v3 0/3] Add TDM audio on StarFive JH7110
 2023-05-09 18:05 UTC  (7+ messages)
` [PATCH v3 2/3] ASoC: starfive: Add JH7110 TDM driver
` [PATCH v3 3/3] riscv: dts: starfive: add tdm node and sound card

[PATCH 0/4] Expose the isa-string via the AT_BASE_PLATFORM aux vector
 2023-05-09 17:23 UTC  (6+ messages)

[PATCH v2] riscv: mm: stub extable related functions/macros for !MMU
 2023-05-09 15:26 UTC 

[PATCH v1 0/2] Add watchdog nodes in StarFive JH7100/JH7110 DTS
 2023-05-09 15:17 UTC  (3+ messages)
` [PATCH v1 1/2] riscv: dts: starfive: jh7100: Add watchdog node
` [PATCH v1 2/2] riscv: dts: starfive: jh7110: "

[PATCH] riscv: mm: stub extable related functions/macros for !MMU
 2023-05-09 15:04 UTC 

[PATCH] riscv: enable BUILDTIME_TABLE_SORT for !MMU
 2023-05-09 14:37 UTC  (3+ messages)

[PATCH 0/4] riscv: Allow userspace to directly access perf counters
 2023-05-09 13:40 UTC  (6+ messages)
` [PATCH 4/4] riscv: Enable perf counters user access only through perf

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-05-09  9:37 UTC 

[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
 2023-05-09  7:06 UTC  (2+ messages)

[PATCH v3 0/7] Add PLL clocks driver for StarFive JH7110 SoC
 2023-05-09  6:52 UTC  (7+ messages)
` [PATCH v3 5/7] dt-bindings: soc: starfive: Add StarFive syscon module

[PATCH AUTOSEL 5.15 2/4] riscv: Unconditionnally select KASAN_VMALLOC if KASAN
 2023-05-09  3:55 UTC 

[PATCH AUTOSEL 6.1 3/5] riscv: Unconditionnally select KASAN_VMALLOC if KASAN
 2023-05-09  3:55 UTC 

[PATCH AUTOSEL 6.3 4/7] riscv: Fix EFI stub usage of KASAN instrumented strcmp function
 2023-05-09  3:54 UTC  (2+ messages)
` [PATCH AUTOSEL 6.3 5/7] riscv: Unconditionnally select KASAN_VMALLOC if KASAN

[PATCH AUTOSEL 6.2 3/6] riscv: Fix EFI stub usage of KASAN instrumented strcmp function
 2023-05-09  3:55 UTC  (2+ messages)
` [PATCH AUTOSEL 6.2 4/6] riscv: Unconditionnally select KASAN_VMALLOC if KASAN

[PATCH 00/89] i2c: Convert to platform remove callback returning void
 2023-05-08 21:00 UTC  (3+ messages)
` [PATCH 37/89] i2c: microchip-corei2c: "

[RFC 0/6] Deprecate riscv,isa DT property?
 2023-05-08 18:16 UTC  (7+ messages)
` [RFC 1/6] dt-bindings: riscv: clarify what an unversioned extension means
` [RFC 2/6] dt-bindings: riscv: add riscv,isa-extension-* property and incompatible example
` [RFC 3/6] RISC-V: deprecate riscv,isa & replace it with per-extension properties
` [RFC 4/6] RISC-V: add support for riscv,isa-base property
` [RFC 5/6] RISC-V: drop a needless check in print_isa_ext()
` [RFC 6/6] riscv: dts: microchip: use new riscv,isa-extension-* properties for mpfs

[PATCH 0/5] Add Sipeed Lichee Pi 4A RISC-V board support
 2023-05-08 17:23 UTC  (16+ messages)
` [PATCH 1/5] irqchip/sifive-plic: Support T-HEAD's C910 PLIC
` [PATCH 3/5] riscv: dts: add initial T-HEAD light SoC device tree
` [PATCH 5/5] MAINTAINERS: add entry for T-HEAD RISC-V SoC

[PATCH] cpuidle: Use of_property_present() for testing DT property presence
 2023-05-08 14:41 UTC  (2+ messages)

[PATCH v4 0/9] RISC-V KVM virtualize AIA CSRs
 2023-05-08 14:41 UTC  (2+ messages)

[PATCH v1] dt-bindings: perf: riscv,pmu: fix property dependencies
 2023-05-08 14:41 UTC  (2+ messages)

[PATCH v18 0/7] RISC-V IPI Improvements
 2023-05-08 14:41 UTC  (2+ messages)

[PATCH] libgcc: Add forward declarations for generic library routines
 2023-05-08 14:41 UTC  (2+ messages)

[PATCH -fixes] riscv: Move .rela.dyn to the init sections
 2023-05-08 14:41 UTC  (2+ messages)

[PATCH] riscv: compat_syscall_table: Fixup compile warning
 2023-05-08 14:41 UTC  (2+ messages)

[PATCH v3 00/11] Linux RISC-V AIA Support
 2023-05-08 14:28 UTC  (12+ messages)
` [PATCH v3 01/11] RISC-V: Add riscv_fw_parent_hartid() function
` [PATCH v3 02/11] of/irq: Set FWNODE_FLAG_BEST_EFFORT for the interrupt controller DT nodes
` [PATCH v3 03/11] irqchip/riscv-intc: Add support for RISC-V AIA
` [PATCH v3 04/11] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v3 05/11] irqchip: Add RISC-V incoming MSI controller driver
` [PATCH v3 06/11] irqchip/riscv-imsic: Add support for PCI MSI irqdomain
` [PATCH v3 07/11] irqchip/riscv-imsic: Improve IOMMU DMA support
` [PATCH v3 08/11] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
` [PATCH v3 09/11] irqchip: Add RISC-V advanced PLIC driver
` [PATCH v3 10/11] RISC-V: Select APLIC and IMSIC drivers
` [PATCH v3 11/11] MAINTAINERS: Add entry for RISC-V AIA drivers


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 read-only IMAP folder(s) and NNTP newsgroup(s).