linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/8] riscv: Memory Hot(Un)Plug support
 2024-05-15  5:41 UTC  (33+ 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

[RFC PATCH v1 1/2] virt: memctl: control guest physical memory properties
 2024-05-15  5:34 UTC  (6+ messages)
` [RFC PATCH v1 2/2] virt: memctl: add Yuanchu and Pasha as maintainers

[PATCHv3 02/19] zram: add lzo and lzorle compression backends support
 2024-05-15  5:07 UTC  (3+ messages)

[PATCH v10 0/5] Introduce mseal
 2024-05-15  4:53 UTC  (19+ messages)

page-flags.rst
 2024-05-15  4:47 UTC  (2+ messages)

[RFC PATCH 0/2] introduce precised blk-throttle control
 2024-05-15  4:09 UTC  (4+ messages)
` [RFC PATCH 1/2] block: introduce helper function to calculate bps budgt
` [RFC PATCH 2/2] mm: introduce budgt control in readahead

[PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-05-15  4:04 UTC  (5+ messages)
` [RFC] iomap: use huge zero folio in iomap_dio_zero

[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)

[LSF/MM/BPF TOPIC]mTHP reliable allocation and reclamation
 2024-05-15  2:42 UTC  (8+ messages)
    ` [Lsf-pc] "

[linux-next:master] [mm/slab] 7bd230a266: WARNING:at_mm/util.c:#kvmalloc_node_noprof
 2024-05-15  2:41 UTC 

[PATCH v2] mm/huge_memory: don't unpoison huge_zero_folio
 2024-05-15  2:36 UTC 

[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] sched/rt: Clean up usage of rt_task()
 2024-05-14 23:58 UTC  (2+ messages)

[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 0/1] arch/fault: don't print logs for simulated poison errors
 2024-05-14 21:34 UTC  (5+ messages)
` [PATCH v2 1/1] arch/fault: don't print logs for pte marker "

[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 v6 0/4] Memory management patches needed by Rust Binder
 2024-05-14 17:27 UTC  (3+ messages)
` [PATCH v6 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST

[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  (4+ 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()

[PATCH] mm/rmap: optimize folio_move_anon_rmap()
 2024-05-14  3:25 UTC  (3+ messages)

[PATCH 0/4] mm: add missing MODULE_DESCRIPTION() macros
 2024-05-14  3:14 UTC  (8+ messages)
` [PATCH 1/4] mm/hwpoison: add MODULE_DESCRIPTION()
` [PATCH 2/4] mm/dmapool: "
` [PATCH 3/4] mm/kfence: "
` [PATCH 4/4] mm/zsmalloc: "

[PATCH] mm/huge_memory: mark huge_zero_folio reserved
 2024-05-14  3:07 UTC  (5+ messages)

[RFC PATCH 0/2] introduce budgt control in readahead
 2024-05-14  2:37 UTC  (7+ messages)
` [RFC PATCH 2/2] mm: "

[LSF/MM/BPF TOPIC] A case of a CXL compressed memory tier
 2024-05-14  1:31 UTC 

[PATCH] percpu: simplify the logic of pcpu_alloc_first_chunk()
 2024-05-14  1:30 UTC  (3+ messages)

[linux-next:master 8530/12793] sound/soc/codecs/cs35l56-spi.c:28:undefined reference to `__devm_regmap_init_spi'
 2024-05-13 23:08 UTC 

[LSF/MM/BFP TOPIC] Deprecate SPARSEMEM and have only SPARSEMEM_VMEMMAP
 2024-05-13 23:02 UTC  (4+ messages)

Unmapping KVM Guest Memory from Host Kernel
 2024-05-13 22:01 UTC  (10+ messages)

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-05-13 21:26 UTC  (30+ messages)
` [PATCH v3 02/29] riscv: define default value for envcfg for task
` [PATCH v3 10/29] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v3 12/29] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v3 13/29] riscv mmu: write protect and shadow stack
` [PATCH v3 14/29] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v3 15/29] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v3 17/29] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v3 27/29] riscv: Documentation for landing pad / "

[linux-next:master] BUILD REGRESSION 6ba6c795dc73c22ce2c86006f17c4aa802db2a60
 2024-05-13 19:59 UTC 

[PATCH v1] memfd: `MFD_NOEXEC_SEAL` should not imply `MFD_ALLOW_SEALING`
 2024-05-13 19:15 UTC 

[PATCH linux-next] mm/huge_memory: mark racy access on huge_anon_orders_always
 2024-05-13 19:05 UTC  (3+ messages)

[PATCH V4 00/10] mm: page_alloc: freelist migratetype hygiene
 2024-05-13 19:04 UTC  (5+ messages)

[GIT PULL] slab updates for 6.10
 2024-05-13 17:38 UTC  (3+ messages)

[PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE
 2024-05-13 17:02 UTC  (2+ messages)

[PATCH linux-next] mm/huge_memory: remove redundant locking when parsing THP sysfs input
 2024-05-13 15:58 UTC  (2+ messages)

[PATCH RESEND v2 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-05-13 14:52 UTC  (5+ messages)
` [PATCH RESEND v2 1/9] riscv: Restore the pfn in a NAPOT pte when manipulated by core mm code

[linux-next:master 12200/12793] xtensa-linux-ld: arch/xtensa/boot/lib/zmem.o:undefined reference to `__tsan_read1'
 2024-05-13 13:31 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox