linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-01 03:40:39 to 2020-02-04 01:35:40 UTC [more...]

incoming
 2020-02-04  1:35 UTC  (33+ messages)
` [patch 01/67] ocfs2: fix oops when writing cloned file
` [patch 02/67] mm/page_alloc.c: fix uninitialized memmaps on a partially populated last section
` [patch 03/67] fs/proc/page.c: allow inspection of last section and fix end detection
` [patch 04/67] mm/page_alloc.c: initialize memmap of unavailable memory directly
` [patch 05/67] mm/page_alloc: fix and rework pfn handling in memmap_init_zone()
` [patch 06/67] mm: factor out next_present_section_nr()
` [patch 07/67] mm/memmap_init: update variable name in memmap_init_zone
` [patch 08/67] mm/memory_hotplug: poison memmap in remove_pfn_range_from_zone()
` [patch 09/67] mm/memory_hotplug: we always have a zone in find_(smallest|biggest)_section_pfn
` [patch 10/67] mm/memory_hotplug: don't check for "all holes" in shrink_zone_span()
` [patch 11/67] mm/memory_hotplug: drop local variables "
` [patch 12/67] mm/memory_hotplug: cleanup __remove_pages()
` [patch 13/67] mm/memory_hotplug: drop valid_start/valid_end from test_pages_in_a_zone()
` [patch 14/67] smp_mb__{before,after}_atomic(): update Documentation
` [patch 15/67] ipc/mqueue.c: remove duplicated code
` [patch 16/67] ipc/mqueue.c: update/document memory barriers
` [patch 17/67] ipc/msg.c: update and document "
` [patch 18/67] ipc/sem.c: document and update "
` [patch 19/67] ipc/msg.c: consolidate all xxxctl_down() functions
` [patch 20/67] drivers/block/null_blk_main.c: fix layout
` [patch 21/67] drivers/block/null_blk_main.c: fix uninitialized var warnings
` [patch 22/67] pinctrl: fix pxa2xx.c build warnings
` [patch 23/67] mm: remove __krealloc
` [patch 24/67] mm: add generic p?d_leaf() macros
` [patch 25/67] arc: mm: add p?d_leaf() definitions
` [patch 26/67] arm: "
` [patch 27/67] arm64: "
` [patch 28/67] mips: "
` [patch 29/67] powerpc: "
` [patch 30/67] riscv: "
` [patch 31/67] s390: "
` [patch 32/67] sparc: "

[PATCH RFC 00/10] device-dax: Support devices without PFN metadata
 2020-02-04  1:24 UTC  (6+ messages)
` [PATCH RFC 01/10] mm: Add pmd support for _PAGE_SPECIAL
` [PATCH RFC 02/10] mm: Handle pmd entries in follow_pfn()

[PATCH v2 00/28] The new cgroup slab memory controller
 2020-02-04  1:15 UTC  (33+ messages)
` [PATCH v2 07/28] mm: memcg/slab: introduce mem_cgroup_from_obj()
` [PATCH v2 08/28] mm: fork: fix kernel_stack memcg stats for various stack implementations
` [PATCH v2 09/28] mm: memcg/slab: rename __mod_lruvec_slab_state() into __mod_lruvec_obj_state()
` [PATCH v2 10/28] mm: memcg: introduce mod_lruvec_memcg_state()
` [PATCH v2 11/28] mm: slub: implement SLUB version of obj_to_index()
` [PATCH v2 12/28] mm: vmstat: use s32 for vm_node_stat_diff in struct per_cpu_nodestat
` [PATCH v2 15/28] mm: memcg/slab: obj_cgroup API
` [PATCH v2 16/28] mm: memcg/slab: allocate obj_cgroups for non-root slab pages
` [PATCH v2 17/28] mm: memcg/slab: save obj_cgroup for non-root slab objects
` [PATCH v2 21/28] mm: memcg/slab: use a single set of kmem_caches for all memory cgroups

Balloon pressuring page cache
 2020-02-04  0:10 UTC  (12+ messages)

[PATCH v3 00/12] mm/gup: track FOLL_PIN pages
 2020-02-03 23:43 UTC  (43+ messages)
` [PATCH v3 01/12] mm: dump_page(): better diagnostics for compound pages
` [PATCH v3 02/12] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v3 03/12] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v3 04/12] mm: introduce page_ref_sub_return()
` [PATCH v3 05/12] mm/gup: pass gup flags to two more routines
` [PATCH v3 06/12] mm/gup: require FOLL_GET for get_user_pages_fast()
` [PATCH v3 07/12] mm/gup: track FOLL_PIN pages
` [PATCH v3 08/12] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v3 09/12] mm: dump_page(): better diagnostics for huge pinned pages
` [PATCH v3 10/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v3 11/12] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v3 12/12] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH v11 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-02-03 23:22 UTC  (9+ messages)
` [PATCH v11 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v11 3/9] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v11 4/9] hugetlb: disable region_add file_region coalescing
` [PATCH v11 5/9] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v11 6/9] hugetlb_cgroup: support noreserve mappings
` [PATCH v11 7/9] hugetlb: support file_region coalescing again
` [PATCH v11 8/9] hugetlb_cgroup: Add hugetlb_cgroup reservation tests
` [PATCH v11 9/9] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

