Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-29 22:56:04 to 2021-12-07 08:16:31 UTC [more...]

[PATCH v8 05/13] RISC-V: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL
 2021-12-07  8:16 UTC  (2+ messages)

[PATCH v5 3/3] riscv: optimized memset
 2021-12-06 20:37 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: designware: Fix 'unevaluatedProperties' warnings
 2021-12-06 19:44 UTC 

[PATCH] percpu: km: ensure it is used with NOMMU (either UP or SMP)
 2021-12-06 17:54 UTC  (6+ messages)

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2021-12-06 16:18 UTC  (17+ messages)
` [PATCH v3 01/13] riscv: Move KASAN mapping next to the kernel mapping
` [PATCH v3 02/13] riscv: Split early kasan mapping to prepare sv48 introduction
` [PATCH v3 03/13] riscv: Introduce functions to switch pt_ops
` [PATCH v3 04/13] riscv: Allow to dynamically define VA_BITS
` [PATCH v3 05/13] riscv: Get rid of MAXPHYSMEM configs
` [PATCH v3 06/13] asm-generic: Prepare for riscv use of pud_alloc_one and pud_free
` [PATCH v3 07/13] riscv: Implement sv48 support
` [PATCH v3 08/13] riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfo
` [PATCH v3 09/13] riscv: Explicit comment about user virtual address space size
` [PATCH v3 10/13] riscv: Improve virtual kernel memory layout dump
` [PATCH v3 11/13] Documentation: riscv: Add sv48 description to VM layout
` [PATCH v3 12/13] riscv: Initialize thread pointer before calling C functions
` [PATCH v3 13/13] riscv: Allow user to downgrade to sv39 when hw supports sv48 if !KASAN

[PATCH] riscv: Make vmalloc/vmemmap end equal to the start of the next region
 2021-12-06 16:12 UTC  (2+ messages)

[PATCH 0/5] riscv: mm: init clean up #ifdefs
 2021-12-06 16:10 UTC  (14+ messages)
` [PATCH 1/5] riscv: mm: init: remove unnecessary "#ifdef CONFIG_CRASH_DUMP"
` [PATCH 2/5] riscv: mm: init: try best to IS_ENABLED(CONFIG_64BIT) instead of #ifdef
` [PATCH 3/5] riscv: mm: init: remove _pt_ops and use pt_ops directly
` [PATCH 4/5] riscv: mm: init: try IS_ENABLED(CONFIG_XIP_KERNEL) instead of #ifdef
` [PATCH 5/5] riscv: mm: init: try best to remove #ifdef CONFIG_XIP_KERNEL usage

[PATCH v2 0/5] kexec: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
 2021-12-06 16:05 UTC  (6+ messages)
` [PATCH v2 1/5] kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible
` [PATCH v2 2/5] riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
` [PATCH v2 3/5] x86/setup: "
` [PATCH v2 4/5] arm64: mm: "
` [PATCH v2 5/5] arm: "

[RFC 0/6] Sparse HART id support
 2021-12-06 15:28 UTC  (9+ messages)
` [RFC 1/6] RISC-V: Avoid using per cpu array for ordered booting
` [RFC 2/6] RISC-V: Do not print the SBI version during HSM extension boot print
` [RFC 3/6] RISC-V: Use __cpu_up_stack/task_pointer only for spinwait method
` [RFC 4/6] RISC-V: Move the entire hart selection via lottery to SMP
` [RFC 5/6] RISC-V: Move spinwait booting method to its own config
` [RFC 6/6] RISC-V: Do not use cpumask data structure for hartid bitmap

[PATCH v2 0/5] riscv: mm: init clean up #ifdefs
 2021-12-06 15:03 UTC  (6+ messages)
` [PATCH v2 1/5] riscv: mm: init: remove unnecessary "#ifdef CONFIG_CRASH_DUMP"
` [PATCH v2 2/5] riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdef
` [PATCH v2 3/5] riscv: mm: init: remove _pt_ops and use pt_ops directly
` [PATCH v2 4/5] riscv: mm: init: try IS_ENABLED(CONFIG_XIP_KERNEL) instead of #ifdef
` [PATCH v2 5/5] riscv: mm: init: try best to remove #ifdef CONFIG_XIP_KERNEL usage

[PATCH v2 00/10] Introduce sv48 support without relocatable kernel
 2021-12-06 11:17 UTC  (4+ messages)

[RESEND PATCH v1 0/2] Add Sv57 page table support
 2021-12-06 10:53 UTC  (5+ messages)
` [PATCH v1 1/2] riscv, mm: Add Sv57 support based on Sv48 implementation

[PATCH v7 1/3] riscv: Introduce CONFIG_RELOCATABLE
 2021-12-06  9:44 UTC  (3+ messages)

Question regarding "boot-hartid" DT node
 2021-12-06  4:26 UTC  (25+ messages)

[PATCH] MAINTAINERS: Sort entries using parse-maintainers.pl
 2021-12-05 21:04 UTC  (5+ messages)

[PATCH v3] MAINTAINERS: Update Atish's email address
 2021-12-04 22:25 UTC  (5+ messages)

[RFC PATCH 0/5] kexec: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
 2021-12-03 19:18 UTC  (9+ messages)
` [RFC PATCH 1/5] kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible
` [RFC PATCH 2/5] riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
` [RFC PATCH 3/5] x86/setup: "
` [RFC PATCH 4/5] arm64: mm: "
` [RFC PATCH 5/5] arm: "

