linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-13 04:57:35 to 2017-09-16 04:12:45 UTC [more...]

[PATCH] mm,page_alloc: softlockup on warn_alloc on
 2017-09-16  4:12 UTC  (13+ messages)

[PATCH 1/2] mm/memory_hotplug: Change pfn_to_section_nr/section_nr_to_pfn macro to inline function
 2017-09-16  2:53 UTC  (2+ messages)
` [PATCH 2/2] mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned long

[PATCH 0/3] Handle zone statistics distinctively based-on
 2017-09-16  2:10 UTC  (9+ messages)
` [PATCH 1/3] mm, sysctl: make VM stats configurable
` [PATCH 2/3] mm: Handle numa statistics distinctively based-on different VM stats modes
` [PATCH 3/3] sysctl/vm.txt: Update document

[PATCH 0/6] mm, x86, powerpc: Memory Protection Keys enhancement
 2017-09-16  1:21 UTC  (7+ messages)
` [PATCH 1/6] mm: introduce an additional vma bit for powerpc pkey
` [PATCH 2/6] mm, x86 : introduce arch_pkeys_enabled()
` [PATCH 3/6] mm: display pkey in smaps if arch_pkeys_enabled() is true
` [PATCH 4/6] mm/mprotect, powerpc/mm/pkeys, x86/mm/pkeys: Add sysfs interface
` [PATCH 5/6] Documentation/x86: Move protecton key documentation to arch neutral directory
` [PATCH 6/6] Documentation/vm: PowerPC specific updates to memory protection keys

Detecting page cache trashing state
 2017-09-15 23:40 UTC  (9+ messages)

[PATCH v7 00/11] complete deferred page initialization
 2017-09-15 21:51 UTC  (18+ messages)
` [PATCH v8 01/11] x86/mm: setting fields in deferred pages
` [PATCH v8 02/11] sparc64/mm: "
` [PATCH v8 03/11] mm: deferred_init_memmap improvements
` [PATCH v8 04/11] sparc64: simplify vmemmap_populate
` [PATCH v8 05/11] mm: defining memblock_virt_alloc_try_nid_raw
` [PATCH v8 06/11] mm: zero struct pages during initialization
` [PATCH v8 07/11] sparc64: optimized struct page zeroing
` [PATCH v8 08/11] mm: zero reserved and unavailable struct pages
` [PATCH v8 09/11] x86/kasan: explicitly zero kasan shadow memory
` [PATCH v8 10/11] arm64/kasan: "
` [PATCH v8 11/11] mm: stop zeroing memory during allocation in vmemmap
` [PATCH v8 00/11] complete deferred page initialization

[patch] memfd_create.2: Add description of MFD_HUGETLB (hugetlbfs) support
 2017-09-15 21:54 UTC 

[patch] mremap.2: Add description of old_size == 0 functionality
 2017-09-15 21:53 UTC 

[v8 0/4] cgroup-aware OOM killer
 2017-09-15 21:08 UTC  (22+ messages)
` [v8 1/4] mm, oom: refactor the oom_kill_process() function
` [v8 2/4] mm, oom: cgroup-aware OOM killer
` [v8 3/4] mm, oom: add cgroup v2 mount option for "

[PATCH] mm: meminit: mark init_reserved_page as __meminit
 2017-09-15 19:31 UTC 

[PATCH] bdi: fix cleanup when fail to percpu_counter_init
 2017-09-15 18:27 UTC 

+ include-linux-sched-mmh-uninline-mmdrop_async-etc.patch added to -mm tree
 2017-09-15 18:05 UTC  (3+ messages)

[RFC] oom: capture unreclaimable slab info in oom message when kernel panic
 2017-09-15 17:40 UTC  (11+ messages)
` [PATCH 1/3] mm: slab: output reclaimable flag in /proc/slabinfo
` [PATCH 2/3] tools: slabinfo: add "-U" option to show unreclaimable slabs only
` [PATCH 3/3] mm: oom: show unreclaimable slab info when kernel panic

[PATCH 0/15 v1] Ranged pagevec tagged lookup
 2017-09-15 13:43 UTC  (20+ messages)
` [PATCH 01/15] mm: Implement find_get_pages_range_tag()
` [PATCH 02/15] btrfs: Use pagevec_lookup_range_tag()
` [PATCH 03/15] ceph: "
` [PATCH 04/15] ext4: "
` [PATCH 05/15] f2fs: "
  ` [f2fs-dev] "
` [PATCH 06/15] f2fs: Simplify page iteration loops
  ` [f2fs-dev] "
` [PATCH 07/15] f2fs: Use find_get_pages_tag() for looking up single page
  ` [f2fs-dev] "
` [PATCH 08/15] gfs2: Use pagevec_lookup_range_tag()
` [PATCH 09/15] nilfs2: "
` [PATCH 10/15] mm: Use pagevec_lookup_range_tag() in __filemap_fdatawait_range()
` [PATCH 11/15] mm: Use pagevec_lookup_range_tag() in write_cache_pages()
` [PATCH 12/15] mm: Add variant of pagevec_lookup_range_tag() taking number of pages
` [PATCH 13/15] ceph: Use pagevec_lookup_range_nr_tag()
` [PATCH 14/15] mm: Remove nr_pages argument from pagevec_lookup_{,range}_tag()
` [PATCH 15/15] afs: Use find_get_pages_range_tag()