[PATCH v10 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-02-03 23:18 UTC  (11+ messages)
` [PATCH v10 3/8] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v10 7/8] hugetlb_cgroup: Add hugetlb_cgroup reservation tests

[PATCH v1 0/2] mm/page_alloc: memmap_init_zone() cleanups
 2020-02-03 23:17 UTC  (7+ messages)
` [PATCH v1 1/2] mm/page_alloc: fix and rework pfn handling in memmap_init_zone()

RFC: hold i_rwsem until aio completes
 2020-02-03 23:02 UTC  (6+ messages)

[GIT PULL] percpu changes for v5.6-rc1
 2020-02-03 22:35 UTC  (2+ messages)

[PATCH v16.1 0/9] mm / virtio: Provide support for free page reporting
 2020-02-03 22:05 UTC  (2+ messages)

[PATCH v2 0/3] mm: memcontrol: recursive memory protection
 2020-02-03 21:52 UTC  (8+ messages)
` [PATCH v2 1/3] mm: memcontrol: fix memory.low proportional distribution
` [PATCH v2 3/3] mm: memcontrol: recursive memory.low protection

[RFC] [PATCH 0/2] arm64: tlb: skip tlbi broadcast for single threaded TLB flushes
 2020-02-03 20:17 UTC  (3+ messages)
` [PATCH 1/2] mm: use_mm: fix for arches checking mm_users to optimize "
` [PATCH 2/2] arm64: tlb: skip tlbi broadcast for single threaded "

[v3 PATCH] move_pages.2: Returning positive value is a new error case
 2020-02-03 19:18 UTC 

[kernel-hardening] [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
 2020-02-03 17:41 UTC  (19+ messages)

[PATCH 00/16] Sanitize usage of ->flags and ->mapping for tail pages
 2020-02-03 17:29 UTC  (7+ messages)
` [PATCH 09/16] page-flags: define PG_reserved behavior on compound pages

[patch 018/118] mm/slub.c: avoid slub allocation while holding list_lock
 2020-02-03 17:25 UTC  (2+ messages)

Race in xarray tagged iteration
 2020-02-03 16:49 UTC  (3+ messages)

[PATCH V12] mm/debug: Add tests validating architecture page table helpers
 2020-02-03 15:48 UTC  (10+ messages)

[PATCH] mm/mapping_dirty_helpers: Update huge page-table entry callbacks
 2020-02-03 15:43 UTC 

[PATCH v2 00/27] Add support for OpenCAPI SCM devices
 2020-02-03 15:11 UTC  (19+ messages)
` [PATCH v2 06/27] ocxl: Tally up the LPC memory on a link & allow it to be mapped
` [PATCH v2 07/27] ocxl: Add functions to map/unmap LPC memory
` [PATCH v2 08/27] ocxl: Save the device serial number in ocxl_fn
` [PATCH v2 10/27] nvdimm: Add driver for OpenCAPI Storage Class Memory
` [PATCH v2 12/27] nvdimm/ocxl: Read the capability registers & wait for device ready
` [PATCH v2 13/27] nvdimm/ocxl: Add support for Admin commands
` [PATCH v2 14/27] nvdimm/ocxl: Add support for near storage commands
` [PATCH v2 22/27] nvdimm/ocxl: Implement the heartbeat command
` [PATCH v2 24/27] nvdimm/ocxl: Implement Overwrite

[PATCH 1/1] mm: sysctl: add panic_on_inconsistent_mm sysctl
 2020-02-03 15:06 UTC  (7+ messages)

[PATCH] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-03 13:09 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] lib/stackdepot: fix global out-of-bounds in stack_slabs
 2020-02-03 11:10 UTC  (3+ messages)

[PATCH] mm: Allocate shrinker_map on appropriate NUMA node
 2020-02-03  9:31 UTC  (9+ messages)
  ` [PATCH v2] "
          ` [PATCH v3] "

[PATCH] mm: slub: reinitialize random sequence cache on slab object update
 2020-02-03  6:57 UTC  (3+ messages)

Paging out when free memory is low but not exhausted (and available memory remains high)
 2020-02-02 22:56 UTC  (12+ messages)

INFO: task hung in __generic_file_fsync (2)
 2020-02-02  7:05 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD REGRESSION 420617c9e573e02af57c38d767b63ca4fe4461e2
 2020-02-02  0:30 UTC 

[PATCH v7] zswap: allow setting default status, compressor and allocator in Kconfig
 2020-02-02  0:01 UTC 

[PATCH v4 00/12] Change readahead API
 2020-02-01 15:12 UTC  (13+ messages)
` [PATCH v4 01/12] mm: Fix the return type of __do_page_cache_readahead
` [PATCH v4 02/12] readahead: Ignore return value of ->readpages
` [PATCH v4 03/12] readahead: Put pages in cache earlier
` [PATCH v4 04/12] mm: Add readahead address space operation
` [PATCH v4 05/12] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v4 06/12] btrfs: Convert from readpages to readahead
` [PATCH v4 07/12] erofs: Convert uncompressed files "
` [PATCH v4 08/12] erofs: Convert compressed "
` [PATCH v4 09/12] ext4: Convert "
` [PATCH v4 10/12] f2fs: "
` [PATCH v4 11/12] fuse: "
` [PATCH v4 12/12] iomap: "

[PATCH] mm/mempolicy: support MPOL_MF_STRICT for huge page mapping
 2020-02-01 13:56 UTC  (3+ messages)

[PATCHSET v3 0/5] Support for RWF_UNCACHED
 2020-02-01 10:33 UTC  (11+ messages)

Re: [PATCH v2 6/9] mm/damon: Add minimal user-space tools
 2020-02-01  8:52 UTC  (2+ 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).