messages from 2026-07-10 13:03:32 to 2026-07-15 10:07:48 UTC [more...]
[PATCH v3 0/2] LoongArch: KVM: Fix timer restore issues
2026-07-15 10:06 UTC
[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
2026-07-15 9:44 UTC (76+ 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] LoongArch: mm: drop redundant flush_tlb_all() from set_pmd_at()
2026-07-15 9:43 UTC
[PATCH 0/7] vDSO: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
2026-07-15 9:03 UTC (10+ messages)
` [PATCH 2/7] vDSO: Make clockmode constants available without CONFIG_GENERIC_GETTIMEOFDAY
` [PATCH 3/7] MIPS: csrc-r4k: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
` [PATCH 5/7] clocksource/drivers/arm_arch_timer: "
[PATCH 0/2] thermal: loongson2: Add support for Loongson-2K0300 SoC
2026-07-15 8:31 UTC (9+ messages)
` [PATCH 1/2] dt-bindings: thermal: loongson,ls2k-thermal: Add compatible for Loongson-2K0300
` [PATCH 2/2] thermal/drivers/loongson2: Add thermal driver support "
[PATCH v2] LoongArch: KVM: Reload one-shot TVAL on migration destination
2026-07-15 7:29 UTC
[PATCH] LoongArch: KVM: Reload one-shot TVAL on migration destination
2026-07-15 6:44 UTC (5+ messages)
[PATCH 6.18.y 0/6] cBPF JIT spray hardening
2026-07-15 0:12 UTC (8+ 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 6.16.y 0/6] cBPF JIT spray hardening
2026-07-14 18:59 UTC (7+ messages)
` [PATCH 6.16.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 6.16.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 6.16.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 6.16.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 6.16.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 6.16.y 6/6] bpf: Prefer dirty packs for eBPF allocations
[patch 0/4] entry: Rework syscall skip logic
2026-07-14 18:57 UTC (18+ messages)
` [patch 1/4] entry: Rework syscall_audit_enter()
` [patch 2/4] entry: Rework trace_syscall_enter()
` [patch 3/4] entry: Make return type of syscall_trace_enter() bool
` [patch 4/4] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
[PATCH 00/22] Simplify special kernel page table handling
2026-07-14 15:19 UTC (28+ 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
` [PATCH 16/22] efi: mark efi_mm as a kernel mm
` [PATCH 17/22] mm: pagewalk: drop redundant address check for kernel mm walks
` [PATCH 18/22] arm64: mm: drop explicit mm_is_efi() check in contpte
` [PATCH 19/22] x86/tboot: mark tboot_mm as a kernel mm
` [PATCH 20/22] arm64: mm: drop ctor/dtor calls for kernel page tables
` [PATCH 21/22] arm: mm: drop ctor call "
` [PATCH 22/22] riscv: mm: drop ctor/dtor calls "
[PATCH v2 RESEND] loongarch: retrieve CPU package ID from PPTT when available
2026-07-14 14:50 UTC (2+ messages)
[PATCH 02/16] irqchip/loongarch-ir: fix redirect free and alloc leaks
2026-07-14 12:23 UTC
[PATCH v3 0/3] LoongArch: add KHO support and selftests
2026-07-14 12:17 UTC (4+ messages)
` [PATCH v3 1/3] LoongArch: kexec: add KHO support for FDT-based
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-14 8:20 UTC (14+ messages)
` [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
[PATCH v5 0/5] LoongArch: KVM: Harden interrupt injection
2026-07-14 7:25 UTC (6+ messages)
` [PATCH v5 1/5] LoongArch: KVM: Fix uninitialized stack variable issue with dmsintc
` [PATCH v5 2/5] LoongArch: KVM: Return directly when IPI address is not aligned
` [PATCH v5 3/5] LoongArch: KVM: Set default MAILBOX access size with 8
` [PATCH v5 4/5] LoongArch: KVM: Replace kvm_err() with kvm_pr_unimpl()
` [PATCH v5 5/5] LoongArch: KVM: Use internal API to deliver interrupt in kernel mode
[PATCH 0/2] LoongArch: KVM: EIOINTC: fix INT_ENCODE ipnum out-of-bounds access
2026-07-14 3:19 UTC (5+ messages)
` [PATCH 1/2] LoongArch: KVM: EIOINTC: clamp ipnum to valid range in INT_ENCODE mode
` [PATCH 2/2] LoongArch: KVM: EIOINTC: factor IP-number decode into a helper
[PATCH 0/8] ACPI: LoongArch: Add IOVT table support
2026-07-14 2:23 UTC (4+ messages)
[PATCH 7.1.y 1/6] bpf: Support for hardening against JIT spraying
2026-07-13 16:37 UTC (3+ messages)
[RFC PATCH] ARM, ARM64, LOONGARCH: Delay HW BP notification to task_work()
2026-07-13 14:49 UTC
[PATCH v3 02/12] LoongArch: Mark special sections for KLP support
2026-07-13 14:33 UTC (2+ messages)
[PATCH RESEND] syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCH
2026-07-13 7:01 UTC (2+ messages)
[PATCH RFC 0/2] LoongArch: BPF: Optimize 32-bit zero/sign extensions
2026-07-11 10:16 UTC (3+ messages)
` [PATCH RFC 1/2] LoongArch: BPF: Eliminate zero-extension for memory load operations
` [PATCH RFC 2/2] LoongArch: BPF: Eliminate zero/sign extensions for 32-bit operations
[PATCH v1 0/3] LoongArch: BPF: clean up for build_insn() paths
2026-07-11 10:09 UTC (4+ messages)
` [PATCH v1 1/3] LoongArch: BPF: Remove redundant zext jumping in move_imm()
` [PATCH v1 2/3] LoongArch: BPF: Remove dead move_imm() call in BPF_NEG path
` [PATCH v1 3/3] LoongArch: BPF: Split unconditional branch JA paths statically
[PATCH v5 0/2] Add Loongson CAN-FD controller driver
2026-07-11 3:05 UTC (3+ messages)
` [PATCH v5 1/2] can: "
[PATCH bpf] LoongArch: bpf: zero-extend signed ALU32 div/mod results
2026-07-11 2:51 UTC (2+ messages)
[PATCH 7.1.y 0/6] cBPF JIT spray hardening
2026-07-10 21:03 UTC (2+ messages)
[PATCH for 6.6] LoongArch: Add PIO for early access before ACPI PCI root register
2026-07-10 21:03 UTC (2+ messages)
[PATCH v3 00/12] LoongArch: Add livepatch build (KLP) support
2026-07-10 14:34 UTC (3+ messages)
[PATCH v4 0/2] LoongArch: kexec: avoid clobbering the QEMU FDT
2026-07-10 14:12 UTC (3+ messages)
[PATCH 0/2] Add support to dump the kernel page tables
2026-07-10 14:08 UTC (5+ messages)
` [PATCH 1/2] LoongArch: Enforce W^X for page-mapped virtual memory region
` [PATCH 2/2] LoongArch: Add support to dump the kernel page tables
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