Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-01 12:35:00 to 2021-12-10 19:22:43 UTC [more...]

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-12-10 18:56 UTC  (23+ messages)
` [PATCH v4 02/25] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v4 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v4 04/25] reboot: Correct typo in a comment
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v4 06/25] reboot: Warn if unregister_restart_handler() fails
` [PATCH v4 07/25] reboot: Remove extern annotation from function prototypes

[PATCH 0/2] kdump: simplify code
 2021-12-10 16:59 UTC  (4+ messages)
` [PATCH 1/2] kdump: vmcore: move copy_to() from vmcore.c to uaccess.h
` [PATCH 2/2] kdump: crashdump: use copy_to() to simplify the related code

[PATCH v1 0/4] Support register names from all architectures
 2021-12-10 16:19 UTC  (13+ 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 v2 0/3] Support register names of all architectures
 2021-12-10 15:21 UTC  (7+ messages)
` [PATCH v2 1/3] perf tools: Prevent out-of-bounds access to registers
` [PATCH v2 2/3] perf tools: Rename perf_event_arm_regs for ARM64 registers
` [PATCH v2 3/3] perf tools: Support register names from all archs

[PATCH v5 1/6] perf bench futex: Add support for 32-bit systems with 64-bit time_t
 2021-12-10 14:23 UTC  (5+ messages)

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2021-12-09  9:09 UTC  (20+ 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: add correct as-options for assembly in modules
 2021-12-08 19:26 UTC 

[PATCH v2 1/1] clk: sifive: Fix W=1 kernel build warning
 2021-12-08 10:06 UTC 

[PATCH 1/1] clk: sifive: Fix W=1 kernel build warning
 2021-12-08  9:22 UTC  (3+ messages)

[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] 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  (3+ messages)
` [PATCH RFC 1/4] mm: percpu: Generalize percpu related config

[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 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  (24+ messages)
` [PATCH V4 2/2] riscv: add RISC-V Svpbmt extension supports
` [PATCH V4 1/2] dt-bindings: riscv: add MMU Standard Extensions support for Svpbmt

[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  (15+ messages)
` [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: "


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 read-only IMAP folder(s) and NNTP newsgroup(s).