linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-04 08:18:19 to 2018-08-07 15:20:01 UTC [more...]

[RFC PATCH 0/3] Do not touch pages in remove_memory path
 2018-08-07 15:19 UTC  (15+ messages)
` [RFC PATCH 1/3] mm/memory_hotplug: Add nid parameter to arch_remove_memory
` [RFC PATCH 2/3] mm/memory_hotplug: Create __shrink_pages and move it to offline_pages
` [RFC PATCH 3/3] mm/memory_hotplug: Refactor shrink_zone/pgdat_span

[PATCH] proc: add percpu populated pages count to meminfo
 2018-08-07 15:11 UTC  (5+ messages)

[PATCH] mm: memcg: update memcg OOM messages on cgroup2
 2018-08-07 15:09 UTC  (12+ messages)
` [PATCH v2] "

[RFC v6 PATCH 0/2] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-08-07 14:59 UTC  (17+ messages)
` [RFC v6 PATCH 1/2] mm: refactor do_munmap() to extract the common part
` [RFC v6 PATCH 2/2] mm: mmap: zap pages with read mmap_sem in munmap

[PATCH] mm: adjust max read count in generic_file_buffered_read()
 2018-08-07 13:54 UTC  (6+ messages)

[RESEND] Spectre-v2 (IBPB/IBRS) and SSBD fixes for 4.4.y
 2018-08-07 13:49 UTC  (9+ messages)

[Bug 200651] New: cgroups iptables-restor: vmalloc: allocation failure
 2018-08-07 13:35 UTC  (22+ messages)

[PATCH v2] resource: Merge resources on a node when hot-adding memory
 2018-08-07 11:52 UTC  (4+ messages)

[PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v3
 2018-08-07 11:50 UTC  (11+ messages)
` [PATCH 8/9] psi: pressure stall information for CPU, memory, and IO

WARNING in try_charge
 2018-08-07 11:25 UTC  (49+ messages)

[PATCH] memcg, oom: be careful about races when warning about no reclaimable task
 2018-08-07 11:04 UTC  (3+ messages)

[PATCH 0/3] PTI for x86-32 Fixes
 2018-08-07 10:24 UTC  (4+ messages)
` [PATCH 1/3] x86/mm/pti: Fix 32 bit PCID check
` [PATCH 2/3] x86/mm/pti: Don't clear permissions in pti_clone_pmd()
` [PATCH 3/3] x86/mm/pti: Clone kernel-image on PTE level for 32 bit

[PATCH v6 00/11] hugetlb: Factorize hugetlb architecture primitives
 2018-08-07  9:54 UTC  (13+ messages)
` [PATCH v6 01/11] hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h
` [PATCH v6 02/11] hugetlb: Introduce generic version of hugetlb_free_pgd_range
` [PATCH v6 03/11] hugetlb: Introduce generic version of set_huge_pte_at
` [PATCH v6 04/11] hugetlb: Introduce generic version of huge_ptep_get_and_clear
` [PATCH v6 05/11] hugetlb: Introduce generic version of huge_ptep_clear_flush
` [PATCH v6 06/11] hugetlb: Introduce generic version of huge_pte_none
` [PATCH v6 07/11] hugetlb: Introduce generic version of huge_pte_wrprotect
` [PATCH v6 08/11] hugetlb: Introduce generic version of prepare_hugepage_range
` [PATCH v6 09/11] hugetlb: Introduce generic version of huge_ptep_set_wrprotect
` [PATCH v6 10/11] hugetlb: Introduce generic version of huge_ptep_set_access_flags
` [PATCH v6 11/11] hugetlb: Introduce generic version of huge_ptep_get

[PATCH V2 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-08-07  9:13 UTC  (5+ messages)
` [PATCH V2 2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX
` [PATCH V2 3/4] mm: add a function to differentiate the pages is from DAX device memory

[PATCH] [PATCH] mm: disable preemption before swapcache_free
 2018-08-07  3:23 UTC  (10+ messages)
  `  "

[PATCH 0/3] introduce memory.oom.group
 2018-08-07  0:30 UTC  (7+ messages)

[PATCH v2 0/3] introduce memory.oom.group
 2018-08-06 21:44 UTC  (3+ messages)
` [PATCH v2 1/3] mm: introduce mem_cgroup_put() helper

[PATCH 1/4] mm, oom: Remove wake_oom_reaper()
 2018-08-06 20:51 UTC  (7+ messages)
` [PATCH 2/4] mm, oom: Check pending victims earlier in out_of_memory()
` [PATCH 3/4] mm, oom: Remove unused "abort" path
` [PATCH 4/4] mm, oom: Fix unnecessary killing of additional processes

SLAB_TYPESAFE_BY_RCU without constructors (was Re: [PATCH v4 13/17] khwasan: add hooks implementation)
 2018-08-06 20:20 UTC  (6+ messages)

[PATCH v4 0/7] arm64: untag user pointers passed to the kernel
 2018-08-06 19:12 UTC  (11+ messages)

Caching/buffers become useless after some time
 2018-08-06 18:16 UTC  (18+ messages)

[PATCH v5 00/10] arm64: untag user pointers passed to the kernel
 2018-08-06 16:40 UTC  (11+ messages)
` [PATCH v5 01/10] arm64: add type casts to untagged_addr macro
` [PATCH v5 02/10] uaccess: add untagged_addr definition for other arches
` [PATCH v5 03/10] arm64: untag user addresses in access_ok and __uaccess_mask_ptr
` [PATCH v5 04/10] mm, arm64: untag user addresses in mm/gup.c
` [PATCH v5 05/10] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [PATCH v5 06/10] arm64: untag user address in __do_user_fault
` [PATCH v5 07/10] fs, arm64: untag user address in copy_mount_options
` [PATCH v5 08/10] usb, arm64: untag user addresses in devio
` [PATCH v5 09/10] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v5 10/10] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH v3 0/2] virtio-balloon: some improvements
 2018-08-06 14:02 UTC  (10+ messages)
