public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-04-14 18:10:02 to 2022-04-20 17:47:56 UTC [more...]

[PATCH v2] binfmt_flat: do not stop relocating GOT entries prematurely on riscv
 2022-04-20 17:47 UTC  (20+ messages)
      ` [PATCH] binfmt_flat: Remove shared library support

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-04-20 17:36 UTC  (11+ messages)
` [PATCH v7 03/20] reboot: Print error message if restart handler has duplicated priority
` [PATCH v7 04/20] kernel: Add combined power-off+restart handler call chain API

[PATCH V2 0/3] riscv: atomic: Optimize AMO instructions usage
 2022-04-20 17:03 UTC  (12+ messages)

[PATCH -next v4 0/4]mm: page_table_check: add support on arm64 and riscv
 2022-04-20 17:08 UTC  (19+ messages)
` [PATCH -next v4 1/4] mm: page_table_check: move pxx_user_accessible_page into x86
` [PATCH -next v4 2/4] mm: page_table_check: add hooks to public helpers
` [PATCH -next v4 3/4] arm64: mm: add support for page table check
` [PATCH -next v4 4/4] riscv: "

[PATCH V3 0/5] riscv: atomic: Optimize AMO instructions usage
 2022-04-20 14:44 UTC  (6+ messages)
` [PATCH V3 1/5] riscv: atomic: Cleanup unnecessary definition
` [PATCH V3 2/5] riscv: atomic: Optimize acquire and release for AMO operations
` [PATCH V3 3/5] riscv: atomic: Optimize memory barrier semantics of LRSC-pairs
` [PATCH V3 4/5] riscv: atomic: Optimize dec_if_positive functions
` [PATCH V3 5/5] riscv: atomic: Add conditional atomic operations' optimization

[PATCH v8 0/4] Determine the number of DMA channels by 'dma-channels' property
 2022-04-20 14:25 UTC  (3+ messages)

[PATCH v2] Documentation: kvm: Add missing line break in api.rst
 2022-04-20 12:18 UTC  (2+ messages)

[PATCH v2 0/7] KVM RISC-V Sv57x4 support and HFENCE improvements
 2022-04-20 11:24 UTC  (8+ messages)
` [PATCH v2 1/7] RISC-V: KVM: Use G-stage name for hypervisor page table
` [PATCH v2 2/7] RISC-V: KVM: Add Sv57x4 mode support for G-stage
` [PATCH v2 3/7] RISC-V: KVM: Treat SBI HFENCE calls as NOPs
` [PATCH v2 4/7] RISC-V: KVM: Introduce range based local HFENCE functions
` [PATCH v2 5/7] RISC-V: KVM: Reduce KVM_MAX_VCPUS value
` [PATCH v2 6/7] RISC-V: KVM: Add remote HFENCE functions based on VCPU requests
` [PATCH v2 7/7] RISC-V: KVM: Cleanup stale TLB entries when host CPU changes

[PATCH v3] RISC-V: Increase range and default value of NR_CPUS
 2022-04-20 11:24 UTC 

[PATCH 0/3] KVM: x86 SRCU bug fix and SRCU hardening
 2022-04-20 10:00 UTC  (10+ messages)
` [PATCH 1/3] KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io()
` [PATCH 2/3] KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copy
` [PATCH 3/3] KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused

[PATCH 0/2] Miscellenous ISA string fixup
 2022-04-20  8:47 UTC  (7+ messages)
` [PATCH 1/2] RISC-V: KVM: Remove 's' & 'u' as valid ISA extension
` [PATCH 2/2] RISC-V: KVM: Restrict the extensions that can be disabled

Wycena paneli fotowoltaicznych
 2022-04-20  7:40 UTC 

[PATCH RFC 0/8] hardened usercopy and stacktrace improvement
 2022-04-20  7:32 UTC  (15+ messages)
` [PATCH RFC 1/8] stacktrace: Change callback prototype to pass more information
` [PATCH RFC 2/8] arm64: stacktrace: Add arch_within_stack_frames
` [PATCH RFC 3/8] arm64: stacktrace: Make callbacks use new prototype with frame info
` [PATCH RFC 4/8] powerpc: "
` [PATCH RFC 5/8] riscv: "
` [PATCH RFC 6/8] s390: "
` [PATCH RFC 7/8] x86: "
` [PATCH RFC 8/8] lkdtm: usercopy: Make USERCOPY_STACK_FRAME_x able to work for all archs

[PATCH v2 bpf-next 0/2] Support riscv libbpf USDT arg parsing logic
 2022-04-20  5:50 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] libbpf: Fix usdt_cookie being cast to 32 bits
