linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-13 07:05:02 to 2023-12-14 10:36:01 UTC [more...]

[PATCH 0/5] cpufreq support for the D1
 2023-12-14 10:33 UTC  (6+ messages)
` [PATCH 1/5] riscv: dts: allwinner: Update opp table to allow CPU frequency scaling
` [PATCH 2/5] cpufreq: sun50i: Add D1 support
` [PATCH 3/5] cpufreq: dt-platdev: Blocklist allwinner,sun20i-d1 SoC
` [PATCH 4/5] cpufreq: Add support for RISC-V CPU Frequency scaling drivers
` [PATCH 5/5] cpufreq: Make sun50i h6 cpufreq Kconfig option generic

[PATCH v2 00/13] RISC-V: Add steal-time support
 2023-12-14 10:16 UTC  (14+ messages)
` [PATCH v2 01/13] RISC-V: paravirt: Add skeleton for pv-time support
` [PATCH v2 02/13] RISC-V: Add SBI STA extension definitions
` [PATCH v2 03/13] RISC-V: paravirt: Implement steal-time support
` [PATCH v2 04/13] RISC-V: KVM: Add SBI STA extension skeleton
` [PATCH v2 05/13] RISC-V: KVM: Add steal-update vcpu request
` [PATCH v2 06/13] RISC-V: KVM: Add SBI STA info to vcpu_arch
` [PATCH v2 07/13] RISC-V: KVM: Add support for SBI extension registers
` [PATCH v2 08/13] RISC-V: KVM: Add support for SBI STA registers
` [PATCH v2 09/13] RISC-V: KVM: Implement SBI STA extension
` [PATCH v2 10/13] RISC-V: KVM: selftests: Move sbi_ecall to processor.c
` [PATCH v2 11/13] RISC-V: KVM: selftests: Add guest_sbi_probe_extension
` [PATCH v2 12/13] RISC-V: KVM: selftests: Add steal_time test support
` [PATCH v2 13/13] RISC-V: KVM: selftests: Add get-reg-list test for STA registers

linux-next: Tree for Dec 11 (riscv32: patch.c)
 2023-12-14 10:05 UTC  (5+ messages)

[PATCH -fixes v2] riscv: Check if the code to patch lies in the exit section
 2023-12-14  9:19 UTC 

[PATCH v2 0/2] riscv: Enable percpu page first chunk allocator
 2023-12-14  8:40 UTC  (4+ messages)
` [PATCH v2 1/2] mm: Introduce flush_cache_vmap_early()

[PATCH v3 0/3] RISC-V, KVM: add 'vlenb' and vector CSRs to get-reg-list
 2023-12-14  7:52 UTC  (4+ messages)
` [PATCH v3 3/3] RISC-V: KVM: add vector CSRs in KVM_GET_REG_LIST

[PATCH v13 0/21] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-12-14  7:28 UTC  (22+ messages)
` [PATCH v13 01/21] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v13 02/21] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v13 03/21] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v13 04/21] PCI: microchip: Add bridge_addr field to struct mc_pcie
` [PATCH v13 05/21] PCI: microchip: Rename two PCIe data structures
` [PATCH v13 06/21] PCI: microchip: Move PCIe host data structures to plda-pcie.h
` [PATCH v13 07/21] PCI: microchip: Rename two setup functions
` [PATCH v13 08/21] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
` [PATCH v13 09/21] PCI: microchip: Move setup functions to pcie-plda-host.c
` [PATCH v13 10/21] PCI: microchip: Rename interrupt related functions
` [PATCH v13 11/21] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v13 12/21] PCI: microchip: Add request_event_irq() callback function
` [PATCH v13 13/21] PCI: microchip: Add INTx and MSI event num to struct plda_event
` [PATCH v13 14/21] PCI: microchip: Add get_events() callback and add PLDA get_event()
` [PATCH v13 15/21] PCI: microchip: Add event irqchip field to host port and add PLDA irqchip
` [PATCH v13 16/21] PCI: microchip: Move IRQ functions to pcie-plda-host.c
` [PATCH v13 17/21] PCI: plda: Add host init/deinit and map bus functions
` [PATCH v13 18/21] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v13 19/21] PCI: Add PCIE_RESET_CONFIG_DEVICE_WAIT_MS waiting time value
` [PATCH v13 20/21] PCI: starfive: Add JH7110 PCIe controller
` [PATCH v13 21/21] riscv: dts: starfive: add PCIe dts configuration for JH7110

[PATCH v4 00/11] RISCV: Add kvm Sstc timer selftests
 2023-12-14  6:44 UTC  (14+ messages)
