messages from 2026-08-26 09:25:37 to 2026-09-02 11:59:18 UTC [more...]
[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
2026-09-02 11:56 UTC (22+ 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 1/2] LoongArch: KVM: Fix PC double advance in kernel MMIO read fast path
2026-09-02 10:12 UTC (2+ messages)
[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
2026-09-02 10:01 UTC (26+ 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 10/17] elf: Introduce elf64_phdr_size() helper
` [PATCH v3 12/17] x86/crash: Use num_possible_cpus() for elfcorehdr size
` [PATCH v3 13/17] crash: Improve elfcorehdr segment identification
` [PATCH v3 14/17] x86/crash: Simplify crash_load_segments() using crash_extra_elfcorehdr_size()
` [PATCH v3 15/17] crash: Simplify CRASH_MAX_MEMORY_RANGES handling
` [PATCH v3 16/17] arm64: kexec_file: Simplify load_other_segments()
` [PATCH v3 17/17] arm64: crash: Add crash hotplug support
[PATCH v6 00/10] kdump: reduce vmcore size and capture time
2026-09-02 8:53 UTC (12+ 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] 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 (7+ messages)
` [PATCH v3 1/2] kexec: return -ENOEXEC from image probe functions on mismatch
[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 (9+ messages)
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [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 (7+ messages)
` [PATCH V2 1/5] cpufreq: loongson3: Make this driver depend on MACH_LOONGSON64
` [PATCH V2 2/5] cpufreq: loongson3: Adjust the width of id and val in smc_message
` [PATCH V2 3/5] cpufreq: loongson3: Replace per-package mutex with per-node
` [PATCH V2 4/5] cpufreq: loongson3: Use global physical CPU ID in get/target callbacks
` [PATCH V2 5/5] cpufreq: loongson3: Replace IOCSR read/write with MMIO ones
[PATCH 0/8] mm: Drop pxd_ERROR()
2026-09-01 2:48 UTC (14+ messages)
` [PATCH 1/8] mm: Make ptval_to_str() generally available
` [PATCH 2/8] mm: Stop using pxd_ERROR()
` [PATCH 3/8] loongarch/mm: Stop using pte_ERROR()
` [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 (9+ messages)
` [PATCH v1 1/6] LoongArch: Fix bitmask corruption in update_bp_registers()
` [PATCH v1 2/6] LoongArch: Remove redundant call "
` [PATCH v1 3/6] LoongArch: Fix architectural naming typo for CSR_FWPS_SKIP
` [PATCH v1 4/6] LoongArch: Only send SIGTRAP signal if necessary in do_watch()
` [PATCH v1 5/6] LoongArch: Fix perf hardware breakpoint failure via installation
` [PATCH v1 6/6] LoongArch: Fix one-shot limitation for perf hardware breakpoints
[PATCH 00/20] KVM: selftests: PPC pre-enabling
2026-08-31 11:34 UTC (28+ messages)
` [PATCH 01/20] KVM: selftests: Use MEM_REGION_PT memslot instead of '0' for s390 regions/segments
` [PATCH 02/20] KVM: selftests: Bump the minimum GPA for page tables to 0x200000
` [PATCH 03/20] KVM: selftests: Use vm_alloc_page_table() to allocate LoongArch page tables
` [PATCH 04/20] KVM: selftests: Rename "num" param to "nr_pages" for physical page allocators
` [PATCH 05/20] KVM: selftests: Use goto instead of do-while to retry finding unused physical pages
` [PATCH 06/20] KVM: selftests: Extend page allocator to support naturally aligned allocations
` [PATCH 07/20] KVM: selftests: Make the single-page allocator APIs static inline
` [PATCH 08/20] KVM: selftests: Use the innermost page allocator API in the memslot perf test
` [PATCH 09/20] KVM: selftests: Use the innermost page allocator API in s390's IRQ routing test
` [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 12/20] KVM: selftests: Add APIs to override memory region types with custom memslots
` [PATCH 13/20] KVM: selftests: Add TEST_EXTRA memory region type for "special" memslots
` [PATCH 14/20] KVM: selftests: Use TEST_EXTRA region in arm64's vGIC LPI stress test
` [PATCH 15/20] KVM: selftests: Use TEST_EXTRA region in x86's smaller MAXPHYADDR test
` [PATCH 16/20] KVM: selftests: Use TEST_EXTRA region in set memory region test
` [PATCH 17/20] KVM: selftests: Take the memory region type, not memslot, in page allocators
` [PATCH 18/20] KVM: selftests: Use TEST_ASSERT(), not assert(), in vm_get_mem_region()
` [PATCH 19/20] KVM: selftests: Automatically pick min_gpa for allocations based on region type
` [PATCH 20/20] KVM: selftests: Add arch hook to force page tables to be naturally aligned
[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 (3+ messages)
[PATCH] LoongArch: KVM: Validate MSI data before routing it to EIOINTC
2026-08-31 4:50 UTC (3+ messages)
[PATCH v2] LoongArch: BPF: Fix off-by-one error for insn_is_cast_user
2026-08-31 2:31 UTC
[PATCH v10 0/2] i2c: ls2x: Add clock- related properties and parsing
2026-08-31 1:57 UTC (3+ messages)
[PATCH bpf-next v1 07/14] bpf, loongarch: Fix stack arguments for indirect trampolines
2026-08-30 1:46 UTC (4+ messages)
[PATCH v2 0/6] arch, mm/execmem: resolve confusion about set_direct_map_valid_noflush()
2026-08-29 10:48 UTC (3+ messages)
[PATCH v1] LoongArch: BPF: Fix off-by-one error for insn_is_cast_user
2026-08-28 8:40 UTC (2+ messages)
[PATCH bpf-next v1] selftests/bpf: Add test for indirect struct_ops trampoline
2026-08-28 5:29 UTC (2+ messages)
[RFC V3 0/8] mm: Drop pxd_ERROR()
2026-08-27 6:06 UTC (7+ messages)
` [RFC V3 1/8] mm: Make ptrval_to_str() generally available
` [RFC V3 8/8] mm: Drop pxd_ERROR()
[PATCH 0/5] cpufreq: loongson3: Fix wrong behaviors on multi-node servers
2026-08-26 15:02 UTC (18+ messages)
` [PATCH 1/5] cpufreq: loongson3: Make this drvier depend on MACH_LOONGSON64
` [PATCH 2/5] cpufreq: loongson3: Adjust the width of id and val in smc_message
` [PATCH 3/5] cpufreq: loongson3: Replace per-package mutex with per-node
` [PATCH 4/5] cpufreq: loongson3: Use global physical CPU ID in get/target callbacks
` [PATCH 5/5] cpufreq: loongson3: Replace IOCSR read/write with MMIO ones
[PATCH 7.1 000/101] 7.1.11-rc1 review
2026-08-26 12:27 UTC
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