linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-30 11:55:04 to 2023-06-02 07:28:57 UTC [more...]

[PATCH v2] gpio: sifive: Add missing check for platform_get_irq
 2023-06-02  7:27 UTC 

[PATCH v2 13/13] selftests/nolibc: riscv: customize makefile for rv32
 2023-06-02  4:06 UTC  (2+ messages)

[PATCH] gpio: sifive: Add missing check for platform_get_irq
 2023-06-02  1:34 UTC  (2+ messages)

[PATCH 00/13] mm: jit/text allocator
 2023-06-02  0:36 UTC  (29+ messages)
` [PATCH 01/13] nios2: define virtual address space for modules
` [PATCH 02/13] mm: introduce jit_text_alloc() and use it instead of module_alloc()
` [PATCH 03/13] mm/jitalloc, arch: convert simple overrides of module_alloc to jitalloc
` [PATCH 04/13] mm/jitalloc, arch: convert remaining "
` [PATCH 05/13] module, jitalloc: drop module_alloc
` [PATCH 06/13] mm/jitalloc: introduce jit_data_alloc()
` [PATCH 07/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH 08/13] arch: make jitalloc setup available regardless of CONFIG_MODULES
` [PATCH 09/13] kprobes: remove dependcy on CONFIG_MODULES
` [PATCH 10/13] modules, jitalloc: prepare to allocate executable memory as ROX
` [PATCH 11/13] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX
` [PATCH 13/13] x86/jitalloc: make memory allocated for code ROX

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

[PATCH v2] riscv/purgatory: Do not use fortified string functions
 2023-06-01 21:04 UTC  (7+ messages)

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

[PATCH] riscv: perf: Fix callchain parse error with kernel tracepoint events
 2023-06-01 20:20 UTC  (2+ messages)

[PATCH -fixes 1/2] riscv: Fix huge_ptep_set_wrprotect when PTE is a NAPOT
 2023-06-01 20:13 UTC  (2+ messages)

[syzbot] riscv/fixes boot error: can't ssh into the instance (2)
 2023-06-01 16:04 UTC 

[PATCH v5 0/3] Add TDM audio on StarFive JH7110
 2023-06-01 15:44 UTC  (6+ messages)
` [PATCH v5 3/3] riscv: dts: starfive: add the node and pins configuration for tdm
` (subset) [PATCH v5 0/3] Add TDM audio on StarFive JH7110

[PATCH v4 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
 2023-06-01 11:02 UTC  (3+ messages)
` [PATCH v4 2/7] clk: starfive: Add StarFive JH7110 PLL clock driver

[PATCH v4 0/4] StarFive's Pulse Width Modulation driver support
 2023-06-01  8:51 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: pwm: Add StarFive PWM module
` [PATCH v4 2/4] pwm: starfive: Add PWM driver support
` [PATCH v4 3/4] riscv: dts: starfive: jh7110: Add PWM node and pins configuration
` [PATCH v4 4/4] riscv: dts: starfive: jh7100: "

[PATCH 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-06-01  4:58 UTC  (3+ messages)
` [PATCH 3/4] vmlinux.lds.h: use correct .init.data.* section name

[PATCH v2 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-06-01  4:48 UTC  (5+ messages)
` [PATCH v2 1/4] riscv: move options to keep entries sorted
` [PATCH v2 2/4] riscv: vmlinux-xip.lds.S: remove .alternative section

[PATCH -next v20 00/26] riscv: Add vector ISA support
 2023-06-01  4:46 UTC  (5+ messages)
` [PATCH -next v20 03/26] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0
` [PATCH -next v20 11/26] riscv: Allocate user's vector context in the first-use trap

[PATCH 0/6] riscv: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-06-01  3:40 UTC  (13+ messages)
` [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 v7 00/22] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-06-01  3:39 UTC  (4+ messages)
` [PATCH v7 19/22] riscv: dts: starfive: Add initial StarFive JH7110 device tree

[PATCH] riscv/purgatory: Do not use fortified string functions
 2023-06-01  2:51 UTC  (3+ messages)

[PATCH v1 0/3] Add initialization of clock for StarFive JH7110 SoC
 2023-06-01  1:52 UTC  (14+ 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 v2 00/10] riscv: Allow userspace to directly access perf counters
 2023-05-31 17:08 UTC  (22+ 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 05/10] riscv: Prepare for user-space perf event mmap support
` [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 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v2 10/10] perf: tests: Adapt mmap-basic.c for riscv

[PATCH v4 00/10] riscv: add Bouffalolab bl808 support
 2023-05-31 15:05 UTC  (6+ messages)
` [PATCH v4 04/10] serial: bflb_uart: add Bouffalolab UART Driver

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

[PATCH -fixes] riscv: Fix unused variable warning when BUILTIN_DTB is set
 2023-05-31 15:10 UTC  (2+ messages)

[PATCH v1] RISC-V: mark hibernation as nonportable
 2023-05-31 15:10 UTC  (3+ messages)

[patch v3 00/36] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-31 13:58 UTC  (24+ messages)
` [patch v3 31/36] x86/apic: Provide cpu_primary_thread mask
                    ` [patch] x86/smpboot: Disable parallel bootup if cc_vendor != NONE
                                    ` [patch] x86/smpboot: Fix the parallel bringup decision

[PATCH v2] Documentation/process: add soc maintainer handbook
 2023-05-31 12:22 UTC  (10+ messages)

[PATCH v6 0/7] Add JH7110 USB and USB PHY driver support
 2023-05-31 11:42 UTC  (3+ messages)

[PATCH -fixes] riscv: Fix relocatable kernels with early alternatives using -fno-pie
 2023-05-31 11:03 UTC  (18+ messages)

[PATCH v2] riscv: mm: Pre-allocate PGD entries for vmalloc/modules area
 2023-05-31  9:38 UTC 

[PATCH v3] dmaengine: xilinx: dma: remove arch dependency
 2023-05-31  9:01 UTC 

[PATCH v6 00/11] Add STG/ISP/VOUT clock and reset drivers for StarFive JH7110
 2023-05-31  8:56 UTC  (5+ messages)
` [PATCH v6 02/11] clk: starfive: Add StarFive JH7110 System-Top-Group clock driver
` [PATCH v6 08/11] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support

[PATCH] riscv: mm: Pre-allocate PGD entries vmalloc/modules area
 2023-05-31  3:39 UTC  (3+ messages)

[PATCH v3 2/2] riscv: Add Zawrs support for spinlocks
 2023-05-30 18:45 UTC  (3+ messages)

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

[PATCH v2 0/3] RISC-V: KVM: Ensure SBI extension is enabled
 2023-05-30 17:38 UTC  (6+ messages)
` [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] riscv: vector: Fixup modules compile error
 2023-05-30 16:22 UTC  (9+ messages)

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

[PATCH v1] dt-bindings: riscv: deprecate riscv,isa
 2023-05-30 14:12 UTC  (7+ messages)

[PATCH v2 07/13] tools/nolibc: sys_lseek: add pure 64bit lseek
 2023-05-30 13:54 UTC  (2+ messages)

[PATCH v2 0/9] Add Sipeed Lichee Pi 4A RISC-V board support
 2023-05-30 12:55 UTC  (3+ messages)
` [PATCH v2 4/9] dt-binding: riscv: add T-HEAD CPU reset

[PATCH v2 0/2] nolibc: add part3 of support for rv32
 2023-05-30 12:35 UTC  (8+ messages)
` [PATCH 1/2] selftests/nolibc: add new gettimeofday test cases


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