[PATCH RFC 0/4] mm: percpu: Cleanup percpu first chunk funciton
 2021-12-03 18:54 UTC  (16+ messages)
` [PATCH RFC 1/4] mm: percpu: Generalize percpu related config
` [PATCH RFC 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef
` [PATCH RFC 3/4] mm: percpu: Add generic pcpu_fc_alloc/free funciton
` [PATCH RFC 4/4] mm: percpu: Add generic pcpu_populate_pte() function

[PATCH 0/9] riscv: dts: Miscellaneous fixes
 2021-12-03 15:49 UTC  (11+ messages)
` [PATCH 4/9] riscv: dts: microchip: Group tuples in interrupt properties
` [PATCH 6/9] riscv: dts: microchip: mpfs: Fix reference clock node

[PATCH 0/5] riscv: misc clean up
 2021-12-03 13:23 UTC  (3+ messages)
` [PATCH 3/5] riscv: kvm: make kvm_riscv_vcpu_fp_clean() static

[PATCH] riscv: dts: sifive: fu540-c000: Fix PLIC node
 2021-12-03 13:15 UTC 

[PATCH v1 0/4] Support register names from all architectures
 2021-12-03 12:00 UTC  (8+ messages)
` [PATCH v1 1/4] perf tools: Prevent out-of-bounds access to registers
` [PATCH v1 2/4] perf script: Add "struct machine" parameter to process_event callback
` [PATCH v1 3/4] perf tools: Crete header files with register names
` [PATCH v1 4/4] perf tools: Support register names from all architectures

[PATCH 0/1] riscv: dts: fu740: Add PDMA node
 2021-12-03 10:50 UTC  (3+ messages)
` [PATCH 1/1] "

[RFC PATCH 10/14] riscv/crash_dump: Use the new interface copy_oldmem_page_buf
 2021-12-03 10:42 UTC 

[PATCH V4 0/2] riscv: add RISC-V Svpbmt Standard Extension supports
 2021-12-03  9:12 UTC  (33+ messages)
` [PATCH V4 1/2] dt-bindings: riscv: add MMU Standard Extensions support for Svpbmt
` [PATCH V4 2/2] riscv: add RISC-V Svpbmt extension supports

[PATCH v3 5/6] riscv: dts: sifive unmatched: Fix regulator for board rev3
 2021-12-03  3:55 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: Update Atish's email address
 2021-12-02 23:53 UTC  (3+ messages)

[PATCH] riscv: mm: fix wrong phys_ram_base value for RV64
 2021-12-02 15:52 UTC  (2+ messages)

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-12-02 12:02 UTC  (24+ messages)
` [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful

[PATCH v4 1/6] perf bench futex: Add support for 32-bit systems with 64-bit time_t
 2021-12-02 11:16 UTC 

[RFC PATCH v3 0/4] riscv: cpufeature: Improvements for extended feature handling
 2021-12-02  1:41 UTC  (5+ messages)
` [RFC PATCH v3 1/4] riscv: cpufeature: Correctly print supported extensions
` [RFC PATCH v3 2/4] riscv: cpufeature: Minimal parser for "riscv, isa" strings
` [RFC PATCH v3 3/4] riscv: cpufeature: Extract extension names from "riscv, isa"
` [RFC PATCH v3 4/4] riscv: cpufeature: Full parser for "riscv, isa" strings

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-02  0:31 UTC  (10+ messages)
` [PATCH 7/9] lib/cpumask: add num_{possible, present, active}_cpus_{eq, gt, le}
  ` [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}

[PATCH] dt-bindings: dma: snps,dw-axi-dmac: Document optional reset
 2021-12-01 22:44 UTC  (2+ messages)

[PATCH] dt-bindings: dma: sifive, fu540-c000-pdma: Group interrupt tuples
 2021-12-01 22:37 UTC  (2+ messages)
` [PATCH] dt-bindings: dma: sifive,fu540-c000-pdma: "

[PATCH] dt-bindings: gpio: sifive,gpio: Group interrupt tuples
 2021-12-01  8:31 UTC  (2+ messages)

[PATCH] dt-bindings: interrupt-controller: sifive, plic: Fix number of interrupts
 2021-11-30 23:01 UTC  (4+ messages)

[PATCH 0/2] of: remove reserved regions count restriction
 2021-11-30 21:07 UTC  (6+ messages)
` [PATCH 1/2] of: Sort reserved_mem related code

[PATCH 00/13]Update the icicle kit device tree
 2021-11-30  8:35 UTC  (7+ messages)
` [PATCH 02/13] dt-bindings: interrupt-controller: add defines for mpfs-plic
` [PATCH 03/13] dt-bindings: soc/microchip: update sys ctrlr compat string


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