messages from 2026-07-13 07:02:15 to 2026-07-14 14:07:20 UTC [more...]
[PATCH 00/22] Simplify special kernel page table handling
2026-07-14 14:04 UTC (16+ 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 05/22] arm64: mm: use mm_is_kernel() for kernel mm checks
` [PATCH 06/22] loongarch: mm: use mm_is_kernel() in switch_mm_irqs_off()
` [PATCH 07/22] parisc: mm: use mm_is_kernel() for kernel mm checks
` [PATCH 08/22] powerpc: "
` [PATCH 09/22] s390: "
` [PATCH 10/22] sparc: "
` [PATCH 11/22] um: mm: use mm_is_kernel() in TLB sync
` [PATCH 12/22] x86/mm: use mm_is_kernel() for kernel mm checks
` [PATCH 13/22] mm: account page table pages when allocated
` [PATCH 14/22] mm: set page table page type "
` [PATCH 15/22] mm: only initialise pt_share_count for user pgtables
[RFC PATCH 0/7] riscv: iommu: Add QoS ID support for resctrl device assignment
2026-07-14 14:03 UTC (9+ messages)
` [RFC PATCH 1/7] iommu: Add group lookup by ID
` [RFC PATCH 2/7] iommu: Add checked group device update helper
` [RFC PATCH 3/7] resctrl: Add a devices file for external requester assignment
` [RFC PATCH 4/7] iommu/riscv: Program QoS IDs for assigned groups
` [RFC PATCH 5/7] iommu/riscv: Expose global QoS IDs in sysfs
` [RFC PATCH 6/7] riscv_cbqri: Assign IOMMU groups to resource groups
` [RFC PATCH 7/7] selftests/iommu: Add RISC-V IOMMU QoS smoke test
[PATCH v1 00/20] gpio: Improvements around device-id arrays
2026-07-14 13:55 UTC (4+ messages)
` [PATCH v1 07/20] gpio: Add missing OF module annotations
` [PATCH v1 16/20] gpio: Unify style of of_device_id arrays
[PATCH v1] iommu/riscv: Support 32-bit register accesses
2026-07-14 13:55 UTC (10+ messages)
` [PATCH v2] iommu/riscv: Use 32-bit MMIO accesses for 64-bit registers
` "
` [PATCH v3] "
[PATCH] arch/riscv: vdso: remove CFI landing pad from rt_sigreturn
2026-07-14 13:35 UTC (4+ messages)
[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
2026-07-14 13:34 UTC (60+ messages)
` [RFC PATCH 01/34] ARM: mm: make nommu pgd_t a scalar
` [RFC PATCH 02/34] ARM: mm: make 2-level "
` [RFC PATCH 03/34] ARM: mm: remove custom pgdp_get()
` [RFC PATCH 04/34] LoongArch: mm: define pud_leaf() only when PUD exists
` [RFC PATCH 05/34] MIPS: "
` [RFC PATCH 06/34] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [RFC PATCH 07/34] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [RFC PATCH 08/34] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [RFC PATCH 09/34] riscv: "
` [RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [RFC PATCH 11/34] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [RFC PATCH 12/34] arm64: mm: use proper set_pXd() for generic compile-time folded patable in kasan_early_init()
` [RFC PATCH 13/34] arm64: mm: define pud_set_huge() when __PGTABLE_PMD_FOLDED not defined
` [RFC PATCH 14/34] csky: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 15/34] mips: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault path
` [RFC PATCH 16/34] nios2: "
` [RFC PATCH 17/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 18/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in setup_vm_final()
` [RFC PATCH 19/34] x86: power: use proper set_pXd() for generic compile-time folded patable in resume_one_md_table_init()
` [RFC PATCH 20/34] x86: kexec: use proper set_pXd() for generic compile-time folded patable in machine_kexec_page_table_set_one()
` [RFC PATCH 21/34] x86: platform: use proper set_pXd() for generic compile-time folded patable in setup_olpc_ofw_pgd()
` [RFC PATCH 22/34] x86: mm: use proper set_pXd() for generic compile-time folded patable in one_md_table_init()
` [RFC PATCH 23/34] x86: mm: skip pud setup when using generic compile-time folded pagetable
` [RFC PATCH 24/34] x86: mm: call try_to_free_pmd_page() when CONFIG_PGTABLE_LEVELS > 2
` [RFC PATCH 25/34] x86: mm: remove usage of pgd_page_vaddr() for CONFIG_x86_PAE
` [RFC PATCH 26/34] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [RFC PATCH 27/34] m68k: mm: remove usage of pgd_page_vaddr() for CONFIG_PGTABLE_LEVELS=3
` [RFC PATCH 28/34] arm: mm: use proper pgtable APIs for generic compile-time folded patable in kasan_init()
` [RFC PATCH 29/34] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud
` [RFC PATCH 30/34] mm/pgtable: disallow calling folded (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable
` [RFC PATCH 31/34] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [RFC PATCH 32/34] openrisc/pgtable: drop __pmd_offset()
` [RFC PATCH 33/34] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [RFC PATCH 34/34] arm64: pgtable: convert pte_present() from macro to static inline
[PATCH 00/16] irqchip: harden initialization error paths
2026-07-14 13:24 UTC (4+ messages)
` [PATCH 01/16] irqchip/riscv-imsic: fix MMIO lookup OOB and NULL cleanup
` [PATCH 03/16] irqchip/sifive-plic: do not iounmap devm mappings
[PATCH v4 0/2] RISC-V IOMMU HPM support
2026-07-14 13:13 UTC (6+ messages)
` [PATCH v4 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v4 2/2] iommu/riscv: create a auxiliary device for HPM
[PATCH] RISC-V: KVM: Inject instruction access fault on unmapped guest fetch
2026-07-14 13:05 UTC (2+ messages)
[PATCH] RISC-V: KVM: Fix lost virtual interrupts during IRQ sync
2026-07-14 12:47 UTC (5+ messages)
` [PATCH v4] RISC-V: KVM: Serialize virtual interrupt pending state updates
[patch 0/4] entry: Rework syscall skip logic
2026-07-14 12:27 UTC (6+ messages)
` [patch 4/4] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
[PATCH v2 0/2] bpf, riscv: add timed may_goto support
2026-07-14 12:16 UTC (3+ messages)
` [PATCH v2 1/2] bpf, riscv: add support for timed may_goto
` [PATCH v2 2/2] selftests/bpf: enable timed may_goto tests for riscv64
[PATCH 00/26] dmaengine: Remove redundant error messages on IRQ request failure
2026-07-14 12:06 UTC (3+ messages)
[PATCH] thermal: spacemit: k1: disable hardware on driver remove
2026-07-14 10:38 UTC (5+ messages)
[PATCH 0/3] clk: spacemit: Add clock support for UFS
2026-07-14 9:19 UTC (2+ messages)
[PATCH v3] riscv: dts: spacemit: k3: Add QSPI support for Pico-ITX board
2026-07-14 9:17 UTC (2+ messages)
[PATCH v2 0/5] Add remaining IO expansions on Lichee Pi 4A
2026-07-14 7:45 UTC (6+ 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 v8 0/3] riscv: fix PIO helpers and add optimized percpu ops
2026-07-14 6:23 UTC (4+ messages)
` [PATCH v8 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
` [External] "
[PATCH v5 0/8] futex: Use runtime constants for futex_hash computation
2026-07-14 6:00 UTC (5+ messages)
` [PATCH v5 5/8] riscv/runtime-const: Introduce runtime_const_mask_32()
[PATCH] kselftest/riscv: Improve building under native riscv64 environment
2026-07-14 4:31 UTC
[PATCH v22 0/3] Add OpenCores PTC PWM support
2026-07-14 3:30 UTC (4+ messages)
` [PATCH v22 1/3] dt-bindings: pwm: opencores: Update compatibles, examples and maintainers
` [PATCH v22 2/3] riscv: dts: starfive: Correct pwm nodes
` [PATCH v22 3/3] pwm: Add OpenCores PTC PWM driver
[PATCH 0/2] bpf, riscv: add timed may_goto support
2026-07-14 2:58 UTC (3+ messages)
` [PATCH 1/2] bpf, riscv: add support for timed may_goto
` [PATCH 2/2] selftests/bpf: enable timed may_goto tests for riscv64
[PATCH] riscv: cfi: reduce shadow stack size limit from 2GB to 512MB
2026-07-14 2:47 UTC (2+ messages)
[PATCH bpf-next v4 0/3] riscv, bpf: Add support for signed operations and 32-bit atomics
2026-07-14 2:37 UTC (6+ messages)
` [PATCH bpf-next v4 1/3] riscv, bpf: Add support for BPF_SDIV and BPF_SMOD in RV32 JIT
` [PATCH bpf-next v4 2/3] riscv, bpf: Add support for BPF_MOVSX "
` [PATCH bpf-next v4 3/3] riscv, bpf: Add 32 bit atomic operations to "
[PATCH 0/2] Add CoreSight nodes for Qualcomm Shikra SoC
2026-07-14 1:57 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: arm: add CTCU device for shikra
` [PATCH 2/2] arm64: dts: qcom: shikra: Add coresight nodes
[PATCH 6.18.y 0/6] cBPF JIT spray hardening
2026-07-14 1:12 UTC (7+ messages)
` [PATCH 6.18.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 6.18.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 6.18.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 6.18.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 6.18.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 6.18.y 6/6] bpf: Prefer dirty packs for eBPF allocations
[PATCH v2] riscv: hwprobe: Avoid uninitialized read in hwprobe_get_cpus()
2026-07-14 0:30 UTC
[PATCH 0/3] Add UFS Host driver support for SpacemiT K3 SoC
2026-07-13 23:57 UTC (5+ messages)
[PATCH v2 00/19] crypto: cmh - add CRI CryptoManager Hub driver
2026-07-13 23:17 UTC (6+ messages)
` [PATCH v2 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
[PATCH] riscv: Gate FUNCTION_ALIGNMENT_4B on DYNAMIC_FTRACE
2026-07-13 21:23 UTC (3+ messages)
[PATCH 0/2] riscv: vdso: Do not use LTO for the vDSO
2026-07-13 18:15 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] riscv: vdso: Simplify cflags remove logic
[PATCH RESEND 0/2] riscv: mm: Some optimizations for tlb flush
2026-07-13 17:49 UTC (5+ messages)
` [PATCH RESEND 1/2] riscv: mm: Apply svinval in update_mmu_cache()
` [External] "
[PATCH v6 0/2] mm/sparse-vmemmap: flush_cache_vmap() after hotplugging vmemmap
2026-07-13 17:11 UTC (6+ messages)
` [PATCH v6 2/2] "
[PATCH 7.1.y 1/6] bpf: Support for hardening against JIT spraying
2026-07-13 16:37 UTC (3+ messages)
[PATCH v2] riscv/futex: Bound number of LL/SC retries in cmpxchg
2026-07-13 16:15 UTC (2+ messages)
[PATCH 0/7] vDSO: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
2026-07-13 15:23 UTC (3+ messages)
` [PATCH 5/7] clocksource/drivers/arm_arch_timer: "
[PATCH 0/2] riscv: dts: spacemit: k3: Add USB/PCIe devices
2026-07-13 15:04 UTC (5+ messages)
` [PATCH 2/2] riscv: dts: spacemit: k3: Add PCIe device node
[PATCH net-next v13 00/10] net: stmmac: qcom-ethqos: add support for SCMI power domains
2026-07-13 13:20 UTC (11+ messages)
` [PATCH net-next v13 01/10] net: phy: aquantia: fix system interface type not updated in forced mode
` [PATCH net-next v13 02/10] dt-bindings: phy: document the serdes PHY on sa8255p
` [PATCH net-next v13 03/10] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
` [PATCH net-next v13 04/10] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v13 05/10] net: stmmac: qcom-ethqos: set serdes mode before powerup
` [PATCH net-next v13 06/10] net: stmmac: qcom-ethqos: update phy_mode to the resolved interface in mac_finish()
` [PATCH net-next v13 07/10] net: stmmac: qcom-ethqos: fix SGMII loopback not set on resume after speed change
` [PATCH net-next v13 08/10] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v13 09/10] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v13 10/10] net: stmmac: qcom-ethqos: add support for sa8255p
[PATCH v3] RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
2026-07-13 12:57 UTC (2+ messages)
[PATCH] riscv: kvm: Skip preventive hfence.gvma for new G-stage mappings with Svvptc
2026-07-13 12:39 UTC (2+ messages)
[PATCH] KVM: riscv: PMU: Bound counter mask scan to BITS_PER_LONG
2026-07-13 12:03 UTC (2+ messages)
[PATCH] cache: sifive_ccache: Remove redundant dev_err_probe()
2026-07-13 11:29 UTC
[PATCH v1] iommu/riscv: Add page request queue and IOPF support
2026-07-13 10:15 UTC (3+ messages)
[PATCH RESEND] riscv: enable HAVE_CMPXCHG_{DOUBLE,LOCAL}
2026-07-13 9:09 UTC (4+ messages)
[PATCH] i2c: spacemit: fix spurious IRQ handling returning IRQ_HANDLED
2026-07-13 9:01 UTC (5+ messages)
` [PATCH v2] "
[PATCH] KVM: riscv: SBI FWFT: Apply LOCK flag only on successful set
2026-07-13 8:33 UTC (2+ messages)
[PATCH RFC v3] KVM: riscv: Allow G-stage PMD block mappings for VM_PFNMAP
2026-07-13 7:21 UTC
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-13 7:06 UTC (3+ messages)
` [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
[PATCH RESEND] syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCH
2026-07-13 7:01 UTC (2+ messages)
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