linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-14 23:12:42 to 2020-02-18 00:24:43 UTC [more...]

[PATCH v2] mm/vmscan.c: only adjust related kswapd cpu affinity when online cpu
 2020-02-18  0:24 UTC  (5+ messages)

[RFC RESEND PATCH v3 00/12] Enable PM hibernation on guest VMs
 2020-02-17 23:05 UTC  (15+ messages)
` [RFC PATCH v3 01/12] xen/manage: keep track of the on-going suspend mode
` [RFC PATCH v3 02/12] xenbus: add freeze/thaw/restore callbacks support
` [RFC PATCH v3 03/12] x86/xen: Introduce new function to map HYPERVISOR_shared_info on Resume
` [RFC PATCH v3 04/12] x86/xen: add system core suspend and resume callbacks
` [RFC PATCH v3 05/12] xen-netfront: add callbacks for PM suspend and hibernation support
` [RFC PATCH v3 06/12] xen-blkfront: add callbacks for PM suspend and hibernation
` [RFC PATCH v3 07/12] genirq: Shutdown irq chips in suspend/resume during hibernation
` [RFC PATCH v3 08/12] xen/time: introduce xen_{save,restore}_steal_clock
` [RFC PATCH v3 09/12] x86/xen: save and restore steal clock
` [RFC PATCH v3 10/12] xen: Introduce wrapper for save/restore sched clock offset
` [RFC PATCH v3 11/12] xen: Update sched clock offset to avoid system instability in hibernation
` [RFC PATCH v3 12/12] PM / hibernate: update the resume offset on SNAPSHOT_SET_SWAP_AREA

[PATCH -next] fork: annotate a data race in vm_area_dup()
 2020-02-17 22:31 UTC  (2+ messages)

[patch] fs: Allow user.* xattr in tmpfs
 2020-02-17 21:50 UTC 

[PATCH 00/35] KVM: s390: Add support for protected VMs
 2020-02-17 21:14 UTC  (7+ messages)
