linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-04 18:00:27 to 2022-12-07 11:33:32 UTC [more...]

[PATCH 0/3] Some DT binding quirks for T-Head C9xx
 2022-12-07 11:33 UTC  (19+ messages)
` [PATCH 1/3] dt-bindings: timer: sifive,clint: add comaptibles for T-Head's C9xx
` [PATCH 2/3] dt-bindings: timer: sifive,clint: add compatible for OpenC906

[PATCH v3 0/14] Zbb string optimizations and call support in alternatives
 2022-12-07 11:32 UTC  (14+ messages)
` [PATCH v3 02/14] RISC-V: add prefix to all constants/macros in parse_asm.h
` [PATCH v3 11/14] RISC-V: fix auipc-jalr addresses in patched alternatives

[GIT PULL] KVM/riscv changes for 6.2
 2022-12-07 10:33 UTC 

[PATCH] riscv: Fixup compile error with !MMU
 2022-12-07  9:32 UTC  (2+ messages)

[PATCH V5 0/2] Support VMCOREINFO export for RISCV64
 2022-12-07  9:15 UTC  (6+ messages)

[RFC 0/9] KVM perf support
 2022-12-07  8:49 UTC  (10+ messages)
` [RFC 8/9] RISC-V: KVM: Implement "

[PATCH v3 0/4] Documentation: RISC-V: patch-acceptance changes
 2022-12-07  2:08 UTC  (5+ messages)
` [PATCH v3 1/4] Documentation: RISC-V: Fix a typo in patch-acceptance
` [PATCH v3 2/4] Documentation: RISC-V: Allow patches for non-standard behavior
` [PATCH v3 3/4] Documentation: RISC-V: Mention the UEFI Standards
` [PATCH v3 4/4] Documentation: RISC-V: patch-acceptance: s/implementor/implementer

[PATCH v2] riscv: stacktrace: Fix missing the first frame
 2022-12-07  2:50 UTC 

[PATCH] riscv: stacktrace: Fix missing the first frame
 2022-12-07  2:02 UTC  (3+ messages)

[PATCH 1/2] RISC-V: kexec: Fix memory leak of fdt buffer
 2022-12-07  1:25 UTC  (5+ messages)

[PATCH v2 00/13] riscv: improve boot time isa extensions handling
 2022-12-06 22:16 UTC  (49+ messages)
` [PATCH v2 01/13] riscv: fix jal offsets in patched alternatives
` [PATCH v2 02/13] riscv: move riscv_noncoherent_supported() out of ZICBOM probe
` [PATCH v2 03/13] riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
` [PATCH v2 04/13] riscv: hwcap: make ISA extension ids can be used in asm
` [PATCH v2 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
` [PATCH v2 06/13] riscv: introduce riscv_has_extension_[un]likely()
` [PATCH v2 07/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
` [PATCH v2 08/13] riscv: module: move find_section to module.h
` [PATCH v2 09/13] riscv: switch to relative alternative entries
` [PATCH v2 10/13] riscv: alternative: patch alternatives in the vDSO
` [PATCH v2 11/13] riscv: cpu_relax: switch to riscv_has_extension_likely()
` [PATCH v2 12/13] riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()
` [PATCH v2 13/13] riscv: remove riscv_isa_ext_keys[] array and related usage

[PATCH v5 0/3] Improve CLOCK_EVT_FEAT_C3STOP feature setting
 2022-12-06 22:02 UTC  (12+ messages)
` [PATCH v5 1/3] RISC-V: time: initialize hrtimer based broadcast clock event device
` [PATCH v5 2/3] dt-bindings: timer: Add bindings for the RISC-V timer device
` [PATCH v5 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT

[PATCH bpf v3] riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC
 2022-12-06 20:10 UTC  (3+ messages)

[PATCH v9 0/3] riscv, mm: detect svnapot cpu support at runtime
 2022-12-06 19:56 UTC  (3+ messages)
` [PATCH v9 1/3] riscv: mm: modify pte format for Svnapot

[linux-next:master] BUILD REGRESSION 5d562c48a21eeb029a8fd3f18e1b31fd83660474
 2022-12-06 16:06 UTC 

[PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2022-12-06 14:47 UTC  (27+ messages)
` [PATCH mm-unstable RFC 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks
` [PATCH mm-unstable RFC 02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 03/26] arc/mm: "
` [PATCH mm-unstable RFC 04/26] arm/mm: "
` [PATCH mm-unstable RFC 05/26] csky/mm: "
` [PATCH mm-unstable RFC 06/26] hexagon/mm: "
` [PATCH mm-unstable RFC 07/26] ia64/mm: "
` [PATCH mm-unstable RFC 08/26] loongarch/mm: "
` [PATCH mm-unstable RFC 09/26] m68k/mm: remove dummy __swp definitions for nommu
` [PATCH mm-unstable RFC 10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 11/26] microblaze/mm: "
` [PATCH mm-unstable RFC 12/26] mips/mm: "
` [PATCH mm-unstable RFC 13/26] nios2/mm: refactor swap PTE layout
` [PATCH mm-unstable RFC 14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 15/26] openrisc/mm: "
` [PATCH mm-unstable RFC 16/26] parisc/mm: "
` [PATCH mm-unstable RFC 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
` [PATCH mm-unstable RFC 18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 19/26] riscv/mm: "
` [PATCH mm-unstable RFC 20/26] sh/mm: "
` [PATCH mm-unstable RFC 21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit
` [PATCH mm-unstable RFC 22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit
` [PATCH mm-unstable RFC 23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit
` [PATCH mm-unstable RFC 25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH 1/2] serial: Adapt Arm semihosting earlycon driver to RISC-V
 2022-12-06 14:23 UTC  (4+ messages)
` [PATCH 2/2] serial: Rename earlycon semihost driver

[PATCH v3 0/2] riscv,isa fixups
 2022-12-06 13:07 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: riscv: fix underscore requirement for multi-letter extensions
` [PATCH v3 2/2] dt-bindings: riscv: fix single letter canonical order

[PATCH bpf v2] riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC
 2022-12-06  8:49 UTC  (7+ messages)

[PATCH 0/6] crypto: starfive: Add driver for cryptographic engine
 2022-12-06  8:35 UTC  (15+ messages)
` [PATCH 5/6] dt-bindings: crypto: Add bindings for Starfive crypto driver
` [PATCH 6/6] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2

[PATCH v1 0/7] Add Ethernet driver for StarFive JH7110 SoC
 2022-12-06  7:39 UTC  (4+ messages)
` [PATCH v1 4/7] net: phy: motorcomm: Add YT8531 phy support

[PATCH -next V8 00/14] riscv: Add GENERIC_ENTRY support and related features
 2022-12-06  7:03 UTC  (19+ messages)
` [PATCH -next V8 01/14] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V8 02/14] riscv: elf_kexec: Fixup compile warning
` [PATCH -next V8 03/14] riscv: compat_syscall_table: "
` [PATCH -next V8 04/14] riscv: ptrace: Remove duplicate operation
` [PATCH -next V8 06/14] riscv: convert to generic entry
` [PATCH -next V8 10/14] riscv: Typo fixup for addi -> andi in comment

[PATCH 2/2] riscv: stacktrace: Make walk_stackframe cross pt_regs frame
 2022-12-06  3:30 UTC  (3+ messages)

[PATCH 0/2] riscv: stacktrace: A fixup and an optimization
 2022-12-06  3:10 UTC  (3+ messages)

[PATCH v2 2/9] serial: bflb_uart: add Bouffalolab UART Driver
 2022-12-05 20:03 UTC  (2+ messages)

[PATCH v2 00/11] pwm: Allow .get_state to fail
 2022-12-05 22:30 UTC  (4+ messages)
` [PATCH v2 01/11] pwm: Make .get_state() callback return an error code

[PATCH RFC v2 0/3] riscv: support for hardware breakpoints/watchpoints
 2022-12-05 22:04 UTC  (8+ messages)
` [PATCH RFC v2 1/3] riscv: add "
` [PATCH RFC v2 3/3] riscv: hw-breakpoints: add more trigger controls

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-05 21:12 UTC  (6+ messages)
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)

[PATCH v2 00/12] riscv: Allwinner D1/D1s platform support
 2022-12-05 20:45 UTC  (17+ messages)
` [PATCH v2 01/12] MAINTAINERS: Match the sun20i family of Allwinner SoCs
` [PATCH v2 05/12] riscv: dts: allwinner: Add MangoPi MQ devicetree
` [PATCH v2 06/12] riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree
` [PATCH v2 07/12] riscv: dts: allwinner: Add Sipeed Lichee RV devicetrees
` [PATCH v2 08/12] riscv: dts: allwinner: Add MangoPi MQ Pro devicetree
` [PATCH v2 09/12] riscv: dts: allwinner: Add Dongshan Nezha STU devicetree
` [PATCH v2 04/12] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
    `  "

[PATCH v12 0/2] Hey Uwe, all,
 2022-12-05 18:13 UTC  (13+ messages)
` [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver

[PATCH v2 0/3] Putting some basic order on isa extension lists
 2022-12-05 14:45 UTC  (4+ messages)
` [PATCH v2 1/3] RISC-V: clarify ISA string ordering rules in cpu.c
` [PATCH v2 2/3] RISC-V: resort all extensions in consistent orders
` [PATCH v2 3/3] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo

[PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
 2022-12-05 13:49 UTC  (7+ messages)

[PATCH v3] riscv : select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
 2022-12-05 12:33 UTC  (4+ messages)

[PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED
 2022-12-05 12:25 UTC  (2+ messages)

[PATCH v15 0/9] RISC-V IPI Improvements
 2022-12-05 10:33 UTC  (8+ messages)
` [PATCH v15 3/9] genirq: Add mechanism to multiplex a single HW IPI
` [PATCH v15 9/9] irqchip/apple-aic: Move over to core ipi-mux

[PATCH v2 0/9] riscv: add Bouffalolab bl808 support
 2022-12-05 10:29 UTC  (8+ messages)
` [PATCH v2 6/9] riscv: dts: bouffalolab: add the bl808 SoC base device tree
` [PATCH v2 7/9] riscv: dts: bouffalolab: add Sipeed M1s SoM and Dock devicetree

[PATCH v1 0/3] Add watchdog driver for StarFive RISC-V SoCs
 2022-12-05  8:27 UTC  (12+ messages)
` [PATCH v1 1/3] dt-bindings: watchdog: Add watchdog for StarFive
` [PATCH v1 2/3] drivers: watchdog: Add StarFive Watchdog driver
` [PATCH v1 3/3] riscv: dts: starfive: jh7110: Add watchdog node


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