[PATCH v3 00/20] Speculative page faults
 2017-09-15 12:38 UTC  (12+ messages)
` [PATCH v3 04/20] mm: VMA sequence count

RFC: replace jhash2 with xxhash
 2017-09-15 11:46 UTC 

Page allocator bottleneck
 2017-09-15 10:23 UTC  (4+ messages)

[PATCH] mm/memory_hotplug: fix wrong casting for __remove_section()
 2017-09-15  9:36 UTC  (6+ messages)

[PATCH] z3fold: fix stale list handling
 2017-09-15  8:34 UTC  (3+ messages)

[PATCH] mm/memcg: avoid page count check for zone device
 2017-09-15  7:01 UTC  (2+ messages)

[PATCH -mm -v4 0/5] mm, swap: VMA based swap readahead
 2017-09-15  4:46 UTC  (13+ messages)
` [PATCH -mm -v4 3/5] "

[PATCH V4 2/3] mm: dmapool: Align to ARCH_DMA_MINALIGN in non-coherent DMA mode
 2017-09-15  3:00 UTC 

[GIT PULL] MAP_SHARED_VALIDATE for 4.14
 2017-09-14 19:44 UTC 

[patch] madvise.2: Add MADV_WIPEONFORK documentation
 2017-09-14 19:10 UTC  (4+ messages)
  ` [patch v2] "

[PATCH v6 00/11] Add support for eXclusive Page Frame Ownership
 2017-09-14 18:34 UTC  (19+ messages)
` [PATCH v6 03/11] mm, x86: Add support for eXclusive Page Frame Ownership (XPFO)
` [PATCH v6 05/11] arm64/mm: Add support for XPFO
  ` [kernel-hardening] "
` [PATCH v6 07/11] arm64/mm, xpfo: temporarily map dcache regions
` [PATCH v6 10/11] mm: add a user_virt_to_phys symbol
  ` [kernel-hardening] "

[PATCH 1/2 v2] sched/wait: Break up long wake list walk
 2017-09-14 17:00 UTC  (19+ messages)
` [PATCH 2/2 v2] sched/wait: Introduce lock breaker in wake_up_page_bit

[RFC PATCH 0/1] ksm allow dedup all process memory
 2017-09-14 14:10 UTC  (2+ messages)
` [RFC PATCH 1/1] ksm: allow dedup all tasks memory

[PATCH] mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request
 2017-09-14 13:24 UTC  (2+ messages)

[PATCH V3 2/3] mm: dmapool: Align to ARCH_DMA_MINALIGN in non-coherent DMA mode
 2017-09-14  1:13 UTC  (3+ messages)
  ` [PATCH V3 2/3] mm: dmapool: Align to ARCH_DMA_MINALIGN innon-coherent "

mmotm 2017-09-13-16-59 uploaded
 2017-09-13 23:59 UTC 

[RFC Patch 0/1] Change OOM message from hugetlb to include requested size
 2017-09-13 15:52 UTC  (4+ messages)
` [RFC Patch 1/1] mm/hugetlb: Clarify OOM message on size of hugetlb and requested hugepages total

[PATCH] mm: respect the __GFP_NOWARN flag when warning about stalls
 2017-09-13 14:52 UTC  (10+ messages)

[PATCH v2] mm/oom_kill: count global and memory cgroup oom kills
 2017-09-13 14:33 UTC  (6+ messages)

z3fold: fix potential race in z3fold_reclaim_page
 2017-09-13 14:29 UTC 

[PATCH] ksm: Fix unlocked iteration over vmas in cmp_and_merge_page()
 2017-09-13 13:46 UTC  (3+ messages)

[PATCH v2] mm/memblock.c: make the index explicit argument of for_each_memblock_type
 2017-09-13 13:30 UTC 

[PATCH] mm, oom_reaper: skip mm structs with mmu notifiers
 2017-09-13 13:18 UTC  (2+ messages)

[PATCH 0/2] mm, memory_hotplug: redefine memory offline retry logic
 2017-09-13 12:32 UTC  (9+ messages)
` [PATCH 1/2] mm, memory_hotplug: do not fail offlining too early

[PATCH] mm/memblock.c: make the index explicit argument of for_each_memblock_type
 2017-09-13 11:18 UTC  (4+ messages)

[PATCH] mm, memcg: remove hotplug locking from try_charge
 2017-09-13  9:00 UTC 

[PATCH] mm, hugetlb, soft_offline: save compound page order before page migration
 2017-09-13  8:32 UTC  (3+ messages)

[PATCH v4 00/10] PCID and improved laziness
 2017-09-13  7:45 UTC  (5+ messages)

[PATCH] swapon: fix vfree() badness
 2017-09-13  6:07 UTC  (2+ messages)

[PATCHv3 00/11] Do not loose dirty bit on THP pages
 2017-09-13  5:06 UTC  (3+ messages)
` [PATCHv3 08/11] sparc64: update pmdp_invalidate to return old pmd value


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