linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-10 20:58:20 to 2020-03-11 19:45:44 UTC [more...]

[patch] mm, oom: prevent soft lockup on memcg oom for UP systems
 2020-03-11 19:45 UTC  (12+ messages)

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-11 19:38 UTC  (86+ messages)
          ` [PATCHv4] "
                ` [PATCHv5] "
                            ` [PATCHv6] "
                                ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
                                  ` [PATCH 0/5] "
                                    ` [PATCH v2 1/5] exec: Only compute current once in flush_old_exec
                                    ` [PATCH v2 2/5] exec: Factor unshare_sighand out of de_thread and call it separately
                                    ` [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread
                                                ` [PATCH] pidfd: Stop taking cred_guard_mutex
                                    ` [PATCH v2 4/5] exec: Move exec_mmap right after de_thread in flush_old_exec
                                    ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                                                          ` [PATCH 0/4] Use new infrastructure to fix deadlocks in execve
                                                              ` [PATCH 2/4] proc: "
                                                              ` [PATCH 3/4] proc: io_accounting: "
                                                          ` [PATCH 1/4] exec: Fix a deadlock in ptrace
                                                          ` [PATCH 2/4] selftests/ptrace: add test cases for dead-locks
                                                          ` [PATCH 3/4] mm: docs: Fix a comment in process_vm_rw_core
                                                          ` [PATCH 4/4] kernel: doc: remove outdated comment cred.c

[PATCH] mm/vmscan: add vm_swappiness configuration knobs
 2020-03-11 19:31 UTC  (2+ messages)

[PATCH] mm/hugetlb: remove unnecessary memory fetch in PageHeadHuge()
 2020-03-11 19:25 UTC  (3+ messages)

[PATCH hmm 0/8] Various error case bug fixes for hmm_range_fault()
 2020-03-11 18:35 UTC  (9+ messages)
` [PATCH hmm 1/8] mm/hmm: add missing unmaps of the ptep during hmm_vma_handle_pte()
` [PATCH hmm 2/8] mm/hmm: don't free the cached pgmap while scanning
` [PATCH hmm 3/8] mm/hmm: do not call hmm_vma_walk_hole() while holding a spinlock
` [PATCH hmm 4/8] mm/hmm: add missing pfns set to hmm_vma_walk_pmd()
` [PATCH hmm 5/8] mm/hmm: add missing call to hmm_range_need_fault() before returning EFAULT
` [PATCH hmm 6/8] mm/hmm: reorganize how !pte_present is handled in hmm_vma_handle_pte()
` [PATCH hmm 7/8] mm/hmm: return -EFAULT when setting HMM_PFN_ERROR on requested valid pages
` [PATCH hmm 8/8] mm/hmm: add missing call to hmm_pte_need_fault in HMM_PFN_SPECIAL handling

[PATCH] mm: clear 1G pages with streaming stores on x86
 2020-03-11 18:32 UTC  (11+ messages)

[PATCH] mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations
 2020-03-11 17:58 UTC  (8+ messages)

[PATCH v3] mm: fix tick timer stall during deferred page init
 2020-03-11 17:45 UTC  (2+ messages)

[PATCH] slub: Relocate freelist pointer to middle of object
 2020-03-11 17:44 UTC  (5+ messages)

[RFC PATCH 0/3] meminfo: introduce extra meminfo
 2020-03-11 17:35 UTC  (9+ messages)
    ` [RFC PATCH 1/3] proc/meminfo: "
    ` [RFC PATCH 2/3] mm: zsmalloc: include zs page size in proc/meminfo
    ` [RFC PATCH 3/3] android: ion: include system heap "

[PATCH] vfs: keep inodes with page cache off the inode shrinker LRU
 2020-03-11 17:26 UTC  (13+ messages)

[PATCH] mm: Make PageType more efficient
 2020-03-11 17:22 UTC  (9+ messages)

[PATCH v2 00/10] virtio-mem: paravirtualized memory
 2020-03-11 17:19 UTC  (12+ messages)
` [PATCH v2 01/10] virtio-mem: Paravirtualized memory hotplug
` [PATCH v2 02/10] virtio-mem: Allow to specify an ACPI PXM as nid
` [PATCH v2 03/10] virtio-mem: Paravirtualized memory hotunplug part 1
` [PATCH v2 04/10] virtio-mem: Paravirtualized memory hotunplug part 2
` [PATCH v2 05/10] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v2 06/10] virtio-mem: Allow to offline partially unplugged memory blocks
` [PATCH v2 07/10] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [PATCH v2 08/10] virtio-mem: Offline and remove completely unplugged memory blocks
` [PATCH v2 09/10] virtio-mem: Better retry handling
` [PATCH v2 10/10] MAINTAINERS: Add myself as virtio-mem maintainer

[PATCH v1 0/5] mm/memory_hotplug: allow to specify a default online_type
 2020-03-11 17:05 UTC  (15+ messages)
` [PATCH v1 1/5] drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE
` [PATCH v1 2/5] drivers/base/memory: map MMOP_OFFLINE to 0
` [PATCH v1 3/5] drivers/base/memory: store mapping between MMOP_* and string in an array
` [PATCH v1 4/5] mm/memory_hotplug: convert memhp_auto_online to store an online_type
` [PATCH v1 5/5] mm/memory_hotplug: allow to specify a default online_type

[hnaz-linux-mm:master 90/340] arch/x86/mm/fault.c:1468:34: sparse: sparse: incorrect type in argument 1 (different base types)
 2020-03-11 14:59 UTC  (2+ messages)

[PATCH] mm: Add more comments for MADV_FREE
 2020-03-11 14:47 UTC  (4+ messages)

