linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-24 17:51:39 to 2023-05-29 10:16:09 UTC [more...]

[PATCH] riscv: Enable ARCH_SUSPEND_POSSIBLE for s2idle
 2023-05-29 10:15 UTC 

[PATCH -next V12 0/3] riscv: Add independent irq/softirq stacks
 2023-05-29  8:46 UTC  (4+ messages)
` [PATCH -next V12 1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH -next V12 2/3] riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH -next V12 3/3] riscv: stack: Add config of thread stack size

[PATCH 00/13] tools/nolibc: riscv: Add full rv32 support
 2023-05-29  8:45 UTC  (56+ messages)
` [PATCH 04/13] selftests/nolibc: syscall_args: use __NR_statx for rv32
` [PATCH 05/13] selftests/nolibc: riscv: customize makefile "
` [PATCH 06/13] selftests/nolibc: allow specify a bios for qemu
` [PATCH 07/13] selftests/nolibc: remove the duplicated gettimeofday_bad2
` [PATCH 08/13] tools/nolibc: sys_lseek: riscv: use __NR_llseek for rv32
` [PATCH 09/13] tools/nolibc: sys_poll: riscv: use __NR_ppoll_time64 "
` [PATCH 10/13] tools/nolibc: ppoll/ppoll_time64: add a missing argument
` [PATCH 11/13] tools/nolibc: sys_select: riscv: use __NR_pselect6_time64 for rv32
` [PATCH 12/13] tools/nolibc: sys_wait4: riscv: use __NR_waitid "
` [PATCH 13/13] tools/nolibc: sys_gettimeofday: riscv: use __NR_clock_gettime64 "
` [PATCH 03/13] selftests/nolibc: print name instead of number for EOVERFLOW

[PATCH] riscv: vector: Fixup modules compile error
 2023-05-29  7:38 UTC 

[PATCH v2 00/11] RISCV: Add KVM_GET_REG_LIST API
 2023-05-29  7:08 UTC  (22+ messages)
` [PATCH v2 01/11] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v2 02/11] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v2 03/11] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v2 04/11] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v2 05/11] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v2 06/11] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v2 07/11] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v2 08/11] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v2 09/11] KVM: riscv: selftests: Make check_supported arch specific
` [PATCH v2 10/11] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test

[PATCH v1 0/3] Add initialization of clock for StarFive JH7110 SoC
 2023-05-29  6:44 UTC  (8+ messages)
` [PATCH v1 1/3] dt-bindings: qspi: cdns,qspi-nor: Add clocks "
` [PATCH v1 2/3] spi: cadence-quadspi: Add clock configuration for StarFive JH7110 QSPI
` [PATCH v1 3/3] riscv: dts: starfive: Add QSPI controller node for StarFive JH7110 SoC

[patch v3 00/36] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-29  2:39 UTC  (6+ messages)
` [patch v3 31/36] x86/apic: Provide cpu_primary_thread mask

[RFC PATCH v1 0/4] Add support for Allwinner GPADC on D1/T113s/R329 SoCs
 2023-05-28 16:39 UTC  (10+ messages)
` [RFC PATCH v1 1/4] iio: adc: Add Allwinner D1/T113s/R329 SoCs GPADC
` [RFC PATCH v1 2/4] dt-bindings: "

[PATCH -fixes] riscv: Fix relocatable kernels with early alternatives using -fno-pie
 2023-05-28 13:56 UTC  (10+ messages)

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-28  5:47 UTC  (21+ messages)
` [PATCH v2 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}

Bug report: kernel paniced when system hibernates
 2023-05-26 18:48 UTC  (34+ messages)

[PATCH 0/6] riscv: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-26 16:59 UTC  (7+ messages)
` [PATCH 1/6] riscv: errata: thead: only set cbom size & noncoherent during boot
` [PATCH 2/6] riscv: mm: mark CBO relate initialization funcs as __init
` [PATCH 3/6] riscv: mm: mark noncoherent_supported as __ro_after_init
` [PATCH 4/6] riscv: mm: pass noncoherent or not to riscv_noncoherent_supported()
` [PATCH 5/6] riscv: allow kmalloc() caches aligned to the smallest value
` [PATCH 6/6] riscv: enable DMA_BOUNCE_UNALIGNED_KMALLOC for !dma_coherent

[PATCH v5 0/3] Add TDM audio on StarFive JH7110
 2023-05-26 14:54 UTC  (4+ messages)
` [PATCH v5 1/3] ASoC: dt-bindings: Add TDM controller bindings for "
` [PATCH v5 2/3] ASoC: starfive: Add JH7110 TDM driver
` [PATCH v5 3/3] riscv: dts: starfive: add the node and pins configuration for tdm

[PATCH v6 0/7] Add JH7110 USB and USB PHY driver support
 2023-05-26 13:13 UTC  (8+ messages)
` [PATCH v6 5/7] dt-bindings: usb: Add StarFive JH7110 USB controller
` [PATCH v6 7/7] riscv: dts: starfive: Add USB dts configuration for JH7110

[PATCH v4 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
 2023-05-26 12:23 UTC  (12+ messages)
` [PATCH v4 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator

[PATCH v1] RISC-V: mark hibernation as nonportable
 2023-05-26 10:59 UTC 

[PATCH v2 0/3] RISC-V: KVM: Ensure SBI extension is enabled
 2023-05-26 10:25 UTC  (4+ messages)
` [PATCH v2 1/3] RISC-V: KVM: Rename dis_idx to ext_idx
` [PATCH v2 2/3] RISC-V: KVM: Convert extension_disabled[] to ext_status[]
` [PATCH v2 3/3] RISC-V: KVM: Probe for SBI extension status

[PATCH v2 0/9] Add Sipeed Lichee Pi 4A RISC-V board support
 2023-05-26  2:21 UTC  (4+ messages)
` [PATCH v2 6/9] riscv: dts: add initial T-HEAD TH1520 SoC device tree

[PATCH] dt-bindings: interrupt-controller: sifive,plic: Sort compatible values
 2023-05-25 21:55 UTC  (3+ messages)

[PATCH] dt-bindings: timer: sifive,clint: Clean up compatible value section
 2023-05-25 21:53 UTC  (3+ messages)

[PATCH v6 00/11] Add STG/ISP/VOUT clock and reset drivers for StarFive JH7110
 2023-05-25 21:44 UTC  (5+ messages)
` [PATCH v6 09/11] riscv: dts: starfive: jh7110: add pmu controller node
` [PATCH v6 10/11] riscv: dts: starfive: jh7110: Add DVP and HDMI TX pixel external clocks

[PATCH v1 RFC Zisslpcfi 00/20] riscv control-flow integrity for U mode
 2023-05-25 17:17 UTC  (3+ messages)
` [PATCH v1 RFC Zisslpcfi 15/20] sslp prctl: arch-agnostic prctl for shadow stack and landing pad instr

[PATCH] irq_work: consolidate arch_irq_work_raise prototypes
 2023-05-25 16:44 UTC  (2+ messages)

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-25 16:37 UTC  (11+ messages)
` [PATCH 02/23] arm64: allow pte_offset_map() "
` [PATCH 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 15/23] s390: allow pte_offset_map_lock() to fail

[PATCH 0/3] RISC-V: KVM: Ensure SBI extension is enabled
 2023-05-25 15:58 UTC  (5+ messages)
` [PATCH 3/3] RISC-V: KVM: Introduce extension_enabled

[PATCH v2 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-05-25 14:01 UTC  (3+ messages)
` [PATCH v2 1/4] riscv: move options to keep entries sorted

linux-next: Tree for May 15 (several RV64 build errors)
 2023-05-25 12:50 UTC  (6+ messages)

[RFC PATCH 1/1] riscv/atomic.h: Deduplicate arch_atomic.*
 2023-05-25 10:06 UTC  (3+ messages)

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-05-25  7:46 UTC  (2+ messages)

[PATCH] riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE
 2023-05-25  6:23 UTC  (2+ messages)

[PATCH 0/4] Remove WARN_ON in save_processor_state
 2023-05-25  2:55 UTC  (5+ messages)
` [PATCH 1/4] ARM: hibernate: remove "
` [PATCH 2/4] arm64: "
` [PATCH 3/4] riscv: "
` [PATCH 4/4] xtensa: "

[PATCH v3 2/2] riscv: Add Zawrs support for spinlocks
 2023-05-24 23:00 UTC  (2+ messages)

[PATCH -next v20 20/26] riscv: Add prctl controls for userspace vector management
 2023-05-20 14:11 UTC  (2+ messages)

[PATCH 00/14] mm/init/kernel: missing-prototypes warnings
 2023-05-24 18:48 UTC  (3+ messages)
` [PATCH 13/14] thread_info: move function declarations to linux/thread_info.h


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