messages from 2026-09-09 06:09:09 to 2026-09-12 19:37:15 UTC [more...]
[PATCH bpf-next v3 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
2026-09-12 19:37 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] bpf, mips: Factor register moves into helpers
` [PATCH bpf-next v3 2/2] bpf, mips: Add support for BPF_MOVSX in the JITs
[PATCH bpf-next v2] bpf, mips: Add BPF_MEMSX support to the JITs
2026-09-12 18:06 UTC
[PATCH bpf-next v4 0/3] bpf, mips: Add signed div/mod support
2026-09-12 0:52 UTC (6+ messages)
` [PATCH bpf-next v4 1/3] bpf, mips: Factor out div/mod emission helpers
` [PATCH bpf-next v4 2/3] MIPS: uasm: Add signed div/mod and sign-extension emitters
` [PATCH bpf-next v4 3/3] bpf, mips: Add support for BPF_SDIV and BPF_SMOD
[PATCH] clk: eyeq: Use devm_platform_ioremap_resource()
2026-09-11 23:53 UTC (3+ messages)
[PATCH v3 00/12] mm: make userland page table freeing RCU-safe
2026-09-11 19:36 UTC (13+ messages)
` [PATCH v3 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH v3 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v3 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v3 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v3 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v3 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v3 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v3 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v3 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v3 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v3 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v3 12/12] mm: change the contract for free_pgtables(), update docs
[PATCH 00/60] KVM Planes + SEV-SNP Support
2026-09-11 17:54 UTC (3+ messages)
` [PATCH 29/60] kvm: Implement KVM_CREATE_PLANE ioctl
[PATCH bpf-next v2 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
2026-09-11 16:37 UTC (4+ messages)
` [PATCH bpf-next v2 2/2] bpf, mips: Add support for BPF_MOVSX in "
[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
2026-09-10 15:29 UTC (13+ messages)
` [PATCH RFC v3 12/21] mm/pgtable: redefine PGTABLE_LEVEL enum with ascend order from PGD
` [PATCH RFC v3 13/21] x86: mm: use pgtable_level enum in effective_prot_pXd()
` [PATCH RFC v3 14/21] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [PATCH RFC v3 15/21] x86: mm: skip collapse_pud_page() when CONFIG_X86_DIRECT_GBPAGES disabled
[PATCH v5 00/24] vdso: Reject absolute relocations during build
2026-09-10 8:33 UTC (22+ messages)
` [PATCH v5 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v5 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v5 05/24] powerpc/elf: "
` [PATCH v5 12/24] vdso: Add the vdsocheck tool
` [PATCH v5 17/24] powerpc/vdso: Enable "
[PATCH v2 00/12] mm: make userland page table freeing RCU-safe
2026-09-09 16:44 UTC (11+ messages)
` [PATCH v2 11/12] "
` [PATCH v2 12/12] mm: change the contract for free_pgtables(), update docs
[PATCH v4 0/4] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
2026-09-09 16:22 UTC (5+ messages)
` [PATCH v4 1/4] dmaengine: vchan: add vchan_chan_name() to get channel device name
` [PATCH v4 2/4] dmaengine: use dma_chan_name() helper to get per-channel "
` [PATCH v4 3/4] dmaengine: add (dmaengine|vchan)_chan_dev() helper
` [PATCH v4 4/4] dmaengine: add union chan_dev for dma_chan::dev for clarity
[PATCH v3 0/4] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
2026-09-09 12:39 UTC (4+ messages)
` [PATCH v3 3/4] dmaengine: add (dmaengine|vchan)_chan_dev() helper
[PATCH 00/15] vdso: Clean up the vsyscall.h headers
2026-09-09 8:51 UTC (16+ messages)
` [PATCH 01/15] vdso: Move the kernel-side time update helpers to a new header
` [PATCH 02/15] vdso/gettimeofday: Define fallback __arch_get_vdso_u_time_data() in gettimeofday.c
` [PATCH 03/15] vdso/getrandom: Define fallback __arch_get_vdso_u_rng_data() in getrandom.c
` [PATCH 04/15] vdso/vsyscall: Define fallback time synchronization functions in vsyscall.c
` [PATCH 05/15] vdso: Delete asm-generic/vdso/vsyscall.h
` [PATCH 06/15] x86/vdso: Move vDSO page definitions to asm/vdso.h
` [PATCH 07/15] sparc/vdso: Move __VDSO_PAGES "
` [PATCH 08/15] s390/vdso: Delete asm/vdso/vsyscall.h inclusions
` [PATCH 09/15] sparc/vdso: Delete asm/vdso/vsyscall.h inclusion
` [PATCH 10/15] x86/vdso: Delete asm/vdso/vsyscall.h inclusions
` [PATCH 11/15] arm64/vdso: "
` [PATCH 12/15] riscv/hwprobe: Include vdso/datapage.h
` [PATCH 13/15] vdso: Remove unnecessary vdso/vsyscall.h includes
` [PATCH 14/15] vdso: Add asm-generic/vdso/vsyscall.h
` [PATCH 15/15] vdso: Remove __ASSEMBLER__ guards from vsyscall.h
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