messages from 2022-01-27 15:17:33 to 2022-02-01 10:17:24 UTC [more...]
[PATCH RFC v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
2022-02-01 10:17 UTC (7+ messages)
[PATCH V4 00/17] riscv: compat: Add COMPAT mode support for rv64
2022-02-01 9:36 UTC (40+ 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 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 00/12] Update the Icicle Kit device tree
2022-02-01 7:58 UTC (20+ 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 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 v4 0/2] Fix simple-bus issues with fw_devlink
2022-02-01 5:30 UTC (4+ messages)
` [PATCH v4 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices
[PATCH] kallsyms: ignore all local labels prefixed by '.L'
2022-02-01 1:32 UTC
[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] RISC-V: KVM: Fix SBI implementation version
2022-01-31 16:42 UTC
[PATCH v3 0/6] Sparse HART id support
2022-01-31 13:27 UTC (13+ 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 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 (10+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).