linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-13 15:35:53 to 2023-06-15 21:11:32 UTC [more...]

[PATCH v4 00/10] Linux RISC-V AIA Support
 2023-06-15 21:11 UTC  (16+ messages)
` [PATCH v4 06/10] irqchip/riscv-imsic: Improve IOMMU DMA support
` [PATCH v4 07/10] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
` [PATCH v4 08/10] irqchip: Add RISC-V advanced PLIC driver
` [PATCH v4 09/10] RISC-V: Select APLIC and IMSIC drivers
` [PATCH v4 10/10] MAINTAINERS: Add entry for RISC-V AIA drivers

[PATCH] selftests/mm: Fix cross compilation with LLVM
 2023-06-15 21:01 UTC  (2+ messages)

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

[PATCH] RISC-V: Clobber V registers on syscalls
 2023-06-15 20:33 UTC  (3+ messages)

[PATCH v2] Documentation: RISC-V: patch-acceptance: mention patchwork's role
 2023-06-15 17:20 UTC  (3+ messages)

[PATCH v1 0/6] dt-bindings: riscv: cpus: switch to unevaluatedProperties: false
 2023-06-15 17:47 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 925294c9aa184801cc0a451b69a18dd0fe7d847d
 2023-06-15 17:36 UTC 

[PATCH v1 00/21] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-15 16:19 UTC  (20+ messages)
` [PATCH v1 01/21] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v1 05/21] arm64/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v1 07/21] m68k/kexec: "
` [PATCH v1 10/21] powerpc/kexec: "

[PATCH v1 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2023-06-15 16:37 UTC  (5+ messages)
` [PATCH v1 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller
` [PATCH v1 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
` [PATCH v1 3/3] riscv: dts: allwinner: d1: Add pwm node

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-15 15:50 UTC  (6+ messages)
` [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()

[PATCH] riscv: uprobes: Restore thread.bad_cause
 2023-06-15 15:30 UTC  (2+ messages)

[PATCH v2 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-06-15 13:54 UTC  (4+ messages)

[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
 2023-06-15 13:27 UTC  (29+ messages)
` [PATCH v2 01/10] perf: Fix wrong comment about default event_idx
` [PATCH v2 02/10] include: riscv: Fix wrong include guard in riscv_pmu.h
` [PATCH v2 03/10] riscv: Make legacy counter enum match the HW numbering
` [PATCH v2 04/10] drivers: perf: Rename riscv pmu driver
` [PATCH v2 06/10] drivers: perf: Implement perf event mmap support in the legacy backend
` [PATCH v2 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v2 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
` [PATCH v2 10/10] perf: tests: Adapt mmap-basic.c for riscv

[PATCH -next v5 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-06-15  9:49 UTC  (4+ messages)
` [PATCH -next v5 1/2] riscv: kdump: Implement crashkernel=X,[high,low]

[PATCH v2] RISC-V: Support 32_PCREL relocation type in kernel module
 2023-06-15  9:47 UTC  (8+ messages)

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-15  7:57 UTC  (74+ messages)
` [PATCH v4 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v4 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v4 04/34] pgtable: Create struct ptdesc
` [PATCH v4 05/34] mm: add utility functions for ptdesc
` [PATCH v4 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v4 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v4 08/34] mm: Convert ptlock_ptr() "
` [PATCH v4 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v4 10/34] mm: Convert ptlock_init() "
` [PATCH v4 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v4 12/34] mm: Convert ptlock_free() "
` [PATCH v4 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v4 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v4 15/34] x86: "
` [PATCH v4 16/34] s390: Convert various gmap "
` [PATCH v4 17/34] s390: Convert various pgalloc "
` [PATCH v4 18/34] mm: Remove page table members from struct page
` [PATCH v4 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v4 20/34] arm: "
` [PATCH v4 21/34] arm64: "
` [PATCH v4 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v4 23/34] hexagon: "
` [PATCH v4 24/34] loongarch: Convert various functions "
` [PATCH v4 25/34] m68k: "
` [PATCH v4 26/34] mips: "
` [PATCH v4 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v4 28/34] openrisc: "
` [PATCH v4 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v4 30/34] sh: Convert pte_free_tlb() "
` [PATCH v4 31/34] sparc64: Convert various functions "
` [PATCH v4 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v4 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v4 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

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

[PATCH v2 00/10] RISC-V KVM in-kernel AIA irqchip
 2023-06-15  6:32 UTC  (7+ messages)
` [PATCH v2 06/10] RISC-V: KVM: Implement device interface for "
` [PATCH v2 07/10] RISC-V: KVM: Add in-kernel emulation of AIA APLIC

[PATCH v9 0/6] Add non-coherent DMA support for AX45MP
 2023-06-15  6:00 UTC  (13+ messages)
` [PATCH v9 1/6] riscv: asm: vendorid_list: Add Andes Technology to the vendors list
` [PATCH v9 2/6] riscv: errata: Add Andes alternative ports
` [PATCH v9 3/6] riscv: mm: dma-noncoherent: nonstandard cache operations support
` [PATCH v9 4/6] dt-bindings: cache: andestech,ax45mp-cache: Add DT binding documentation for L2 cache controller
` [PATCH v9 5/6] cache: Add L2 cache management for Andes AX45MP RISC-V core
` [PATCH v9 6/6] soc: renesas: Kconfig: Select the required configs for RZ/Five SoC

[RFC PATCH v2 2/2] riscv: mm: use svinval instructions instead of sfence.vma
 2023-06-15  5:51 UTC  (5+ messages)

[PATCH -next] clk: sifive: Use devm_platform_ioremap_resource()
 2023-06-15  0:20 UTC  (2+ messages)

[PATCH v3 0/7] ISA string parser cleanups
 2023-06-14 23:02 UTC  (3+ messages)
` [PATCH v3 6/7] dt-bindings: riscv: explicitly mention assumption of Zicntr & Zihpm support

[PATCH v1 0/8] PCI: microchip: Fixes and clean-ups
 2023-06-14 19:53 UTC  (10+ messages)
` [PATCH v1 1/8] PCI: microchip: Correct the DED and SEC interrupt bit offsets
` [PATCH v1 2/8] PCI: microchip: Remove cast warning for devm_add_action_or_reset() arg
` [PATCH v1 3/8] PCI: microchip: enable building this driver as a module
` [PATCH v1 4/8] PCI: microchip: Align register, offset, and mask names with hw docs
` [PATCH v1 5/8] PCI: microchip: Enable event handlers to access bridge and ctrl ptrs
` [PATCH v1 6/8] PCI: microchip: Clean up initialisation of interrupts
` [PATCH v1 7/8] PCI: microchip: Gather MSI information from hardware config registers
` [PATCH v1 8/8] PCI: microchip: Re-partition code between probe() and init()

[linux-next:master] BUILD REGRESSION b16049b21162bb649cdd8519642a35972b7910fe
 2023-06-14 18:42 UTC 

[PATCH 0/3] riscv: some CMO alternative related clean up
 2023-06-14 16:55 UTC  (4+ messages)
` [PATCH 1/3] riscv: errata: thead: only set cbom size & noncoherent during boot
` [PATCH 2/3] riscv: mm: mark CBO relate initialization funcs as __init
` [PATCH 3/3] riscv: mm: mark noncoherent_supported as __ro_after_init

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

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

[PATCH v3] riscv: move memblock_allow_resize() after linear mapping is ready
 2023-06-14 13:19 UTC 

[PATCH v5 0/3] Add D1/T113s thermal sensor controller support
 2023-06-14 12:55 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller
` [PATCH v5 2/3] thermal: sun8i: Add D1/T113s THS controller support
` [PATCH v5 3/3] riscv: dts: allwinner: d1: Add thermal sensor

[PATCH] riscv: move memblock_allow_resize() after lm is ready
 2023-06-14 12:41 UTC  (4+ messages)

[PATCH RESEND v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
 2023-06-14 12:23 UTC  (2+ messages)

[PATCH v5 0/3] Add JH7110 MIPI DPHY RX support
 2023-06-14  9:14 UTC  (2+ messages)

[PATCH -next V13 0/3] riscv: Add independent irq/softirq stacks support
 2023-06-14  1:30 UTC  (4+ messages)
` [PATCH -next V13 1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH -next V13 2/3] riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH -next V13 3/3] riscv: stack: Add config of thread stack size

[PATCH 00/13] mm: jit/text allocator
 2023-06-13 22:16 UTC  (12+ messages)
` [PATCH 01/13] nios2: define virtual address space for modules

[PATCH] riscv: replace deprecated scall with ecall
 2023-06-13 21:51 UTC  (3+ messages)

[PATCH v5 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
 2023-06-13 19:58 UTC  (13+ messages)
` [PATCH v5 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
` [PATCH v5 2/7] dt-bindings: soc: starfive: Add StarFive syscon module
` [PATCH v5 3/7] dt-bindings: clock: jh7110-syscrg: Add PLL clock inputs
` [PATCH v5 6/7] riscv: dts: starfive: jh7110: Add syscon nodes
` [PATCH v5 7/7] riscv: dts: starfive: jh7110: Add PLL clock source in SYSCRG node

[PATCH v5 0/4] Implement GCM ghash using Zbc and Zbkb extensions
 2023-06-13 19:01 UTC  (7+ messages)
` [PATCH v5 3/4] RISC-V: hook new crypto subdir into build-system
` [PATCH v5 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation

[PATCH v3 0/2] riscv: allow case-insensitive ISA string parsing
 2023-06-06 23:49 UTC  (2+ messages)

[PATCH] RISC-V: Support 32_PCREL relocation type in kernel module
 2023-06-13 16:50 UTC  (2+ messages)

[PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
 2023-06-13 16:14 UTC  (7+ messages)


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