linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-27 01:12:02 to 2020-01-06 20:21:13 UTC [more...]

[PATCH] mm/rmap.c: remove useless checking to child vma->vm_prev in anon_vma_clone
 2020-01-06 20:20 UTC  (4+ messages)

[PATCH 0/2] clarify limitations of hibernation
 2020-01-06 19:08 UTC  (4+ messages)
` [PATCH 1/2] Documentation: "

[RFC PATCH] mm: thp: grab the lock before manipulation defer list
 2020-01-06 16:18 UTC  (7+ messages)

SLUB: purpose of sysfs events on cache creation/removal
 2020-01-06 15:51 UTC  (12+ messages)

[PATCH v2 0/5] protect page cache from freeing inode
 2020-01-06 14:41 UTC  (14+ messages)
` [PATCH v2 3/5] mm, memcg: reset memcg's memory.{min, low} for reclaiming itself
` [PATCH v2 4/5] mm: make memcg visible to lru walker isolation function
` [PATCH v2 5/5] memcg, inode: protect page cache from freeing inode

[RFC] memcg: Add swappiness to cgroup2
 2020-01-06 13:24 UTC  (8+ messages)

[PATCH v5 0/2] fs: inode: shmem: Reduce risk of inum overflow
 2020-01-06 13:17 UTC  (6+ messages)
` [PATCH v5 1/2] tmpfs: Add per-superblock i_ino support
` [PATCH v5 2/2] tmpfs: Support 64-bit inums per-sb

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2020-01-06 12:46 UTC  (4+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[LSF/MM TOPIC] Congestion
 2020-01-06 11:55 UTC  (3+ messages)
` [Lsf-pc] "

[PATCH] mm/rmap: fix reusing mergeable anon_vma as parent when fork
 2020-01-06 10:42 UTC 

[PATCH] mm, memcg: reduce size of struct mem_cgroup by using bit field
 2020-01-06 10:19 UTC  (11+ messages)
` [PATCH] mm, memcg: reset memcg's memory.{min, low} for reclaiming itself

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2020-01-06  9:01 UTC  (12+ messages)

[PATCH] mm, debug_pagealloc: don't rely on static keys too early
 2020-01-06  8:37 UTC  (3+ messages)

[PATCH] mm/rmap.c: remove useless checking to child vma->vm_prev in anon_vma_clone For fork case, the dst->vm_prev is always same as src->vm_prev when anon_vma_clone() is called. Removing the assignment from dst->vm_prev->anon_vma to dst->anon_vma, and explictly assign from anon_vma which is shared by its parent vmas
 2020-01-06  6:32 UTC 

[PATCH] mm/memblock: Define memblock_physmem_add()
 2020-01-06  6:04 UTC  (2+ messages)

[PATCH] memblock: Use __func__ in remaining memblock_dbg() call sites
 2020-01-06  6:04 UTC  (2+ messages)

[PATCH] powerpc: add support for folded p4d page tables
 2020-01-06  6:02 UTC  (6+ messages)

[RFC] mm/memblock: Define memblock_physmem()
 2020-01-06  2:28 UTC  (3+ messages)

[PATCH v3 0/2] fs: inode: shmem: Reduce risk of inum overflow
 2020-01-04 21:16 UTC 

[patch 17/17] hexagon: define ioremap_uc
 2020-01-04 21:00 UTC 

[patch 16/17] ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less
 2020-01-04 21:00 UTC 

[patch 15/17] ocfs2: call journal flush to mark journal as empty after journal recovery when mount
 2020-01-04 21:00 UTC 

[patch 14/17] mm/hugetlb: defer freeing of huge pages if in non-task context
 2020-01-04 21:00 UTC 

[patch 13/17] mm/gup: fix memory leak in __gup_benchmark_ioctl
 2020-01-04 21:00 UTC 

[patch 12/17] mm/oom: fix pgtables units mismatch in Killed process message
 2020-01-04 21:00 UTC 

[patch 11/17] fs/posix_acl.c: fix kernel-doc warnings
 2020-01-04 21:00 UTC 

[patch 10/17] hexagon: work around compiler crash
 2020-01-04 21:00 UTC 

[patch 09/17] hexagon: parenthesize registers in asm predicates
 2020-01-04 20:59 UTC 

[patch 08/17] fs/namespace.c: make to_mnt_ns() static
 2020-01-04 20:59 UTC 

[patch 07/17] fs/nsfs.c: include headers for missing declarations
 2020-01-04 20:59 UTC 

[patch 06/17] fs/direct-io.c: include fs/internal.h for missing prototype
 2020-01-04 20:59 UTC 

[patch 05/17] mm: move_pages: return valid node id in status if the page is already on the target node
 2020-01-04 20:59 UTC 

[patch 04/17] memcg: account security cred as well to kmemcg
 2020-01-04 20:59 UTC 

[patch 03/17] kcov: fix struct layout for kcov_remote_arg
 2020-01-04 20:59 UTC 

[patch 02/17] mm/zsmalloc.c: fix the migrated zspage statistics
 2020-01-04 20:59 UTC 

[patch 01/17] mm/memory_hotplug: shrink zones when offlining memory
 2020-01-04 20:59 UTC 

incoming
 2020-01-04 20:55 UTC 

[RFC PATCH] blk-mq: cut fair share of tag depth
 2020-01-04 10:20 UTC 

[PATCH v16 0/9] mm / virtio: Provide support for free page reporting
 2020-01-03 21:24 UTC  (14+ messages)
` [PATCH v16 1/9] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v16 2/9] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v16 3/9] mm: Add function __putback_isolated_page
` [PATCH v16 4/9] mm: Introduce Reported pages
` [PATCH v16 5/9] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v16 6/9] virtio-balloon: Add support for providing free page reports to host
` [PATCH v16 7/9] mm: Rotate free list so reported pages are moved to the tail of the list
` [PATCH v16 8/9] mm: Add budget limit to how many pages can be reported per list per pass
` [PATCH v16 9/9] mm: Add free page reporting documentation
` [PATCH v16 QEMU 1/3] virtio-ballon: Implement support for page poison tracking feature
` [PATCH v16 QEMU 2/3] virtio-balloon: Add support for providing free page reports to host
` [PATCH v16 QEMU 3/3] virtio-balloon: Provide a interface for free page reporting
` [PATCH v16 QEMU 4/3 RFC] memory: Add support for MADV_FREE as mechanism to lazy discard pages

[PATCH v4 1/2] KVM: PPC: Add skip_page_out parameter
 2020-01-03 20:37 UTC  (3+ messages)
` [PATCH v4 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall

[PATCH 1/1] mm: memcg/slab: Call flush_memcg_workqueue() only if memcg workqueue is valid
 2020-01-03 18:33 UTC  (2+ messages)

[PATCH] mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()
 2020-01-03 17:50 UTC  (2+ messages)

[PATCH] memcg: fix a crash in wb_workfn when a device disappears
 2020-01-03 17:46 UTC  (8+ messages)
` [PATCH -v2] "

[PATCH RFC v4 00/42] Add KernelMemorySanitizer infrastructure
 2020-01-03 17:37 UTC  (5+ messages)
` [PATCH RFC v4 02/42] stackdepot: build with -fno-builtin
` [PATCH RFC v4 20/42] kmsan: x86: increase stack sizes in KMSAN builds

[PATCH] slub: call BUG if next_object is not valid
 2020-01-03 14:49 UTC  (3+ messages)

[Patch v2] mm/rmap.c: split huge pmd when it really is
 2020-01-03 14:01 UTC  (9+ messages)

[PATCH V6 0/7] ACPI: Support Generic Initiator proximity domains
 2020-01-03 13:08 UTC  (9+ messages)

[linux-next:master 5117/5337] lib/zlib_deflate/../zlib_dfltcc/dfltcc_util.h:114: Error: Unrecognized opcode: `stfle'
 2020-01-03 10:08 UTC 

[linux-next:master 5113/5337] lib/zlib_dfltcc/dfltcc_util.h:109: Error: Unrecognized opcode: `stfle'
 2020-01-03  7:52 UTC 

mmotm 2020-01-02-19-03 uploaded
 2020-01-03  3:04 UTC 

[PATCH V3 1/2] KVM: PPC: Add skip_page_out parameter
 2020-01-03  2:20 UTC  (5+ messages)
` [PATCH V3 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall

[PATCH v3 0/2] clarify limitations of hibernation
 2020-01-02 23:19 UTC  (3+ messages)
` [PATCH v3 1/2] Documentation: "
` [PATCH v3 2/2] pm: add more logging on hibernation failure

[PATCH] move_pages.2: not return ENOENT if the page are already on the target nodes
 2020-01-02 22:15 UTC  (10+ messages)

[PATCH v2 0/2] clarify limitations of hibernation
 2020-01-02 20:39 UTC  (4+ messages)
` [PATCH v2 1/2] Documentation: "
` [PATCH v2 2/2] pm: add more logging on hibernation failure

[PATCH 0/2] clarify limitations of hibernation
 2020-01-02 19:29 UTC  (6+ messages)
` [PATCH 1/2] Documentation: "
` [PATCH 2/2] pm: add more logging on hibernation failure

[PATCH] char/random: silence a lockdep splat with printk()
 2020-01-02 18:00 UTC  (6+ messages)

[RFC PATCH] blk-mq: prefer local cpu on allocating request
 2020-01-02 14:01 UTC 

[PATCH v7 00/10] per lruvec lru_lock for memcg
 2020-01-02 10:21 UTC  (3+ messages)

[PATCH 0/3] use div64_ul() instead of div_u64() if the divisor is unsigned long
 2020-01-02  8:14 UTC  (4+ messages)
` [PATCH 1/3] mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()
` [PATCH 2/3] mm/page-writeback.c: use div64_ul() for u64-by-unsigned-long divide
` [PATCH 3/3] mm/page-writeback.c: improve arithmetic divisions

[PATCH] mm/page-writeback.c: avoid potential division by zero
 2020-01-02  4:06 UTC  (4+ messages)

[RFC PATCH] mm/rmap.c: finer hwpoison granularity for PTE-mapped THP
 2020-01-02  3:04 UTC 

INFO: task hung in __generic_file_fsync (2)
 2020-01-02  0:03 UTC  (2+ messages)

[tip: x86/core] x86/kasan: Print original address on #GP
 2020-01-01 10:07 UTC 

[PATCH] zswap: add allocation hysteresis if pool limit is hit
 2019-12-31 22:57 UTC  (2+ messages)

[PATCH] mm/page_alloc: Skip non present sections on zone initialization
 2019-12-31  1:33 UTC  (3+ messages)

[PATCH] move_pages.2: remove ENOENT from the list of possible return values
 2019-12-30 18:55 UTC  (2+ messages)

lib/test_user_copy.c:244: Error: unrecognized keyword/register name `l.lwz ?ap,4(r18)'
 2019-12-30 18:47 UTC  (2+ messages)

[PATCH/RFC] nfs: NFS_SWAP should depend on SWAP
 2019-12-30 15:32 UTC 

[PATCH 0/1] arm/arm64: add support for folded p4d page tables
 2019-12-30 13:17 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] mm: vmscan: memcg: Add global shrink priority
 2019-12-30  3:32 UTC  (7+ messages)

[PATCH] mm/page_owner: print largest memory consumer when OOM panic occurs
 2019-12-30  1:51 UTC 

[PATCH 5.4 348/434] mips: fix build when "48 bits virtual memory" is enabled
 2019-12-29 17:26 UTC 

[PATCH 4.19 185/219] mips: fix build when "48 bits virtual memory" is enabled
 2019-12-29 17:19 UTC 

[PATCH 4.14 134/161] mips: fix build when "48 bits virtual memory" is enabled
 2019-12-29 17:19 UTC 

[PATCH 2/2] thp, shmem: Fix conflict of above-47bit hint address and PMD alignment
 2019-12-28  0:10 UTC  (2+ messages)

[PATCH 00/22] arm64: Memory Tagging Extension user-space support
 2019-12-27 14:34 UTC  (3+ messages)
` [PATCH 19/22] arm64: mte: Allow user control of the tag check mode via prctl()

[PATCH V11 RESEND] mm/debug: Add tests validating architecture page table helpers
 2019-12-27 14:22 UTC  (2+ messages)
` [mm/debug] 87c4696d57: kernel_BUG_at_include/linux/mm.h

[PATCH] mm/page_owner: print largest memory consumer when OOM panic occurs
 2019-12-27 13:46 UTC 

[PATCH 1/2] powerpc/pseries/svm: Use FW_FEATURE to detect SVM
 2019-12-27  5:29 UTC  (3+ messages)
` [PATCH 2/2] powerpc/pseries/svm: Disable BHRB/EBB/PMU access

INFO: task hung in sync_inodes_sb (3)
 2019-12-27  4:46 UTC  (3+ messages)


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