Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-04 17:53:27 to 2021-12-15 08:41:20 UTC [more...]

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-15  8:40 UTC  (5+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty, full} with bitmap_weight_eq()
  ` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} "

[v4 00/11] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-12-15  8:02 UTC  (8+ messages)
` [v4 05/11] RISC-V: Add RISC-V SBI PMU extension definitions

[PATCH] percpu: km: ensure it is used with NOMMU (either UP or SMP)
 2021-12-15  7:56 UTC  (13+ messages)

[PATCH] dt-bindings: PCI: designware: Fix 'unevaluatedProperties' warnings
 2021-12-14 22:16 UTC  (2+ messages)

[GIT PULL] Basic StarFive JH7100 RISC-V SoC support for 5.17
 2021-12-14 21:29 UTC  (2+ messages)

[PATCH v9 08/17] riscv: Add vector struct and assembler definitions
 2021-12-14 16:29 UTC  (2+ messages)

[PATCH v9 07/17] riscv: Reset vector register
 2021-12-14 16:29 UTC  (2+ messages)

[PATCH v9 06/17] riscv: Add has_vector/riscv_vsize to save vector features
 2021-12-14 16:29 UTC  (2+ messages)

[PATCH v9 05/17] riscv: Add vector feature to compile
 2021-12-14 16:29 UTC  (2+ messages)

[PATCH v9 04/17] riscv: Add new csr defines related to vector extension
 2021-12-14 16:29 UTC  (2+ messages)

[PATCH v9 03/17] riscv: Extending cpufeature.c to detect V-extension
 2021-12-14 16:29 UTC  (2+ messages)

[PATCH v9 02/17] riscv: Rename __switch_to_aux -> fpu
 2021-12-14 16:29 UTC  (2+ messages)

[PATCH v9 01/17] riscv: Separate patch for cflags and aflags
 2021-12-14 16:29 UTC  (2+ messages)

[PATCH] locking: Generic ticket lock
 2021-12-14 15:40 UTC  (2+ messages)

[PATCH v2 0/3] Support register names of all architectures
 2021-12-14 13:26 UTC  (9+ 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 v2 0/2] kdump: simplify code
 2021-12-14 13:14 UTC  (11+ 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] riscv: dts: enable more DA9063 functions for the SiFive HiFive Unmatched
 2021-12-14 11:16 UTC  (4+ messages)

[PATCH 1/2] riscv: prevent null-pointer dereference with sbi_remote_fence_i
 2021-12-14 11:08 UTC  (6+ messages)
` [PATCH 2/2] riscv: provide default implementations for __sbi_set_timer and __sbi_send_ipi

Wycena paneli fotowoltaicznych
 2021-12-14  8:31 UTC 

[RFC 0/6] Sparse HART id support
 2021-12-14  0:58 UTC  (19+ 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

[PATCH v1 0/4] Support register names from all architectures
 2021-12-13 19:59 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 v4 00/25] Introduce power-off+restart call chain API
 2021-12-13  9:23 UTC  (34+ 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] dt-bindings: dma: snps,dw-axi-dmac: Document optional reset
 2021-12-13  6:25 UTC  (2+ messages)

[PATCH v5 00/21] Introduce power-off+restart call chain API
 2021-12-12 21:03 UTC  (22+ 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 v5 18/21] memory: emif: Use kernel_can_power_off()
` [PATCH v5 19/21] ACPI: power: Switch to sys-off handler API
` [PATCH v5 20/21] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v5 21/21] reboot: Remove pm_power_off_prepare()

[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 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] 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  (4+ messages)
` [PATCH 2/5] riscv: mm: init: try best to IS_ENABLED(CONFIG_64BIT) instead of #ifdef

[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: "

[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  (19+ 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  (4+ 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).