linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-11 06:48:45 to 2023-04-14 23:46:28 UTC [more...]

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-04-14 23:44 UTC  (15+ messages)
` [patch 01/37] x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()
` [patch 02/37] cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __init
` [patch 03/37] x86/smpboot: Avoid pointless delay calibration is TSC is synchronized
` [patch 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch 05/37] x86/topology: Remove CPU0 hotplug option
` [patch 06/37] x86/smpboot: Remove the CPU0 hotplug kludge
` [patch 07/37] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch 08/37] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch 10/37] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
` [patch 11/37] x86/smpboot: Move synchronization masks to SMP boot code
` [patch 12/37] x86/smpboot: Make TSC synchronization function call based
` [patch 13/37] x86/smpboot: Remove cpu_callin_mask
` [patch 14/37] cpu/hotplug: Rework sparse_irq locking in bringup_cpu()
` [patch 15/37] x86/smpboot: Remove wait for cpu_online()

[PATCH v8 0/7] Add non-coherent DMA support for AX45MP
 2023-04-14 18:59 UTC  (16+ messages)
` [PATCH v8 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
` [PATCH v8 2/7] riscv: asm: vendorid_list: Add Andes Technology to the vendors list
` [PATCH v8 3/7] riscv: errata: Add Andes alternative ports
` [PATCH v8 4/7] dt-bindings: cache: andestech,ax45mp-cache: Add DT binding documentation for L2 cache controller
` [PATCH v8 5/7] cache: Add L2 cache management for Andes AX45MP RISC-V core
` [PATCH v8 6/7] riscv: errata: Hookup the Andes AX45MP non-coherent handling
` [PATCH v8 7/7] soc: renesas: Kconfig: Select the required configs for RZ/Five SoC

[GIT PULL] RISC-V Fixes for 6.3-rc7
 2023-04-14 17:50 UTC  (2+ messages)

[PATCH -next v18 00/20] riscv: Add vector ISA support
 2023-04-14 16:47 UTC  (23+ messages)
` [PATCH -next v18 01/20] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v18 02/20] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v18 03/20] riscv: Add new csr defines related to vector extension
` [PATCH -next v18 04/20] riscv: Clear vector regfile on bootup
` [PATCH -next v18 05/20] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v18 06/20] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v18 07/20] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v18 08/20] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v18 09/20] riscv: Add task switch support for vector
` [PATCH -next v18 10/20] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v18 11/20] riscv: Add ptrace vector support
` [PATCH -next v18 12/20] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v18 13/20] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v18 14/20] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v18 15/20] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v18 16/20] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v18 17/20] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v18 18/20] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v18 19/20] riscv: detect assembler support for .option arch
` [PATCH -next v18 20/20] riscv: Enable Vector code to be built

[PATCH v3 0/7] Add PLL clocks driver for StarFive JH7110 SoC
 2023-04-14 12:37 UTC  (9+ messages)
` [PATCH v3 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
` [PATCH v3 2/7] clk: starfive: Add StarFive JH7110 PLL clock driver
` [PATCH v3 3/7] dt-bindings: clock: jh7110-syscrg: Add PLL clock inputs
` [PATCH v3 4/7] clk: starfive: jh7110-sys: Modify PLL clocks source
` [PATCH v3 5/7] dt-bindings: soc: starfive: Add StarFive syscon module
` [PATCH v3 6/7] riscv: dts: starfive: jh7110: Add syscon nodes
` [PATCH v3 7/7] riscv: dts: starfive: jh7110: Add PLL clock node and modify syscrg node

[PATCH] riscv: mm: execute local TLB flush after populating vmemmap
 2023-04-14  9:14 UTC  (2+ messages)

[PATCH v11 0/8] function_graph: Support recording and printing the return value of function
 2023-04-14  7:55 UTC  (4+ messages)
` [PATCH v11 1/8] "

[PATCH v1 0/7] Add JH7110 DPHY PMU support
 2023-04-14  6:27 UTC  (31+ messages)
` [PATCH v1 1/7] dt-bindings: power: Constrain properties for JH7110 PMU
` [PATCH v1 2/7] soc: starfive: Replace SOC_STARFIVE with ARCH_SATRFIVE
` [PATCH v1 3/7] soc: starfive: Modify ioremap to regmap
` [PATCH v1 4/7] soc: starfive: Add pmu type operation
` [PATCH v1 5/7] soc: starfive: Use call back to parse device tree resources
` [PATCH v1 6/7] soc: starfive: Add dphy pmu support

[PATCH v2 0/7] PolarFire SoC Auto Update Support
 2023-04-14 12:40 UTC  (5+ messages)
` [PATCH v2 6/7] fpga: add PolarFire SoC Auto Update support

[PATCH 0/4] riscv: Allow userspace to directly access perf counters
 2023-04-14  2:09 UTC  (10+ messages)
` [PATCH 1/4] perf: Fix wrong comment about default event_idx
` [PATCH 2/4] include: riscv: Fix wrong include guard in riscv_pmu.h
` [PATCH 3/4] riscv: Make legacy counter enum match the HW numbering
` [PATCH 4/4] riscv: Enable perf counters user access only through perf

[PATCH v4 00/10] Add new partial clock and reset drivers for StarFive JH7110
 2023-04-14  1:37 UTC  (18+ messages)
` [PATCH v4 01/10] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support
` [PATCH v4 02/10] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator
` [PATCH v4 03/10] clk: starfive: Add StarFive JH7110 System-Top-Group clock driver
` [PATCH v4 04/10] dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator
` [PATCH v4 05/10] clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver
` [PATCH v4 06/10] dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator
` [PATCH v4 07/10] clk: starfive: Add StarFive JH7110 Video-Output clock driver
` [PATCH v4 08/10] MAINTAINERS: Update maintainer of JH71x0 clock drivers
` [PATCH v4 09/10] riscv: dts: starfive: jh7110: Add DVP and HDMI TX pixel external clocks
` [PATCH v4 10/10] riscv: dts: starfive: jh7110: Add STGCRG/ISPCRG/VOUTCRG nodes

[PATCH -fixes v2 0/3] Fixes for dtb mapping
 2023-04-14  1:20 UTC  (3+ messages)

[PATCH -fixes v2 3/3] riscv: No need to relocate the dtb as it lies in the fixmap region
 2023-04-14  1:17 UTC  (2+ messages)

[PATCH] riscv: mm: execute local TLB flush after populating vmemmap
 2023-04-13 14:33 UTC  (3+ messages)

[PATCH v4 0/7] Add JH7110 USB and USB PHY driver support
 2023-04-13 14:13 UTC  (14+ messages)
` [PATCH v4 1/7] dt-bindings: phy: Add StarFive JH7110 USB document
` [PATCH v4 2/7] dt-bindings: phy: Add StarFive JH7110 PCIe document
` [PATCH v4 5/7] dt-bindings: usb: Add StarFive JH7110 USB Bindings YAML schemas
` [PATCH v4 6/7] usb: cdns3: add StarFive JH7110 USB driver

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-04-13 12:51 UTC  (4+ messages)
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation

[PATCH v4 0/3] Add JH7110 MIPI DPHY RX support
 2023-04-13  9:02 UTC  (11+ messages)
` [PATCH v4 1/3] dt-bindings: phy: Add starfive,jh7110-dphy-rx
` [PATCH v4 2/3] phy: starfive: Add mipi dphy rx support
` [PATCH v4 3/3] riscv: dts: starfive: Add dphy rx node

[PATCH v6 0/4] Add DMA driver for StarFive JH7110 SoC
 2023-04-13  1:29 UTC  (3+ messages)

[PATCH v1 0/3] Add JH7110 PCIe driver support
 2023-04-12 10:17 UTC  (7+ messages)
` [PATCH v1 1/3] dt-binding: pci: add JH7110 PCIe dt-binding documents

[PATCH v1 0/3] Add JH7110 cpufreq support
 2023-04-12  2:36 UTC  (13+ messages)
` [PATCH v1 1/3] riscv: dts: starfive: Enable axp15060 pmic for cpufreq
` [PATCH v1 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist
` [PATCH v1 3/3] riscv: dts: starfive: Add cpu scaling for JH7110 SoC

[PATCH v7 00/22] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-04-12  2:12 UTC  (5+ messages)

[GIT PULL] RISC-V Devicetrees for v6.4
 2023-04-11 21:33 UTC  (2+ messages)

[PATCH v2] riscv: add icache flush for nommu sigreturn trampoline
 2023-04-11 20:00 UTC  (3+ messages)

[PATCH] riscv: entry: Save a0 prior syscall_enter_from_user_mode()
 2023-04-11 17:40 UTC  (3+ messages)

[PATCH v16 0/2] Microchip Soft IP corePWM driver
 2023-04-11 16:25 UTC  (6+ messages)
` [PATCH v16 1/2] pwm: add microchip soft ip "
` [PATCH v16 2/2] MAINTAINERS: add pwm to PolarFire SoC entry

[PATCH v4 0/4] Implement GCM ghash using Zbc and Zbkb extensions
 2023-04-11 15:00 UTC  (3+ messages)
` [PATCH v4 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation

[-net-next v11 0/6] Add Ethernet driver for StarFive JH7110 SoC
 2023-04-11 14:37 UTC  (8+ messages)
` [-net-next v11 5/6] net: stmmac: Add glue layer "

[PATCH v6 4/6] RISC-V: hwprobe: Support probing of misaligned access performance
 2023-04-11 14:16 UTC  (3+ messages)
` [PATCH v6 0/6] RISC-V Hardware Probing User Interface

[PATCH v2] riscv: Dump user opcode bytes on fatal faults
 2023-04-11 12:31 UTC  (2+ messages)

[PATCH V4 00/23] Add basic ACPI support for RISC-V
 2023-04-11 11:42 UTC  (4+ messages)
` [PATCH V4 23/23] crypto: hisilicon/qm: Workaround to enable build with RISC-V clang

[PATCH v8 0/4] RISC-V Hibernation Support
 2023-04-11 11:03 UTC  (3+ messages)
` [PATCH v8 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2023-04-11  9:49 UTC  (7+ messages)

[PATCH] riscv: enable BUILDTIME_TABLE_SORT for !MMU
 2023-04-11  9:37 UTC  (2+ messages)

[PATCH v5 0/4] crypto: starfive - Add drivers for crypto engine
 2023-04-11  8:14 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: crypto: Add StarFive crypto module
` [PATCH v5 2/4] crypto: starfive - Add crypto engine support
` [PATCH v5 3/4] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2
` [PATCH v5 4/4] crypto: starfive - Add hash and HMAC support

Słowa kluczowe do wypozycjonowania
 2023-04-11  7:40 UTC 

[PATCH -next v4 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-04-11  7:35 UTC  (3+ messages)
` [PATCH -next v4 1/2] riscv: kdump: Implement crashkernel=X,[high,low]


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