` [PATCH 01/35] mm:gup/writeback: add callbacks for inaccessible pages

[PATCH v6 00/11] Introduces new functions for tracking lockless pagetable walks
 2020-02-17 20:55 UTC  (9+ messages)
` [PATCH v6 02/11] mm/gup: Use functions to track lockless pgtbl walks on gup_pgd_range
` [PATCH v6 03/11] powerpc/mm: Adds arch-specificic functions to track lockless pgtable walks

[PATCH v6 00/19] Change readahead API
 2020-02-17 18:48 UTC  (34+ messages)
` [PATCH v6 01/19] mm: Return void from various readahead functions
` [PATCH v6 02/19] mm: Ignore return value of ->readpages
` [PATCH v6 03/19] mm: Use readahead_control to pass arguments
` [PATCH v6 04/19] mm: Rearrange readahead loop
` [PATCH v6 04/16] mm: Tweak readahead loop slightly
` [PATCH v6 05/16] mm: Put readahead pages in cache earlier
` [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop
` [PATCH v6 06/16] mm: Add readahead address space operation
` [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [PATCH v6 07/16] mm: Add page_cache_readahead_limit
` [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [PATCH v6 08/16] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v6 08/19] mm: Add readahead address space operation
` [PATCH v6 09/16] btrfs: Convert from readpages to readahead
` [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [PATCH v6 10/16] erofs: Convert uncompressed files from readpages to readahead
` [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v6 11/19] btrfs: Convert from readpages to readahead
` [PATCH v6 11/16] erofs: Convert compressed files "
` [PATCH v6 12/19] erofs: Convert uncompressed "
` [PATCH v6 12/16] ext4: Convert "
` [PATCH v6 13/19] erofs: Convert compressed files "
` [PATCH v6 13/16] f2fs: Convert "
` [PATCH v6 14/19] ext4: "
` [PATCH v6 14/16] fuse: "
` [PATCH v6 15/19] f2fs: "
` [PATCH v6 15/16] iomap: "
` [PATCH v6 16/19] fuse: "
` [PATCH v6 16/16] mm: Use memalloc_nofs_save in readahead path
` [PATCH v6 17/19] iomap: Restructure iomap_readpages_actor
` [PATCH v6 18/19] iomap: Convert from readpages to readahead
` [PATCH v6 19/19] mm: Use memalloc_nofs_save in readahead path

[RFC PATCH] userfaultfd: Address race after fault
 2020-02-17 16:07 UTC  (4+ messages)

[PATCH -next] mm/hugetlb_cgroup: fix a -Wunused-but-set-variable
 2020-02-17 15:30 UTC 

[PATCH resend] mm, memcg: reset memcg's memory.{min, low} for reclaiming itself
 2020-02-17 15:14 UTC  (10+ messages)

[PATCH] mm/slub.c: replace cpu_slab->partial with wrapped APIs
 2020-02-17 15:04 UTC 

[PATCH v2 00/42] KVM: s390: Add support for protected VMs
 2020-02-17 14:38 UTC  (11+ messages)
` [PATCH v2 01/42] mm:gup/writeback: add callbacks for inaccessible pages
` [PATCH v2 05/42] s390/mm: provide memory management functions for protected KVM guests
` [PATCH v2 40/42] example for future extension: mm:gup/writeback: add callbacks for inaccessible pages: source indication

[PATCH 00/10] Hi,
 2020-02-17 14:27 UTC  (3+ messages)

[PATCH] selftests/vm: Fix map_hugetlb length used for testing read and write
 2020-02-17 14:10 UTC  (3+ messages)

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

[Bug 206401] kernel panic on Hyper-V after 5 minutes due to memory hot-add
 2020-02-17 12:47 UTC  (11+ messages)

[PATCH 0/5] mm/vma: Use available wrappers when possible
 2020-02-17 11:56 UTC  (11+ messages)
` [PATCH 1/5] mm/vma: Add missing VMA flag readable name for VM_SYNC
` [PATCH 2/5] mm/vma: Make vma_is_accessible() available for general use
` [PATCH 3/5] mm/vma: Replace all remaining open encodings with is_vm_hugetlb_page()
` [PATCH 4/5] mm/vma: Replace all remaining open encodings with vma_set_anonymous()
` [PATCH 5/5] mm/vma: Replace all remaining open encodings with vma_is_anonymous()

[PATCH] mm: slub: use slub_cpu_partial() and slub_set_cpu_partial() APIs
 2020-02-17 11:28 UTC 

[Bug 206401] kernel panic on Hyper-V after 5 minutes due tomemory hot-add
 2020-02-17 11:21 UTC  (7+ messages)
` [Bug 206401] kernel panic on Hyper-V after 5 minutes duetomemory hot-add
    ` [Bug 206401] kernel panic on Hyper-V after 5 minutes duetomemoryhot-add
    ` [Bug 206401] kernel panic on Hyper-V after 5 minutes due to memory hot-add

[LSF/MM/BPF TOPIC] Restricted kernel address spaces
 2020-02-17 10:34 UTC  (6+ messages)

[PATCH v5 00/14] Introduce Data Access MONitor (DAMON)
 2020-02-17 10:31 UTC  (15+ messages)
` [PATCH v5 01/14] mm: "
` [PATCH v5 02/14] mm/damon: Implement region based sampling
` [PATCH v5 03/14] mm/damon: Adaptively adjust regions
` [PATCH v5 04/14] mm/damon: Apply dynamic memory mapping changes
` [PATCH v5 05/14] mm/damon: Implement callbacks
` [PATCH v5 06/14] mm/damon: Implement access pattern recording
` [PATCH v5 07/14] mm/damon: Implement kernel space API
` [PATCH v5 08/14] mm/damon: Add debugfs interface
` [PATCH v5 09/14] mm/damon: Add a tracepoint for result writing
` [PATCH v5 10/14] tools: Add a minimal user-space tool for DAMON
` [PATCH v5 11/14] Documentation/admin-guide/mm: Add a document "
` [PATCH v5 12/14] mm/damon: Add kunit tests
` [PATCH v5 13/14] mm/damon: Add user selftests
` [PATCH v5 14/14] MAINTAINERS: Update for DAMON

[PATCH v17 00/23] Generic page walk and ptdump
 2020-02-17 10:16 UTC  (5+ messages)
` [PATCH v17 21/23] arm64: mm: Convert mm/dump.c to use walk_page_range()

[PATCH] mm/sparse: rename pfn_present() as pfn_to_section_present()
 2020-02-17 10:01 UTC  (5+ messages)
    ` [PATCHv2] mm/sparse: rename pfn_present() as pfn_in_present_section()

[PATCH 1/3] mm: Don't bother dropping mmap_sem for zero size readahead
 2020-02-17  9:31 UTC  (3+ messages)
` [PATCH 3/3] mm: make PageReadahead more strict

[PATCH 0/2] slabinfo: parse all NUMA attributes
 2020-02-17  8:48 UTC  (3+ messages)
` [PATCH 1/2] tools: vm: slabinfo: Replace tabs with spaces
` [PATCH 2/2] tools: vm: slabinfo: Add numa information for objects

[PATCH v2 3/3] mm: memcontrol: recursive memory.low protection
 2020-02-17  8:41 UTC  (11+ messages)

[PATCH v5 0/7] introduce memory hinting API for external process
 2020-02-17  7:59 UTC  (3+ messages)
` [PATCH v5 4/7] pid: export pidfd_get_pid

[PATCH v7 0/4] KASAN for powerpc64 radix
 2020-02-17  6:45 UTC  (4+ messages)
` [PATCH v7 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-17  6:23 UTC  (18+ messages)
` [PATCH v2 01/13] arm/arm64: add support for folded p4d page tables
` [PATCH v2 02/13] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v2 03/13] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 04/13] ia64: add support for folded p4d page tables
` [PATCH v2 05/13] nios2: "
` [PATCH v2 06/13] openrisc: "
` [PATCH v2 07/13] powerpc: "
` [PATCH v2 08/13] sh: fault: Modernize printing of kernel messages
` [PATCH v2 09/13] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH v2 10/13] sh: add support for folded p4d page tables
` [PATCH v2 11/13] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 12/13] asm-generic: remove pgtable-nop4d-hack.h
` [PATCH v2 13/13] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h

mmotm 2020-02-13-22-26 uploaded (mm/hugetlb.c)
 2020-02-17  3:53 UTC  (9+ messages)
  ` [PATCH] hugetlb: fix CONFIG_CGROUP_HUGETLB ifdefs
              ` [PATCH] hugetlb: fix <linux/hugetlb_cgroup.h> structs

[PATCH V14] mm/debug: Add tests validating architecture page table helpers
 2020-02-17  3:17 UTC 

[PATCH resend mm,net-next 1/3] mm: Refactor insert_page to prepare for batched-lock insert
 2020-02-17  2:49 UTC  (4+ messages)
` [PATCH resend mm,net-next 3/3] net-zerocopy: Use vm_insert_pages() for tcp rcv zerocopy

[PATCH 0/1] net/rds: Track user mapped pages through special API
 2020-02-17  2:37 UTC  (3+ messages)
` [PATCH 1/1] "

[LSF/MM/BPF TOPIC]: MM documentation
 2020-02-17  1:10 UTC  (2+ messages)

[PATCH] mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking page tables prot_numa
 2020-02-16 23:32 UTC  (2+ messages)

[PATCH v1 0/3] virtio-balloon: Fixes + switch back to OOM handler
 2020-02-16  9:47 UTC  (8+ messages)
` [PATCH v1 3/3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM

[RFC PATCH] mm: extend memfd with ability to create "secret" memory areas
 2020-02-16  6:46 UTC  (3+ messages)

[PATCH] mm/slub: Detach node lock from counting free objects
 2020-02-16  4:15 UTC  (3+ messages)

[PATCH v12 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-02-16  1:29 UTC  (11+ messages)
` [PATCH v12 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v12 4/9] hugetlb: disable region_add file_region coalescing
` [PATCH v12 5/9] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v12 7/9] hugetlb: support file_region coalescing again

[PATCH v4 00/11] Introduce Data Access MONitor (DAMON)
 2020-02-15  6:52 UTC  (4+ messages)
` [PATCH v4 10/11] mm/damon: Add kunit tests
    `  "

[PATCH] mm: vmscan: replace open codings to NUMA_NO_NODE
 2020-02-15  4:58 UTC  (2+ messages)

[PATCH v5 00/13] Change readahead API
 2020-02-15  1:15 UTC  (7+ messages)
` [PATCH v5 03/13] mm: Put readahead pages in cache earlier
` [PATCH v5 04/13] mm: Add readahead address space operation

[PATCH v2] cgroup: memcg: net: do not associate sock with unrelated cgroup
 2020-02-15  0:11 UTC  (6+ messages)

[PATCH 06/30] mm/hugetlb: Add missing annotation for gather_surplus_pages()
 2020-02-14 23:40 UTC  (2+ messages)

[RFC PATCH v3 00/12] Enable PM hibernation on guest VMs
 2020-02-14 23:37 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).