Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-10 06:23:26 to 2024-04-11 20:54:17 UTC [more...]

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-11 20:53 UTC  (20+ messages)
` [PATCH v4 01/15] arm64: module: remove uneeded call to kasan_alloc_module_shadow()
` [PATCH v4 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v4 03/15] nios2: define virtual address space for modules
` [PATCH v4 04/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 06/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v4 07/15] mm/execmem, arch: convert remaining "
` [PATCH v4 08/15] arm64: extend execmem_info for generated code allocations
` [PATCH v4 09/15] riscv: extend execmem_params "
` [PATCH v4 10/15] powerpc: extend execmem_params for kprobes allocations
` [PATCH v4 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v4 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v4 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropiate
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v4 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH] Clarify risc-v hwprobe RISCV_HWPROBE_MISALIGNED_* docs
 2024-04-11 19:18 UTC 

[RFC PATCH v1] riscv kernel control flow integrity
 2024-04-11 18:33 UTC  (9+ messages)
` [RFC PATCH 02/12] riscv: add landing pad for asm routines
` [RFC PATCH 08/12] riscv: dynamic (zicfiss) shadow call stack support

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-11 16:05 UTC  (8+ messages)
` [RFC PATCH 1/7] asm-generic: introduce text-patching.h
` [RFC PATCH 2/7] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
` [RFC PATCH 4/7] ftrace: Add swap_func to ftrace_process_locs()
` [RFC PATCH 5/7] x86/module: perpare module loading for ROX allocations of text
` [RFC PATCH 6/7] execmem: add support for cache of large ROX pages
` [RFC PATCH 7/7] x86/module: enable ROX caches for module text

[PATCH] riscv: dts: sophgo: add initial Milk-V Duo S board device tree
 2024-04-11 16:14 UTC  (9+ messages)

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-11 13:25 UTC  (15+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs

[PATCH v13 0/5] riscv: sophgo: add clock support for sg2042
 2024-04-11 12:58 UTC  (4+ messages)
` [PATCH v13 4/5] clk: sophgo: Add SG2042 clock driver

[PATCH] riscv: dts: sophgo: use real clock for sdhci
 2024-04-11 12:21 UTC 

[PATCH] riscv: defconfig: Enable CONFIG_CLK_SOPHGO_CV1800
 2024-04-11 12:12 UTC 

[PATCH 00/10] Add support for a few Zc* extensions as well as Zcmop
 2024-04-11 11:53 UTC  (20+ messages)
` [PATCH 01/10] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH 02/10] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH 03/10] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
` [PATCH 04/10] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
` [PATCH 05/10] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
` [PATCH 06/10] dt-bindings: riscv: add Zcmop ISA extension description
` [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
` [PATCH 08/10] riscv: hwprobe: export Zcmop ISA extension
` [PATCH 09/10] RISC-V: KVM: Allow Zcmop extension for Guest/VM
` [PATCH 10/10] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test

[PATCH v1 0/6] SiFive cache controller PMU drivers
 2024-04-11 11:05 UTC  (3+ messages)
` [PATCH v1 2/6] drivers/perf: Add SiFive Composable Cache PMU driver

[RFC v3 00/16] Basic clock and reset support for StarFive JH8100 RISC-V SoC
 2024-04-11 10:29 UTC  (7+ messages)
` [RFC v3 06/16] clk: starfive: Add JH8100 System clock generator driver
` [RFC v3 08/16] clk: starfive: Add JH8100 North-West "

[PATCH v2 0/2] riscv: sophgo: add i2c and spi device to CV180x/SG2000x SoCs
 2024-04-11  9:33 UTC  (2+ messages)

[PATCH 1/2] ACPI: PPTT: Populate cacheinfo entirely with PPTT
 2024-04-11  9:30 UTC  (4+ messages)
  ` [External] "

[PATCH v3 0/2] riscv: improve nommu and timer-clint
 2024-04-11  9:12 UTC  (5+ messages)
` [PATCH v3 1/2] riscv: nommu: remove PAGE_OFFSET hardcoding
` [PATCH v3 2/2] clocksource/drivers/timer-clint: Add T-Head C9xx clint

[PATCH 0/2] KVM RISC-V HW IMSIC guest files
 2024-04-11  9:06 UTC  (3+ messages)
` [PATCH 1/2] RISC-V: KVM: Share APLIC and IMSIC defines with irqchip drivers
` [PATCH 2/2] RISC-V: KVM: Use IMSIC guest files when available

[PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-11  7:45 UTC  (11+ messages)
` [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-11  7:38 UTC  (13+ messages)
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests

[PATCH v9 0/6] riscv: sophgo: add clock support for Sophgo CV1800/SG2000 SoCs
 2024-04-11  7:38 UTC  (10+ messages)
` [PATCH v9 1/6] dt-bindings: clock: sophgo: Add clock controller of SG2000 series SoC
` [PATCH v9 2/6] clk: sophgo: Add clock support for CV1800 SoC
` [PATCH v9 3/6] clk: sophgo: Add clock support for CV1810 SoC
` [PATCH v9 4/6] clk: sophgo: Add clock support for SG2000 SoC
` (subset) [PATCH v9 0/6] riscv: sophgo: add clock support for Sophgo CV1800/SG2000 SoCs

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-04-11  7:31 UTC  (9+ messages)
` [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT

[PATCH 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-11  7:24 UTC  (6+ messages)
` [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events

[PATCH 0/3] Add early console functionality
 2024-04-11  4:36 UTC  (9+ messages)
` [PATCH 1/3] riscv: Support for early console
` [PATCH 2/3] riscv: SBI as the interface for the "
` [PATCH 3/3] riscv: Add information for MAINTAINERS

[PATCH v7 3/3] dmaengine: add driver for Sophgo CV18XX/SG200X dmamux
 2024-04-11  4:14 UTC  (2+ messages)

[PATCH] perf: RISC-V: Check standard event availability
 2024-04-11  1:40 UTC  (3+ messages)

[PATCH v2 0/7] arch/mm/fault: accelerate pagefault when badaccess
 2024-04-11  1:17 UTC  (6+ messages)
` [PATCH v2 5/7] riscv: mm: "

[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-11  0:07 UTC  (25+ messages)
` [PATCH v6 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v6 02/24] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v6 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v6 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v6 05/24] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v6 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v6 09/24] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v6 10/24] RISC-V: KVM: Fix the initial sample period value
` [PATCH v6 11/24] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v6 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v6 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v6 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v6 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v6 16/24] RISC-V: KVM: Improve firmware counter read function
` [PATCH v6 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v6 18/24] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v6 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v6 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v6 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v6 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v6 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH] riscv: dts: sophgo: add reserved memory node for CV1800B
 2024-04-11  0:45 UTC 

[PATCH 0/4] cache: sifive_ccache: Auxiliary device support
 2024-04-10 23:22 UTC  (5+ messages)
` [PATCH 1/4] cache: sifive_ccache: Silence unused variable warning
` [PATCH 2/4] cache: sifive_ccache: Use of_iomap() helper
` [PATCH 3/4] cache: sifive_ccache: Export base address for child drivers
` [PATCH 4/4] cache: sifive_ccache: Add EDAC and PMU as auxiliary devices

[PATCH 0/5] Add parsing for Zimop ISA extension
 2024-04-10 22:11 UTC  (5+ messages)

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-04-10 21:37 UTC  (4+ messages)
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-04-10 19:58 UTC  (11+ messages)

riscv/for-next build: 8 builds: 0 failed, 8 passed (v6.9-rc1-19-gba5ea59f768f)
 2024-04-10 16:53 UTC 

[PATCH] clk: sifive: prci: fix module autoloading
 2024-04-10 16:03 UTC  (2+ messages)

[PATCH v5] riscv: hwprobe: export highest virtual userspace address
 2024-04-10 14:45 UTC 

[PATCH v3 0/1] RISC-V: enable rust
 2024-04-10 14:20 UTC  (3+ messages)

[PATCH] riscv: Do not save the scratch CSR during suspend
 2024-04-10 14:20 UTC  (2+ messages)

[PATCH v1 0/5] Rework & improve riscv cmpxchg.h and atomic.h
 2024-04-10 14:20 UTC  (2+ messages)

[PATCH 0/4] riscv: 64-bit NOMMU fixes and enhancements
 2024-04-10 14:20 UTC  (3+ messages)

[PATCH v2] selftests: sud_test: return correct emulated syscall value on RISC-V
 2024-04-10 14:20 UTC  (2+ messages)

[PATCH v2] riscv: remove unused header
 2024-04-10 14:10 UTC  (2+ messages)

[PATCH] RISC-V: only flush icache when it has VM_EXEC set
 2024-04-10 14:10 UTC  (2+ messages)

[PATCH] export.h: remove include/asm-generic/export.h
 2024-04-10 14:10 UTC  (2+ messages)

[PATCH] riscv: merge two if-blocks for KBUILD_IMAGE
 2024-04-10 14:10 UTC  (2+ messages)

[PATCH v2] riscv: Remove unused asm/signal.h file
 2024-04-10 14:10 UTC  (2+ messages)

[PATCH v2] riscv: Call secondary mmu notifier when flushing the tlb
 2024-04-10 13:30 UTC  (2+ messages)

[PATCH v1 0/5] PolarFire SoC Auto Update design info support
 2024-04-10 11:58 UTC  (6+ messages)
` [PATCH v1 1/5] firmware: microchip: support writing bitstream info to flash
` [PATCH v1 2/5] firmware: microchip: don't unconditionally print validation success
` [PATCH v1 3/5] firmware: microchip: clarify that sizes and addresses are in hex
` [PATCH v1 4/5] firmware: microchip: move buffer allocation into mpfs_auto_update_set_image_address()
` [PATCH v1 5/5] firmware: microchip: use scope-based cleanup where possible

[PATCH RESEND v8 0/6] riscv: add initial support for Canaan Kendryte K230
 2024-04-10 10:44 UTC  (3+ messages)
` (subset) "

[PATCH v1] RISC-V: drop SOC_MICROCHIP_POLARFIRE for ARCH_MICROCHIP
 2024-04-10 10:44 UTC  (2+ messages)

[PATCH v1 1/2] RISC-V: drop SOC_SIFIVE for ARCH_SIFIVE
 2024-04-10 10:44 UTC  (2+ messages)

[PATCH v2 0/3] riscv: improve nommu and timer-clint
 2024-04-10 10:30 UTC  (5+ messages)
` [PATCH v2 2/3] clocksource/drivers/timer-clint: Add option to use CSR instead of mtime

[PATCH v3 0/2] add initial Milk-V Duo S board support
 2024-04-10 10:17 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: riscv: add Milk-V Duo S board compatibles
` [PATCH v3 2/2] riscv: dts: sophgo: add initial Milk-V Duo S board support

[PATCH v4 0/2] Add notifier for PLL0 clock and set it 1.5GHz on
 2024-04-10  7:58 UTC  (3+ messages)
` [PATCH v4 1/2] clk: starfive: jh7110-sys: Add notifier for PLL clock

[PATCH 0/3] Add early console functionality
 2024-04-10  6:31 UTC 

[PATCH 2/3] riscv: dts: thead: Add XuanTie TH1520 ADC device node
 2024-04-10  6:23 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).