messages from 2026-07-20 03:24:08 to 2026-07-21 19:31:07 UTC [more...]
[PATCH bpf-next v4 0/3] riscv, bpf: Add support for signed operations and 32-bit atomics
2026-07-21 19:30 UTC (2+ messages)
[PATCH v3 1/2] bpf, riscv: add support for timed may_goto
2026-07-21 19:07 UTC (2+ messages)
[PATCH v3 2/2] selftests/bpf: enable timed may_goto tests for riscv64
2026-07-21 19:07 UTC (2+ messages)
[PATCH v4] bpf, riscv: fix extable handling for arena load_acquire
2026-07-21 18:30 UTC (2+ messages)
[PATCH bpf-next v6 0/7] Mixing bpf2bpf and tailcalls for RV64
2026-07-21 18:30 UTC (2+ messages)
[PATCH RFC 00/18] arch, mm: create a generic set_memory/change_page_attr core
2026-07-21 18:30 UTC (23+ messages)
` [PATCH RFC 01/18] x86/mm/pat: Don't gate cpa_lock on debug_pagealloc_enabled()
` [PATCH RFC 02/18] x86/mm/pat: fix effective RW computation in lookup_address_in_pgd_attr()
` [PATCH RFC 03/18] x86/mm/pat: replace x86-speficic pg_level with generic pgtable_level
` [PATCH RFC 04/18] x86/mm/pat: use page table accessors for effective RW/NX bits
` [PATCH RFC 05/18] x86/mm/pat: use a generic helper for the large page size
` [PATCH RFC 06/18] x86/mm/pat: introduce an inline helper to check if alias needs update
` [PATCH RFC 07/18] x86/mm/pat: introduce cpa_handle_large_page()
` [PATCH RFC 08/18] x86/mm/pat: use cpa_split_data structure to pass split parameters
` [PATCH RFC 09/18] x86/mm/pat: use a single locked lookup for PTE verification
` [PATCH RFC 10/18] x86/mm/pat: move the large page size calculation to should_split_large_page
` [PATCH RFC 11/18] x86/mm/pat, mm: set_memory: pull change_page_attr() core to mm/
` [PATCH RFC 12/18] x86/pat/mm, mm/set_memory: abstract the CPA page table lock
` [PATCH RFC 13/18] mm/set_memory: read page table entries with pXdp_get()
` [PATCH RFC 14/18] x86/mm/pat, mm: move cpa-test to mm
` [PATCH RFC 15/18] riscv: convert set_memory to the generic CPA implementation
` [PATCH RFC 16/18] riscv: make set_direct_map_*_noflush actually noflush
` [PATCH RFC 17/18] loongarch: convert set_memory to the generic CPA implementation
` [PATCH RFC 18/18] loongarch: make set_direct_map_*_noflush actually noflush
[PATCH v3] bpf, riscv: fix extable handling for arena load_acquire
2026-07-21 18:25 UTC (3+ messages)
[RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
2026-07-21 18:21 UTC (12+ messages)
[PATCH bpf-next v6 6/7] riscv, bpf: Mixing bpf2bpf and tailcalls
2026-07-21 18:12 UTC (11+ messages)
[PATCH v2 0/6] hwmon: (lm63) Add Sensylink CTF2301 support
2026-07-21 17:56 UTC (13+ messages)
` [PATCH v2 1/6] dt-bindings: vendor-prefixes: Add Sensylink
` [PATCH v2 2/6] dt-bindings: hwmon: Move LM63 family to a dedicated binding
` [PATCH v2 3/6] dt-bindings: hwmon: Add Sensylink CTF2301
` [PATCH v2 4/6] hwmon: (lm63) Add Sensylink CTF2301 support
` [PATCH v2 5/6] riscv: dts: spacemit: Add K3 I2C6 pinctrl state
` [PATCH v2 6/6] riscv: dts: spacemit: Add CTF2301 on K3 CoM260
[GIT PULL] RISC-V defconfig changes for v7.3
2026-07-21 16:20 UTC
[PATCH 00/22] Simplify special kernel page table handling
2026-07-21 15:12 UTC (19+ messages)
` [PATCH 01/22] mm: drop unused __mm_flags_set_mask_bits_word()
` [PATCH 02/22] mm: move mm_flags helpers to mm_types.h
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
` [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
` [PATCH 14/22] mm: set page table page type when allocated
` [PATCH 15/22] mm: only initialise pt_share_count for user pgtables
[PATCH 0/3] mm/early_ioremap: clarify and clean up early_ioremap_reset()
2026-07-21 15:11 UTC (3+ messages)
` [PATCH 3/3] arm64: remove early_ioremap_reset() call and __late_* macros
[PATCH] riscv: hwprobe: Register unaligned probes before usermode
2026-07-21 15:05 UTC
[PATCH] RISC-V: KVM: Fix the conversion between vsip and hvip
2026-07-21 14:18 UTC
[PATCH 6.16.y 0/6] cBPF JIT spray hardening
2026-07-21 13:08 UTC (2+ messages)
[PATCH 0/3] clk: spacemit: k3: fix i2s clock topology and divider rates
2026-07-21 12:37 UTC (5+ messages)
` [PATCH 1/3] dt-bindings: soc: spacemit: k3: add i2s_sysclk, i2s_bclk_factor and i2s1_sysclk_src IDs
` [PATCH 3/3] clk: spacemit: k3: fix missing /2 factor in i2s sysclk dividers
[PATCH v5] KVM: selftests: riscv: Add lazy V extension enablement for guests
2026-07-21 12:24 UTC
[PATCH 0/4] vmcore-tasks: export per-task metadata to vmcoreinfo
2026-07-21 12:05 UTC (8+ messages)
[PATCH v4] KVM: selftests: riscv: Add lazy V extension enablement for guests
2026-07-21 11:55 UTC
[PATCH] KVM: selftests: riscv: Add lazy V extension enablement for guests
2026-07-21 11:24 UTC (3+ messages)
` [PATCH v2] "
` [PATCH v3] "
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-21 10:44 UTC (6+ messages)
` [PATCH] seccomp: Fix syscall skip logic on ptrace
[GIT PULL] KVM/riscv fixes for 7.2 take #1
2026-07-21 10:09 UTC (2+ messages)
[PATCH v2 0/2] Add CoreSight nodes for Qualcomm Shikra SoC
2026-07-21 8:17 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: add CTCU device for shikra
[RFC PATCH 0/3] dt-bindings: riscv: Add RISC-V Worlds and SiFive WorldGuard DT bindings
2026-07-21 8:15 UTC (10+ messages)
` [RFC PATCH 2/3] dt-bindings: riscv: Add Worlds per-hart properties
[RFC PATCH 0/3] riscv: Add supervisor pointer masking infrastructure
2026-07-21 7:58 UTC (4+ messages)
` [RFC PATCH 1/3] riscv: sbi: Add FWFT get helper
` [RFC PATCH 2/3] riscv: kexec: Select HOTPLUG_CPU for KEXEC_FILE
` [RFC PATCH 3/3] riscv: Add supervisor pointer masking control
[PATCH] pwm: th1520: use vertical import style
2026-07-21 7:50 UTC (3+ messages)
[PATCH v2] pwm: th1520: use vertical import style
2026-07-21 7:49 UTC
[PATCH] RISC-V: KVM: Serialize IMSIC attributes with vCPU migration
2026-07-21 7:36 UTC
[PATCH] mailbox: Remove redundant dev_err()/dev_err_probe()
2026-07-21 7:28 UTC (3+ messages)
[PATCH] riscv: selftests: Fix pointer masking test failures on real hardware
2026-07-21 6:52 UTC
[PATCH v2] riscv/sifive: remove warning in errata
2026-07-21 3:36 UTC (2+ messages)
[PATCH v3] serial: 8250: Clear CON_PRINTBUFFER on port re-registration
2026-07-21 3:14 UTC (3+ messages)
[PATCH 0/2] riscv: ptdump: Refactor for KVM gstage ptdump support
2026-07-21 2:58 UTC (3+ messages)
` [PATCH 1/2] riscv: ptdump: Move pagetable definitions to common header
[PATCH] RISC-V: KVM: Add SBI DBTR extension forwarding
2026-07-21 2:42 UTC
[PATCH RFC v3 2/6] riscv/mm: add untagged_addr_remote_unlocked()
2026-07-20 19:39 UTC (8+ messages)
[PATCH v2 0/5] Add remaining IO expansions on Lichee Pi 4A
2026-07-20 18:28 UTC (15+ messages)
` [PATCH v2 1/5] riscv: dts: thead: th1520: remove pclk for I2C1
` [PATCH v2 2/5] riscv: dts: thead: Add TH1520 I2C nodes
` [PATCH v2 3/5] riscv: dts: thead: lpi4a: sort nodes
` [PATCH v2 4/5] riscv: dts: thead: Add IO labels for the IO expansion on I2C1
` [PATCH v2 5/5] riscv: dts: thead: Add remaining Lichee Pi 4A IO expansions
[PATCH v5 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
2026-07-20 17:12 UTC (6+ messages)
` [PATCH v5 4/8] riscv_cbqri: Add capacity controller probe and allocation device ops
` [External] "
[PATCH v3 00/16] PCI: dwc: Cache PCIe capability offset and simplify drivers
2026-07-20 15:06 UTC (17+ messages)
` [PATCH v3 01/16] PCI: dwc: Add pcie_cap field and helper in designware header
` [PATCH v3 02/16] PCI: dwc: Use cached PCIe capability offset in core
` [PATCH v3 03/16] PCI: dwc: imx6: Use cached PCIe capability offset
` [PATCH v3 04/16] PCI: dwc: layerscape-ep: "
` [PATCH v3 05/16] PCI: dwc: meson: "
` [PATCH v3 06/16] PCI: dwc: rockchip: "
` [PATCH v3 07/16] PCI: dwc: eswin: "
` [PATCH v3 08/16] PCI: dwc: fu740: "
` [PATCH v3 09/16] PCI: dwc: intel-gw: "
` [PATCH v3 10/16] PCI: dwc: qcom-ep: "
` [PATCH v3 11/16] PCI: dwc: qcom: "
` [PATCH v3 12/16] PCI: dwc: sophgo: "
` [PATCH v3 13/16] PCI: dwc: spacemit-k1: "
` [PATCH v3 14/16] PCI: dwc: spear13xx: "
` [PATCH v3 15/16] PCI: dwc: tegra194: "
` [PATCH v3 16/16] PCI: dwc: ultrarisc: "
[PATCH v2] riscv: mm: fix SWIOTLB initialization for systems with DRAM above 4GB
2026-07-20 14:54 UTC (4+ messages)
[PATCH v2 0/8] riscv: eswin: eic7700: Add support for clocks, resets, pinctrl, HSP bus, I2C and watchdog
2026-07-20 13:28 UTC (4+ messages)
` [PATCH v2 4/8] dt-bindings: mfd: syscon: add ESWIN EIC7700 compatible
[PATCH] spi: spacemit: Correct TX FIFO slot calculation
2026-07-19 21:13 UTC (2+ messages)
[PATCH v3 0/5] riscv: vdso: Implement __vdso_futex_robust_try_unlock()
2026-07-20 11:50 UTC (9+ messages)
` [PATCH v3 4/5] riscv: compat_vdso: Build with zacas if available
` [PATCH v3 5/5] riscv: vdso: Implement __vdso_futex_robust_try_unlock()
[PATCH v2 0/2] riscv: spacemit: Add K3 PCIe/USB comb phy support
2026-07-20 11:43 UTC (2+ messages)
[PATCH] thermal: spacemit: validate clamped trip thresholds
2026-07-20 10:36 UTC
[PATCH 0/3] Remove deprecated static key API in scheduler code
2026-07-20 10:35 UTC (3+ messages)
` [PATCH 2/3] sched: Convert paravirt_steal to new static key APIs
[PATCH] riscv/mm: use physical alignment for vmemmap_start_pfn
2026-07-20 9:20 UTC (3+ messages)
[RFC PATCH] riscv: uprobe: Relax SYSTEM instruction validation
2026-07-20 8:00 UTC
[PATCH v3 0/3] tee: add MbedTEE driver
2026-07-20 7:35 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: vendor-prefixes: add mbedtee
` [PATCH v3 2/3] dt-bindings: firmware: add mbedtee,tee binding
` [PATCH v3 3/3] tee: add MbedTEE driver
[PATCH v4 0/2] RISC-V IOMMU HPM support
2026-07-20 7:29 UTC (3+ messages)
` [PATCH v4 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
[PATCH v8 00/22] Add Counter delegation ISA extension support
2026-07-20 7:21 UTC (27+ messages)
` [PATCH v8 01/22] RISC-V: perf: fix resource cleanup on driver probe failure
` [PATCH v8 02/22] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v8 03/22] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v8 05/22] RISC-V: Define indirect CSR access helpers
` [PATCH v8 06/22] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v8 08/22] RISC-V: Add Sscfg extension CSR definition
` [PATCH v8 09/22] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
` [PATCH v8 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v8 13/22] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v8 14/22] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v8 16/22] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v8 17/22] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v8 18/22] RISC-V: perf: Add Qemu virt machine events
[PATCH v4 0/2] riscv: fix kprobes on minimal kernel configs
2026-07-20 7:11 UTC (4+ messages)
` [PATCH v4 1/2] riscv: mm: make EXECMEM_KPROBES writable without CONFIG_STRICT_MODULE_RWX
` [PATCH v4 2/2] riscv: patch: skip fixmap mapping when kernel text is already writable
[PATCH 0/2] fix and cleanup in spi-spacemit-k1
2026-07-20 6:08 UTC (3+ messages)
` [PATCH 1/2] spi: spacemit: fix dangling TX DMA descriptor on RX prep failure
` [PATCH 2/2] spi: spacemit: drop redundant dev_err_probe() around irq helpers
[PATCH] irqchip/riscv-imsic: Fix MMIO regset lookup loop bound
2026-07-20 3:44 UTC (3+ messages)
[PATCH] irqchip/riscv-imsic: Use GENMASK for base address masks
2026-07-20 3:34 UTC (2+ messages)
page: | 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