` [PATCH v3 2/2] virtio_balloon: replace oom notifier with shrinker

[PATCH v2 0/3] sparc32: switch to NO_BOOTMEM
 2018-08-06 13:09 UTC  (6+ messages)
` [PATCH v2 1/3] sparc: mm/init_32: kill trailing whitespace
` [PATCH v2 2/3] sparc32: switch to NO_BOOTMEM
` [PATCH v2 3/3] sparc32: split ramdisk detection and reservation to a helper function

[PATCH] mm/kasan/kasan_init: use true and false for boolean values
 2018-08-06 12:05 UTC  (4+ messages)

INFO: task hung in generic_file_write_iter
 2018-08-06 11:56 UTC  (7+ messages)

[PATCH v2] mm: Use special value SHRINKER_REGISTERING instead list_empty() check
 2018-08-06 11:31 UTC 

[PATCH v6 00/13] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-08-06  9:27 UTC  (5+ messages)
` [PATCH v6 09/13] filesystem-dax: Introduce dax_lock_mapping_entry()
` [PATCH v6 10/13] mm, memory_failure: Teach memory_failure() about dev_pagemap pages

[PATCH] mm: Use special value SHRINKER_REGISTERING instead list_empty() check
 2018-08-06  8:55 UTC  (7+ messages)

[PATCH] mm,oom: Remove wake_oom_reaper()
 2018-08-06  8:21 UTC  (2+ messages)

[4.18 rc7] possible circular locking dependency detected
 2018-08-05 15:04 UTC  (3+ messages)

[PATCH v2 0/2] Fix __GFP_ZERO vs constructor
 2018-08-04 14:00 UTC  (13+ messages)
` [PATCH v2 2/2] slab: __GFP_ZERO is incompatible with a constructor
              ` [PATCH v3 "


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