` [PATCH v2 bpf-next 2/2] libbpf: Support riscv USDT argument parsing logic

[PATCH -next] cpuidle: riscv: support non-SMP config
 2022-04-20  1:07 UTC  (2+ messages)

[PATCH 2/2] riscv: implement cache-management errata for T-Head SoCs
 2022-04-20  0:18 UTC  (2+ messages)

[PATCH v1] RISC-V: Add braces around an empty if statement bodies
 2022-04-19 20:38 UTC  (2+ messages)

[PATCH v1] RISC-V: Move the "Call Trace" to dump_backtrace()
 2022-04-19 17:48 UTC 

[PATCH v1] RISC-V: defconfigs: Add syzkaller's config as a defconfig
 2022-04-19 17:49 UTC 

[PATCH v5 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-19 19:00 UTC  (18+ messages)
` [PATCH v5 01/11] timekeeping: add raw clock fallback for random_get_entropy()
` [PATCH v5 02/11] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH v5 03/11] riscv: "
` [PATCH v5 04/11] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH v5 05/11] arm: use fallback for random_get_entropy() instead of zero
` [PATCH v5 06/11] nios2: "
` [PATCH v5 07/11] x86: "
` [PATCH v5 08/11] um: "
` [PATCH v5 09/11] sparc: "
` [PATCH v5 10/11] xtensa: "
` [PATCH v5 11/11] random: insist on random_get_entropy() existing in order to simplify

[PATCH] dt-bindings: riscv: Add mmu-type riscv,sv57
 2022-04-19 18:15 UTC  (2+ messages)

[PATCH 1/1] RISC-V: defconfigs: add VITESSE_PHY
 2022-04-19 13:58 UTC 

[PATCH bpf-next] libbpf: Support riscv USDT argument parsing logic
 2022-04-19 13:00 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: dmaengine: sifive, fu540-c000: include generic schema
 2022-04-19 12:18 UTC  (8+ messages)
` [PATCH 2/2] riscv: dts: sifive: fu540-c000: align dma node name with dtschema

[PATCH v3 0/9] More PolarFire SoC Fixes for 5.18
 2022-04-19 11:59 UTC  (3+ messages)
` [PATCH v3 5/9] dt-bindings: clk: mpfs: add defines for two new clocks

[PATCH 0/2] riscv: implement Zicbom-based CMO instructions + the t-head variant
 2022-04-19  7:52 UTC  (14+ messages)

[PATCH v6 0/7] RISC-V IPI Improvements
 2022-04-18 10:53 UTC  (8+ messages)
` [PATCH v6 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
` [PATCH v6 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
` [PATCH v6 3/7] genirq: Add mechanism to multiplex a single HW IPI
` [PATCH v6 4/7] RISC-V: Treat IPIs as normal Linux IRQs
` [PATCH v6 5/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [PATCH v6 6/7] RISC-V: Use IPIs for remote TLB flush when possible
` [PATCH v6 7/7] RISC-V: Use IPIs for remote icache "

[PATCH v4 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-18  7:10 UTC  (17+ messages)
` [PATCH v4 01/11] timekeeping: add raw clock fallback for random_get_entropy()
` [PATCH v4 04/11] mips: use fallback for random_get_entropy() instead of zero

[PATCH v3 0/7] Generic Ticket Spinlocks
 2022-04-17  2:44 UTC  (14+ messages)
` [PATCH v3 1/7] asm-generic: ticket-lock: New generic ticket-based spinlock
` [PATCH v3 2/7] asm-generic: qspinlock: Indicate the use of mixed-size atomics
` [PATCH v3 3/7] asm-generic: qrwlock: Document the spinlock fairness requirements
` [PATCH v3 4/7] openrisc: Move to ticket-spinlock
` [PATCH v3 5/7] RISC-V: Move to generic spinlocks
` [PATCH v3 6/7] RISC-V: Move to queued RW locks
` [PATCH v3 7/7] csky: Move to generic ticket-spinlock

[v2] Add support for hwrng on PolarFire SoC
 2022-04-15 10:20 UTC  (6+ messages)
` [PATCH v2 1/1] hwrng: mpfs - add polarfire soc hwrng support
  ` hwrng: mpfs - Enable COMPILE_TEST

[PATCH 01/16] dt-bindings: PCI: dwc: Define generic and native DT bindings
 2022-04-15 16:14 UTC  (3+ messages)

[PATCH v1 0/4] polarfire soc kconfig/maintainers updates
 2022-04-15 12:52 UTC  (5+ messages)
` [PATCH v1 1/4] riscv: select peripheral drivers for polarfire soc
` [PATCH v1 2/4] riscv: config: enable the mailbox framework
` [PATCH v1 3/4] riscv: select vitesse phy driver for polarfire soc
` [PATCH v1 4/4] MAINTAINERS: add polarfire rng, pci and clock drivers

[PATCH] RISC-V: mm: Fix set_satp_mode() for platform not having Sv57
 2022-04-15  5:47 UTC  (5+ messages)
    `  "


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