messages from 2024-06-12 11:23:33 to 2024-06-17 02:39:18 UTC [more...]
[PATCH 0/8] riscv: ftrace: atmoic patching and preempt improvements
2024-06-17 2:38 UTC (14+ messages)
` [PATCH 1/8] riscv: stacktrace: convert arch_stack_walk() to noinstr
` [PATCH 2/8] tracing: do not trace kernel_text_address()
` [PATCH 3/8] riscv: ftrace: support fastcc in Clang for WITH_ARGS
` [PATCH 4/8] riscv: ftrace: align patchable functions to 4 Byte boundary
` [PATCH 5/8] riscv: ftrace: prepare ftrace for atomic code patching
` [PATCH 6/8] riscv: ftrace: do not use stop_machine to update code
` [PATCH 7/8] riscv: vector: Support calling schedule() for preemptible Vector
` [PATCH 8/8] riscv: ftrace: support PREEMPT
[RFC PATCH v2 00/10] RISC-V IOMMU HPM and nested IOMMU support
2024-06-17 2:16 UTC (16+ messages)
` [RFC PATCH v2 01/10] iommu/riscv: add RISC-V IOMMU PMU support
` [RFC PATCH v2 02/10] iommu/riscv: support HPM and interrupt handling
` [RFC PATCH v2 03/10] iommu/riscv: use data structure instead of individual values
` [RFC PATCH v2 04/10] iommu/riscv: add iotlb_sync_map operation support
` [RFC PATCH v2 05/10] iommu/riscv: support GSCID and GVMA invalidation command
` [RFC PATCH v2 06/10] iommu/riscv: support nested iommu for getting iommu hardware information
` [RFC PATCH v2 07/10] iommu/riscv: support nested iommu for creating domains owned by userspace
` [RFC PATCH v2 08/10] iommu/riscv: support nested iommu for flushing cache
` [RFC PATCH v2 09/10] iommu/dma: Support MSIs through nested domains
` [RFC PATCH v2 10/10] iommu:riscv: support nested iommu for get_msi_mapping_domain operation
[PATCH v1 0/9] riscv: add initial support for SpacemiT K1
2024-06-17 2:12 UTC (21+ messages)
` [PATCH v1 1/9] dt-bindings: vendor-prefixes: add spacemit
` [PATCH v1 2/9] dt-bindings: riscv: Add SpacemiT X60 compatibles
` [PATCH v1 3/9] dt-bindings: riscv: add SpacemiT K1 bindings
` [PATCH v1 4/9] dt-bindings: timer: Add SpacemiT K1 CLINT
` [PATCH v1 5/9] dt-bindings: interrupt-controller: Add SpacemiT K1 PLIC
` [PATCH v1 6/9] riscv: add SpacemiT SOC family Kconfig support
` [PATCH v1 7/9] riscv: dts: add initial SpacemiT K1 SoC device tree
` [PATCH v1 8/9] riscv: dts: spacemit: add Banana Pi BPI-F3 board "
` [PATCH v1 9/9] riscv: defconfig: enable SpacemiT SoC
[PATCH v2] riscv: stacktrace: Add USER_STACKTRACE support
2024-06-17 1:36 UTC (2+ messages)
[PATCH 0/5] Add board support for Sipeed LicheeRV Nano
2024-06-17 0:36 UTC (3+ messages)
` [PATCH 1/5] dt-bindings: interrupt-controller: Add SOPHGO SG2002 plic
[PATCH v2 0/6] Add board support for Sipeed LicheeRV Nano
2024-06-16 23:58 UTC (11+ messages)
` [PATCH v2 1/6] riscv: dts: sophgo: Put sdhci compatible in dt of specific SoC
` [PATCH v2 2/6] dt-bindings: interrupt-controller: Add SOPHGO SG2002 plic
` [PATCH v2 3/6] dt-bindings: timer: Add SOPHGO SG2002 clint
` [PATCH v2 4/6] dt-bindings: riscv: Add Sipeed LicheeRV Nano board compatibles
[PATCH 0/6] clk: thead: Add support for TH1520 AP_SUBSYS clock controller
2024-06-16 18:38 UTC (8+ messages)
` [PATCH 1/6] dt-bindings: clock: Document T-Head TH1520 AP_SUBSYS controller
` [PATCH 2/6] clk: thead: Add support for T-Head TH1520 AP_SUBSYS clocks
` [PATCH 3/6] riscv: dts: thead: Add TH1520 AP_SUBSYS clock controller
` [PATCH 4/6] riscv: dts: thead: change TH1520 uart nodes to use "
` [PATCH 5/6] riscv: dts: thead: change TH1520 mmc "
` [PATCH 6/6] riscv: dts: thead: update TH1520 dma and timer "
[PATCH 0/6] riscv: convert bottom half of exception handling to C
2024-06-16 17:05 UTC (7+ messages)
` [PATCH 1/6] riscv: Improve exception and system call latency
` [PATCH 2/6] riscv: avoid corrupting the RAS
` [PATCH 3/6] riscv: convert bottom half of exception handling to C
` [PATCH 4/6] riscv: errata: remove ALT_INSN_FAULT and ALT_PAGE_FAULT
` [PATCH 5/6] riscv: errata: sifive: remove NOMMU handling
` [PATCH 6/6] riscv: remove asmlinkage from updated functions
[PATCH v3 0/4] mmc: sdhci-of-dwcmshc: enhance framework
2024-06-16 2:30 UTC (10+ messages)
` [PATCH v3 1/4] mmc: sdhci-of-dwcmshc: adjust positions of helper routines
` [PATCH v3 2/4] mmc: sdhci-of-dwcmshc: unify the naming of soc helper functions
` [PATCH v3 3/4] mmc: sdhci-of-dwcmshc: extract init function for rk35xx/th1520
` [PATCH v3 4/4] mmc: sdhci-of-dwcmshc: add callback functions for dwcmshc
riscv/for-next baseline: 20 runs, 4 regressions (v6.10-rc1-9-g6d8e604c9502)
2024-06-15 10:15 UTC
[PATCH v8 0/7] Linux RISC-V IOMMU Support
2024-06-15 5:27 UTC (8+ messages)
` [PATCH v8 1/7] dt-bindings: iommu: riscv: Add bindings for RISC-V IOMMU
` [PATCH v8 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v8 3/7] iommu/riscv: Add RISC-V IOMMU PCIe "
` [PATCH v8 4/7] iommu/riscv: Enable IOMMU registration and device probe
` [PATCH v8 5/7] iommu/riscv: Device directory management
` [PATCH v8 6/7] iommu/riscv: Command and fault queue support
` [PATCH v8 7/7] iommu/riscv: Paging domain support
[RESEND v4 0/2] dt-bindings: interrupt-controller: riscv,cpu-intc
2024-06-15 2:15 UTC (3+ messages)
` [RESEND v4 1/2] dt-bindings: interrupt-controller: riscv,cpu-intc: convert to dtschema
` [RESEND v4 2/2] dt-bindings: riscv: cpus: add ref to interrupt-controller
[PATCH] drm/amd/display: Disable CONFIG_DRM_AMD_DC_FP for RISC-V with clang
2024-06-14 19:54 UTC
[PATCH] irqchip/riscv-intc: Remove asmlinkage
2024-06-14 16:32 UTC (2+ messages)
riscv/fixes build: 8 builds: 0 failed, 8 passed, 10078 warnings (v6.10-rc3)
2024-06-11 13:37 UTC
riscv/fixes build: 8 builds: 0 failed, 8 passed, 10079 warnings (v6.10-rc2-2-ge2c79b4c5c4d8)
2024-06-04 17:08 UTC
riscv/for-next build: 8 builds: 0 failed, 8 passed, 10080 warnings (v6.10-rc1-9-g6d8e604c9502)
2024-06-05 15:05 UTC
[PATCH v2 0/6] RISC-V: Detect and report speed of unaligned vector accesses
2024-06-14 14:32 UTC (14+ messages)
` [PATCH v2 1/6] RISC-V: Add Zicclsm to cpufeature and hwprobe
` [PATCH v2 2/6] dt-bindings: riscv: Add Zicclsm ISA extension description
` [PATCH v2 3/6] RISC-V: Check scalar unaligned access on all CPUs
` [PATCH v2 4/6] RISC-V: Detect unaligned vector accesses supported
` [PATCH v2 5/6] RISC-V: Report vector unaligned access speed hwprobe
` [PATCH v2 6/6] RISC-V: hwprobe: Document unaligned vector perf key
[PATCH v3 0/3] Fix address translations on MPFS PCIe controller
2024-06-14 13:29 UTC (7+ messages)
` [PATCH v3 1/3] PCI: microchip: Fix outbound address translation tables
` [PATCH v3 2/3] PCI: microchip: Fix inbound "
` [PATCH v3 3/3] dt-bindings: PCI: microchip,pcie-host: allow dma-noncoherent
[PATCH v2 0/3] riscv: Per-thread envcfg CSR support
2024-06-14 10:32 UTC (6+ messages)
` [PATCH v2 1/3] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v2 2/3] riscv: Add support for per-thread envcfg CSR values
` [PATCH v2 3/3] riscv: Call riscv_user_isa_enable() only on the boot hart
[PATCH v3 0/8] Refactor perf python module build
2024-06-14 9:33 UTC (10+ messages)
` [PATCH v3 1/8] perf build: Add '*.a' to clean targets
` [PATCH v3 2/8] perf ui: Make ui its own library
` [PATCH v3 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v3 4/8] perf test: Make tests its own library
` [PATCH v3 5/8] perf bench: Make bench "
` [PATCH v3 6/8] perf util: Make util "
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v3 8/8] perf python: Clean up build dependencies
[PATCH] RISC-V: Dynamically allocate cpumasks and further increase range and default value of NR_CPUS
2024-06-14 7:53 UTC
[GIT PULL] RISC-V Sophgo SG2042 clock drivers for v6.11
2024-06-14 7:28 UTC
[PATCH v16 0/5] riscv: sophgo: add clock support for sg2042
2024-06-14 7:05 UTC (4+ messages)
[PATCH v2 0/8] Refactor perf python module build
2024-06-13 18:32 UTC (9+ messages)
` [PATCH v2 1/8] perf build: Add '*.a' to clean targets
` [PATCH v2 2/8] perf ui: Make ui its own library
` [PATCH v2 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v2 4/8] perf test: Make tests its own library
` [PATCH v2 5/8] perf bench: Make bench "
` [PATCH v2 6/8] perf util: Make util "
` [PATCH v2 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v2 8/8] perf python: Clean up build dependencies
[PATCH v2 0/4] riscv: Separate vendor extensions from standard extensions
2024-06-13 17:37 UTC (5+ messages)
` [PATCH v2 1/4] riscv: Extend cpufeature.c to detect vendor extensions
[PATCH 0/3] riscv: Per-thread envcfg CSR support
2024-06-13 17:01 UTC (6+ messages)
` [PATCH 2/3] riscv: Add support for per-thread envcfg CSR values
[PATCH v1 0/7] Refactor perf python module build
2024-06-13 16:55 UTC (12+ messages)
` [PATCH v1 1/7] perf ui: Make ui its own library
` [PATCH v1 2/7] perf pmu-events: Make pmu-events a library
` [PATCH v1 3/7] perf test: Make tests its own library
` [PATCH v1 4/7] perf bench: Make bench "
` [PATCH v1 5/7] perf util: Make util "
` [PATCH v1 6/7] perf python: Switch module to linking libraries from building source
` [PATCH v1 7/7] perf python: Clean up build dependencies
[PATCH RESEND] riscv: boot: remove duplicated targets line
2024-06-13 15:30 UTC
[PATCH v2 00/13] riscv: Add support for xtheadvector
2024-06-13 14:40 UTC (11+ messages)
` [PATCH v2 02/13] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v2 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v2 04/13] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v2 08/13] riscv: Add xtheadvector instruction definitions
` [PATCH v2 09/13] riscv: vector: Support xtheadvector save/restore
[PATCH] trace: riscv: Remove deprecated kprobe on ftrace support
2024-06-13 11:13 UTC
[PATCH v4 0/4] Add ACPI NUMA support for RISC-V
2024-06-13 8:54 UTC (5+ messages)
` [PATCH v4 1/4] ACPI: RISCV: Add NUMA support based on SRAT and SLIT
` [PATCH v4 2/4] ACPI: NUMA: Add handler for SRAT RINTC affinity structure
` [PATCH v4 3/4] ACPI: NUMA: change the ACPI_NUMA to a hidden option
` [PATCH v4 4/4] ACPI: NUMA: replace pr_info with pr_debug in arch_acpi_numa_init
[PATCH] riscv: Fix early ftrace nop patching
2024-06-13 7:48 UTC (2+ messages)
[PATCH v3] riscv: dmi: Add SMBIOS/DMI support
2024-06-13 6:55 UTC
[PATCH 1/2] riscv: defconfig: enable "heartbeat" led trigger
2024-06-13 2:48 UTC (2+ messages)
` [PATCH 2/2] riscv: dts: starfive: enable heartbeat LED for Milk-V Mars
[PATCH v1] riscv: dts: starfive: add PCIe dts configuration for JH7110
2024-06-13 1:02 UTC (7+ messages)
` Re : "
` 回复: "
[PATCH v3] riscv: defconfig: Enable StarFive JH7110 drivers
2024-06-12 22:17 UTC (3+ messages)
[PATCH] Documentation: kernel-parameters: Add RISCV for nohlt
2024-06-12 21:32 UTC (2+ messages)
[RFC v1 0/3] mmc-spi - support controllers incapable of getting as low as 400KHz
2024-06-12 20:48 UTC (6+ messages)
` [RFC v1 1/3] mmc: mmc_spi: allow for spi controllers incapable of getting as low as 400k
` [RFC v1 2/3] spi: microchip-core-qspi: Add regular transfers
` [RFC v1 3/3] spi: microchip-core-qspi: set min_speed_hz during probe
[PATCH v2] riscv: dts: starfive: Set EMMC vqmmc maximum voltage to 3.3V on JH7110 boards
2024-06-12 16:41 UTC (3+ messages)
[PATCH v0] RISC-V: Use Zkr to seed KASLR base address
2024-06-12 14:58 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