` [PATCH v4 02/11] KVM: arm64: selftests: Split arch_timer test code
` [PATCH v4 03/11] KVM: selftests: Add CONFIG_64BIT definition for the build
` [PATCH v4 05/11] tools: riscv: Add header file vdso/processor.h
` [PATCH v4 08/11] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v4 10/11] KVM: riscv: selftests: Add sstc timer test
` [PATCH v4 11/11] KVM: selftests: Enable tunning of err_margin_us in arch "

[PATCH v5 1/1] riscv: optimize ELF relocation function in riscv
 2023-12-14  6:39 UTC 

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-12-14  6:20 UTC  (9+ messages)
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large

[PATCH v2 0/4] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
 2023-12-14  5:34 UTC  (6+ messages)
` [PATCH v2 1/4] riscv: Use WRITE_ONCE() when setting page table entries
` [PATCH v2 2/4] mm: Introduce pudp/p4dp/pgdp_get() functions
` [PATCH v2 3/4] riscv: mm: Only compile pgtable.c if MMU
` [PATCH v2 4/4] riscv: Use accessors to page table entries instead of direct dereference

[PATCH v2 0/6] RISC-V: KVM: Make SBI uapi consistent with ISA uapi
 2023-12-14  5:19 UTC  (14+ messages)
` [PATCH v2 1/6] RISC-V: KVM: Don't add SBI multi regs in get-reg-list
` [PATCH v2 2/6] KVM: riscv: selftests: Drop SBI multi registers
` [PATCH v2 3/6] RISC-V: KVM: Make SBI uapi consistent with ISA uapi
` [PATCH v2 4/6] KVM: riscv: selftests: Add RISCV_SBI_EXT_REG
` [PATCH v2 5/6] KVM: riscv: selftests: Use register subtypes
` [PATCH v2 6/6] RISC-V: KVM: selftests: Treat SBI ext regs like ISA ext regs

[RFC PATCH 00/12] Unified cross-architecture kernel-mode FPU API
 2023-12-14  4:45 UTC  (10+ messages)
` [RFC PATCH 04/12] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 06/12] LoongArch: "
` [RFC PATCH 10/12] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT

[v3 5/6] drm/vs: Add hdmi driver
 2023-12-14  2:51 UTC  (15+ messages)
        `  "

[v4, 0/6] riscv: support kernel-mode Vector
 2023-12-14  2:40 UTC  (8+ messages)
` [v4, 1/6] riscv: Add support for kernel mode vector
` [v4, 2/6] riscv: vector: make Vector always available for softirq context
` [v4, 3/6] riscv: Add vector extension XOR implementation
` [v4, 4/6] riscv: sched: defer restoring Vector context for user
` [v4, 5/6] riscv: lib: vectorize copy_to_user/copy_from_user
` [v4, 6/6] riscv: lib: add vectorized mem* routines

[PATCH] riscv: Fix module loading free order
 2023-12-14  1:55 UTC 

[PATCH v3 0/6] Initial device tree support for StarFive JH8100 SoC
 2023-12-14  0:36 UTC  (9+ messages)
` [PATCH v3 2/6] dt-bindings: riscv: Add "
` [PATCH v3 6/6] riscv: dts: starfive: Add initial StarFive JH8100 device tree

[PATCH v6 0/4] riscv: sophgo: add clock support for sg2042
 2023-12-14  0:15 UTC  (6+ messages)
` [PATCH v6 3/4] clk: sophgo: Add SG2042 clock generator driver

[PATCH v2 0/3] RISC-V: Disable DWARF5 with known broken LLVM versions
 2023-12-14  0:12 UTC  (3+ messages)
` [PATCH v2 3/3] lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and name

[PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
 2023-12-13 22:59 UTC  (9+ messages)

[PATCH v3 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
 2023-12-13 22:47 UTC  (3+ messages)
` [PATCH v3 1/2] riscv: Include riscv_set_icache_flush_ctx prctl
` [PATCH v3 2/2] documentation: Document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl

linux-next: Tree for Dec 13 (riscv-32-bit: opcodes)
 2023-12-13 22:22 UTC 

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-13 20:02 UTC  (15+ messages)
` [PATCH v7 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 20/39] arm64/gcs: Context switch GCS state for EL0

[PATCH 00/15] KVM RISC-V report more ISA extensions through ONE_REG
 2023-12-13 17:36 UTC  (10+ messages)
` [PATCH 01/15] KVM: riscv: selftests: Generate ISA extension reg_list using macros
` [PATCH 02/15] RISC-V: KVM: Allow Zbc extension for Guest/VM
` [PATCH 03/15] KVM: riscv: selftests: Add Zbc extension to get-reg-list test
` [PATCH 04/15] RISC-V: KVM: Allow scalar crypto extensions for Guest/VM

[PATCH 0/6] RISC-V: KVM: Make SBI uapi consistent with ISA uapi
 2023-12-13 17:12 UTC  (3+ messages)

[PATCH v1 2/2] riscv: envcfg save and restore on trap entry/exit
 2023-12-13 16:27 UTC  (5+ messages)

[PATCH v1] soc: renesas: make ARCH_R9A07G043 depend on !DMA_DIRECT_REMAP
 2023-12-13 16:18 UTC  (4+ messages)

[PATCH 0/3] Fix XIP boot and make XIP testable in QEMU
 2023-12-13 16:08 UTC  (2+ messages)

[PATCH v2 0/8] Add JH7100 errata and update device tree
 2023-12-13 15:53 UTC  (4+ messages)
` (subset) "

[PATCH v5 00/16] Support Andes PMU extension
 2023-12-13 15:48 UTC  (24+ messages)
` [PATCH v5 02/16] irqchip/riscv-intc: Allow large non-standard interrupt number
` [PATCH v5 03/16] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
` [PATCH v5 07/16] RISC-V: Move T-Head PMU to CPU feature alternative framework
` [PATCH v5 09/16] dt-bindings: riscv: Add T-Head PMU extension description
` [PATCH v5 10/16] dt-bindings: riscv: Add Andes "
` [PATCH v5 11/16] riscv: dts: allwinner: Add T-Head PMU extension for sun20i-d1s
` [PATCH v5 12/16] riscv: dts: sophgo: Add T-Head PMU extension for cv1800b
` [PATCH v5 13/16] riscv: dts: sophgo: Add T-Head PMU extension for sg2042
` [PATCH v5 14/16] riscv: dts: thead: Add T-Head PMU extension for th1520
` [PATCH v5 15/16] riscv: dts: renesas: Add Andes PMU extension for r9a07g043f
` [PATCH v5 16/16] riscv: andes: Support specifying symbolic firmware and hardware raw events

[PATCH] riscv: lib: Optimize 'strlen' function
 2023-12-13 15:45 UTC 

[PATCH v3 0/4] Add Svadu Extension Support
 2023-12-13 14:59 UTC  (5+ messages)
` [PATCH v3 1/4] RISC-V: Detect and Enable "
` [PATCH v3 4/4] KVM: riscv: selftests: Add Svadu Extension to get-reg-list testt

[PATCH -fixes 0/2] Fix WX mappings in the linear mapping after module unloading
 2023-12-13 13:40 UTC  (3+ messages)
` [PATCH -fixes 1/2] riscv: Fix module_alloc() that did not reset the linear mapping permissions
` [PATCH -fixes 2/2] riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2023-12-13 12:50 UTC  (22+ messages)
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 06/21] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v3 07/21] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v3 08/21] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v3 09/21] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v3 10/21] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v3 11/21] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v3 12/21] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 15/21] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v3 16/21] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 19/21] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH RESEND v1 0/7] MPFS clock fixes required for correct CAN clock modeling
 2023-12-13 13:02 UTC  (4+ messages)
` [PATCH RESEND v1 2/7] dt-bindings: can: mpfs: add missing required clock

[PATCH v1 00/16] Basic clock and reset support for StarFive JH8100 RISC-V SoC
 2023-12-13 12:05 UTC  (11+ messages)
` [PATCH v1 06/16] clk: starfive: Add JH8100 System clock generator driver
` [PATCH v1 07/16] dt-bindings: clock: Add StarFive JH8100 System-North-West clock and reset generator

[PATCH 0/9] riscv: hwprobe: add Zicond, Zam, Zacas and Ztso support
 2023-12-13 11:33 UTC  (10+ messages)
` [PATCH 1/9] riscv: add ISA extension parsing for Ztso
` [PATCH 2/9] riscv: hwprobe: export Ztso ISA extension
` [PATCH 3/9] dt-bindings: riscv: add Zam ISA extension description
` [PATCH 4/9] riscv: add ISA extension parsing for Zam
` [PATCH 5/9] riscv: hwprobe: export Zam ISA extension
` [PATCH 6/9] dt-bindings: riscv: add Zacas ISA extension description
` [PATCH 7/9] riscv: add ISA extension parsing for Zacas
` [PATCH 8/9] riscv: hwprobe: export Zacas ISA extension
` [PATCH 9/9] riscv: hwprobe: export Zicond extension

[PATCH V2 0/2] riscv: kexec_file: Support loading Image binary file
 2023-12-13 10:26 UTC  (2+ messages)

[PATCH v12 0/21] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-12-13 10:21 UTC  (6+ messages)
` [PATCH v12 15/21] PCI: microchip: Add event IRQ domain ops to struct plda_event

[PATCH v9 0/4] StarFive's Pulse Width Modulation driver support
 2023-12-13  9:27 UTC  (6+ messages)
` [PATCH v9 2/4] pwm: opencores: Add PWM "

[PATCH v12 0/5] riscv: Add fine-tuned checksum functions
 2023-12-13  7:52 UTC  (3+ messages)
` [PATCH v12 1/5] asm-generic: Improve csum_fold


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