linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-08 19:15:29 to 2023-06-12 19:46:47 UTC [more...]

[PATCH v1 00/21] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-12 19:38 UTC  (16+ messages)
` [PATCH v1 01/21] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v1 02/21] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v1 03/21] arm/kexec: "
` [PATCH v1 04/21] ia64/kexec: "
` [PATCH v1 05/21] arm64/kexec: "
` [PATCH v1 06/21] loongarch/kexec: "
` [PATCH v1 07/21] m68k/kexec: "
` [PATCH v1 08/21] mips/kexec: "
` [PATCH v1 09/21] parisc/kexec: "
` [PATCH v1 10/21] powerpc/kexec: "
` [PATCH v1 11/21] riscv/kexec: "
` [PATCH v1 12/21] s390/kexec: "
` [PATCH v1 13/21] sh/kexec: "

Add D1/T113s thermal sensor controller support
 2023-06-12 18:58 UTC  (8+ messages)
` [PATCH v4 1/3] dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller
` [PATCH v4 2/3] thermal: sun8i: Add D1/T113s THS controller support
` [PATCH v4 3/3] riscv: dts: allwinner: d1: Add thermal sensor and thermal zone

[PATCH v2 0/3] Add D1/T113s thermal sensor controller support
 2023-06-12 18:33 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller
` [PATCH v2 2/3] thermal: sun8i: Add D1/T113s THS controller support
` [PATCH v2 3/3] riscv: dts: allwinner: d1: Add thermal sensor and thermal zone

[GIT PULL] RISC-V Devicetrees for v6.5
 2023-06-12 18:23 UTC 

[PATCH RFC 0/2] RISC-V: T-Head vector handling
 2023-06-12 15:44 UTC  (3+ messages)

[PATCH -next v21 00/27] riscv: Add vector ISA support
 2023-06-12 15:30 UTC  (11+ messages)
` [PATCH -next v21 09/27] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v21 20/27] riscv: hwcap: change ELF_HWCAP to a function
` [PATCH -next v21 25/27] riscv: Add documentation for Vector

[PATCH v5 0/3] Add support for Allwinner GPADC on D1/T113s/R329/T507 SoCs
 2023-06-12 14:59 UTC  (7+ messages)
