[RFC PATCH v4 1/5] mm: make alloc_demote_folio externally invokable for migration
2024-05-15 16:10 UTC (2+ messages)
[PATCH] vfs: Delete the associated dentry when deleting a file
2024-05-15 16:05 UTC (2+ messages)
[PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
2024-05-15 15:59 UTC (7+ messages)
` [RFC] iomap: use huge zero folio in iomap_dio_zero
[PATCH v2] mm/huge_memory: don't unpoison huge_zero_folio
2024-05-15 15:58 UTC (3+ messages)
[PATCH v5 00/11] enable bs > ps in XFS
2024-05-15 15:32 UTC (3+ messages)
` [PATCH v5 05/11] mm: split a folio in minimum folio order chunks
[linux-next:master] [mm/slab] 7bd230a266: WARNING:at_mm/util.c:#kvmalloc_node_noprof
2024-05-15 14:49 UTC (2+ messages)
[linux-next:master 13096/13213] drivers/irqchip/irq-riscv-imsic-early.c:52:47: error: too many arguments to function call, expected 2, have 3
2024-05-15 14:29 UTC
[LSF/MM/BPF TOPIC]mTHP reliable allocation and reclamation
2024-05-15 13:50 UTC (12+ messages)
` [Lsf-pc] "
[LTP] [PATCH] readahead01: pass on pidfd
2024-05-15 13:40 UTC
[RFC v4 01/13] mm: page_frag: add a test module for page_frag
2024-05-15 13:09 UTC (9+ messages)
` [RFC v4 03/13] mm: page_frag: use free_unref_page() to free page fragment
` [RFC v4 04/13] mm: move the page fragment allocator from page_alloc into its own file
` [RFC v4 05/13] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [RFC v4 06/13] mm: page_frag: add '_va' suffix to page_frag API
` [RFC v4 07/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [RFC v4 08/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [RFC v4 10/13] mm: page_frag: introduce prepare/probe/commit API
` [RFC v4 12/13] mm: page_frag: update documentation for page_frag
[PATCH] sched/rt: Clean up usage of rt_task()
2024-05-15 12:50 UTC (7+ messages)
[PATCH v2 0/5] Enhance soft hwpoison handling and injection
2024-05-15 11:44 UTC (3+ messages)
` [PATCH v2 2/5] mm/madvise: Add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON)
[PATCH v2 0/1] arch/fault: don't print logs for simulated poison errors
2024-05-15 10:54 UTC (8+ messages)
` [PATCH v2 1/1] arch/fault: don't print logs for pte marker "
[PATCH 0/2] Fixes for compaction_test
2024-05-15 9:36 UTC (3+ messages)
` [PATCH 1/2] selftests/mm: compaction_test: Fix incorrect write of zero to nr_hugepages
` [PATCH 2/2] selftests/mm: compaction_test: Fix trivial test success and reduce probability of OOM-killer invocation
[RFC PATCH 0/2] introduce precised blk-throttle control
2024-05-15 8:17 UTC (7+ messages)
` [RFC PATCH 1/2] block: introduce helper function to calculate bps budgt
` [RFC PATCH 2/2] mm: introduce budgt control in readahead
[PATCH v6 0/4] Memory management patches needed by Rust Binder
2024-05-15 7:34 UTC (4+ messages)
` [PATCH v6 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
[PATCH 0/4] mm: convert to folio_alloc_mpol()
2024-05-15 7:07 UTC (5+ messages)
` [PATCH 1/4] mm: add folio_alloc_mpol()
` [PATCH 2/4] mm: mempolicy: use folio_alloc_mpol_noprof() in vma_alloc_folio_noprof()
` [PATCH 3/4] mm: mempolicy: use folio_alloc_mpol() in alloc_migration_target_by_mpol()
` [PATCH 4/4] mm: shmem: use folio_alloc_mpol() in shmem_alloc_folio()
[PATCH v2 0/8] riscv: Memory Hot(Un)Plug support
2024-05-15 7:03 UTC (34+ messages)
` [PATCH v2 1/8] riscv: mm: Pre-allocate vmemmap/direct map PGD entries
` [PATCH v2 2/8] riscv: mm: Change attribute from __init to __meminit for page functions
` [PATCH v2 3/8] riscv: mm: Refactor create_linear_mapping_range() for memory hot add
` [PATCH v2 4/8] riscv: mm: Add memory hotplugging support
` [PATCH v2 5/8] riscv: mm: Take memory hotplug read-lock during kernel page table dump
` [PATCH v2 6/8] riscv: Enable memory hotplugging for RISC-V
` [PATCH v2 7/8] virtio-mem: Enable virtio-mem "
` [PATCH v2 8/8] riscv: mm: Add support for ZONE_DEVICE
[PATCH] mm: refactor folio_undo_large_rmappable()
2024-05-15 6:53 UTC (2+ messages)
[PATCH v10 0/5] Introduce mseal
2024-05-15 6:14 UTC (20+ messages)
[PATCH 00/12] [LSF/MM/BPF RFC] shmem/tmpfs: add large folios support
2024-05-15 5:57 UTC (13+ messages)
` [PATCH 01/12] splice: don't check for uptodate if partially uptodate is impl
` [PATCH 02/12] shmem: add per-block uptodate tracking for large folios
` [PATCH 03/12] shmem: move folio zero operation to write_begin()
` [PATCH 04/12] shmem: exit shmem_get_folio_gfp() if block is uptodate
` [PATCH 05/12] shmem: clear_highpage() if block is not uptodate
` [PATCH 06/12] shmem: set folio uptodate when reclaim
` [PATCH 07/12] shmem: check if a block is uptodate before splice into pipe
` [PATCH 08/12] shmem: clear uptodate blocks after PUNCH_HOLE
` [PATCH 09/12] shmem: enable per-block uptodate
` [PATCH 10/12] shmem: add order arg to shmem_alloc_folio()
` [PATCH 11/12] shmem: add file length arg in shmem_get_folio() path
` [PATCH 12/12] shmem: add large folio support to the write and fallocate paths
[RFC PATCH v1 1/2] virt: memctl: control guest physical memory properties
2024-05-15 5:34 UTC (5+ messages)
[PATCHv3 02/19] zram: add lzo and lzorle compression backends support
2024-05-15 5:07 UTC (3+ messages)
page-flags.rst
2024-05-15 4:47 UTC (2+ messages)
[PATCH v2 0/7] add mTHP support for anonymous shmem
2024-05-15 3:14 UTC (7+ messages)
` [PATCH v2 5/7] mm: shmem: "
` [PATCH v2 7/7] mm: shmem: add mTHP counters "
[PATCH] mm/ksm: fix possible UAF of stable_node
2024-05-15 3:10 UTC (3+ messages)
[PATCH v2] mm/huge_memory: mark racy access on huge_anon_orders_always
2024-05-15 2:47 UTC
[PATCH -next] memcg: don't handle event_list for v2 when offlining
2024-05-15 2:47 UTC (5+ messages)
[linux-next:master 8353/12793] drivers/platform/x86/intel/speed_select_if/isst_tpmi_core.o: warning: objtool: map_partition_power_domain_id() falls through to next function get_instance()
2024-05-15 2:23 UTC (3+ messages)
Is it possible to load kernel code to a specific NUMA node when booting?
2024-05-15 2:09 UTC
[PATCH] mm: page_alloc: fix the incorrect parameter
2024-05-15 1:50 UTC (3+ messages)
[PATCH -rc7] mm/huge_memory: mark huge_zero_page reserved
2024-05-15 1:48 UTC (6+ messages)
[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-05-15 1:25 UTC (13+ messages)
` [PATCH v15 19/20] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
` [PATCH] KVM: SEV: Replace KVM_EXIT_VMGEXIT with KVM_EXIT_SNP_REQ_CERTS
` [PATCH v15 21/23] KVM: MMU: Disable fast path for private memslots
` [PATCH v15 22/23] KVM: SEV: Fix return code interpretation for RMP nested page faults
[PATCH] mm: vmscan: restore incremental cgroup iteration
2024-05-14 23:36 UTC (3+ messages)
[RFC] Make find_tcp_vma() more efficient
2024-05-14 22:12 UTC (3+ messages)
[PATCH v2 1/1] lib: add version into /proc/allocinfo output
2024-05-14 20:19 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf
2024-05-14 20:15 UTC
[LSF/MM/BPF TOPIC] Sharing page tables across processes (mshare)
2024-05-14 18:21 UTC (2+ messages)
[PATCH v1] cgroup/rstat: add cgroup_rstat_cpu_lock helpers and tracepoints
2024-05-14 16:59 UTC (4+ messages)
[PATCH 1/1] lib: add version into /proc/allocinfo output
2024-05-14 16:33 UTC (3+ messages)
[for-next][PATCH 2/6] ring-buffer: Introducing ring-buffer mapping functions
2024-05-14 16:16 UTC (2+ messages)
` [for-next][PATCH 3/6] tracing: Allow user-space mapping of the ring-buffer
[LSF/MM/BPF TOPIC] Measuring limits and enhancing buffered IO
2024-05-14 16:04 UTC (12+ messages)
[PATCH 4/8] mm: Add __dump_folio()
2024-05-14 14:25 UTC (3+ messages)
[PATCH v6 00/13] riscv: ASID-related and UP-related TLB flush enhancements
2024-05-14 14:00 UTC (2+ messages)
[PATCH v2 0/8] Add helper functions to remove repeated code and improve readability of cgroup writeback
2024-05-14 12:52 UTC (9+ messages)
` [PATCH v2 1/8] writeback: factor out wb_bg_dirty_limits to remove repeated code
` [PATCH v2 2/8] writeback: add general function domain_dirty_avail to calculate dirty and avail of domain
` [PATCH v2 3/8] writeback: factor out domain_over_bg_thresh to remove repeated code
` [PATCH v2 4/8] writeback: Factor out code of freerun "
` [PATCH v2 5/8] writeback: factor out wb_dirty_freerun to remove more repeated freerun code
` [PATCH v2 6/8] writeback: factor out balance_domain_limits to remove repeated code
` [PATCH v2 7/8] writeback: factor out wb_dirty_exceeded "
` [PATCH v2 8/8] writeback: factor out balance_wb_limits "
[linux-next:pending-fixes] BUILD SUCCESS 260da9e3411810d32bf09b9e8ab4fb059e8fddb2
2024-05-14 12:45 UTC
[Resend LSF/MM/BPF TOPIC] A case of a CXL compressed memory tier
2024-05-14 12:30 UTC (2+ messages)
[linux-next:master 12913/12990] drivers/gpu/drm/amd/amdgpu/../display/dc/optc/dcn35/dcn35_optc.c:59: warning: Function parameter or struct member 'segment_width' not described in 'optc35_set_odm_combine'
2024-05-14 10:44 UTC
[PATCH 00/12] Make riscv use THP contpte support for arm64
2024-05-14 9:30 UTC (5+ messages)
` [PATCH 01/12] mm, arm64: Rename ARM64_CONTPTE to THP_CONTPTE
[PATCH RESEND v5 0/4] Reclaim lazyfree THP without splitting
2024-05-14 8:36 UTC (10+ messages)
` [PATCH RESEND v5 1/4] mm/rmap: remove duplicated exit code in pagewalk loop
` [PATCH RESEND v5 3/4] mm/mlock: check for THP missing the mlock in try_to_unmap_one()
` [PATCH RESEND v5 4/4] mm/vmscan: avoid split lazyfree THP during shrink_folio_list()
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