messages from 2023-09-12 10:53:32 to 2023-09-14 01:41:03 UTC [more...]
[PATCH v2 1/3] riscv: Improve PTDUMP to show RSW with non-zero value
2023-09-14 1:40 UTC (2+ messages)
` [PATCH v2 2/3] riscv: Introduce PBMT field to PTDUMP
[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
2023-09-14 1:37 UTC (10+ messages)
` [PATCH v3 1/9] KVM: selftests: Unify the codes for guest exception handling
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets
` [PATCH v3 3/9] KVM: arm64: selftests: Split arch_timer test code
` [PATCH v3 4/9] tools: riscv: Add header file csr.h
` [PATCH v3 5/9] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v3 6/9] KVM: riscv: selftests: Add exception handling support
` [PATCH v3 7/9] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v3 8/9] KVM: riscv: selftests: Change vcpu_has_ext to a common function
` [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test
[PATCH v4 00/12] RISC-V: support some cryptography accelerations
2023-09-14 1:10 UTC (3+ messages)
[PATCH 1/3] riscv: Improve PTDUMP to show RSW with non-zero value
2023-09-14 0:58 UTC (5+ messages)
` [PATCH 2/3] riscv: Introduce PBMT field to PTDUMP
` [PATCH 3/3] riscv: Introduce NAPOT "
[PATCH v4 0/5] riscv: Add fine-tuned checksum functions
2023-09-14 0:41 UTC (11+ messages)
` [PATCH v4 1/5] riscv: Checksum header
` [PATCH v4 2/5] riscv: Add checksum library
[GIT PULL 0/5] Missed starfive pmdomain changes for v6.6, now for v6.7
2023-09-13 22:30 UTC (7+ messages)
` [GIT PULL 1/5] pmdomain: starfive: Explicitly include correct DT includes
` [GIT PULL 2/5] dt-bindings: power: Add power-domain header for JH7110
` [GIT PULL 3/5] pmdomain: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
` [GIT PULL 4/5] pmdomain: starfive: Extract JH7110 pmu private operations
` [GIT PULL 5/5] pmdomain: starfive: Add JH7110 AON PMU support
[PATCH 0/2] riscv: Add remaining module relocations and tests
2023-09-13 21:04 UTC (3+ messages)
` [PATCH 1/2] riscv: Add remaining module relocations
` [PATCH 2/2] riscv: Add tests for riscv module loading
[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
2023-09-13 20:49 UTC (33+ messages)
` [PATCH V11 01/17] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH V11 02/17] asm-generic: ticket-lock: Move into ticket_spinlock.h
` [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
` [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
` [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock
boot time regressed a lot due to misaligned access probe
2023-09-13 19:53 UTC (5+ messages)
[PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
2023-09-13 19:32 UTC (3+ messages)
[PATCH v4 0/2] RISC-V: Probe for misaligned access speed
2023-09-13 17:46 UTC (4+ messages)
` [PATCH v4 1/2] RISC-V: Probe for unaligned "
[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
2023-09-13 16:38 UTC (36+ messages)
` [RFC PATCH v2 01/35] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [RFC PATCH v2 02/35] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH v2 03/35] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH v2 04/35] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 06/35] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH v2 07/35] x86: intel_epb: Don't rely on link order
` [RFC PATCH v2 08/35] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH v2 09/35] LoongArch: "
` [RFC PATCH v2 10/35] riscv: "
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH v2 12/35] ACPI: Use the acpi_device_is_present() helper in more places
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 15/35] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH v2 16/35] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH v2 17/35] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH v2 18/35] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH v2 19/35] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 21/35] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH v2 23/35] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 26/35] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH v2 27/35] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH v2 28/35] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH v2 30/35] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH v2 31/35] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH v2 32/35] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH v2 33/35] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH v2 34/35] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [RFC PATCH v2 35/35] cpumask: Add enabled cpumask for present CPUs that can be brought online
[PATCH v5 0/7] Risc-V Kvm Smstateen
2023-09-13 16:39 UTC (8+ messages)
` [PATCH v5 1/7] RISC-V: Detect Smstateen extension
` [PATCH v5 2/7] dt-bindings: riscv: Add smstateen entry
` [PATCH v5 3/7] RISC-V: KVM: Add kvm_vcpu_config
` [PATCH v5 4/7] RISC-V: KVM: Enable Smstateen accesses
` [PATCH v5 5/7] RISCV: KVM: Add senvcfg context save/restore
` [PATCH v5 6/7] RISCV: KVM: Add sstateen0 "
` [PATCH v5 7/7] RISCV: KVM: Add sstateen0 to ONE_REG
[PATCH bpf-next 0/6] Zbb support and code simplification for RV64 JIT
2023-09-13 16:23 UTC (8+ messages)
` [PATCH bpf-next 1/6] riscv, bpf: Unify 32-bit sign-extension to emit_sextw
` [PATCH bpf-next 2/6] riscv, bpf: Unify 32-bit zero-extension to emit_zextw
` [PATCH bpf-next 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions
` [PATCH bpf-next 4/6] riscv, bpf: Add necessary Zbb instructions
` [PATCH bpf-next 5/6] riscv, bpf: Optimize sign-extention mov insns with Zbb support
` [PATCH bpf-next 6/6] riscv, bpf: Optimize bswap "
[PATCH v2] riscv: dts: thead: set dma-noncoherent to soc bus
2023-09-13 15:44 UTC (5+ messages)
BUG Report: Some issues about vmlinux with emit-relocs
2023-09-13 14:47 UTC (3+ messages)
[PATCH] selftests: sud_test: return correct emulated syscall value on RISC-V
2023-09-13 14:07 UTC
[PATCH v2 0/5] Add I2S support for the StarFive JH7110 SoC
2023-09-13 13:42 UTC (2+ messages)
` (subset) "
[PATCH v3 0/3] Add PWM-DAC audio support for StarFive JH7110 RISC-V SoC
2023-09-13 13:42 UTC (2+ messages)
` (subset) "
[-next v2 1/2] riscv: dts: starfive: visionfive 2: Enable usb0
2023-09-13 13:26 UTC (5+ messages)
[PATCH v4 1/1] riscv: optimize ELF relocation function in riscv
2023-09-13 13:05 UTC
[PATCH v8 00/16] Linux RISC-V AIA Support
2023-09-13 10:58 UTC (21+ messages)
` [PATCH v8 01/16] RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs
` [PATCH v8 02/16] RISC-V: Add riscv_get_intc_hartid() function
` [PATCH v8 03/16] of: property: Add fw_devlink support for msi-parent
` [PATCH v8 04/16] drivers: irqchip/riscv-intc: Mark all INTC nodes as initialized
` [PATCH v8 05/16] irqchip/sifive-plic: Fix syscore registration for multi-socket systems
` [PATCH v8 06/16] irqchip/sifive-plic: Convert PLIC driver into a platform driver
` [PATCH v8 07/16] irqchip/riscv-intc: Add support for RISC-V AIA
` [PATCH v8 08/16] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v8 09/16] irqchip: Add RISC-V incoming MSI controller early driver
` [PATCH v8 10/16] irqchip/riscv-imsic: Add support for platform MSI irqdomain
` [PATCH v8 11/16] irqchip/riscv-imsic: Add support for PCI "
` [PATCH v8 12/16] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
` [PATCH v8 13/16] irqchip: Add RISC-V advanced PLIC driver for direct-mode
` [PATCH v8 14/16] irqchip/riscv-aplic: Add support for MSI-mode
` [PATCH v8 15/16] RISC-V: Select APLIC and IMSIC drivers
` [PATCH v8 16/16] MAINTAINERS: Add entry for RISC-V AIA drivers
[RFC v4 0/4] StarFive's Pulse Width Modulation driver support
2023-09-13 10:57 UTC (4+ messages)
` [RFC v4 2/4] pwm: starfive: Add PWM "
[PATCH 1/3] dt-bindings: mmc: Remove properties from required
2023-09-13 10:50 UTC (12+ messages)
` [PATCH v2 0/3] Change tuning implementation
` [PATCH v2 1/3] dt-bindings: mmc: Remove properties from required
` [PATCH v2 2/3] mmc: starfive: Change tuning implementation
` [PATCH v2 3/3] riscv: dts: starfive: Drop unused properties and limit frquency
[PATCH v2 0/8] sysctl: Remove sentinel elements from arch
2023-09-13 9:11 UTC (9+ messages)
` [PATCH v2 1/8] S390: Remove now superfluous sentinel elem from ctl_table arrays
` [PATCH v2 2/8] arm: "
` [PATCH v2 3/8] arch/x86: "
` [PATCH v2 4/8] x86/vdso: Remove now superfluous sentinel element from ctl_table array
` [PATCH v2 5/8] riscv: "
` [PATCH v2 6/8] powerpc: Remove now superfluous sentinel element from ctl_table arrays
` [PATCH v2 7/8] ia64: Remove now superfluous sentinel element from ctl_table array
` [PATCH v2 8/8] c-sky: Remove now superfluous sentinel element from ctl_talbe array
[PATCH -next 00/25] spi: Use devm_clk_get_*() helper function to simplify the drivers
2023-09-13 9:15 UTC (5+ messages)
` [PATCH -next v2 "
` [PATCH -next v2 19/25] spi: mtk-snfi: Use helper function devm_clk_get_enabled()
[PATCH v4 0/4] riscv: tlb flush improvements
2023-09-13 8:32 UTC (5+ messages)
` [PATCH v4 4/4] riscv: Improve flush_tlb_kernel_range()
[PATCH] Documentation: embargoed-hardware-issues.rst: Add myself for RISC-V
2023-09-13 7:19 UTC (2+ messages)
[PATCH v3] RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK
2023-09-13 5:29 UTC
[PATCH -fixes] riscv: kexec: Align the kexeced kernel entry
2023-09-13 0:37 UTC (3+ messages)
[PATCH v2 0/2] riscv: errata: improve T-Head CMO
2023-09-13 0:37 UTC (2+ messages)
[PATCH V1 0/3] riscv: kexec: cleanup and fixups
2023-09-13 0:37 UTC (2+ messages)
[PATCH v3] riscv: errata: fix T-Head dcache.cva encoding
2023-09-13 0:37 UTC (3+ messages)
[PATCH bpf-next 0/6] bpf: verifier: stop emitting zext for LDX
2023-09-13 0:10 UTC (10+ messages)
` [PATCH bpf-next 1/6] bpf, riscv32: Always zero extend for LDX with B/W/H
` [PATCH bpf-next 2/6] bpf, x86-32: "
` [PATCH bpf-next 3/6] bpf, parisc32: "
` [PATCH bpf-next 4/6] bpf, powerpc32: Always zero extend for LDX
` [PATCH bpf-next 5/6] bpf, arm32: Always zero extend for LDX with B/H/W
` [PATCH bpf-next 6/6] bpf, verifier: always mark destination of LDX as 64-bit
[PATCH] riscv: errata: thead: use riscv_nonstd_cache_ops for CMO
2023-09-13 0:06 UTC (4+ messages)
[PATCH v9 6/6] riscv: Use --emit-relocs in order to move .rela.dyn in init
2023-09-12 23:34 UTC (2+ messages)
[PATCH v2] riscv: defconfig : add CONFIG_MMC_DW for starfive
2023-09-12 16:23 UTC (2+ messages)
Missed soc/genpd PR for 6.6 mw
2023-09-12 16:05 UTC (3+ messages)
[PATCH] riscv: don't probe unaligned access speed if already done
2023-09-12 16:04 UTC (2+ messages)
[PATCH v6] riscv: add userland instruction dump to RISC-V splats
2023-09-12 12:13 UTC (2+ messages)
[RFC PATCH 0/6] RISC-V BLAKE2s Vector implementation
2023-09-12 11:57 UTC (7+ messages)
` [RFC PATCH 1/6] riscv: sched: defer restoring Vector context for user
` [RFC PATCH 2/6] riscv: Add support for kernel mode vector
` [RFC PATCH 3/6] riscv: Add vector extension XOR implementation
` [RFC PATCH 4/6] riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()
` [RFC PATCH 5/6] riscv: vector: allow kernel-mode Vector with preemption
` [RFC PATCH 6/6] riscv: Add BLAKE2s V implementation
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