Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-26 19:37:14 to 2022-01-31 18:28:29 UTC [more...]

[PATCH v2 0/7] Module relocation fixes and asm/insn.h header
 2022-01-31 18:27 UTC  (7+ messages)
` [PATCH v2 1/7] riscv: Remove unneeded definitions from asm/module.h
` [PATCH v2 2/7] riscv: Avoid unaligned access when relocating modules
` [PATCH v2 3/7] riscv: Fix auipc+jalr relocation range checks
` [PATCH v2 4/7] riscv: Add asm/insn.h header
` [PATCH v2 5/7] riscv: Use asm/insn.h for module relocations
` [PATCH v2 6/7] riscv: Use asm/insn.h to generate plt entries

[PATCH v1 0/7] Module relocation fixes and asm/insn.h header
 2022-01-31 18:21 UTC  (8+ messages)
` [PATCH v1 1/7] riscv: Avoid unaligned access when relocating modules
` [PATCH v1 2/7] riscv: Fix auipc+jalr relocation range checks
` [PATCH v1 3/7] riscv: Add asm/insn.h header
` [PATCH v1 4/7] riscv: Use asm/insn.h for module relocations
` [PATCH v1 5/7] riscv: Use asm/insn.h to generate plt entries
` [PATCH v1 6/7] riscv: Use asm/insn.h for jump labels
` [PATCH v1 7/7] riscv: kernel/modules.c simplification

[PATCH 0/3] RISC-V: Fix cpumask rework falloout
 2022-01-31 17:52 UTC  (5+ messages)
` [PATCH 1/3] RISC-V: Fix hartid mask handling for hartid 31 and up
` [PATCH 2/3] RISC-V: Fix handling of empty cpu masks
` [PATCH 3/3] RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid ordering

[PATCH] RISC-V: KVM: Fix SBI implementation version
 2022-01-31 16:42 UTC 

[PATCH v5 00/12] Update the Icicle Kit device tree
 2022-01-31 15:55 UTC  (19+ messages)
` [PATCH v5 01/12] dt-bindings: soc/microchip: update syscontroller compatibles
` [PATCH v5 02/12] dt-bindings: soc/microchip: add services as children of sys ctrlr
` [PATCH v5 03/12] dt-bindings: i2c: add bindings for microchip mpfs i2c
` [PATCH v5 04/12] dt-bindings: rtc: add bindings for microchip mpfs rtc
` [PATCH v5 05/12] dt-bindings: gpio: add bindings for microchip mpfs gpio
` [PATCH v5 06/12] dt-bindings: pwm: add microchip corepwm binding
` [PATCH v5 07/12] riscv: dts: microchip: use clk defines for icicle kit
` [PATCH v5 08/12] riscv: dts: microchip: add fpga fabric section to "
` [PATCH v5 09/12] riscv: dts: microchip: refactor icicle kit device tree
` [PATCH v5 10/12] riscv: dts: microchip: update peripherals in "
` [PATCH v5 11/12] riscv: dts: microchip: add new peripherals to "
` [PATCH v5 12/12] MAINTAINERS: update riscv/microchip entry

[PATCH V4 00/17] riscv: compat: Add COMPAT mode support for rv64
 2022-01-31 13:52 UTC  (37+ 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 v3 0/6] Sparse HART id support
 2022-01-31 13:27 UTC  (17+ messages)
` [PATCH v3 6/6] RISC-V: Do not use cpumask data structure for hartid bitmap

[PATCH] RISC-V: KVM: make CY, TM, and IR counters accessible in VU mode
 2022-01-31 11:03 UTC 

[PATCH RFC v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-01-31  9:41 UTC  (5+ messages)

[PATCH v6 00/21] Introduce power-off+restart call chain API
 2022-01-31  9:28 UTC  (23+ 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 03/21] reboot: Print error message if restart handler has duplicated priority
` [PATCH v6 04/21] kernel: Add combined power-off+restart handler call chain API
` [PATCH v6 05/21] ARM: Use do_kernel_power_off()
` [PATCH v6 06/21] csky: "
` [PATCH v6 07/21] riscv: "
` [PATCH v6 08/21] arm64: "
` [PATCH v6 09/21] parisc: "
` [PATCH v6 10/21] xen/x86: "
` [PATCH v6 11/21] powerpc: "
` [PATCH v6 12/21] m68k: Switch to new sys-off handler API
` [PATCH v6 13/21] sh: Use do_kernel_power_off()
` [PATCH v6 14/21] x86: "
` [PATCH v6 15/21] ia64: "
` [PATCH v6 16/21] mips: "
` [PATCH v6 17/21] nds32: "
` [PATCH v6 18/21] memory: emif: Use kernel_can_power_off()
` [PATCH v6 19/21] ACPI: power: Switch to sys-off handler API
` [PATCH v6 20/21] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v6 21/21] reboot: Remove pm_power_off_prepare()

[PATCH -next] RISC-V: KVM: remove unneeded semicolon
 2022-01-31  4:17 UTC  (2+ messages)

[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 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] riscv: fix build with binutils 2.38
 2022-01-28 10:05 UTC  (2+ messages)

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


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