messages from 2024-12-31 12:38:01 to 2025-01-10 06:03:34 UTC [more...]
[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-10 6:00 UTC (27+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v6 02/26] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v6 03/26] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v6 04/26] fs/dax: Refactor wait for dax idle page
` [PATCH v6 05/26] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v6 06/26] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v6 07/26] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v6 08/26] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v6 09/26] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v6 10/26] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v6 11/26] mm: Allow compound zone device pages
` [PATCH v6 12/26] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v6 13/26] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v6 14/26] rmap: Add support for PUD sized mappings to rmap
` [PATCH v6 15/26] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v6 16/26] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v6 17/26] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v6 18/26] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v6 19/26] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v6 20/26] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages
` [PATCH v6 22/26] device/dax: Properly refcount device dax pages when mapping
` [PATCH v6 23/26] mm: Remove pXX_devmap callers
` [PATCH v6 24/26] mm: Remove devmap related functions and page table bits
` [PATCH v6 25/26] Revert "riscv: mm: Add support for ZONE_DEVICE"
` [PATCH v6 26/26] Revert "LoongArch: Add ARCH_HAS_PTE_DEVMAP support"
[PATCH 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-01-10 3:15 UTC (6+ messages)
` [PATCH 2/6] syscall.h: add syscall_set_arguments() on remaining HAVE_ARCH_TRACEHOOK arches
` [PATCH 3/6] syscall.h: introduce syscall_set_nr()
[PATCH] alpha: Fix personality flag propagation across an exec
2025-01-09 20:53 UTC (9+ messages)
[PATCH v1 0/4] LoongArch: Add Loongson-2K0500 BMC support
2025-01-09 12:56 UTC (9+ messages)
` [PATCH v1 3/4] drm/ls2kbmc: Add support for Loongson-2K BMC display
[PATCH 00/17] vDSO: Introduce generic data storage
2025-01-09 11:55 UTC (3+ messages)
` [PATCH 10/17] s390/vdso: Switch to generic storage implementation
[PATCH v2] clk: clk-loongson2: Fix the number count of clk provider
2025-01-09 11:30 UTC
[PATCH] LoongArch: Add debugfs entries to switch SFB/TSO state
2025-01-09 6:30 UTC
[PATCH] clk: clk-loongson2: Fix the number count of clk provider
2025-01-09 3:06 UTC (5+ messages)
[PATCH v5 00/17] move pagetable_*_dtor() to __tlb_remove_table()
2025-01-08 16:12 UTC (24+ messages)
` [PATCH v5 01/17] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v5 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH v5 03/17] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH v5 04/17] mm: pgtable: add statistics for P4D level page table
` [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d "
` [PATCH v5 06/17] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v5 07/17] mm: pgtable: introduce pagetable_dtor()
` [PATCH v5 08/17] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v5 09/17] arm64: "
` [PATCH v5 10/17] riscv: "
` [PATCH v5 11/17] x86: pgtable: convert __tlb_remove_table() to use struct ptdesc
` [PATCH v5 12/17] x86: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v5 13/17] s390: pgtable: consolidate PxD and PTE TLB free paths
` [PATCH v5 14/17] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v5 15/17] mm: pgtable: completely move pagetable_dtor() to generic tlb_remove_table()
` [PATCH v5 16/17] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v5 17/17] mm: pgtable: introduce generic pagetable_dtor_free()
[PATCH v3 18/28] LoongArch/orc: Use RCU in all users of __module_address()
2025-01-08 9:04 UTC (2+ messages)
` [PATCH v3 19/28] LoongArch: ftrace: Use RCU in all users of __module_text_address()
[PATCH] gpio: loongson: Fix Loongson-2K2000 ACPI GPIO register offset
2025-01-08 8:56 UTC (2+ messages)
[PATCH v2 19/28] LoongArch: ftrace: Use RCU in all users of __module_text_address()
2025-01-07 17:12 UTC (3+ messages)
[PATCH v7] mm/memblock: Add memblock_alloc_or_panic interface
2025-01-07 15:02 UTC (2+ messages)
[PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
2025-01-07 14:22 UTC (46+ messages)
` [PATCH v4 02/15] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH v4 04/15] mm: pgtable: add statistics for P4D level page table
` [PATCH v4 06/15] s390: pgtable: add statistics for PUD and "
` [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
` [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD "
` [PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v4 15/15] mm: pgtable: introduce generic pagetable_dtor_free()
[PATCH v2 0/6] Account page tables at all levels
2025-01-07 9:15 UTC (9+ messages)
` [PATCH v2 1/6] mm: Move common part of pagetable_*_ctor to helper
` [PATCH v2 2/6] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
` [PATCH v2 3/6] m68k: mm: Add calls to pagetable_pmd_[cd]tor
` [PATCH v2 4/6] ARM: mm: Rename PGD helpers
` [PATCH v2 5/6] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
` [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
[PATCH] LoongArch: Correct the __switch_to() prototype in comments
2025-01-07 6:22 UTC
[PATCH v2 0/5] drm/amd/display: Stop control flow if the divisior is zero
2025-01-06 9:05 UTC (6+ messages)
` [PATCH v2 1/5] drm/amd/display: Replace ASSERT() with ASSERT_WARN()
` [PATCH v2 2/5] drm/amd/display: Replace SPL_ASSERT() with SPL_ASSERT_WARN()
` [PATCH v2 3/5] drm/amd/display: Add ASSERT_BUG() macro definition
` [PATCH v2 4/5] drm/amd/display: Add SPL_ASSERT_BUG() "
` [PATCH v2 5/5] drm/amd/display: Harden callers of division functions
[PATCH v3 00/17] move pagetable_*_dtor() to __tlb_remove_table()
2025-01-06 3:53 UTC (5+ messages)
` [PATCH v3 15/17] mm: pgtable: remove tlb_remove_page_ptdesc()
[RFC 0/5] LoongArch: KVM: Add separate vmid support
2025-01-06 1:12 UTC (3+ messages)
[PATCH 0/3] LoongArch: initial 32-bit UAPI
2025-01-05 12:03 UTC (18+ messages)
` [PATCH 1/3] loongarch: Wire up 32 bit syscalls
` [PATCH 2/3] loongarch: Introduce sys_loongarch_flush_icache syscall
` [PATCH 3/3] loongarch: vdso: Introduce __vdso_flush_icache function
[PATCH v2] LoongArch: KVM: Add hypercall service support for usermode VMM
2025-01-04 14:07 UTC (2+ messages)
[PATCH] LoongArch: KVM: Clear LLBCTL if secondary mmu mapping is changed
2025-01-04 14:04 UTC (2+ messages)
[PATCH v6 0/9] Add jump table support for objtool on LoongArch
2025-01-04 13:58 UTC (2+ messages)
[PATCH v2] loongarch: time: Derive max_delta from prcfg1 tmrbits
2025-01-04 13:36 UTC (2+ messages)
[PATCH v2] loongarch: Disable FIX_EARLYCON_MEM when ARCH_IOREMAP is enabled
2025-01-04 13:36 UTC (2+ messages)
[PATCH V11] EDAC: Add EDAC driver for loongson memory controller
2025-01-04 11:08 UTC (2+ messages)
[PATCH V10 RESEND] EDAC: Add EDAC driver for loongson memory controller
2025-01-04 10:47 UTC (7+ messages)
[PATCH 00/10] Account page tables at all levels
2025-01-03 10:36 UTC (8+ messages)
` [PATCH 05/10] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
[PATCH] loongarch: Disable FIX_EARLYCON_MEM when ARCH_IOREMAP is enabled
2025-01-03 9:41 UTC (5+ messages)
[PATCH] loongarch: time: Derive max_delta from prcfg1 tmrbits
2025-01-03 9:07 UTC (3+ messages)
[PATCH V2 RESEND] soc: loongson: add Loongson Security Module driver
2025-01-03 8:47 UTC (7+ messages)
[PATCH v1 2/4] ipmi: Add Loongson-2K BMC support
2025-01-03 4:29 UTC (3+ messages)
[PATCH V2] irqchip/loongarch-avec:Add multi-nodes topology support
2025-01-03 1:10 UTC (3+ messages)
[PATCH v3] mm: add build-time option for hotplug memory default online type
2025-01-02 11:35 UTC (4+ messages)
[PATCH v3 0/2] irqchip/loongson-eiointc: Add multiple interrupt pin routing support
2025-01-02 0:58 UTC (7+ messages)
` [PATCH v3 1/2] irqchip/loongson-eiointc: Route interrupt parsed from bios table
` [PATCH v3 2/2] irqchip/loongson-eiointc: Add multiple interrupt pin routing support
[PATCH] LoongArch: migrate to the generic rule for built-in DTB
2025-01-01 10:35 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