[PATCH 0/6] Cleanup cpumask.h inclusion in core headers
2024-05-28 0:56 UTC (4+ messages)
` [PATCH 1/6] MAINTAINERS: add linux/nodemask_types.h to BITMAP API
` [PATCH 2/6] sched: avoid using ilog2() in sched.h
` [PATCH 3/6] cpumask: split out include/linux/cpumask_types.h
[PATCH v3 0/3] Clean up usage of rt_task()
2024-05-27 23:45 UTC (4+ messages)
` [PATCH v3 1/3] sched/rt: "
` [PATCH v3 2/3] hrtimer: Convert realtime_task() to realtime_task_policy()
` [PATCH v3 3/3] sched/rt, dl: Convert functions to return bool
[PATCH] maple_tree: modified return type of mas_wr_store_entry()
2024-05-27 23:20 UTC (2+ messages)
[PATCH v5.1] fs: Allow fine-grained control of folio sizes
2024-05-27 23:00 UTC (5+ messages)
[PATCH v10 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
2024-05-27 22:58 UTC (10+ messages)
ld.lld: error: undefined symbol: proc_do_static_key
2024-05-27 22:22 UTC
patch idea: convert trivial call_rcu users to kfree_rcu
2024-05-27 21:48 UTC (8+ messages)
` [cocci] "
support large folios for NFS
2024-05-27 19:43 UTC (5+ messages)
` [PATCH 1/2] filemap: Convert generic_perform_write() to support large folios
` [PATCH 2/2] nfs: add support for "
[PATCH] fs: binfmt: add missing MODULE_DESCRIPTION() macros
2024-05-27 18:57 UTC
[PATCH v1 0/6] mm: page_type, zsmalloc and page_mapcount_reset()
2024-05-27 18:49 UTC (9+ messages)
` [PATCH v1 1/6] mm: update _mapcount and page_type documentation
` [PATCH v1 2/6] mm: allow reuse of the lower 16 bit of the page type with an actual type
` [PATCH v1 3/6] mm/zsmalloc: use a proper page type
` [PATCH v1 4/6] mm/page_alloc: clear PageBuddy using __ClearPageBuddy() for bad pages
` [PATCH v1 5/6] mm/filemap: reinitialize folio->_mapcount directly
` [PATCH v1 6/6] mm/mm_init: initialize page->_mapcount directly in __init_single_page()
[PATCH v2] mm, slab: don't wrap internal functions with alloc_hooks()
2024-05-27 18:37 UTC (3+ messages)
[PATCH] codetag: avoid race at alloc_slab_obj_exts
2024-05-27 18:30 UTC
[RFC PATCH v3 00/16] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
2024-05-27 17:38 UTC (28+ messages)
` [RFC PATCH v3 01/16] powerpc/64e: Remove unused IBM HTW code [SQUASHED]
` [RFC PATCH v3 02/16] mm: Define __pte_leaf_size() to also take a PMD entry
` [RFC PATCH v3 03/16] mm: Provide mm_struct and address to huge_ptep_get()
` [RFC PATCH v3 04/16] powerpc/mm: Remove _PAGE_PSIZE
` [RFC PATCH v3 05/16] powerpc/mm: Fix __find_linux_pte() on 32 bits with PMD leaf entries
` [RFC PATCH v3 06/16] powerpc/mm: Allow hugepages without hugepd
` [RFC PATCH v3 07/16] powerpc/8xx: Fix size given to set_huge_pte_at()
` [RFC PATCH v3 08/16] powerpc/8xx: Rework support for 8M pages using contiguous PTE entries
` [RFC PATCH v3 09/16] powerpc/8xx: Simplify struct mmu_psize_def
` [RFC PATCH v3 10/16] powerpc/e500: Remove enc and ind fields from "
` [RFC PATCH v3 11/16] powerpc/e500: Switch to 64 bits PGD on 85xx (32 bits)
` [RFC PATCH v3 12/16] powerpc/e500: Encode hugepage size in PTE bits
` [RFC PATCH v3 13/16] powerpc/e500: Use contiguous PMD instead of hugepd
` [RFC PATCH v3 14/16] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
` [RFC PATCH v3 15/16] powerpc/mm: Remove hugepd leftovers
` [RFC PATCH v3 16/16] mm: Remove CONFIG_ARCH_HAS_HUGEPD
[PATCH v2] sched/rt: Clean up usage of rt_task()
2024-05-27 17:37 UTC (5+ messages)
[PATCH v2] memcg: simple cleanup of stats update functions
2024-05-27 16:34 UTC (3+ messages)
[PATCH AUTOSEL 6.9 12/15] binfmt_elf: Leave a gap between .bss and brk
2024-05-27 16:32 UTC (2+ messages)
(2) [RESEND PATCH 00/10] memblock: introduce memsize showing reserved memory
2024-05-27 16:22 UTC (10+ messages)
` "
` "
[PATCH] mm: Drop leftover comment references to pxx_huge()
2024-05-27 15:48 UTC
[PATCH v2 00/14] mm/treewide: Remove pXd_huge() API
2024-05-27 15:43 UTC (3+ messages)
` [PATCH v2 12/14] mm/treewide: Remove pXd_huge()
[RFC PATCH v2 00/20] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
2024-05-27 14:14 UTC (20+ messages)
` [RFC PATCH v2 08/20] powerpc/8xx: Simplify struct mmu_psize_def
` [RFC PATCH v2 09/20] powerpc/mm: Remove _PAGE_PSIZE
` [RFC PATCH v2 10/20] powerpc/mm: Fix __find_linux_pte() on 32 bits with PMD leaf entries
` [RFC PATCH v2 11/20] powerpc/mm: Complement huge_pte_alloc() for all non HUGEPD setups
` [RFC PATCH v2 14/20] powerpc/e500: Remove enc field from struct mmu_psize_def
` [RFC PATCH v2 15/20] powerpc/85xx: Switch to 64 bits PGD
[PATCH] mm/hugetlb: Move vmf_anon_prepare upfront in hugetlb_wp
2024-05-27 13:54 UTC (4+ messages)
[PATCH] selftests/mm: hugetlb_madv_vs_map: Avoid test skipping by querying hugepage size at runtime
2024-05-27 13:39 UTC (2+ messages)
Is it possible to load kernel code to a specific NUMA node when booting?
2024-05-27 13:37 UTC (2+ messages)
[PATCH v15 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
2024-05-27 13:34 UTC (2+ messages)
[RFC PATCH v4 00/16] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
2024-05-27 13:30 UTC (17+ messages)
` [RFC PATCH v4 01/16] powerpc/64e: Remove unused IBM HTW code [SQUASHED]
` [RFC PATCH v4 02/16] mm: Define __pte_leaf_size() to also take a PMD entry
` [RFC PATCH v4 03/16] mm: Provide mm_struct and address to huge_ptep_get()
` [RFC PATCH v4 04/16] powerpc/mm: Remove _PAGE_PSIZE
` [RFC PATCH v4 05/16] powerpc/mm: Fix __find_linux_pte() on 32 bits with PMD leaf entries
` [RFC PATCH v4 06/16] powerpc/mm: Allow hugepages without hugepd
` [RFC PATCH v4 07/16] powerpc/8xx: Fix size given to set_huge_pte_at()
` [RFC PATCH v4 08/16] powerpc/8xx: Rework support for 8M pages using contiguous PTE entries
` [RFC PATCH v4 09/16] powerpc/8xx: Simplify struct mmu_psize_def
` [RFC PATCH v4 10/16] powerpc/e500: Remove enc and ind fields from "
` [RFC PATCH v4 11/16] powerpc/e500: Switch to 64 bits PGD on 85xx (32 bits)
` [RFC PATCH v4 12/16] powerpc/e500: Encode hugepage size in PTE bits
` [RFC PATCH v4 13/16] powerpc/e500: Use contiguous PMD instead of hugepd
` [RFC PATCH v4 14/16] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
` [RFC PATCH v4 15/16] powerpc/mm: Remove hugepd leftovers
` [RFC PATCH v4 16/16] mm: Remove CONFIG_ARCH_HAS_HUGEPD
[Patch bpf] vmalloc: relax is_vmalloc_or_module_addr() check
2024-05-27 13:28 UTC (3+ messages)
page type is 3, passed migratetype is 1 (nr=512)
2024-05-27 13:14 UTC (2+ messages)
[PATCH 0/2] Improve dmesg output for swapfile+hibernation
2024-05-27 12:58 UTC (12+ messages)
` [PATCH 1/2] iomap: swap: print warning for unaligned swapfile
` [PATCH 2/2] mm: swap: print starting physical block offset in swapon
[syzbot] [mm?] kernel BUG in __vma_reservation_common
2024-05-27 12:50 UTC (2+ messages)
[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-05-27 12:25 UTC (7+ messages)
` [PATCH v15 09/20] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
[PATCH 0/2] Improve dump_page() output for slab pages
2024-05-27 10:48 UTC (6+ messages)
` [PATCH 2/2] mm: debug: print correct information for slab folios
[RFC PATCH v8 01/10] ras: scrub: Add scrub subsystem
2024-05-27 9:21 UTC (16+ messages)
[syzbot] [kernel?] BUG: unable to handle kernel NULL pointer dereference in deactivate_slab
2024-05-27 8:59 UTC
[PATCH 1/1] mm: protect xa split stuff under lruvec->lru_lock during migration
2024-05-27 8:53 UTC (13+ messages)
[PATCH 0/2] Clean up hotplug zone data synchronization
2024-05-27 7:53 UTC (6+ messages)
` [PATCH 1/2] mm,memory_hotplug: Remove un-taken lock
[Invitation] Linux MM Alignment Session on Large Folios, mTHP, and Shmem on Wednesday
2024-05-27 7:50 UTC
[PATCH] arch/x86: Do not explicitly clear Reserved flag in free_pagetable
2024-05-27 7:46 UTC (2+ messages)
[PATCH 0/4] mm/ksm: cmp_and_merge_page() optimizations and cleanup
2024-05-27 7:41 UTC (6+ messages)
` [PATCH 1/4] mm/ksm: refactor out try_to_merge_with_zero_page()
[PATCH] mm, slab: don't wrap internal functions with alloc_hooks()
2024-05-27 7:15 UTC (3+ messages)
[PATCH] x86/percpu: fix cast in __pcpu_cast_* macros
2024-05-27 5:51 UTC
[PATCH] mm/hugetlb: constify ctl_table arguments of utility functions
2024-05-27 3:32 UTC (2+ messages)
[linus:master] [mm] cc92eba1c8: WARNING:at_kernel/rcu/tree_plugin.h:#__rcu_read_unlock
2024-05-27 2:56 UTC
[syzbot] [mm?] INFO: rcu detected stall in shmem_file_write_iter (2)
2024-05-26 22:55 UTC
[PATCH AUTOSEL 5.10 4/5] binfmt_elf: Leave a gap between .bss and brk
2024-05-26 9:43 UTC
[PATCH AUTOSEL 5.15 6/7] binfmt_elf: Leave a gap between .bss and brk
2024-05-26 9:43 UTC
[PATCH AUTOSEL 6.1 8/9] binfmt_elf: Leave a gap between .bss and brk
2024-05-26 9:43 UTC
[PATCH AUTOSEL 6.6 10/11] binfmt_elf: Leave a gap between .bss and brk
2024-05-26 9:42 UTC
[PATCH AUTOSEL 6.8 12/14] binfmt_elf: Leave a gap between .bss and brk
2024-05-26 9:42 UTC
[RFC PATCH 0/8] Reimplement huge pages without hugepd on powerpc 8xx
2024-05-26 9:29 UTC (7+ messages)
` [RFC PATCH 1/8] mm: Provide pagesize to pmd_populate()
` [RFC PATCH 4/8] mm: Provide mm_struct and address to huge_ptep_get()
[linux-next:master 12103/13737] arch/x86/kvm/../../../virt/kvm/guest_memfd.c:540:18: sparse: sparse: incompatible types in comparison expression (different address spaces):
2024-05-26 9:06 UTC
[PATCH v2 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files
2024-05-26 9:05 UTC (6+ messages)
[GIT PULL] hotfixes for 6.10-rc1
2024-05-25 22:25 UTC (2+ messages)
[RFC PATCH v2 0/3] Add NUMA-aware DAMOS watermarks
2024-05-25 17:47 UTC (2+ messages)
[Patch v3 1/3] mm/mm_init.c: use memblock_region_memory_base_pfn() to get startpfn
2024-05-25 15:36 UTC (4+ messages)
` [Patch v3 2/3] mm/memblock: fix a typo of for_each_mem_region()
` [Patch v3 3/3] mm/mm_init.c: move nr_initialised reset down a bit
include/asm-generic/percpu.h:31:40: error: implicit declaration of function 'raw_smp_processor_id'
2024-05-25 8:32 UTC (4+ messages)
[PATCH 10/13] mm/memory-failure: move some function declarations into internal.h
2024-05-25 6:39 UTC (3+ messages)
[linux-next:master 13533/13585] powerpc-linux-ld: drivers/gpu/drm/amd/display/dc/dml/dcn401/dcn401_fpu.o uses hard float, arch/powerpc/kernel/udbg.o uses soft float
2024-05-25 6:17 UTC
[PATCH] selftests/mm: Fix build warnings on ppc64
2024-05-25 4:32 UTC (2+ messages)
[akpm-mm:mm-nonmm-unstable 40/43] drivers/md/bcache/movinggc.o: warning: objtool: unexpected relocation symbol type in .rela.discard.reachable
2024-05-25 2:39 UTC
[Patch v2 1/2] mm/mm_init.c: use memblock_region_memory_base_pfn() to get startpfn
2024-05-25 2:23 UTC (3+ messages)
[PATCH 07/13] mm/memory-failure: remove unneeded hwpoison_filter() variant
2024-05-25 1:52 UTC (3+ messages)
[PATCH 00/13] Some cleanups for memory-failure
2024-05-25 1:34 UTC (4+ messages)
` [PATCH 04/13] mm/memory-failure: save a page_folio() call
[PATCH rfc 0/9] mm: memcg: separate legacy cgroup v1 code and put under config option
2024-05-25 1:03 UTC (4+ messages)
` [PATCH rfc 6/9] mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c
powerpc-linux-ld: drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.o uses hard float, arch/powerpc/kernel/udbg.o uses soft float
2024-05-25 0:43 UTC
[PATCH RFC 0/2] mm/x86/pat: Fix two possible issues
2024-05-24 23:55 UTC (6+ messages)
` [PATCH RFC 2/2] mm/x86/pat: Do proper PAT bit shift for large mappings
[RFC] Huge remap_pfn_range for vfio-pci
2024-05-24 23:31 UTC (2+ messages)
[PATCH] kmsan: introduce test_unpoison_memory()
2024-05-24 23:28 UTC
[PATCH 0/3] mm: zswap: trivial folio conversions
2024-05-24 23:12 UTC (4+ messages)
[GIT PULL] final MM update for 6.10-rc1
2024-05-24 22:54 UTC (2+ messages)
[PATCH] x86: kmsan: Fix hook for unaligned accesses
2024-05-24 22:35 UTC (3+ messages)
[PATCH v4 0/5] Enhance soft hwpoison handling and injection
2024-05-24 21:53 UTC (6+ messages)
` [PATCH v4 1/5] mm/memory-failure: try to send SIGBUS even if unmap failed
` [PATCH v4 2/5] mm/madvise: Add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON)
` [PATCH v4 3/5] mm/memory-failure: improve memory failure action_result messages
` [PATCH v4 4/5] mm/memory-failure: move hwpoison_filter() higher up
` [PATCH v4 5/5] mm/memory-failure: send SIGBUS in the event of thp split fail
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox