messages from 2023-04-12 08:46:26 to 2023-04-17 20:00:52 UTC [more...]
[RFC PATCH 0/2] RISC-V: Detect Ssqosid extension and handle sqoscfg CSR
2023-04-17 20:04 UTC (4+ messages)
` [RFC PATCH 2/2] RISC-V: Add support for "
[PATCH 0/6] tools/nolibc: add stackprotector support for more architectures
2023-04-17 19:35 UTC (8+ messages)
` [PATCH 1/6] selftests/nolibc: reduce syscalls during space padding
` [PATCH 2/6] tools/nolibc: riscv: add stackprotector support
` [PATCH 3/6] tools/nolibc: aarch64: "
` [PATCH 4/6] tools/nolibc: arm: "
` [PATCH 5/6] tools/nolibc: loongarch: "
` [PATCH 6/6] tools/nolibc: mips: "
[PATCH v1 0/7] Add JH7110 DPHY PMU support
2023-04-17 18:55 UTC (10+ messages)
` [PATCH v1 1/7] dt-bindings: power: Constrain properties for JH7110 PMU
[GIT PULL] cacheinfo/arch_topology: Updates for v6.4
2023-04-17 18:15 UTC
[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
2023-04-17 17:40 UTC (50+ 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 09/37] x86/smpboot: Get rid of cpu_init_secondary()
` [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 16/37] x86/xen/smp_pv: Remove wait for CPU online
` [patch 17/37] x86/xen/hvm: Get rid of DEAD_FROZEN handling
` [patch 18/37] cpu/hotplug: Add CPU state tracking and synchronization
` [patch 19/37] x86/smpboot: Switch to hotplug core state synchronization
` [patch 20/37] cpu/hotplug: Remove cpu_report_state() and related unused cruft
` [patch 21/37] ARM: smp: Switch to hotplug core state synchronization
` [patch 22/37] arm64: "
` [patch 23/37] csky/smp: "
` [patch 24/37] MIPS: SMP_CPS: "
` [patch 25/37] parisc: "
` [patch 26/37] riscv: "
` [patch 27/37] cpu/hotplug: Remove unused state functions
` [patch 28/37] cpu/hotplug: Reset task stack state in _cpu_up()
` [patch 29/37] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch 30/37] x86/smpboot: Enable split CPU startup
` [patch 31/37] x86/apic: Provide cpu_primary_thread mask
` [patch 32/37] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch 33/37] x86/topology: Store extended topology leaf information
` [patch 34/37] x86/cpu/amd; Invoke detect_extended_topology_early() on boot CPU
` [patch 35/37] x86/smpboot: Support parallel startup of secondary CPUs
` [patch 36/37] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it
` [patch 37/37] x86/smpboot: Allow parallel bringup for SEV-ES
[PATCH -next v18 00/20] riscv: Add vector ISA support
2023-04-17 16:26 UTC (28+ 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
[RFC PATCH 00/14] RISC-V: Add steal-time support
2023-04-17 10:34 UTC (15+ messages)
` [RFC PATCH 01/14] RISC-V: paravirt: Add skeleton for pv-time support
` [RFC PATCH 02/14] RISC-V: Add SBI STA extension definitions
` [RFC PATCH 03/14] RISC-V: paravirt: Implement steal-time support
` [RFC PATCH 04/14] RISC-V: paravirt: Add kconfigs
` [RFC PATCH 05/14] RISC-V: KVM: Add SBI STA extension skeleton
` [RFC PATCH 06/14] RISC-V: KVM: Add steal-update vcpu request
` [RFC PATCH 07/14] RISC-V: KVM: Add SBI STA info to vcpu_arch
` [RFC PATCH 08/14] RISC-V: KVM: Implement SBI STA extension
` [RFC PATCH 09/14] RISC-V: KVM: Add support for SBI extension registers
` [RFC PATCH 10/14] RISC-V: KVM: Add support for SBI STA registers
` [RFC PATCH 11/14] KVM: selftests: riscv: Move sbi_ecall to processor.c
` [RFC PATCH 12/14] KVM: selftests: riscv: Add guest_sbi_probe_extension
` [RFC PATCH 13/14] KVM: selftests: riscv: Add RISCV_SBI_EXT_REG
` [RFC PATCH 14/14] KVM: selftests: riscv: Add steal_time test support
[-net-next v12 0/6] Add Ethernet driver for StarFive JH7110 SoC
2023-04-17 10:02 UTC (7+ messages)
` [-net-next v12 1/6] dt-bindings: net: snps,dwmac: Add dwmac-5.20 version
` [-net-next v12 2/6] net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
` [-net-next v12 3/6] dt-bindings: net: snps,dwmac: Add 'ahb' reset/reset-name
` [-net-next v12 4/6] dt-bindings: net: Add support StarFive dwmac
` [-net-next v12 5/6] net: stmmac: Add glue layer for StarFive JH7110 SoC
` [-net-next v12 6/6] net: stmmac: dwmac-starfive: Add phy interface settings
[PATCH v8 0/7] Add non-coherent DMA support for AX45MP
2023-04-17 8:52 UTC (18+ 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
[PATCH v3 0/7] Add PLL clocks driver for StarFive JH7110 SoC
2023-04-17 7:43 UTC (10+ 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 v2 0/3] Add JH7110 cpufreq support
2023-04-17 6:39 UTC (4+ messages)
` [PATCH v2 1/3] riscv: dts: starfive: Enable axp15060 pmic for cpufreq
` [PATCH v2 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist
` [PATCH v2 3/3] riscv: dts: starfive: Add cpu scaling for JH7110 SoC
[PATCH v3] riscv: mm: execute local TLB flush after populating vmemmap
2023-04-17 6:06 UTC
[PATCH] riscv: mm: execute local TLB flush after populating vmemmap
2023-04-17 5:59 UTC (3+ messages)
[PATCH v1] riscv: dts: starfive: Add PMU controller node
2023-04-17 3:47 UTC
[PATCH v4 0/3] Add JH7110 MIPI DPHY RX support
2023-04-17 3:37 UTC (12+ 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 v5 0/3] Add watchdog driver for StarFive JH7100/JH7110 RISC-V SoCs
2023-04-16 15:54 UTC (5+ messages)
` [PATCH v5 1/3] dt-bindings: watchdog: Add watchdog for StarFive JH7100 and JH7110
` [PATCH v5 2/3] drivers: watchdog: Add StarFive Watchdog driver
[GIT PULL] RISC-V Fixes for 6.3-rc7
2023-04-14 17:50 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 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 (9+ messages)
` [PATCH v4 07/10] clk: starfive: Add StarFive JH7110 Video-Output clock driver
[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 (7+ messages)
` [PATCH v4 5/7] dt-bindings: usb: Add StarFive JH7110 USB Bindings YAML schemas
[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 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 (3+ messages)
` [PATCH v1 1/3] dt-binding: pci: add JH7110 PCIe dt-binding documents
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