` [PATCH v5 1/3] iio: adc: Add Allwinner D1/T113s/R329/T507 SoCs GPADC
` [PATCH v5 2/3] dt-bindings: "
` [PATCH v5 3/3] riscv: dts: allwinner: d1: Add GPADC node

[PATCH v4 0/4] Implement GCM ghash using Zbc and Zbkb extensions
 2023-06-12 14:45 UTC  (4+ messages)
` [PATCH v4 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation

[PATCH] RISC-V: KVM: Allow Svnapot extension for Guest/VM
 2023-06-12 11:10 UTC 

[PATCH v1 0/2] Unify uapi bitsperlong.h
 2023-06-12 11:01 UTC  (3+ messages)
` [PATCH v1 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v1 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze

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

[PATCH v2] riscv: move memblock_allow_resize() after linear mapping is ready
 2023-06-12  9:37 UTC 

[PATCH v3 0/7] ISA string parser cleanups
 2023-06-12  7:52 UTC  (9+ messages)
` [PATCH v3 1/7] RISC-V: simplify register width check in ISA string parsing
` [PATCH v3 2/7] RISC-V: split early & late of_node to hartid mapping
` [PATCH v3 3/7] RISC-V: validate riscv,isa at boot, not during ISA string parsing
` [PATCH v3 5/7] RISC-V: remove decrement/increment dance in ISA string parser

[PATCH] riscv: move memblock_allow_resize() after lm is ready
 2023-06-12  7:15 UTC  (5+ messages)

[PATCH] riscv: reserve DTB before possible memblock allocation
 2023-06-12  6:57 UTC  (6+ messages)

[PATCH v2 00/10] RISC-V KVM in-kernel AIA irqchip
 2023-06-12  5:39 UTC  (11+ messages)
` [PATCH v2 01/10] RISC-V: KVM: Implement guest external interrupt line management
` [PATCH v2 02/10] RISC-V: KVM: Add IMSIC related defines
` [PATCH v2 03/10] RISC-V: KVM: Add APLIC "
` [PATCH v2 04/10] RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zero
` [PATCH v2 05/10] RISC-V: KVM: Skeletal in-kernel AIA irqchip support
` [PATCH v2 06/10] RISC-V: KVM: Implement device interface for AIA irqchip
` [PATCH v2 07/10] RISC-V: KVM: Add in-kernel emulation of AIA APLIC
` [PATCH v2 08/10] RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchip
` [PATCH v2 09/10] RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
` [PATCH v2 10/10] RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip

[PATCH v4 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
 2023-06-12  3:06 UTC  (12+ messages)

[PATCH v3 0/3] Add D1/T113s thermal sensor controller support
 2023-06-11 10:21 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller
` [PATCH v3 2/3] thermal: sun8i: Add D1/T113s THS controller support
` [PATCH v3 3/3] riscv: dts: allwinner: d1: Add thermal sensor and thermal zone

[PATCH v1 0/3] Add D1/T113s thermal sensor controller support
 2023-06-11 10:18 UTC  (13+ messages)
` [PATCH v1 1/3] thermal: sun8i: Add D1/T113s THS "
` [PATCH v1 2/3] riscv: dts: allwinner: d1: Add thermal sensor and thermal zone
` [PATCH v1 3/3] dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller

[patch v3 00/36] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-06-10 22:51 UTC  (14+ messages)
` [patch v3 31/36] x86/apic: Provide cpu_primary_thread mask
              ` [patch] x86/realmode: Make stack lock work in trampoline_compat()

[PATCH v4 0/3] Add support for Allwinner GPADC on D1/T113s/R329/T507 SoCs
 2023-06-10 19:06 UTC  (10+ messages)
` [PATCH v4 1/3] iio: adc: Add Allwinner D1/T113s/R329/T507 SoCs GPADC
` [PATCH v4 2/3] dt-bindings: "
` [PATCH v4 3/3] riscv: dts: allwinner: d1: Add GPADC node

[PATCH v1 0/6] dt-bindings: riscv: cpus: switch to unevaluatedProperties: false
 2023-06-10 17:24 UTC  (7+ messages)
` [PATCH v1 1/6] dt-bindings: riscv: cpus: add a ref the common cpu schema
` [PATCH v1 2/6] dt-bindings: riscv: cpus: allow clocks property
` [PATCH v1 3/6] dt-bindings: riscv: cpus: add a ref to thermal-cooling-cells
` [PATCH v1 4/6] dt-bindings: riscv: cpus: permit operating-points-v2
` [PATCH v1 5/6] dt-bindings: riscv: cpus: document cpu-supply
` [PATCH v1 6/6] dt-bindings: riscv: cpus: switch to unevaluatedProperties: false

[PATCH v2 4/4] tools/nolibc: sys.h: apply __syscall() helper
 2023-06-10 16:58 UTC  (4+ messages)

[PATCH V2 0/4] Remove WARN_ON in save_processor_state
 2023-06-10 15:39 UTC  (7+ messages)
` [PATCH V2 1/4] ARM: hibernate: remove "
` [PATCH V2 2/4] arm64: "
` [PATCH V2 3/4] riscv: "
` [PATCH V2 4/4] xtensa: "

[PATCH v11 0/8] function_graph: Support recording and printing the return value of function
 2023-06-09 21:21 UTC  (10+ messages)
` [PATCH v11 3/8] ARM: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
` [PATCH v11 4/8] arm64: "
` [PATCH v11 5/8] riscv: "

[PATCH v3 00/11] Linux RISC-V AIA Support
 2023-06-09 21:17 UTC  (6+ messages)
` [PATCH v3 02/11] of/irq: Set FWNODE_FLAG_BEST_EFFORT for the interrupt controller DT nodes

[PATCH 00/13] mm: jit/text allocator
 2023-06-09 17:02 UTC  (9+ messages)

[GIT PULL] RISC-V Fixes for 6.4-rc6
 2023-06-09 16:40 UTC  (2+ messages)

[PATCH] dt-bindings: riscv: cpus: drop unneeded quotes
 2023-06-09 15:02 UTC  (4+ messages)

[RFC PATCH 0/1] fdt: Mark "/reserved-memory" nodes as nosave if !reusable
 2023-06-09 14:54 UTC  (3+ messages)
` [RFC PATCH 1/1] "

[PATCH v2] dt-bindings: riscv: deprecate riscv,isa
 2023-06-09 14:20 UTC  (5+ messages)

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-06-09 13:05 UTC  (5+ messages)

[PATCH v2 1/4] tools/nolibc: sys.h: add __syscall() and __sysret() helpers
 2023-06-09  9:15 UTC  (3+ messages)

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-09  8:08 UTC  (21+ messages)
` [PATCH v2 05/23] m68k: "
` [PATCH v2 06/23] microblaze: allow pte_offset_map() "
` [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()
  ` [PATCH v2 07/23 fix] mips: update_mmu_cache() can replace __update_tlb(): fix
` [PATCH v2 08/23] parisc: add pte_unmap() to balance get_ptep()
` [PATCH v2 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel()
` [PATCH v2 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()
` [PATCH v2 12/23] powerpc: allow pte_offset_map[_lock]() to fail
` [PATCH v2 13/23] powerpc/hugetlb: pte_alloc_huge()
` [PATCH v2 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 15/23] s390: allow pte_offset_map_lock() to fail
` [PATCH v2 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()
` [PATCH v2 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 18/23] sparc/hugetlb: "
` [PATCH v2 19/23] sparc: allow pte_offset_map() to fail
` [PATCH v2 20/23] sparc: iounit and iommu use pte_offset_kernel()
` [PATCH v2 21/23] x86: Allow get_locked_pte() to fail
` [PATCH v2 22/23] x86: sme_populate_pgd() use pte_offset_kernel()
` [PATCH v2 23/23] xtensa: add pte_unmap() to balance pte_offset_map()

[PATCH v2 00/11] RISCV: Add KVM_GET_REG_LIST API
 2023-06-09  1:20 UTC  (6+ messages)
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test

[PATCH v5 0/3] Add JH7110 MIPI DPHY RX support
 2023-06-08 20:49 UTC  (3+ messages)
` [PATCH v5 1/3] dt-bindings: phy: Add starfive,jh7110-dphy-rx

[PATCH v2 00/16] Use MMU read lock for clear-dirty-log
 2023-06-08 20:17 UTC  (6+ messages)
` [PATCH v2 09/16] KVM: arm64: Document the page table walker actions based on the callback's return value

[PATCH v1] dt-bindings: riscv: deprecate riscv,isa
 2023-06-08 19:30 UTC  (9+ messages)

[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
 2023-06-07  8:02 UTC  (7+ messages)
` [PATCH 1/9] dt-bindings: display: Add yamls for JH7110 display subsystem

[PATCH v3] gpio: ath79: Add missing check for platform_get_irq
 2023-06-07  7:08 UTC 


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