Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-08 19:44:21 to 2023-05-10 12:17:15 UTC [more...]

[PATCH v3 00/11] Linux RISC-V AIA Support
 2023-05-10 12:16 UTC  (6+ messages)
` [PATCH v3 04/11] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v3 07/11] irqchip/riscv-imsic: Improve IOMMU DMA support

[PATCH] riscv: optimize ELF relocation function in riscv
 2023-05-10 11:10 UTC 

[PATCH v5 0/5] Allwinner R329/D1/R528/T113s SPI support
 2023-05-10 10:33 UTC  (7+ messages)
` [PATCH v5 1/5] dt-bindings: spi: sun6i: add DT bindings for Allwinner R329/D1/R528/T113s SPI
` [PATCH v5 2/5] spi: sun6i: change OF match data to a struct
` [PATCH v5 3/5] spi: sun6i: add quirk for in-controller clock divider
` [PATCH v5 4/5] spi: sun6i: add support for R329/D1/R528/T113s SPI controllers
` [PATCH v5 5/5] riscv: dts: allwinner: d1: Add SPI controllers node

[PATCH V9 0/4] riscv: Optimize function trace
 2023-05-10 10:18 UTC  (5+ messages)
` [PATCH V9 1/4] riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
` [PATCH V9 2/4] riscv: ftrace: Add ftrace_graph_func
` [PATCH V9 3/4] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
` [PATCH V9 4/4] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

[PATCH v3 0/5] Allwinner R329/D1/R528/T113s SPI support
 2023-05-10 10:13 UTC  (6+ messages)
` [PATCH v3 2/5] spi: sun6i: change OF match data to a struct

[PATCH v3 0/3] Add TDM audio on StarFive JH7110
 2023-05-10  9:21 UTC  (9+ 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 v3 00/36] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-10  8:39 UTC  (50+ messages)
` [patch v3 08/36] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [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 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-10  8:18 UTC  (28+ 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 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()
` [PATCH 12/23] powerpc: allow pte_offset_map[_lock]() to fail
` [PATCH 13/23] powerpc/hugetlb: pte_alloc_huge()
` [PATCH 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 15/23] s390: allow pte_offset_map_lock() to fail
` [PATCH 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()
` [PATCH 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 18/23] sparc/hugetlb: "
` [PATCH 19/23] sparc: allow pte_offset_map() to fail
` [PATCH 20/23] sparc: iounit and iommu use pte_offset_kernel()
` [PATCH 21/23] x86: Allow get_locked_pte() to fail
` [PATCH 22/23] x86: sme_populate_pgd() use pte_offset_kernel()
` [PATCH 23/23] xtensa: add pte_unmap() to balance pte_offset_map()

[PATCH v3 0/5] Add JH7110 AON PMU support
 2023-05-10  7:20 UTC  (9+ 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] riscv: Optimize memset
 2023-05-10  7:13 UTC  (12+ 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 V8 0/4] riscv: Optimize function trace
 2023-05-10  7:09 UTC  (3+ messages)
` [PATCH V8 1/4] riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY

[PATCH v2] dmaengine: xilinx: dma: remove arch dependency
 2023-05-10  6:04 UTC 

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

[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 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 0/4] Expose the isa-string via the AT_BASE_PLATFORM aux vector
 2023-05-09 17:23 UTC  (4+ 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: "


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