linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm: do not call add_nr_deferred() with zero deferred
 2022-04-22  2:36 UTC  (5+ messages)

[PATCH v4 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-22  2:31 UTC  (27+ messages)

[PATCH] mm/memcg: Free percpu stats memory of dying memcg's
 2022-04-22  2:29 UTC  (6+ messages)

[PATCH -next] mm/memcontrol.c: make cgroup_memory_noswap static
 2022-04-22  2:23 UTC  (5+ messages)

[PATCH] mm/mlock: abstract a function to decide whether necessary to drain mlock_pvec
 2022-04-22  2:20 UTC 

[PATCH v1 0/5] mm: introduce shrinker debugfs interface
 2022-04-22  1:58 UTC  (6+ messages)
` [PATCH v1 1/5] mm: introduce debugfs interface for kernel memory shrinkers
` [PATCH v1 2/5] mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()
` [PATCH v1 3/5] mm: introduce memcg interfaces for shrinker debugfs
` [PATCH v1 4/5] mm: introduce numa "
` [PATCH v1 5/5] mm: provide shrinkers with names

[PATCH v2] mm/gup: fix comments to pin_user_pages_*()
 2022-04-22  1:58 UTC 

[PATCH bpf] bpf: invalidate unused part of bpf_prog_pack
 2022-04-22  1:31 UTC  (8+ messages)

[PATCH v2] mm/memory-failure.c: skip huge_zero_page in memory_failure()
 2022-04-22  1:00 UTC  (7+ messages)

[PATCH v2 0/5] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
 2022-04-22  0:58 UTC  (13+ messages)

[Question] srcu: is it making sense to recursively invoke srcu_read_lock?
 2022-04-22  0:52 UTC  (4+ messages)

[PATCHv4 0/8] mm, x86/cc: Implement support for unaccepted memory
 2022-04-22  0:21 UTC  (14+ messages)
` [PATCHv4 3/8] efi/x86: "

[hnaz-mm:master 1/291] WARNING: modpost: vmlinux.o(.data+0x25c2ac): Section mismatch in reference from the variable ad7418_driver to the function .init.text:set_reset_devices()
 2022-04-22  0:18 UTC 

[linux-next:master 4441/5346] drivers/gpu/drm/bridge/synopsys/dw-hdmi-gp-audio.c:80:5-8: Unneeded variable: "ret". Return "0" on line 94
 2022-04-22  0:15 UTC  (4+ messages)
` [PATCH] drm: bridge: dw_hdmi: Audio: fix returnvar.cocci warnings
  ` [EXT] "

[PATCH] mm: swap: determine swap device by using page nid
 2022-04-21 23:57 UTC  (8+ messages)

[RFC] mm/vmscan: add periodic slab shrinker
 2022-04-21 23:55 UTC  (11+ messages)

[PATCH 0/4] Printbufs & shrinker OOM reporting
 2022-04-21 23:48 UTC  (14+ messages)
` [PATCH 1/4] lib/printbuf: New data structure for heap-allocated strings
` [PATCH 2/4] mm: Add a .to_text() method for shrinkers
` [PATCH 3/4] mm: Centralize & improve oom reporting in show_mem.c
` [PATCH 4/4] bcachefs: shrinker.to_text() methods
` [PATCH v2 0/8] Printbufs & improved shrinker debugging
` [PATCH v2 1/8] lib/printbuf: New data structure for heap-allocated strings
` [PATCH v2 2/8] Input/joystick/analog: Convert from seq_buf -> printbuf
` [PATCH v2 3/8] mm/memcontrol.c: Convert to printbuf
` [PATCH v2 4/8] clk: tegra: bpmp: "
` [PATCH v2 5/8] mm: Add a .to_text() method for shrinkers
` [PATCH v2 6/8] mm: Count requests to free & nr freed per shrinker
` [PATCH v2 7/8] mm: Move lib/show_mem.c to mm/
` [PATCH v2 8/8] mm: Centralize & improve oom reporting in show_mem.c

[PATCH v4 0/4] memcg: introduce per-memcg proactive reclaim
 2022-04-21 23:44 UTC  (5+ messages)
` [PATCH v4 1/4] memcg: introduce per-memcg reclaim interface
` [PATCH v4 2/4] selftests: cgroup: return -errno from cg_read()/cg_write() on failure
` [PATCH v4 3/4] selftests: cgroup: fix alloc_anon_noexit() instantly freeing memory
` [PATCH v4 4/4] selftests: cgroup: add a selftest for memory.reclaim

incoming
 2022-04-21 23:36 UTC  (14+ messages)
` [patch 01/13] mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
` [patch 02/13] mm/memory-failure.c: skip huge_zero_page in memory_failure()
` [patch 03/13] memcg: sync flush only if periodic flush is delayed
` [patch 04/13] userfaultfd: mark uffd_wp regardless of VM_WRITE flag
` [patch 05/13] mm, hugetlb: allow for "high" userspace addresses
` [patch 06/13] selftest/vm: verify mmap addr in mremap_test
` [patch 07/13] selftest/vm: verify remap destination address "
` [patch 08/13] selftest/vm: support xfail "
` [patch 09/13] selftest/vm: add skip support to mremap_test
` [patch 10/13] oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup
` [patch 11/13] MAINTAINERS: add Vincenzo Frascino to KASAN reviewers
` [patch 12/13] kcov: don't generate a warning on vm_insert_page()'s failure
` [patch 13/13] mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()

Re:
 2022-04-21 23:21 UTC  (4+ messages)

[PATCH v3 0/3] shmem: Allow userspace monitoring of tmpfs for lack of space
 2022-04-21 23:19 UTC  (6+ messages)

[PATCH 1/2] selftests: vm: refactor run_vmtests.sh to reduce boilerplate
 2022-04-21 22:49 UTC  (2+ messages)
` [PATCH 2/2] selftests: vm: fix shellcheck warnings in run_vmtests.sh

[RFC PATCH] cgroup/cpuset: fix a memory binding failure for cgroup v2
 2022-04-21 22:22 UTC  (2+ messages)

[PATCH] kasan: Prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time
 2022-04-21 22:07 UTC  (2+ messages)

[PATCH] mm/memory_hotplug: avoid consuming corrupted data when offline pages
 2022-04-21 22:04 UTC  (3+ messages)

[linux-next:master 4305/5346] sound/soc/intel/avs/path.c:181: undefined reference to `intel_nhlt_get_endpoint_blob'
 2022-04-21 21:55 UTC 

make the blkcg and blkcg structures private
 2022-04-21 21:44 UTC  (4+ messages)
` [PATCH 01/15] blk-cgroup: remove __bio_blkcg

[PATCH v2] mm: make minimum slab alignment a runtime property
 2022-04-21 21:15 UTC 

[RFC 0/3] Slight improvements for OOM/Futex
 2022-04-21 20:53 UTC  (7+ messages)
` [RFC 1/3] mm: change vma_is_anonymous to vma_is_private_anon
` [RFC 2/3] futex: exit: Print a warning when futex_cleanup fails
` [RFC 3/3] exit: Check for MMF_OOM_SKIP in exit_mmap

[PATCH v9] oom_kill.c: futex: Delay the OOM reaper to allow time for proper futex cleanup
 2022-04-21 20:43 UTC  (5+ messages)

[linux-next:master 5135/5346] include/linux/hugetlb.h:411:25: error: unknown type name 'zap_flags_t'; did you mean 'vm_flags_t'?
 2022-04-21 20:29 UTC  (5+ messages)

[syzbot] kernel BUG in __filemap_get_folio
 2022-04-21 20:21 UTC  (2+ messages)

[PATCH 0/4] mm: memcg kselftests fixes
 2022-04-21 20:16 UTC  (4+ messages)
` [PATCH 3/4] MAINTAINERS: add corresponding kselftests to cgroup entry

[PATCH v2 1/4] selftest/vm: verify mmap addr in mremap_test
 2022-04-21 20:03 UTC  (5+ messages)
` [PATCH v2 2/4] selftest/vm: verify remap destination address "

[PATCH 0/4] Printbufs & shrinker OOM reporting
 2022-04-21 18:42 UTC  (6+ messages)
` [PATCH 3/4] mm: Centralize & improve oom reporting in show_mem.c

[PATCH -next v5 0/5]mm: page_table_check: add support on arm64 and riscv
 2022-04-21 18:40 UTC  (4+ messages)
` [PATCH -next v5 1/5] mm: page_table_check: using PxD_SIZE instead of PxD_PAGE_SIZE

[PATCH RFC 0/4] mm, arm64: In-kernel support for memory-deny-write-execute (MDWE)
 2022-04-21 18:33 UTC  (14+ messages)
` [PATCH RFC 2/4] mm, personality: Implement memory-deny-write-execute as a personality flag

[PATCH -next] mm/memcontrol.c: remove unused private flag of memory.oom_control
 2022-04-21 18:27 UTC  (4+ messages)

[patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE
 2022-04-21 17:22 UTC  (5+ messages)

[PATCH] mm: make minimum slab alignment a runtime property
 2022-04-21 17:16 UTC  (3+ messages)

[PATCH v3] vm_swappiness=0 should still try to avoid swapping anon memory
 2022-04-21 16:21 UTC  (8+ messages)

[PATCH V2] mm/page_table_check: Drop all redundant EXPORT_SYMBOL()
 2022-04-21 15:47 UTC  (2+ messages)

[PATCH -mmotm] hugetlb: use mm.h instead of mm_types.h
 2022-04-21 15:43 UTC  (2+ messages)

[next] s390: build failed
 2022-04-21 15:32 UTC  (2+ messages)

[PATCH] mm/damon: remove unnecessary type castings
 2022-04-21 15:30 UTC 

[PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
 2022-04-21 14:47 UTC  (16+ messages)

[PATCH 0/3] memblock tests: update style of comments
 2022-04-21 14:42 UTC  (7+ messages)
` [PATCH 1/3] memblock tests: update style of comments for memblock_add_*() functions
` [PATCH 3/3] memblock tests: remove extra column of spaces in block comment

[PATCH v2 0/3] A few fixup patches for mm
 2022-04-21 14:28 UTC  (9+ messages)
` [PATCH v2 1/3] mm/swapfile: unuse_pte can map random data if swap read fails
` [PATCH v2 2/3] mm/swapfile: Fix lost swap bits in unuse_pte()
` [PATCH v2 3/3] mm/madvise: free hwpoison and swapin error entry in madvise_free_pte_range

[PATCH] kfence: check kfence canary in panic and reboot
 2022-04-21 13:46 UTC  (6+ messages)

[PATCH] mm/page_owner.c: use get_task_comm() to record task command name with the protection of task_lock()
 2022-04-21 13:40 UTC  (2+ messages)

[PATCH v2] mm/mmu_notifier.c: Fix race in mmu_interval_notifier_remove()
 2022-04-21 13:14 UTC  (3+ messages)

[linux-next:master 4558/5346] ERROR: Input tree has errors, aborting (use -f to force output)
 2022-04-21 13:12 UTC 

[PATCH v5] mm/damon/reclaim: Fix the timer always stays active
 2022-04-21 12:59 UTC 

[PATCH v13 0/7] fsdax: introduce fs query to support reflink
 2022-04-21 12:50 UTC  (3+ messages)
` [PATCH v13 5/7] mm: Introduce mf_dax_kill_procs() for fsdax case

[PATCH V4] mm/damon/reclaim: Fix the timer always stays active
 2022-04-21 12:48 UTC  (3+ messages)
  ` 答复: "

[PATCH v2] binfmt_flat: do not stop relocating GOT entries prematurely on riscv
 2022-04-21 12:43 UTC  (8+ messages)
      ` [PATCH] binfmt_flat: Remove shared library support

Regression with v5.18-rc1 tag on STM32F7 and STM32H7 based boards
 2022-04-21 12:02 UTC  (8+ messages)

[PATCH V2] block: ignore RWF_HIPRI hint for sync dio
 2022-04-21 11:48 UTC  (2+ messages)

[PATCH v3 00/16] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-04-21  9:15 UTC  (4+ messages)
` [PATCH v3 16/16] mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive when (un)pinning

[syzbot] WARNING in __kfence_free
 2022-04-21  9:12 UTC  (2+ messages)

[PATCH] kfence: check kfence canary in panic and reboot
 2022-04-21  9:12 UTC  (2+ messages)

[PATCH v6 1/2] selftests: vm: bring common functions to a new file
 2022-04-21  9:06 UTC  (2+ messages)

page:  |  | latest

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