Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-02 17:10:55 to 2021-12-12 21:05:14 UTC [more...]

[PATCH v5 00/21] Introduce power-off+restart call chain API
 2021-12-12 21:03 UTC  (18+ messages)
` [PATCH v5 01/21] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v5 02/21] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v5 03/21] reboot: Print error message if restart handler has duplicated priority
` [PATCH v5 04/21] kernel: Add combined power-off+restart handler call chain API
` [PATCH v5 05/21] ARM: Use do_kernel_power_off()
` [PATCH v5 06/21] csky: "
` [PATCH v5 07/21] riscv: "
` [PATCH v5 08/21] arm64: "
` [PATCH v5 09/21] parisc: "
` [PATCH v5 10/21] xen/x86: "
` [PATCH v5 11/21] powerpc: "
` [PATCH v5 12/21] m68k: Switch to new sys-off handler API
` [PATCH v5 13/21] sh: Use do_kernel_power_off()
` [PATCH v5 14/21] x86: "
` [PATCH v5 15/21] ia64: "
` [PATCH v5 16/21] mips: "
` [PATCH v5 17/21] nds32: "

[PATCH v2 0/2] kdump: simplify code
 2021-12-12 11:47 UTC  (7+ messages)
` [PATCH v2 1/2] kdump: vmcore: remove copy_to() and add copy_to_user_or_kernel()
` [PATCH v2 2/2] kdump: crashdump: use copy_to_user_or_kernel() to simplify code

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

[PATCH 0/2] kdump: simplify code
 2021-12-11  7:37 UTC  (6+ 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 v2 0/4] KVM RISC-V 64-bit selftests support
 2021-12-11  3:41 UTC  (2+ messages)

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-12-10 20:16 UTC  (33+ 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 v1 0/4] Support register names from all architectures
 2021-12-10 16:19 UTC  (12+ 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 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 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  (22+ 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  (6+ messages)
` [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)


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