messages from 2023-08-02 23:31:03 to 2023-08-04 14:59:44 UTC [more...]
[PATCH 00/10] RISC-V: Refactor instructions
2023-08-04 9:28 UTC (14+ messages)
` [PATCH 01/10] RISC-V: Expand instruction definitions
` [PATCH 02/10] RISC-V: vector: Refactor instructions
` [PATCH 03/10] RISC-V: Refactor jump label instructions
` [PATCH 04/10] RISC-V: KGDB: Refactor instructions
` [PATCH 05/10] RISC-V: module: "
` [PATCH 06/10] RISC-V: Refactor patch instructions
` [PATCH 07/10] RISC-V: nommu: Refactor instructions
` [PATCH 08/10] RISC-V: kvm: "
` [PATCH 09/10] RISC-V: bpf: "
` [PATCH 10/10] RISC-V: Refactor bug and traps instructions
[RFC PATCH] membarrier: riscv: Provide core serializing command
2023-08-04 14:59 UTC (6+ messages)
[PATCH] riscv: dts: allwinner: d1: Specify default CAN pins
2023-08-04 14:39 UTC (5+ messages)
[PATCH v2 0/2] pwm: Manage owner assignment implicitly for drivers
2023-08-04 14:27 UTC (2+ messages)
` [PATCH v2 1/2] "
[PATCH] RISC-V: KVM: Improve vector save/restore functions
2023-08-04 13:56 UTC
[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-04 13:38 UTC (11+ messages)
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()
[PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support
2023-08-04 10:06 UTC (5+ messages)
` [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
[PATCH v3 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
2023-08-04 9:39 UTC (5+ messages)
` [PATCH v3 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
[PATCH] hwrng: Enable COMPILE_TEST for more drivers
2023-08-04 9:35 UTC (2+ messages)
[RFC PATCH v1 00/21] RISC-V: ACPI: Add external interrupt controller support
2023-08-04 9:33 UTC (32+ messages)
` [RFC PATCH v1 01/21] ACPICA: MADT: Add RISC-V external interrupt controllers
` [RFC PATCH v1 02/21] ACPICA: RHCT: Add flags, CMO and MMU nodes
` [RFC PATCH v1 03/21] RISC-V: ACPI: Fix acpi_os_ioremap to return iomem address
` [RFC PATCH v1 04/21] RISC-V: ACPI: Enhance acpi_os_ioremap with MMIO remapping
` [RFC PATCH v1 05/21] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v1 06/21] RISC-V: ACPI: Implement PCI related functionality
` [RFC PATCH v1 07/21] RISC-V: Kconfig: Select ECAM and MCFG
` [RFC PATCH v1 08/21] RISC-V: ACPI: RHCT: Add function to get CBO block sizes
` [RFC PATCH v1 09/21] RISC-V: cacheflush: Initialize CBO variables on ACPI systems
` [RFC PATCH v1 10/21] clocksource/timer-riscv: ACPI: Add timer_cannot_wakeup_cpu
` [RFC PATCH v1 11/21] swnode: Add support to create early during boot
` [RFC PATCH v1 12/21] irqchip/riscv-intc: Use swnode framework to create fwnode
` [RFC PATCH v1 13/21] irqchip/riscv-imsic-early: Add ACPI support
` [RFC PATCH v1 14/21] ACPI: bus: Add acpi_riscv_init function
` [RFC PATCH v1 15/21] ACPI: RISC-V: Create IMSIC platform device
` [RFC PATCH v1 16/21] ACPI: Add APLIC IRQ model for RISC-V
` [RFC PATCH v1 17/21] ACPI: RISC-V: Create APLIC platform device
` [RFC PATCH v1 18/21] irqchip/irq-riscv-aplic-msi: Add ACPI support
` [RFC PATCH v1 19/21] ACPI: bus: Add PLIC IRQ model
` [RFC PATCH v1 20/21] RISC-V: ACPI: Create PLIC platform device
` [RFC PATCH v1 21/21] irqchip/sifive-plic: Add GSI conversion support
[PATCH v1 0/5] Add I2S support for the StarFive JH7110 SoC
2023-08-04 9:20 UTC (4+ messages)
` [PATCH v1 3/5] ASoC: dwc: i2s: Add StarFive JH7110 SoC support
[Crash-utility] RISCV64: Use va_kernel_pa_offset in VTOP()
2023-08-04 9:20 UTC (3+ messages)
[Crash-utility PATCH V2] RISCV64: Use va_kernel_pa_offset in VTOP()
2023-08-04 9:15 UTC
[PATCH v4 00/10] RISC-V: KVM: change get_reg/set_reg error code
2023-08-04 9:11 UTC (15+ messages)
` [PATCH v4 01/10] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
` [PATCH v4 02/10] RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable
` [PATCH v4 03/10] RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)
` [PATCH v4 04/10] RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG
` [PATCH v4 05/10] RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once
` [PATCH v4 06/10] RISC-V: KVM: avoid EBUSY when writing same ISA val
` [PATCH v4 07/10] RISC-V: KVM: avoid EBUSY when writing the same machine ID val
` [PATCH v4 08/10] RISC-V: KVM: avoid EBUSY when writing the same isa_ext val
` [PATCH v4 09/10] RISC-V: KVM: Improve vector save/restore errors
` [PATCH v4 10/10] docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG
[PATCH v4 0/1] Change PWM-controlled LED pin active mode and algorithm
2023-08-04 9:09 UTC (9+ messages)
` [PATCH v4 1/1] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties
[RFC PATCH v2 0/3] Deduplicate RISCV cmpxchg.h and atomic.c macros
2023-08-04 8:55 UTC (12+ messages)
` [RFC PATCH v2 1/3] riscv/cmpxchg: Deduplicate xchg() asm functions
` [RFC PATCH v2 2/3] riscv/cmpxchg: Deduplicate cmpxchg() asm and macros
` [RFC PATCH v2 3/3] riscv/atomic.h : Deduplicate arch_atomic.*
[RFC PATCH v3 0/5] Rework & improve riscv cmpxchg.h and atomic.h
2023-08-04 8:48 UTC (6+ messages)
` [RFC PATCH v3 1/5] riscv/cmpxchg: Deduplicate xchg() asm functions
` [RFC PATCH v3 2/5] riscv/cmpxchg: Deduplicate cmpxchg() asm and macros
` [RFC PATCH v3 3/5] riscv/atomic.h : Deduplicate arch_atomic.*
` [RFC PATCH v3 4/5] riscv/cmpxchg: Implement cmpxchg for variables of size 1 and 2
` [RFC PATCH v3 5/5] riscv/cmpxchg: Implement xchg "
[PATCH] crypto: riscv/aes - Implement scalar Zkn version for RV32
2023-08-04 8:31 UTC (3+ messages)
[PATCH -fixes] riscv: Implement flush_cache_vmap()
2023-08-04 7:48 UTC (8+ messages)
[PATCH] riscv: signal: handle syscall restart before get_signal
2023-08-04 6:36 UTC (3+ messages)
[PATCH v6 0/3] Add initialization of clock for StarFive JH7110 SoC
2023-08-04 2:02 UTC (4+ messages)
` [PATCH v6 1/3] dt-bindings: qspi: cdns,qspi-nor: Add clocks "
` [PATCH v6 2/3] spi: cadence-quadspi: Add clock configuration for StarFive JH7110 QSPI
` [PATCH v6 3/3] riscv: dts: starfive: Add QSPI controller node for StarFive JH7110 SoC
[PATCH 0/2] pwm: Manage owner assignment implicitly for drivers
2023-08-03 21:53 UTC (3+ messages)
` [PATCH 1/2] "
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-03 19:15 UTC (2+ messages)
[RFC PATCH v1 00/21] Add external interrupt controller support
2023-08-03 17:51 UTC
[PATCH] selftests/riscv: fix potential build failure during the "emit_tests" step
2023-08-03 16:48 UTC (4+ messages)
[PATCH RESEND] riscv: Fix local irq restore when flags indicates irq disabled
2023-08-03 15:38 UTC (5+ messages)
` [External] "
[PATCH v2 2/3] riscv/purgatory: do not link with string.o and its dependencies
2023-08-03 15:33 UTC (4+ messages)
[PATCH] riscv: Start of DRAM should at least be aligned on PMD size for the direct mapping
2023-08-03 15:10 UTC (3+ messages)
[RESEND PATCH -fixes 1/2] riscv: Export va_kernel_pa_offset in vmcoreinfo
2023-08-03 15:10 UTC (3+ messages)
[PATCH v3 -fixes] RISC-V: ACPI: Fix acpi_os_ioremap to return iomem address
2023-08-03 15:10 UTC (3+ messages)
[PATCH] selftests: riscv: Fix compilation error with vstate_exec_nolibc.c
2023-08-03 15:10 UTC (3+ messages)
[PATCH v2 0/3] RISC-V: Fix a few kexec_file_load(2) failures
2023-08-03 15:10 UTC (2+ messages)
[PATCH v3 00/10] RISC-V: KVM: change get_reg/set_reg error codes
2023-08-03 14:56 UTC (12+ messages)
` [PATCH v3 01/10] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
` [PATCH v3 02/10] RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable
` [PATCH v3 03/10] RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)
` [PATCH v3 04/10] RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG
` [PATCH v3 05/10] RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once
` [PATCH v3 06/10] RISC-V: KVM: avoid EBUSY when writing same ISA val
` [PATCH v3 07/10] RISC-V: KVM: avoid EBUSY when writing the same machine ID val
` [PATCH v3 08/10] RISC-V: KVM: avoid EBUSY when writing the same isa_ext val
` [PATCH v3 09/10] RISC-V: KVM: Improve vector save/restore errors
` [PATCH v3 10/10] docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG
[PATCH] gpio: sifive: remove unneeded call to platform_set_drvdata()
2023-08-03 13:47 UTC (2+ messages)
[PATCH] efi/riscv: libstub: Fix comment about absolute relocation
2023-08-03 13:41 UTC (2+ messages)
[PATCH v4 0/7] Risc-V Kvm Smstateen
2023-08-03 12:01 UTC (3+ messages)
` [PATCH v4 1/7] RISC-V: Detect Smstateen extension
[PATCH v2 0/1] RISC-V: KVM: provide UAPI for host SATP mode
2023-08-03 11:51 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH v3 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
2023-08-03 11:30 UTC (3+ messages)
` [PATCH v3 2/3] clocksource: Add JH7110 timer driver
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-08-03 11:03 UTC (5+ messages)
[PATCH v2 0/3] Add PWM-DAC audio support for StarFive JH7110 RISC-V SoC
2023-08-03 8:37 UTC (6+ messages)
` [PATCH v2 2/3] ASoC: starfive: Add JH7110 PWM-DAC driver
[PATCH 00/13] Linux RISC-V IOMMU Support
2023-08-03 8:27 UTC (11+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support
` [PATCH 06/11] RISC-V: drivers/iommu/riscv: Add command, fault, page-req queues
dts - linux,usable-memory
2023-08-03 7:50 UTC (6+ messages)
[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
2023-08-03 7:44 UTC (8+ messages)
` [PATCH 1/4] tools: riscv: Add header file csr.h
[PATCH v1 8/9] PCI: PLDA: starfive: Add JH7110 PCIe controller
2023-08-03 7:43 UTC (4+ messages)
[RFC PATCH 00/14] RISC-V: Add steal-time support
2023-08-03 7:20 UTC (12+ messages)
` [RFC PATCH 02/14] RISC-V: Add SBI STA extension definitions
` [RFC PATCH 03/14] RISC-V: paravirt: Implement steal-time support
[PATCH] riscv: Fix CPU feature detection with SMP disabled
2023-08-03 6:26 UTC (2+ messages)
[RFC PATCH 1/1] riscv/atomic.h: Deduplicate arch_atomic.*
2023-08-03 6:13 UTC (5+ messages)
[RFC PATCH v1 0/2] Deduplicating RISCV cmpxchg.h macros
2023-08-03 6:12 UTC (5+ messages)
[PATCH v7 00/15] Linux RISC-V AIA Support
2023-08-03 4:35 UTC (6+ messages)
` [PATCH v7 01/15] RISC-V: Add riscv_get_intc_hartid() function
[PATCH v2] riscv,mmio: Fix readX()-to-delay() ordering
2023-08-03 4:27 UTC
[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-08-02 23:33 UTC (19+ messages)
` [PATCH v7 01/12] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v7 06/12] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap
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