linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-21 17:11:27 to 2022-01-30 23:37:47 UTC [more...]

[PATCH v6 00/21] Introduce power-off+restart call chain API
 2022-01-30 23:36 UTC  (3+ messages)
` [PATCH v6 01/21] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v6 02/21] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()

[PATCH V6 0/2] Add thead,c900-plic support
 2022-01-30 15:11 UTC  (11+ messages)
` [PATCH V6 1/2] dt-bindings: update riscv plic compatible string
` [PATCH V6 2/2] irqchip/sifive-plic: Fixup thead, c900-plic dt parse in opensbi
    ` [PATCH V6 2/2] irqchip/sifive-plic: Fixup thead,c900-plic "

[RFC 00/32] Kconfig: Introduce HAS_IOPORT and LEGACY_PCI options
 2022-01-30 15:05 UTC  (6+ messages)
` [RFC 12/32] iio: adc: Kconfig: add HAS_IOPORT dependencies

RISC-V FPGA Board - increase memory in DTS file
 2022-01-30 14:57 UTC  (2+ messages)

[PATCH V4 00/17] riscv: compat: Add COMPAT mode support for rv64
 2022-01-30 14:57 UTC  (26+ messages)
` [PATCH V4 01/17] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V4 02/17] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V4 03/17] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V4 04/17] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V4 05/17] riscv: Fixup difference with defconfig
` [PATCH V4 06/17] riscv: compat: Add basic compat date type implementation
` [PATCH V4 07/17] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V4 08/17] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V4 09/17] riscv: compat: syscall: Add entry.S implementation
` [PATCH V4 10/17] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V4 11/17] riscv: compat: Add elf.h implementation
` [PATCH V4 12/17] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V4 13/17] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V4 14/17] riscv: compat: signal: Add rt_frame implementation
` [PATCH V4 15/17] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V4 16/17] riscv: compat: Add COMPAT Kbuild skeletal support
` [PATCH V4 17/17] KVM: compat: riscv: Prevent KVM_COMPAT from being selected

[PATCH V7 0/2] Add thead,c900-plic support
 2022-01-30 13:56 UTC  (3+ messages)
` [PATCH V7 1/2] dt-bindings: update riscv plic compatible string
` [PATCH V7 2/2] irqchip/sifive-plic: Fixup thead, c900-plic DT parse missing

[PATCH v4] riscv: Fixed misaligned memory access. Fixed pointer comparison
 2022-01-29 21:07 UTC  (3+ messages)

[PATCH v2] riscv: fix oops caused by irq on/off tracer
 2022-01-29 14:49 UTC  (2+ messages)

[PATCH] kallsyms: ignore local block labels generated by compiler
 2022-01-29  0:55 UTC  (4+ messages)

[PATCH] riscv: fix oops caused by irq on/off tracer
 2022-01-28 21:03 UTC  (2+ messages)

[PATCH v4 0/2] dt-bindings: interrupt-controller: sifive, plic: Miscellaneous improvements
 2022-01-28 19:40 UTC  (8+ messages)
` [PATCH v4 1/2] dt-bindings: interrupt-controller: sifive, plic: Fix number of interrupts
` [PATCH v4 2/2] dt-bindings: interrupt-controller: sifive, plic: Group interrupt tuples
  ` [PATCH v4 2/2] dt-bindings: interrupt-controller: sifive,plic: "

[PATCH v4 0/2] dt-bindings: timer: sifive, clint: Miscellaneous improvements
 2022-01-28 17:55 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: timer: sifive, clint: Fix number of interrupts
` [PATCH v4 2/2] dt-bindings: timer: sifive, clint: Group interrupt tuples

