Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-21 03:33:44 to 2024-04-24 14:08:31 UTC [more...]

[PATCH v3 0/2] Add StarFive's JH8100 StarLink Cache Controller
 2024-04-24 14:07 UTC  (7+ messages)
` [PATCH v3 1/2] cache: Add StarFive StarLink cache management for StarFive JH8100
` [PATCH v3 2/2] dt-bindings: cache: Add docs for StarFive Starlink cache controller

[PATCH] perf: RISC-V: Check standard event availability
 2024-04-24 13:31 UTC  (8+ messages)

[PATCH v3 0/2] riscv: improve nommu and timer-clint
 2024-04-24 12:24 UTC  (4+ messages)
` [PATCH v3 2/2] clocksource/drivers/timer-clint: Add T-Head C9xx clint

[PATCH riscv/for-next] riscv: cacheflush: Fix warning when compiled without CONFIG_SMP
 2024-04-24 11:48 UTC  (2+ messages)

[PATCH] RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2
 2024-04-24 11:05 UTC  (4+ messages)

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

[PATCH v1] riscv: defconfig: Enable StarFive JH7110 drivers
 2024-04-24 10:58 UTC  (2+ messages)

[PATCH v2 0/7] riscv: Various text patching improvements
 2024-04-24 10:54 UTC  (10+ messages)
` [PATCH v2 4/7] riscv: Simplify text patching loops
` [PATCH v2 5/7] riscv: Pass patch_text() the length in bytes
` [PATCH v2 6/7] riscv: Use offset_in_page() in text patching functions
` [PATCH v2 7/7] riscv: Remove extra variable in patch_text_nosync()

[PATCH v2 0/6] riscv: Apply Zawrs when available
 2024-04-24 10:32 UTC  (18+ messages)
` [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
` [PATCH v2 3/6] riscv: Add Zawrs support for spinlocks

[PATCH v2] riscv: misaligned: remove CONFIG_RISCV_M_MODE specific code
 2024-04-24 10:21 UTC  (2+ messages)

[PATCH] ftrace: riscv: move from REGS to ARGS
 2024-04-24  9:13 UTC  (2+ messages)

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-04-24  9:12 UTC  (3+ messages)
` [PATCH 8/9] drivers/media/*: Convert from tasklet to BH workqueue

[RFC PATCH 0/7] riscv: Add support for Ssdbltrp extension
 2024-04-24  8:56 UTC  (10+ messages)
` [RFC PATCH 2/7] dt-bindings: riscv: add Ssdbltrp ISA extension description
` [RFC PATCH 5/7] riscv: add double trap driver

[PATCH v2] clock, reset: microchip: move all mpfs reset code to the reset subsystem
 2024-04-24  8:42 UTC 

[PATCH] KVM: selftest: Define _GNU_SOURCE for all selftests code
 2024-04-24  8:34 UTC  (4+ messages)

W sprawie samochodu
 2024-04-24  8:15 UTC 

[PATCH] Revert "riscv: disable generation of unwind tables"
 2024-04-24  6:44 UTC  (3+ messages)

[PATCH v3 0/6] Add ACPI NUMA support for RISC-V
 2024-04-24  5:46 UTC  (7+ messages)
` [PATCH v3 1/6] ACPICA: SRAT: Add RISC-V RINTC affinity structure
` [PATCH v3 2/6] ACPI: RISCV: Add NUMA support based on SRAT and SLIT
` [PATCH v3 3/6] ACPI: NUMA: Add handler for SRAT RINTC affinity structure
` [PATCH v3 4/6] ACPI: NUMA: Make some NUMA related parse functions common
` [PATCH v3 5/6] ACPI: NUMA: change the ACPI_NUMA to a hidden option
` [PATCH v3 6/6] ACPI: NUMA: replace pr_info with pr_debug in arch_acpi_numa_init

[PATCH] Revert "riscv: kdump: fix crashkernel reserving problem on RISC-V"
 2024-04-24  3:40 UTC 

[PATCH v2 00/16] Consistently prefer sysfs/json events
 2024-04-24  0:28 UTC  (2+ messages)

[PATCH v8 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-23 20:34 UTC  (29+ messages)
` [PATCH v8 09/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v8 10/24] RISC-V: KVM: Fix the initial sample period value
` [PATCH v8 16/24] RISC-V: KVM: Improve firmware counter read function
` [PATCH v8 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v8 18/24] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v8 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v8 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v8 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v8 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v8 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v8 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

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

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-23 18:31 UTC  (12+ messages)
` [PATCH v3 01/11] stackleak: don't modify ctl_table argument
` [PATCH v3 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH v3 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH v3 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH v3 05/11] neighbour: "
` [PATCH v3 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH v3 07/11] ipv6/addrconf: "
` [PATCH v3 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH v3 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH v3 10/11] sysctl: constify ctl_table arguments of utility function

[PATCH v2 0/7] Linux RISC-V IOMMU Support
 2024-04-23 17:00 UTC  (11+ messages)
` [PATCH v2 1/7] dt-bindings: iommu: riscv: Add bindings for RISC-V IOMMU
` [PATCH v2 5/7] iommu/riscv: Device directory management
` [PATCH v2 7/7] iommu/riscv: Paging domain support

[PATCH 0/5] Add parsing for Zimop ISA extension
 2024-04-23 16:48 UTC  (3+ messages)
` [PATCH 2/5] riscv: add ISA extension parsing for Zimop

[PATCH v2 0/2] Add StarFive's JH8100 StarLink Cache Controller
 2024-04-23 15:54 UTC  (6+ messages)
` [PATCH v2 1/2] cache: Add StarFive StarLink cache management for StarFive JH8100
` [PATCH v2 2/2] dt-bindings: cache: Add docs for StarFive Starlink cache controller

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

[PATCH v4 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
 2024-04-23 11:03 UTC  (4+ messages)
` [PATCH v4 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
    ` [External] "

[PATCH 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-04-23  8:52 UTC  (5+ messages)

[PATCH] riscv: dts: sophgo: add reserved memory node for CV1800B
 2024-04-23  8:40 UTC  (2+ messages)

[PATCH v5 0/2] add initial Milk-V Duo S board support
 2024-04-23  8:24 UTC  (10+ messages)
` [PATCH v5 2/2] riscv: dts: sophgo: "

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

[PATCH 0/2] riscv: sophgo: add USB phy support for CV18XX series
 2024-04-22 23:32 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy

[RFC PATCH v4 00/20] RISC-V: ACPI: Add external interrupt controller support
 2024-04-22 19:28 UTC  (2+ messages)

[PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
 2024-04-22 18:32 UTC  (13+ messages)

[PATCH v3 00/15] Add support for suppressing warning backtraces
 2024-04-22 17:40 UTC  (3+ messages)
` [PATCH v3 14/15] riscv: "

[PATCH] Clarify risc-v hwprobe RISCV_HWPROBE_MISALIGNED_* docs
 2024-04-22 16:08 UTC  (2+ messages)

[PATCH v2 00/12] Add support for a few Zc* extensions as well as Zcmop
 2024-04-22 11:41 UTC  (13+ messages)
` [PATCH v2 03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension
` [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb

[PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
 2024-04-22  8:50 UTC  (6+ messages)
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
 2024-04-22  8:47 UTC  (9+ messages)
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations

[PATCH v2 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-22  8:27 UTC  (3+ messages)

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22  8:26 UTC 

[RFC 0/2] riscv: Idle thread using Zawrs extension
 2024-04-22  8:21 UTC  (5+ messages)
` [RFC 1/2] riscv: process: Introduce idle "
    ` [External] "

[PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-22  8:08 UTC  (3+ messages)
` [PATCH v3 1/2] RISCV: KVM: add tracepoints for entry and exit events
` [PATCH v3 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

[PATCH v6 0/2] add initial Milk-V Duo S board support
 2024-04-22  7:49 UTC  (8+ messages)
` [PATCH v6 1/2] dt-bindings: riscv: add Milk-V Duo S board compatibles
` [PATCH v6 2/2] riscv: dts: sophgo: add initial Milk-V Duo S board support

[PATCH v2 0/2] RISCV: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START
 2024-04-22  5:13 UTC  (6+ messages)
` [PATCH v2 1/2] RISCV: KVM: Introduce mp_state_lock to avoid "
` [PATCH v2 2/2] RISCV: KVM: Introduce vcpu->reset_cntx_lock

[PATCH v1 0/2] riscv: dts: add USB nodes for Canaan Kendryte K230 SoCs
 2024-04-22  4:33 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: dwc2: Add bindings for new Canaan Kendryte K230 SoC
` [PATCH v1 2/2] riscv: dts: add usb nodes for Canaan Kendryte K230 SoCs

[PATCH] riscv: dts: sophgo: use real clock for sdhci
 2024-04-22  0:31 UTC  (2+ messages)

[PATCH -next v2] riscv: kdump: fix crashkernel reserving problem on RISC-V
 2024-04-21 16:13 UTC  (2+ messages)

[PATCH 2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X
 2024-04-21  3:32 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).