[PATCH -next 1/2] mm: disable KCSAN for kmemleak
 2020-03-11 14:19 UTC  (4+ messages)
` [PATCH -next 2/2] Revert "mm/kmemleak: annotate various data races obj->ptr"

[PATCH] page-flags: fix a crash at SetPageError(THP_SWAP)
 2020-03-11 13:57 UTC  (3+ messages)

[linux-next:master 7020/7467] drivers/mtd/mtdpart.c:318:5: sparse: sparse: symbol '__del_mtd_partitions' was not declared. Should it be static?
 2020-03-11 13:57 UTC  (4+ messages)
` [RFC PATCH linux-next] mtd: __del_mtd_partitions() can be static

[PATCH v4 0/1] mm: virtio-balloon fix to go through the -mm tree
 2020-03-11 13:55 UTC  (2+ messages)
` [PATCH v4] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM

[PATCH -next] kasan: fix -Wstringop-overflow warning
 2020-03-11 13:42 UTC 

[PATCH v2 0/1] mm: fix interrupt disabled long time inside
 2020-03-11 12:04 UTC  (9+ messages)
` [PATCH v2 1/1] mm: fix interrupt disabled long time inside deferred_init_memmap()

[PATCH 0/3] Offline memoryless cpuless node 0
 2020-03-11 11:57 UTC  (5+ messages)
` [PATCH 1/3] powerpc/numa: Set numa_node for all possible cpus
` [PATCH 2/3] powerpc/numa: Prefer node id queried from vphn
` [PATCH 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline

[patch] mm, oom: make a last minute check to prevent unnecessary memcg oom kills
 2020-03-11 11:41 UTC  (5+ messages)

[RFC PATCH v1 0/3] arm64: tlb: add support for TTL field
 2020-03-11 11:29 UTC  (6+ messages)
` [RFC PATCH v1 1/3] arm64: tlb: add TTL field to __TLBI_ADDR
` [RFC PATCH v1 2/3] arm64: tlb: use mm_struct.context.flags to indicate TTL
` [RFC PATCH v1 3/3] arm64: tlb: add support for TTL in some functions

[PATCH v3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM
 2020-03-11 11:21 UTC  (7+ messages)

[PATCH] mm/rmap: ensure the validity of mapping vma which referenced an anon page
 2020-03-11 10:31 UTC  (3+ messages)

+ mm-gup-track-foll_pin-pages-fix-2.patch added to -mm tree
 2020-03-11 10:13 UTC  (2+ messages)

[PATCH V16] mm/debug: Add tests validating architecture page table helpers
 2020-03-11  9:34 UTC 

[PATCH v3 0/7] mm/hotplug: Only use subsection map for VMEMMAP
 2020-03-11  9:31 UTC  (7+ messages)
` [PATCH v3 5/7] mm/sparse.c: add note about only VMEMMAP supporting sub-section support
` [PATCH v3 7/7] mm/sparse.c: Use __get_free_pages() instead in populate_section_memmap()

[PATCH v2] x86/mm: Remove the redundant conditional check
 2020-03-11  9:27 UTC  (2+ messages)

interaction of MADV_PAGEOUT with CoW anonymous mappings?
 2020-03-11  8:45 UTC  (10+ messages)

[PATCH] mm,cma: remove pfn_range_valid_contig
 2020-03-11  8:40 UTC  (2+ messages)

[RESEND PATCH] mm/sparsemem: use wrapped macros instead of open-coding
 2020-03-11  8:01 UTC  (3+ messages)

[PATCH v2 0/9] workingset protection/detection on the anonymous LRU list
 2020-03-11  7:27 UTC  (6+ messages)

[linux-next:master 4395/7467] drivers/clocksource/timer-vf-pit.c:194: error: unterminated argument list invoking macro "BUG_ON"
 2020-03-11  6:55 UTC  (2+ messages)
` [kbuild-all] "

[Patch v2] mm/swap_slots.c: assign|reset cache slot by value directly
 2020-03-11  5:53 UTC 

[linux-next:master 6276/7050] stackdepot.c:undefined reference to `__softirqentry_text_start'
 2020-03-11  4:31 UTC 

[PATCH v3 00/27] Add support for OpenCAPI Persistent Memory devices
 2020-03-11  3:38 UTC  (8+ messages)
` [PATCH v3 20/27] powerpc/powernv/pmem: Forward events to userspace
` [PATCH v3 21/27] powerpc/powernv/pmem: Add an IOCTL to request controller health & perf data

mmotm 2020-03-03-22-28 uploaded
 2020-03-11  1:33 UTC  (8+ messages)
` mmotm 2020-03-03-22-28 uploaded (warning: objtool:)

[PATCH] mm/swap_slots.c: don't reset the cache slot after use
 2020-03-11  1:17 UTC  (6+ messages)

[PATCH] x86/mm: Remove the redundant conditional check
 2020-03-11  1:15 UTC  (5+ messages)

[PATCH v7 0/7] introduce memory hinting API for external process
 2020-03-11  0:42 UTC  (17+ messages)
` [PATCH v7 2/7] mm: introduce external memory hinting API
` [PATCH v7 3/7] mm: check fatal signal pending of target process
` [PATCH v7 5/7] mm: support both pid and pidfd for process_madvise
` [PATCH v7 6/7] mm/madvise: employ mmget_still_valid for write lock

[PATCH] mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking page tables prot_numa
 2020-03-11  0:04 UTC  (8+ messages)

[PATCH v4 2/2] net: memcg: late association of sock to memcg
 2020-03-10 22:38 UTC  (4+ messages)
` [PATCH v4 1/2] cgroup: memcg: net: do not associate sock with unrelated cgroup

[PATCH v3] mm: Proactive compaction
 2020-03-10 22:25 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).