messages from 2025-10-15 18:14:42 to 2025-10-17 16:17:41 UTC [more...]
[PATCH 0/4] SBI MPXY support for KVM Guest
2025-10-17 16:17 UTC (7+ messages)
` [PATCH 1/4] RISC-V: KVM: Convert kvm_riscv_vcpu_sbi_forward() into extension handler
` [PATCH 2/4] RISC-V: KVM: Add separate source for forwarded SBI extensions
` [PATCH 3/4] RISC-V: KVM: Add SBI MPXY extension support for Guest
` [PATCH 4/4] KVM: riscv: selftests: Add SBI MPXY extension to get-reg-list
[PATCH 0/2] Add Ethernet and PDMA support to OrangePi RV2 board
2025-10-17 15:53 UTC (5+ messages)
` [PATCH 1/2] riscv: dts: spacemit: add Ethernet and PDMA to OrangePi RV2
` [PATCH 2/2] net: spacemit: compile k1_emac driver as built-in by default
[PATCH 5.15 152/276] tools build: Align warning options with perf
2025-10-17 14:54 UTC
[GIT PULL 0/5] soc: updates for 6.18
2025-10-01 22:26 UTC (2+ messages)
` [GIT PULL 2/5] soc: dt changes "
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-18 15:51 UTC (3+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
[PATCH v2 0/8] Verisilicon DC8200 driver (and adaption to TH1520)
2025-10-01 10:42 UTC (3+ messages)
` [PATCH v2 3/8] drm: verisilicon: add a driver for Verisilicon display controllers
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-14 4:00 UTC (2+ messages)
` [PATCH RESEND 55/62] init: rename CONFIG_BLK_DEV_INITRD to CONFIG_INITRAMFS
[PATCH 6.17 094/371] tools build: Align warning options with perf
2025-10-17 14:51 UTC (2+ messages)
` [PATCH 6.17 095/371] perf python: split Clang options when invoking Popen
SiFive FU740 PCI driver fails on 6.18-rc1
2025-10-17 15:17 UTC (11+ messages)
[PATCH 6.12 058/277] tools build: Align warning options with perf
2025-10-17 14:51 UTC (2+ messages)
` [PATCH 6.12 059/277] perf python: split Clang options when invoking Popen
[PATCH 6.6 039/201] tools build: Align warning options with perf
2025-10-17 14:51 UTC (2+ messages)
` [PATCH 6.6 040/201] perf python: split Clang options when invoking Popen
[PATCH 6.1 037/168] tools build: Align warning options with perf
2025-10-17 14:51 UTC
[PATCH v6 0/2] Add USB2.0 PHY support for SpacemiT K1
2025-10-17 14:49 UTC (3+ messages)
` [PATCH v6 1/2] dt-bindings: phy: spacemit: add K1 USB2 PHY
` [PATCH v6 2/2] phy: spacemit: support K1 USB2.0 PHY controller
[patch V3 00/12] uaccess: Provide and use scopes for user masked access
2025-10-17 13:45 UTC (30+ messages)
` [patch V3 01/12] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V3 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V3 03/12] x86/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V3 04/12] powerpc/uaccess: "
` [patch V3 05/12] riscv/uaccess: "
` [patch V3 06/12] s390/uaccess: "
` [patch V3 07/12] uaccess: Provide scoped masked user access regions
` [patch V3 08/12] uaccess: Provide put/get_user_masked()
` [patch V3 09/12] [RFC] coccinelle: misc: Add scoped_masked_$MODE_access() checker script
` [patch V3 10/12] futex: Convert to scoped masked user access
` [patch V3 11/12] x86/futex: "
` [patch V3 12/12] select: "
[PATCH v5 0/3] Add UltraRISC DP1000 PLIC support
2025-10-17 13:28 UTC (17+ messages)
` [PATCH v5 2/3] dt-bindings: interrupt-controller: add UltraRISC DP1000 PLIC
` [PATCH v5 3/3] irqchip/plic: add support for "
[PATCH v2] efistub: Only link libstub to final vmlinux
2025-10-17 11:00 UTC (14+ messages)
[PATCH] RISC-V: KVM: Read HGEIP CSR on the correct cpu
2025-10-17 9:53 UTC (4+ messages)
[PATCH v1 0/3] riscv: sophgo: add top syscon device for cv18xx
2025-10-17 9:35 UTC (4+ messages)
` [PATCH v1 1/3] dt-bindings: soc: sophgo: add TOP syscon for CV18XX/SG200X series SoC
[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
2025-10-17 9:13 UTC (28+ messages)
` [PATCH v3 01/25] KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
` [PATCH v3 02/25] KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v3 03/25] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v3 05/25] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [PATCH v3 06/25] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [PATCH v3 07/25] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v3 08/25] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [PATCH v3 09/25] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 10/25] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [PATCH v3 11/25] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [PATCH v3 12/25] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [PATCH v3 13/25] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v3 14/25] KVM: TDX: Bug the VM if extended the initial measurement fails
` [PATCH v3 15/25] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [PATCH v3 16/25] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 17/25] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
` [PATCH v3 18/25] KVM: TDX: Derive error argument names from the local variable names
` [PATCH v3 19/25] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [PATCH v3 20/25] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v3 21/25] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v3 22/25] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v3 23/25] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks
` [PATCH v3 25/25] KVM: TDX: Fix list_add corruption during vcpu_load()
[GIT PULL] RISC-V updates for v6.18-rc2
2025-10-17 7:37 UTC
[PATCH v4] i2c: spacemit: configure ILCR for accurate SCL frequency
2025-10-17 7:27 UTC
[PATCH] mailbox: th1520: fix clock imbalance on probe failure
2025-10-17 5:54 UTC
[PATCH v3 0/2] riscv: dts: spacemit: add initial support for MusePi Pro
2025-10-17 5:52 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: riscv: spacemit: add MusePi Pro board
` [PATCH v3 2/2] riscv: dts: spacemit: add MusePi Pro board device tree
[PATCH v1 0/7] Add support for StarFive VisionFive 2 Lite board
2025-10-17 5:09 UTC (16+ messages)
` [PATCH v1 1/7] cpufreq: dt-platdev: Add JH7110S SOC to the allowlist
` [PATCH v1 2/7] dt-bindings: PCI: starfive,jh7110-pcie: Add enable-gpios property
` [PATCH v1 3/7] dt-bindings: riscv: Add StarFive JH7110S SoC and VisionFive 2 Lite board
` [PATCH v1 4/7] riscv: dts: starfive: jh7110-common: Move out some nodes to the board dts
` [PATCH v1 5/7] riscv: dts: starfive: Add common board dtsi for VisionFive 2 Lite variants
` [PATCH v1 6/7] riscv: dts: starfive: Add VisionFive 2 Lite board device tree
` [PATCH v1 7/7] riscv: dts: starfive: Add VisionFive 2 Lite eMMC "
[PATCH v5 0/2] ASoC: spacemit: add i2s support to K1 SoC
2025-10-17 3:36 UTC (4+ messages)
` [PATCH v5 1/2] ASoC: dt-bindings: Add bindings for SpacemiT K1
` [PATCH v5 2/2] ASoC: spacemit: add i2s support for K1 SoC
[PATCH] RISC-V: KVM: Fix check for local interrupts on riscv32
2025-10-17 3:23 UTC (3+ messages)
[PATCH RFC v2 0/2] mm: add huge pfnmap support for remap_pfn_range()
2025-10-16 18:22 UTC (5+ messages)
` [PATCH RFC 1/2] pgtable: add pte_clrhuge() implementation for arm64 and riscv
` [PATCH RFC 2/2] mm: add PMD-level huge page support for remap_pfn_range()
` [syzbot ci] Re: mm: add huge pfnmap "
[PATCH v2 0/7] Introduce SpacemiT K1 PCIe phy and host controller
2025-10-16 16:47 UTC (4+ messages)
` [PATCH v2 4/7] phy: spacemit: introduce PCIe/combo PHY
[PATCH v20 00/28] riscv control-flow integrity for usermode
2025-10-16 15:32 UTC (6+ messages)
` [PATCH v20 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
[PATCH v21 00/28] riscv control-flow integrity for usermode
2025-10-16 15:31 UTC (15+ messages)
` [PATCH v21 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v21 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v21 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v21 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v21 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v21 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v21 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v21 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v21 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v21 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v21 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v21 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v16 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-10-16 13:38 UTC (8+ messages)
` [PATCH v16 1/7] pwm: Export `pwmchip_release` for external use
` [PATCH v16 2/7] rust: pwm: Add Kconfig and basic data structures
` [PATCH v16 3/7] rust: pwm: Add complete abstraction layer
` [PATCH v16 4/7] pwm: Add Rust driver for T-HEAD TH1520 SoC
` [PATCH v16 5/7] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
` [PATCH v16 6/7] riscv: dts: thead: Add PWM controller node
` [PATCH v16 7/7] riscv: dts: thead: Add PWM fan and thermal control
[PATCH] dmaengine: mmp_pdma: fix DMA mask handling
2025-10-16 12:55 UTC (2+ messages)
[PATCH v6 0/5] Add support for Andes Qilai SoC PCIe controller
2025-10-16 11:54 UTC (5+ messages)
` [PATCH v6 1/5] PCI: dwc: Allow adjusting the number of ob/ib windows in glue driver
[PATCH 0/4] irqchip/riscv-imsic: IRQ handling optimizations
2025-10-16 10:01 UTC (6+ messages)
` [PATCH 1/4] irqchip/riscv-imsic: Remove redundant irq_data lookups
` [PATCH 2/4] irqchip/riscv-imsic: Embed the vector array in lpriv
` [PATCH 3/4] irqchip/riscv-imsic: Inline imsic_vector_from_local_id()
` [PATCH 4/4] irqchip/riscv-imsic: Remove irq_desc lookup from hot path
[PATCH] gpio: sifive: Support module autoloading
2025-10-16 9:59 UTC (2+ messages)
[PATCH RFC] riscv: add support for Ziccid
2025-10-16 9:24 UTC (3+ messages)
` [External] "
Impact of RISC-V C Extension on Linux Kernel Size
2025-10-16 9:12 UTC
[PATCH v2 6/8] compiler.h: introduce PUSHSECTION macro to establish proper references
2025-10-16 6:03 UTC (3+ messages)
[PATCH] riscv: Register IPI IRQs with unique names
2025-10-16 0:32 UTC
[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
2025-10-16 0:04 UTC (7+ messages)
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs "
[PATCH] riscv: mm: Define MAX_POSSIBLE_PHYSMEM_BITS for zsmalloc
2025-10-15 23:33 UTC
[PATCH] riscv: Remove the PER_CPU_OFFSET_SHIFT macro
2025-10-15 22:56 UTC
[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
2025-10-15 22:02 UTC (3+ messages)
` [PATCH v1 15/20] iommu/fsl_pamu_domain: Implement fsl_pamu_domain_test_device
[PATCH v2 0/6] riscv: vector: misc ptrace fixes for debug use-cases
2025-10-15 21:32 UTC (6+ messages)
` [PATCH v2 4/6] riscv: vector: allow to force vector context save
` [PATCH v2 6/6] riscv: vector: initialize vlenb on the first context switch
[PATCH v4 0/3] Add UltraRISC DP1000 PLIC support
2025-10-15 18:40 UTC (3+ messages)
` [PATCH v4 3/3] irqchip/plic: add support for UltraRISC DP1000 PLIC
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