messages from 2026-08-31 05:43:49 to 2026-09-04 10:19:00 UTC [more...]
[PATCH v3 0/4] dma: swiotlb: Centralize default pool policy and sizing
2026-09-04 10:18 UTC (3+ messages)
` [PATCH v3 1/4] dma: swiotlb: Centralize default pool policy selection
` [PATCH v3 2/4] dma: swiotlb: Centralize minimal pool sizing
[PATCH v5 0/5] LoongArch: add KHO support and selftests
2026-09-04 10:08 UTC (6+ messages)
` [PATCH v5 1/5] efi: add a KHO configuration table channel
` [PATCH v5 2/5] liveupdate: synchronize EFI KHO channel at execution
` [PATCH v5 3/5] liveupdate: kho_block: include linux/mm.h for virt/phys translation
` [PATCH v5 4/5] LoongArch: enable kexec handover (KHO)
` [PATCH v5 5/5] selftests/kho: add LoongArch vmtest support
[PATCH] loongarch: Do not select HAVE_RUST when KASAN is enabled
2026-09-04 7:33 UTC (4+ messages)
[PATCH v4 4/4] selftests/kho: add LoongArch vmtest support
2026-09-04 3:11 UTC (2+ messages)
[PATCH 1/1] liveupdate: kho: calculate per-node scratch sizes before allocation
2026-09-04 2:51 UTC
[PATCH v2] ARM, ARM64, LONGARCH: Delay HW BP notification to task_work()
2026-09-03 17:31 UTC (4+ messages)
[PATCH v3 0/6] arch, mm/execmem: resolve confusion about set_direct_map_valid_noflush()
2026-09-03 10:45 UTC (9+ messages)
` [PATCH v3 1/6] set_memory: add number of pages parameter to set_direct_map APIs
` [PATCH v3 2/6] mm/vmalloc: set area's page_order after allocation succeeds
` [PATCH v3 3/6] mm/vmalloc: constify vm parameter of get_vm_area_page_order()
` [PATCH v3 4/6] mm/vmalloc: make set_area_direct_map HUGE_VMAP friendly
` [PATCH v3 5/6] mm/execmem: use VM_FLUSH_RESET_PERMS for ROX cache allocations
` [PATCH v3 6/6] Revert "arch: introduce set_direct_map_valid_noflush()"
[PATCH v6 00/10] kdump: reduce vmcore size and capture time
2026-09-03 9:38 UTC (18+ messages)
` [PATCH v6 01/10] mm: memblock: add missing HugeTLB flag name
` [PATCH v6 02/10] riscv: build crash_mem ranges from memblock instead of resource tree
` [PATCH v6 03/10] crash_core: fold duplicated memblock arch hooks into the weak default
` [PATCH v6 04/10] crash_core: serialize crash header preparation against hotplug
` [PATCH v6 05/10] crash_core: replace for_each_mem_range() with for_each_mem_region()
` [PATCH v6 06/10] memblock: introduce MEMBLOCK_NODUMP flag
` [PATCH v6 07/10] of: reserved_mem: add dumpable flag to opt-in vmcore
` [PATCH v6 08/10] of: reserved_mem: mark /reserved-memory entries with MEMBLOCK_NODUMP
` [PATCH v6 09/10] of: reserved_mem: mark /memreserve/ entries as MEMBLOCK_NODUMP
` [PATCH v6 10/10] crash_core: skip MEMBLOCK_NODUMP regions when building vmcore ELF header
[PATCH v2 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
2026-09-03 7:41 UTC (16+ messages)
` [PATCH v2 01/15] MAINTAINERS: exec: Add more auxvec.h variants
` [PATCH v2 02/15] auxvec.h: Move AT_VECTOR_SIZE definitions to linux/auxvec.h
` [PATCH v2 03/15] asm-generic: add an in-kernel auxvec.h header
` [PATCH v2 04/15] ARM: drop custom asm/auxvec.h
` [PATCH v2 05/15] x86: Remove AT_VECTOR_SIZE_ARCH from UAPI
` [PATCH v2 06/15] arm64: "
` [PATCH v2 07/15] RISC-V: "
` [PATCH v2 08/15] LoongArch: "
` [PATCH v2 09/15] s390: "
` [PATCH v2 10/15] powerpc: "
` [PATCH v2 11/15] MIPS: "
` [PATCH v2 12/15] sparc: "
` [PATCH v2 13/15] sh: "
` [PATCH v2 14/15] alpha: remove "
` [PATCH v2 15/15] auxvec.h: Drop fallback AT_VECTOR_SIZE_ARCH
[PATCH v2 00/20] KVM: selftests: PPC pre-enabling
2026-09-03 1:01 UTC (23+ messages)
` [PATCH v2 01/20] KVM: selftests: Use MEM_REGION_PT memslot instead of '0' for s390 regions/segments
` [PATCH v2 02/20] KVM: selftests: Use the common minimum GPA for page tables on LoongArch
` [PATCH v2 03/20] KVM: selftests: Use vm_alloc_page_table() to allocate LoongArch page tables
` [PATCH v2 04/20] KVM: selftests: Rename "num" param to "nr_pages" for physical page allocators
` [PATCH v2 05/20] KVM: selftests: Use goto instead of do-while to retry finding unused physical pages
` [PATCH v2 06/20] KVM: selftests: Extend page allocator to support naturally aligned allocations
` [PATCH v2 07/20] KVM: selftests: Make the single-page allocator APIs static inline
` [PATCH v2 08/20] KVM: selftests: Use the innermost page allocator API in the memslot perf test
` [PATCH v2 09/20] KVM: selftests: Use the innermost page allocator API in s390's IRQ routing test
` [PATCH v2 10/20] KVM: selftests: Add a wrapper API to allocate multiple page table pages
` [PATCH v2 11/20] KVM: selftests: Initialize vm->memslots[] with invalid memslots during creation
` [PATCH v2 12/20] KVM: selftests: Add APIs to override memory region types with custom memslots
` [PATCH v2 13/20] KVM: selftests: Add TEST_EXTRA memory region type for "special" memslots
` [PATCH v2 14/20] KVM: selftests: Use TEST_EXTRA region in arm64's vGIC LPI stress test
` [PATCH v2 15/20] KVM: selftests: Use TEST_EXTRA region in x86's smaller MAXPHYADDR test
` [PATCH v2 16/20] KVM: selftests: Use TEST_EXTRA region in set memory region test
` [PATCH v2 17/20] KVM: selftests: Take the memory region type, not memslot, in page allocators
` [PATCH v2 18/20] KVM: selftests: Use TEST_ASSERT(), not assert(), in vm_get_mem_region()
` [PATCH v2 19/20] KVM: selftests: Automatically pick min_gpa for allocations based on region type
` [PATCH v2 20/20] KVM: selftests: Add arch hook to force page tables to be naturally aligned
[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
2026-09-02 20:48 UTC (26+ messages)
` [PATCH RFC v3 01/21] ARM: mm: make nommu pgd_t a scalar
` [PATCH RFC v3 02/21] ARM: mm: make 2-level "
` [PATCH RFC v3 03/21] ARM: mm: remove custom pgdp_get()
` [PATCH RFC v3 04/21] LoongArch: mm: define pud_leaf() only when PUD exists
` [PATCH RFC v3 05/21] MIPS: "
` [PATCH RFC v3 06/21] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [PATCH RFC v3 07/21] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [PATCH RFC v3 08/21] mm: vmscan: remove stack copy address of pud/pmd pass in walk_pud/pmd_range()
` [PATCH RFC v3 09/21] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [PATCH RFC v3 10/21] riscv: "
` [PATCH RFC v3 11/21] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [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 RFC v3 16/21] openrisc/pgtable: drop __pmd_offset()
` [PATCH RFC v3 17/21] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [PATCH RFC v3 18/21] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [PATCH RFC v3 19/21] mm/pgtable: disallow calling (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable with dummy
` [PATCH RFC v3 20/21] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud "
` [PATCH RFC v3 21/21] Documentation: mm: clarify behaviour of compile-time folded page tables
[PATCH 00/20] KVM: selftests: PPC pre-enabling
2026-09-02 17:59 UTC (14+ messages)
` [PATCH 02/20] KVM: selftests: Bump the minimum GPA for page tables to 0x200000
` [PATCH 05/20] KVM: selftests: Use goto instead of do-while to retry finding unused physical pages
` [PATCH 10/20] KVM: selftests: Add a wrapper API to allocate multiple page table pages
` [PATCH 11/20] KVM: selftests: Initialize vm->memslots[] with invalid memslots during creation
[PATCH 1/2] LoongArch: KVM: Fix PC double advance in kernel MMIO read fast path
2026-09-02 12:21 UTC (3+ messages)
[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
2026-09-02 10:01 UTC (21+ messages)
` [PATCH v3 01/17] kexec: Record allocated CMA pages to fix release size mismatch
` [PATCH v3 02/17] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
` [PATCH v3 05/17] LoongArch: kexec: Fix CMA page leaks in segment placement retry loops
` [PATCH v3 07/17] crash_dump: Fix potential double-free of keys_header
` [PATCH v3 08/17] crash: Extract crash_get_memory_ranges() helper
` [PATCH v3 12/17] x86/crash: Use num_possible_cpus() for elfcorehdr size
` [PATCH v3 15/17] crash: Simplify CRASH_MAX_MEMORY_RANGES handling
[PATCH] LoongArch: KVM: Fix memory leak in kvm_loongarch_env_init() error path
2026-09-02 8:04 UTC (7+ messages)
` [PATCH v2 0/2] LoongArch: KVM: Fix "
` [PATCH v2 1/2] LoongArch: KVM: Add unregister helpers for the KVM interrupt devices
` [PATCH v2 2/2] LoongArch: KVM: Fix resource leak in kvm_loongarch_env_init() error path
[PATCH v3 0/2] kexec: fix probe error codes and error propagation
2026-09-02 5:33 UTC (2+ messages)
[PATCH bpf v1 RESEND] bpf: Fix timer_lockup deadlock using atomic_fetch_inc()
2026-09-02 2:42 UTC (4+ messages)
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-09-01 18:34 UTC (6+ messages)
` [PATCH] seccomp: Fix syscall skip logic on ptrace
[PATCH 00/12] mm: make userland page table freeing RCU-safe
2026-09-01 17:47 UTC (31+ messages)
` [PATCH 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH 11/12] mm: make userland page table freeing RCU-safe
` [PATCH 12/12] mm: change the contract for free_pgtables(), update docs
[PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
2026-09-01 14:05 UTC (2+ messages)
[PATCH v4 0/3] Ignore local labels and mapping symbols during module load
2026-09-01 12:30 UTC (3+ messages)
` [PATCH v4 1/3] module/kallsyms: Rename is_mapping_symbol() to is_ignored_kernel_symbol()
[PATCH V2 0/5] cpufreq: loongson3: Fix wrong behaviors on multi-node servers
2026-09-01 8:01 UTC (2+ messages)
[PATCH 0/8] mm: Drop pxd_ERROR()
2026-09-01 2:48 UTC (11+ messages)
` [PATCH 4/8] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
` [PATCH 5/8] sh/mm: Stop using pte_ERROR()
` [PATCH 6/8] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [PATCH 7/8] sh/mm: Stop using pgd_ERROR()
` [PATCH 8/8] mm: Drop pxd_ERROR()
[PATCH v3] LoongArch: KVM: Fix TOCTOU race on pv_features
2026-09-01 1:31 UTC (3+ messages)
[PATCH] LoongArch: KVM: Free init resources if kvm_init() fails
2026-09-01 1:15 UTC (3+ messages)
[PATCH v1 0/6] LoongArch: Fix perf hardware breakpoints
2026-09-01 1:13 UTC (4+ messages)
` [PATCH v1 4/6] LoongArch: Only send SIGTRAP signal if necessary in do_watch()
[PATCH v3 0/3] LoongArch: KVM: Add separate vmid support
2026-08-31 9:47 UTC (4+ messages)
` [PATCH v3 1/3] LoongArch: KVM: Add vmid support for stage2 MMU
` [PATCH v3 2/3] LoongArch: KVM: Implement vmid updating logic
` [PATCH v3 3/3] LoongArch: KVM: Enable separate vmid feature
[PATCH bpf-next v2] selftests/bpf: Add test for indirect struct_ops trampoline
2026-08-31 8:57 UTC
[PATCH] LoongArch: KVM: Preserve memslot arch flags on KVM_MR_FLAGS_ONLY
2026-08-31 6:30 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