messages from 2026-06-17 03:44:07 to 2026-06-22 17:50:58 UTC [more...]
[RFC PATCH 0/3] dt-bindings: riscv: Add RISC-V Worlds and SiFive WorldGuard DT bindings
2026-06-22 17:50 UTC (6+ messages)
` [RFC PATCH 1/3] dt-bindings: riscv: Add Worlds ISA extensions
` [RFC PATCH 2/3] dt-bindings: riscv: Add Worlds per-hart properties
` [RFC PATCH 3/3] dt-bindings: sifive: Add WorldGuard Checker
[PATCH 0/6] treewide: remove unnecessary invalid range checks in memblock iteration loops
2026-06-22 16:53 UTC (6+ messages)
` [PATCH 3/6] riscv: remove unreachable invalid range check in create_linear_mapping_page_table()
` [PATCH 4/6] riscv: remove unreachable invalid range check in kasan_init()
[PATCH v2] rcu: Use an intermediate irq_work to start process_srcu()
2026-06-22 15:38 UTC (5+ messages)
[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
2026-06-22 14:50 UTC (16+ messages)
[PATCH] raid6: fix raid6_recov_rvv symbol undeclared warning
2026-06-22 13:55 UTC
[PATCH bpf-next 0/3] Add BPF Exceptions support for RISC-V
2026-06-22 14:13 UTC (6+ messages)
` [PATCH bpf-next 1/3] riscv: stacktrace: Implement arch_bpf_stack_walk() for BPF
` [PATCH bpf-next 2/3] riscv, bpf: Add support for BPF exceptions
` [PATCH bpf-next 3/3] riscv, bpf: Remove BPF exceptions from BPF CI denylist
[PATCH] raid6: fix riscv symbol undeclared warnigns
2026-06-22 13:52 UTC
[PATCH] riscv: Report dying CPU to RCU in IPI_CPU_STOP
2026-06-22 13:40 UTC
[PATCH v2] riscv: stacktrace: fix stack-out-of-bounds in walk_stackframe()
2026-06-22 12:18 UTC (5+ messages)
[PATCH] riscv: entry: Fixup do_trap_break from kernel side
2026-06-22 11:33 UTC (7+ messages)
[PATCH RFC 0/3] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs
2026-06-22 9:16 UTC (17+ messages)
` [PATCH RFC 1/3] cpu/hotplug: Introduce CONFIG_PARALLEL_SMT_PRIMARY_FIRST
` [PATCH RFC 3/3] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs
[PATCH v2 0/5] riscv: spacemit: Add PCIe RC controller support for K3
2026-06-22 8:50 UTC (4+ messages)
` [PATCH v2 5/5] PCI: spacemit-k1: Add Spacemit K3 PCIe host controller support
[PATCH v7 00/22] Add Counter delegation ISA extension support
2026-06-22 8:04 UTC (23+ messages)
` [PATCH v7 01/22] RISC-V: perf: fix resource cleanup on driver probe failure
` [PATCH v7 02/22] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v7 03/22] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v7 04/22] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v7 05/22] RISC-V: Define indirect CSR access helpers
` [PATCH v7 06/22] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v7 07/22] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v7 08/22] RISC-V: Add Sscfg extension CSR definition
` [PATCH v7 09/22] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
` [PATCH v7 10/22] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v7 11/22] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v7 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v7 13/22] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v7 14/22] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v7 15/22] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v7 16/22] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v7 17/22] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v7 18/22] RISC-V: perf: Add Qemu virt machine events
` [PATCH v7 19/22] tools/perf: Support event code for arch standard events
` [PATCH v7 20/22] tools/perf: Add RISC-V CounterIDMask event field
` [PATCH v7 21/22] TEST(do-not-upstream): fake qemu-virt PMU events for cdeleg counter-mask testing
` [PATCH v7 22/22] TEST(do-not-upstream): fake qemu vendor JSON + mapfile entry for CounterIDMask path
[PATCH net-next v8 0/6] net: stmmac: eic7700: add eth1 variant support and update delay bindings
2026-06-22 7:52 UTC (6+ messages)
` [PATCH net-next v8 3/6] net: stmmac: eic7700: make RGMII delay properties optional
` "
[PATCH v6 00/21] Add Counter delegation ISA extension support
2026-06-22 6:44 UTC (7+ messages)
` [PATCH v6 04/21] RISC-V: Define indirect CSR access helpers
` [PATCH v6 07/21] RISC-V: Add Sscfg extension CSR definition
` [PATCH v6 17/21] RISC-V: perf: Add Qemu virt machine events
[PATCH v2 00/16] riscv: Generate riscv instruction functions
2026-06-22 4:01 UTC (16+ messages)
` [PATCH v2 02/16] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH v2 03/16] riscv: kgdb: Use generated instruction headers
` [PATCH v2 04/16] riscv: Add kprobes instruction simulation KUnit
` [PATCH v2 05/16] riscv: kprobes: Use generated instruction headers
` [PATCH v2 06/16] riscv: cfi: "
` [PATCH v2 07/16] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH v2 08/16] riscv: kvm: Use generated instruction headers for csr code
` [PATCH v2 09/16] KVM: device: Add test device
` [PATCH v2 10/16] KVM: riscv: selftests: Add mmio test
` [PATCH v2 11/16] riscv: kvm: Use generated instruction headers for mmio emulation
` [PATCH v2 12/16] riscv: kvm: Add emulated test csr
` [PATCH v2 13/16] KVM: riscv: selftests: Add csr emulation test
` [PATCH v2 14/16] riscv: kvm: Use generated instruction headers for csr emulation
` [PATCH v2 15/16] riscv: kexec: Use generated instruction headers for kexec relocations
` [PATCH v2 16/16] riscv: Remove unused instruction headers
[PATCH] riscv: fix frame pointer in call_on_irq_stack for RV32
2026-06-22 2:54 UTC (2+ messages)
[PATCH 0/5] riscv: dts: spacemit: serial/i2c/ethernet improvements for the K3 Pico-ITX board
2026-06-21 13:14 UTC (8+ messages)
` [PATCH 1/5] riscv: dts: spacemit: set console baud rate on "
` [PATCH 2/5] riscv: dts: spacemit: enable the i2c2 adapter "
` [PATCH 3/5] riscv: dts: spacemit: add 24c02 eeprom "
` [PATCH 4/5] riscv: dts: spacemit: add i2c aliases "
` [PATCH 5/5] riscv: dts: spacemit: improve RTL8211F PHY configuration "
[PATCH v6 13/21] RISC-V: perf: Implement supervisor counter delegation support
2026-06-20 23:25 UTC (2+ messages)
[PATCH v6 14/21] RISC-V: perf: Skip PMU SBI extension when not implemented
2026-06-20 23:15 UTC (2+ messages)
[PATCH v3 0/2] cpufreq: spacemit: Add cpufreq support for K1 SoC
2026-06-20 14:23 UTC (2+ messages)
[PATCH v2 0/2] spi: enable the SpacemiT K3 SoC QSPI
2026-06-20 6:23 UTC (3+ messages)
` [PATCH v2 2/2] riscv: dts: spacemit: add QSPI support for K3 Pico-ITX
[PATCH v4] riscv: dts: spacemit: Use symbolic PDMA request numbers on K1
2026-06-20 5:07 UTC
[PATCH v6 08/21] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
2026-06-19 23:44 UTC (2+ messages)
[PATCH 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
2026-06-19 18:29 UTC (9+ messages)
` [PATCH 1/8] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH 2/8] riscv: Detect the Ssqosid extension
` [PATCH 3/8] riscv: Add support for srmcfg CSR from "
` [PATCH 4/8] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH 5/8] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH 6/8] riscv: Enable resctrl filesystem for Ssqosid
` [PATCH 7/8] dt-bindings: riscv: Add generic CBQRI controller binding
` [PATCH 8/8] riscv_cbqri: Add CBQRI cache capacity-allocation platform driver
[PATCH v1 1/1] i2c: microchip-corei2c: Use generic definitions for bus frequencies
2026-06-19 16:29 UTC (2+ messages)
[PATCH v2 0/2] RISC-V IOMMU HPM support
2026-06-19 16:05 UTC (3+ messages)
` [PATCH v2 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
[GIT PULL] RISC-V updates for v7.2
2026-06-19 14:57 UTC (2+ messages)
[PATCH 0/5] riscv: vdso: Implement __vdso_futex_robust_try_unlock()
2026-06-19 14:11 UTC (6+ messages)
` [PATCH 1/5] riscv: compat_vdso: switch to standard kbuild rule
` [PATCH 2/5] riscv: compat_vdso: Allow *.c source files
` [PATCH 3/5] riscv: compat_vdso: Introduce COMPAT_MARCH variable
` [PATCH 4/5] riscv: compat_vdso: Build with zacas if available
` [PATCH 5/5] riscv: vdso: Implement __vdso_futex_robust_try_unlock()
[PATCH] riscv: Add build salt to the vDSO
2026-06-19 10:23 UTC (2+ messages)
[PATCH v3 00/21] Add basic pinctrl drivers for JHB100 SoC
2026-06-19 8:41 UTC (4+ messages)
` [PATCH v3 04/21] pinctrl: starfive: Add StarFive JHB100 sys0 controller driver
[PATCH 00/10] rust: driver: use pointers instead of indices for ID info
2026-06-18 17:03 UTC (11+ messages)
` [PATCH 01/10] rust: driver: remove `IdTable::id`
` [PATCH 02/10] rust: driver: simplify `IdArray::new_without_index`
` [PATCH 03/10] rust: pci: use `Option<&IdInfo>` for device ID info
` [PATCH 04/10] rust: net/phy: remove expansion from doc
` [PATCH 05/10] rust: driver: centralize device ID handling
` [PATCH 06/10] rust: driver: remove `$module_table_name` from `module_device_table`
` [PATCH 07/10] rust: driver: store pointers in `DeviceId`
` [PATCH 08/10] rust: driver: remove open-coded matching logic
` [PATCH 09/10] rust: driver: remove duplicate ID table
` [PATCH 10/10] RFC: rust: driver: support map-like syntax for "
[PATCH] riscv: Add kCFI type prefix to unaligned copy routines
2026-06-18 16:54 UTC (3+ messages)
[PATCH v1] iommu/riscv: Support 32-bit register accesses
2026-06-18 16:40 UTC (15+ messages)
[PATCH v4 0/3] riscv: support effective hardware PTE A/D updates
2026-06-18 16:37 UTC (5+ messages)
` [PATCH v4 1/3] dt-bindings: riscv: describe Svadu as disabled at boot
` [PATCH v4 2/3] riscv: track effective hardware PTE A/D updating
` [PATCH v4 3/3] riscv: preserve A/D and soft-dirty state across PTE updates
[PATCH 00/16] riscv: Generate riscv instruction functions
2026-06-18 15:31 UTC (5+ messages)
` [PATCH 04/16] riscv: kprobes: Use generated instruction headers
[PATCH v4 0/3] Clk improvements
2026-06-18 10:40 UTC (7+ messages)
` [PATCH v4 1/3] rust: clk: use the type-state pattern
` [PATCH v4 2/3] rust: clk: add devres-managed clks
` [PATCH v4 3/3] rust: clk: use 'kernel vertical style' for imports
[PATCH 0/2] spacemit: fix USB2 clock and reset
2026-06-18 10:14 UTC (5+ messages)
` [PATCH 2/2] reset: spacemit: k3: fix USB2 ahb reset
[PATCH v2 0/4] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs
2026-06-18 9:24 UTC (5+ messages)
` [PATCH v2 1/4] cpu/hotplug: Introduce CONFIG_PARALLEL_SMT_PRIMARY_FIRST
` [PATCH v2 2/4] arm64: smp: Pass CPU ID to update_cpu_boot_status()
` [PATCH v2 3/4] arm64: smp: Defer RCU reporting until after local CPU capability checks
` [PATCH v2 4/4] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs
[PATCH net] net: stmmac: dwmac-spacemit: Fix wrong ctrl register definition
2026-06-18 7:12 UTC (3+ messages)
[PATCH v16 00/10] arm64/riscv: Add support for crashkernel CMA reservation
2026-06-18 1:54 UTC (7+ messages)
` [PATCH v16 05/10] x86: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v16 06/10] riscv: "
[PATCH 00/19] init: discoverable root partitions, a.k.a. an omittable "root=" cmdline option
2026-06-17 20:56 UTC (3+ messages)
[PATCH v9 0/3] riscv: Use GCR.U timer device as clocksource
2026-06-17 16:17 UTC (3+ messages)
` [PATCH v9 3/3] riscv: clocksource: Add p8700-gcru driver
[PATCH v1] iommu/riscv: Add page request queue and IOPF support
2026-06-17 14:49 UTC (2+ messages)
[PATCH 0/2] riscv: unaligned: stop using kthread for vector speed probe
2026-06-17 14:21 UTC (4+ messages)
` [PATCH 1/2] riscv: unaligned: stop using kthread for check_vector_unaligned_access()
[PATCH v5] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
2026-06-17 11:53 UTC
[PATCH] mm/page_table_check: do not track special (PFN-mapped) PTEs
2026-06-17 11:07 UTC (2+ messages)
[PATCH v1] iommu/riscv: Add page request queue and IOPF support
2026-06-17 8:52 UTC
[PATCH bpf-next v2 0/3] riscv, bpf: Fix signed operations and add 32 bit atomics
2026-06-17 7:54 UTC (7+ messages)
` [PATCH bpf-next v2 1/3] riscv, bpf: Fix support for BPF_SDIV and BPF_SMOD in RV32 JIT
` [PATCH bpf-next v2 2/3] riscv, bpf: Fix support for BPF_MOVSX "
` [PATCH bpf-next v2 3/3] riscv, bpf: Add 32 bit atomic operations to "
[PATCH] riscv: hwprobe: Avoid uninitialized read in hwprobe_get_cpus()
2026-06-17 6:24 UTC (4+ messages)
[PATCH RFC bpf-next 0/2] selftests/bpf: Add support for get_preempt_count()
2026-06-17 3:43 UTC (3+ messages)
` [PATCH RFC bpf-next 1/2] selftests/bpf: Add riscv "
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