Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-29 14:50:42 to 2022-02-04 21:45:37 UTC [more...]

Re:
 2022-02-04 21:45 UTC  (2+ messages)

[PATCH] PCI: fu740: RFC: force gen1 and get devices probing
 2022-02-04 19:12 UTC  (2+ messages)

[PATCH 0/4] Refactor the PRCI driver to reduce the complexity
 2022-02-04 18:56 UTC  (2+ messages)

[PATCH v5 00/12] Update the Icicle Kit device tree
 2022-02-04 18:47 UTC  (27+ 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] PCI: fu740: fix finding gpios
 2022-02-04 17:38 UTC 

[PATCH] riscv: defconfig: enable hugetlbfs option
 2022-02-04 16:57 UTC  (2+ messages)

[PATCH] gpio: sifive: use the correct register to read output values
 2022-02-04 13:02 UTC 

[PATCH v1 0/2] Provide a fraemework for RISC-V ISA extensions
 2022-02-03 13:56 UTC  (4+ messages)

[PATCH v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-02-03 10:52 UTC 

[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
 2022-02-03  2:44 UTC  (30+ messages)
` [PATCH V5 01/21] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V5 02/21] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V5 03/21] compat: consolidate the compat_flock{, 64} definition
` [PATCH V5 04/21] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V5 05/21] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V5 06/21] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V5 07/21] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V5 08/21] riscv: Fixup difference with defconfig
` [PATCH V5 09/21] riscv: compat: Add basic compat data type implementation
` [PATCH V5 10/21] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V5 11/21] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V5 12/21] riscv: compat: syscall: Add entry.S implementation
` [PATCH V5 13/21] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V5 14/21] riscv: compat: Add elf.h implementation
` [PATCH V5 15/21] riscv: compat: Add hw capability check for elf
` [PATCH V5 16/21] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V5 17/21] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V5 18/21] riscv: compat: signal: Add rt_frame implementation
` [PATCH V5 19/21] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V5 20/21] riscv: compat: Add COMPAT Kbuild skeletal support
` [PATCH V5 21/21] KVM: compat: riscv: Prevent KVM_COMPAT from being selected

[PATCH] kallsyms: ignore all local labels prefixed by '.L'
 2022-02-03  1:01 UTC  (4+ messages)

[PATCH v4 0/2] Fix simple-bus issues with fw_devlink
 2022-02-02 19:58 UTC  (6+ messages)
` [PATCH v4 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices

[GIT PULL] KVM/riscv fixes for 5.17, take #1
 2022-02-02 14:58 UTC  (2+ messages)

[PATCH RFC v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-02-02 13:45 UTC  (8+ messages)

[PATCH] RISC-V: KVM: make CY, TM, and IR counters accessible in VU mode
 2022-02-02 13:29 UTC  (4+ messages)

[syzbot] riscv/fixes boot error: can't ssh into the instance
 2022-02-02 13:18 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix SBI implementation version
 2022-02-02 11:21 UTC  (2+ messages)

Koszty instalacji fotowoltaicznej
 2022-02-01  9:17 UTC 

[PATCH V7 0/2] Add thead,c900-plic support
 2022-02-02  4:42 UTC  (5+ 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 V7 2/2] irqchip/sifive-plic: Fixup thead,c900-plic "

[PATCH V4 00/17] riscv: compat: Add COMPAT mode support for rv64
 2022-02-01 13:56 UTC  (34+ 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 08/17] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V4 16/17] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH] mm/hugetlb: Generalize ARCH_WANT_GENERAL_HUGETLB
 2022-02-01 12:27 UTC 

[PATCH 0/6] KVM RISC-V SBI v0.3 support
 2022-02-01  8:22 UTC  (7+ messages)
` [PATCH 1/6] RISC-V: KVM: Upgrade SBI spec version to v0.3
` [PATCH 2/6] RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() function
` [PATCH 3/6] RISC-V: KVM: Implement SBI v0.3 SRST extension
` [PATCH 4/6] RISC-V: Add SBI HSM suspend related defines
` [PATCH 5/6] RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() function
` [PATCH 6/6] RISC-V: KVM: Implement SBI HSM suspend call

[PATCH v5 1/6] perf bench futex: Add support for 32-bit systems with 64-bit time_t
 2022-02-01  5:37 UTC  (3+ messages)

[PATCH v2 0/7] Module relocation fixes and asm/insn.h header
 2022-02-01  1:13 UTC  (11+ 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 v2 7/7] riscv: Use asm/insn.h for jump labels

[PATCH 0/3] RISC-V: Fix cpumask rework falloout
 2022-01-31 21:18 UTC  (7+ 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 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 v3 0/6] Sparse HART id support
 2022-01-31 13:27 UTC  (12+ messages)
` [PATCH v3 6/6] RISC-V: Do not use cpumask data structure for hartid bitmap

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


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