messages from 2023-08-03 13:47:28 to 2023-08-05 21:05:03 UTC [more...]
[PATCH 00/10] RISC-V: Refactor instructions
2023-08-04 17:26 UTC (16+ 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
[PATCH v1 0/5] Add I2S support for the StarFive JH7110 SoC
2023-08-05 21:04 UTC (8+ messages)
` [PATCH v1 2/5] ASoC: dt-bindings: snps,designware-i2s: Add StarFive JH7110 SoC support
` [PATCH v1 3/5] ASoC: dwc: i2s: "
` [PATCH v1 5/5] riscv: dts: starfive: Add the nodes and pins of I2Srx/I2Stx0/I2Stx1
[PATCH v2 0/2] pwm: Manage owner assignment implicitly for drivers
2023-08-05 20:36 UTC (6+ messages)
` [PATCH v2 1/2] "
[PATCH v1 0/5] ASoC: sunxi: Add support for D1/T113s internal audio codec
2023-08-05 18:05 UTC (6+ messages)
` [PATCH v1 1/5] ASoC: dt-bindings: sun4i-a10-codec: Add binding for Allwinner D1 SoC
` [PATCH v1 2/5] ASoC: dt-bindings: Add schema for "allwinner,sun20i-d1-codec-analog"
` [PATCH v1 3/5] ASoC: sunxi: sun4i-codec: add basic support for D1 audio codec
` [PATCH v1 4/5] ASoC: sunxi: Add new driver for Allwinner D1/T113s codec's analog path controls
` [PATCH v1 5/5] riscv: dts: allwinner: d1: Add device nodes for internal audio codec
[PATCH v2 2/4] riscv: dts: allwinner: d1: Add CAN controller nodes
2023-08-05 17:49 UTC (4+ messages)
[PATCH] RISC-V: KVM: Improve vector save/restore functions
2023-08-05 16:32 UTC (3+ messages)
[PATCH v4 00/10] RISC-V: KVM: change get_reg/set_reg error code
2023-08-05 16:32 UTC (16+ 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/4] StarFive's SDIO/eMMC driver support
2023-08-05 13:14 UTC (6+ messages)
` [PATCH v4 3/4] riscv: dts: starfive: Add mmc node
[PATCH] riscv: dts: allwinner: d1: Specify default CAN pins
2023-08-05 10:42 UTC (6+ messages)
[PATCH v6 0/3] Add initialization of clock for StarFive JH7110 SoC
2023-08-05 9:09 UTC (6+ 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
` (subset) [PATCH v6 0/3] Add initialization of clock "
[RFC PATCH v3 0/5] Rework & improve riscv cmpxchg.h and atomic.h
2023-08-05 4:24 UTC (9+ 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 RFC v2 0/4] RISC-V: Add basic eMMC support for BeagleV Ahead
2023-08-05 3:14 UTC (5+ messages)
` [PATCH RFC v2 1/4] dt-bindings: mmc: sdhci-of-dwcmhsc: Add T-Head TH1520 support
` [PATCH RFC v2 2/4] riscv: dts: thead: Add TH1520 mmc controller and sdhci clock
` [PATCH RFC v2 3/4] riscv: dts: thead: Enable BeagleV Ahead eMMC controller
` [PATCH RFC v2 4/4] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520
[RFC PATCH 00/14] RISC-V: Add steal-time support
2023-08-05 1:34 UTC (7+ messages)
` [RFC PATCH 02/14] RISC-V: Add SBI STA extension definitions
[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
2023-08-05 1:31 UTC (7+ messages)
` [PATCH 1/4] tools: riscv: Add header file csr.h
[PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support
2023-08-05 1:28 UTC (6+ messages)
` [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
[GIT PULL] RISC-V Fixes for 6.5-rc5
2023-08-05 0:16 UTC (2+ messages)
[PATCH -next V13 0/3] riscv: Add independent irq/softirq stacks support
2023-08-05 0:00 UTC (7+ messages)
` [PATCH -next V13 1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
[PATCH 1/4] vgacon: rework Kconfig dependencies
2023-08-04 20:55 UTC (3+ messages)
[RFC PATCH] membarrier: riscv: Provide core serializing command
2023-08-04 20:06 UTC (9+ messages)
[PATCH v2 0/3] Add initialization of clock for StarFive JH7110 SoC
2023-08-04 19:04 UTC (2+ messages)
` (subset) "
[PATCH v4 0/3] Add initialization of clock for StarFive JH7110 SoC
2023-08-04 19:04 UTC (2+ messages)
` (subset) "
[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-08-04 18:19 UTC (7+ messages)
` [PATCH v7 02/12] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
[PATCH] watchdog: Enable COMPILE_TEST for more drivers
2023-08-04 17:23 UTC (3+ messages)
[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-04 17:10 UTC (13+ messages)
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()
[RFC PATCH v1 00/21] RISC-V: ACPI: Add external interrupt controller support
2023-08-04 14:59 UTC (33+ 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 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)
[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 0/1] Change PWM-controlled LED pin active mode and algorithm
2023-08-04 9:09 UTC (6+ messages)
[RFC PATCH v2 0/3] Deduplicate RISCV cmpxchg.h and atomic.c macros
2023-08-04 8:55 UTC (8+ messages)
[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 (6+ messages)
[PATCH] riscv: signal: handle syscall restart before get_signal
2023-08-04 6:36 UTC (3+ messages)
[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)
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