[PATCH RFC v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-01-28 15:15 UTC 

[PATCH] riscv: fix build with binutils 2.38
 2022-01-28 10:05 UTC  (2+ messages)

[PATCH v3 0/6] Sparse HART id support
 2022-01-28  8:55 UTC  (19+ messages)
` [PATCH v3 6/6] RISC-V: Do not use cpumask data structure for hartid bitmap

[PATCH v3] riscv: Fixed misaligned memory access. Fixed pointer comparison
 2022-01-28  7:51 UTC 

[PATCH V3 03/17] asm-generic: compat: Cleanup duplicate definitions
 2022-01-28  7:20 UTC  (3+ messages)

[PATCH] riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value
 2022-01-28  6:17 UTC  (2+ messages)

[PATCH v2 0/6] RISC-V IPI Improvements
 2022-01-28  5:25 UTC  (7+ messages)
` [PATCH v2 1/6] RISC-V: Clear SIP bit only when using SBI IPI operations
` [PATCH v2 2/6] irqchip/riscv-intc: Create domain using named fwnode
` [PATCH v2 3/6] RISC-V: Treat IPIs as normal Linux IRQs
` [PATCH v2 4/6] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [PATCH v2 5/6] RISC-V: Use IPIs for remote TLB flush when possible
` [PATCH v2 6/6] RISC-V: Use IPIs for remote icache "

[RFC PATCH 0/1] RISCV_EFI_BOOT_PROTOCOL support in linux
 2022-01-28  5:16 UTC  (6+ messages)
` [RFC PATCH 1/1] riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL

[PATCH] RISC-V: Prevent sbi_ecall() from being inlined
 2022-01-27 23:00 UTC  (2+ messages)

[PATCH 00/12] Initial support for Nuclei DemoSoC w/ UX600
 2022-01-27 15:16 UTC  (13+ messages)
` [PATCH 01/12] dt-bindings: vendor-prefixes: add Nuclei
` [PATCH 02/12] RISC-V: add Nuclei SoC Kconfig option
` [PATCH 03/12] dt-bindings: riscv: add compatible strings for Nuclei UX600 series
` [PATCH 04/12] dt-bindings: timer: add compatible for Nuclei UX600 CLINT-compat timer
` [PATCH 05/12] dt-bindings: interrupt-controller: add compatible string for UX600 PLIC
` [PATCH 06/12] dt-bindings: serial: add compatible string for Nuclei DemoSoC UART
` [PATCH 07/12] dt-bindings: spi: add compatible string for Nuclei DemoSoC SPI
` [PATCH 08/12] dt-bindings: riscv: add binding for Nuclei platform boards
` [PATCH 09/12] riscv: dts: add device tree for Nuclei DemoSoC w/ UX600 on DDR200T
` [PATCH 10/12] RISC-V: workaround Nuclei UX600 cores with broken SATP CSR
` [PATCH 11/12] MAINTAINERS: add myself as Nuclei SoCs/CPUs supporter
` [PATCH 12/12] mailmap: add Icenowy Zheng's Nuclei mail addresses

[PATCH v5 00/21] Introduce power-off+restart call chain API
 2022-01-27 14:39 UTC  (4+ messages)
` [PATCH v5 04/21] kernel: Add combined power-off+restart handler "

[PATCH] riscv: mm: Remove the copy operation of pmd
 2022-01-27 10:06 UTC 

Public review of Supervisor Binary Interface (SBI) Specification
 2022-01-27  8:57 UTC  (3+ messages)
  ` [RISC-V] [tech-unixplatformspec] "

[PATCH v4 0/3] Determine the number of DMA channels by 'dma-channels' property
 2022-01-27  7:35 UTC  (4+ messages)
` [PATCH v4 1/3] riscv: dts: Add dma-channels property in dma node

[PATCH v2 0/4] Add Sv57 page table support
 2022-01-27  2:48 UTC  (5+ messages)
` [PATCH v2 1/4] riscv: mm: Control p4d's folding by pgtable_l5_enabled
` [PATCH v2 2/4] riscv: mm: Prepare pt_ops helper functions for sv57
` [PATCH v2 3/4] riscv: mm: Set sv57 on defaultly
` [PATCH v2 4/4] riscv: mm: Support kasan for sv57

[PATCH v3 0/2] dt-bindings: timer: sifive, clint: Miscellaneous improvements
 2022-01-26 20:06 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: timer: sifive, clint: Fix number of interrupts

[PATCH 0/6] RISC-V IPI Improvements
 2022-01-26 15:38 UTC  (13+ messages)
` [PATCH 1/6] RISC-V: Clear SIP bit only when using SBI IPI operations
` [PATCH 2/6] irqchip/riscv-intc: Set intc domain as the default host
` [PATCH 3/6] RISC-V: Treat IPIs as normal Linux IRQs
` [PATCH 4/6] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [PATCH 5/6] RISC-V: Use IPIs for remote TLB flush when possible
` [PATCH 6/6] RISC-V: Use IPIs for remote icache "

[v5 0/9] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2022-01-26 13:32 UTC  (7+ messages)
` [v5 6/9] RISC-V: Add perf platform driver based on SBI PMU extension

[PATCH v10 0/8] RISC-V CPU Idle Support
 2022-01-26 11:44 UTC  (9+ messages)
` [PATCH v10 1/8] RISC-V: Enable CPU_IDLE drivers
` [PATCH v10 2/8] RISC-V: Rename relocate() and make it global
` [PATCH v10 3/8] RISC-V: Add arch functions for non-retentive suspend entry/exit
` [PATCH v10 4/8] RISC-V: Add SBI HSM suspend related defines
` [PATCH v10 5/8] cpuidle: Factor-out power domain related code from PSCI domain driver
` [PATCH v10 6/8] cpuidle: Add RISC-V SBI CPU idle driver
` [PATCH v10 7/8] dt-bindings: Add common bindings for ARM and RISC-V idle states
` [PATCH v10 8/8] RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machine

[PATCH 0/3] unified way to use static key and optimize pgtable_l4_enabled
 2022-01-26  2:42 UTC  (6+ messages)
` [PATCH 1/3] riscv: introduce unified static key mechanism for CPU features
` [PATCH 2/3] riscv: replace has_fpu() with system_supports_fpu()
` [PATCH 3/3] riscv: convert pgtable_l4_enabled to static key

[PATCH] riscv: mm: remove the BUG_ON check of mapping the last 4K bytes of memory
 2022-01-25 16:10 UTC  (2+ messages)

[PATCH] riscv: mm: init: mark satp_mode __ro_after_init
 2022-01-25 16:00 UTC 

[PATCH v4 00/14] Update the Icicle Kit device tree
 2022-01-25 10:21 UTC  (2+ messages)
` (subset) "

Wycena paneli fotowoltaicznych
 2022-01-25  9:10 UTC 

[PATCH 0/4] Refactor the PRCI driver to reduce the complexity
 2022-01-25  5:12 UTC  (2+ messages)

[PATCH v4 3/3] dmaengine: sf-pdma: Get number of channel by device tree
 2022-01-25  5:08 UTC  (6+ messages)

[PATCH v2] Fixed: Misaligned memory access. Fixed pointer comparison
 2022-01-24 22:28 UTC  (10+ messages)

[PATCH v4 0/12] riscv: switch to relative extable and other improvements
 2022-01-24 17:02 UTC  (6+ messages)
` [PATCH 11/12] riscv: extable: add a dedicated uaccess handler

RISC-V GNU toolchain bumping default ISA spec to 20191213
 2022-01-24 13:50 UTC 

[RFC V1 15/31] riscv/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-01-24 12:56 UTC 

[PATCH v5 00/14] riscv: support for svpbmt and D1 memory types
 2022-01-24 12:30 UTC  (6+ messages)
` [PATCH v5 01/14] riscv: only use IPIs to handle cache-flushes on remote cpus

[PATCH v9 05/11] RISC-V: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL
 2022-01-24 10:25 UTC 

Fotowoltaika - nowe warunki
 2022-01-24  9:01 UTC 

[PATCH] riscv: cpu-hotplug: clear cpu from numa map when teardown
 2022-01-23 12:13 UTC 

[PATCH] riscv: extable: fix err reg writing in dedicated uaccess handler
 2022-01-23  9:04 UTC 

[PATCH AUTOSEL 5.15 04/16] riscv: dts: microchip: mpfs: Fix reference clock node
 2022-01-23  0:12 UTC 

[PATCH AUTOSEL 5.16 04/19] riscv: dts: microchip: mpfs: Fix reference clock node
 2022-01-23  0:10 UTC 

[PATCH] Fixed: Misaligned memory access. Fixed pointer comparison
 2022-01-22 20:15 UTC  (2+ messages)

[GIT PULL] RISC-V Patches for the 5.17 Merge Window, Part 2
 2022-01-22  8:06 UTC  (2+ 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 NNTP newsgroup(s).