linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-11 15:37:16 to 2017-05-16 10:36:24 UTC [more...]

[RFC PATCH 0/5] userfaultfd: non-cooperative: syncronous events
 2017-05-16 10:36 UTC  (6+ messages)
` [RFC PATCH 1/5] userfaultfd: introduce userfault_init_waitqueue helper
` [RFC PATCH 2/5] userfaultfd: introduce userfaultfd_should_wait helper
` [RFC PATCH 3/5] userfaultfd: non-cooperative: generalize wake key structure
` [RFC PATCH 4/5] userfaultfd: non-cooperative: use fault_pending_wqh for all events
` [RFC PATCH 5/5] userfaultfd: non-cooperative: allow synchronous EVENT_REMOVE

[PATCH] userfaultfd: drop dead code
 2017-05-16 10:35 UTC 

[PATCH] exit: don't include unused userfaultfd_k.h
 2017-05-16 10:35 UTC 

[PATCH v2 1/2] mm/hugetlb: Cleanup ARCH_HAS_GIGANTIC_PAGE
 2017-05-16 10:27 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/mm/hugetlb: Add support for 1G huge pages

[PATCH V2] mm/madvise: Enable (soft|hard) offline of HugeTLB pages at PGD level
 2017-05-16 10:05 UTC  (4+ messages)
` [PATCH V3] "

[PATCH 06/17] mm/shmem: expose driver overridable huge option
 2017-05-16 10:02 UTC  (3+ messages)
` [PATCH 07/17] drm/i915: request THP for shmem backed objects

[PATCH] drm: use kvmalloc_array for drm_malloc*
 2017-05-16  9:52 UTC  (4+ messages)

[PATCH] mm: per-cgroup memory reclaim stats
 2017-05-16  9:29 UTC  (4+ messages)

[PATCH v2 0/9] HugeTLB migration support for PPC64
 2017-05-16  9:23 UTC  (10+ messages)
` [PATCH v2 1/9] mm/hugetlb/migration: Use set_huge_pte_at instead of set_pte_at
` [PATCH v2 2/9] mm/follow_page_mask: Split follow_page_mask to smaller functions
` [PATCH v2 3/9] mm/hugetlb: export hugetlb_entry_migration helper
` [PATCH v2 4/9] mm/follow_page_mask: Add support for hugetlb pgd entries
` [PATCH v2 5/9] mm/hugetlb: Move default definition of hugepd_t earlier in the header
` [PATCH v2 6/9] mm/follow_page_mask: Add support for hugepage directory entry
` [PATCH v2 7/9] powerpc/hugetlb: Add follow_huge_pd implementation for ppc64
` [PATCH v2 8/9] powerpc/mm/hugetlb: Remove follow_huge_addr for powerpc
` [PATCH v2 9/9] powerpc/hugetlb: Enable hugetlb migration for ppc64

[RFC PATCH 0/4 v2] mm: give __GFP_REPEAT a better semantic
 2017-05-16  9:10 UTC  (2+ messages)

[PATCH v7 0/7] Introduce ZONE_CMA
 2017-05-16  8:47 UTC  (14+ messages)

[RFC summary] Enable Coherent Device Memory
 2017-05-16  8:43 UTC  (4+ messages)

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-16  8:36 UTC  (7+ messages)
` [PATCH v5 14/32] efi: Add an EFI table address match function
` [PATCH v5 17/32] x86/mm: Add support to access boot related data in the clear
` [PATCH v5 18/32] x86, mpparse: Use memremap to map the mpf and mpc data

[v3 0/9] parallelized "struct page" zeroing
 2017-05-16  8:36 UTC  (22+ messages)
` [v3 9/9] s390: teach platforms not to zero struct pages memory

[PATCH] mm/vmscan: fix unsequenced modification and access warning
 2017-05-16  8:27 UTC  (4+ messages)
` [Patch v2] "

[PATCH v1 00/11] mm/kasan: support per-page shadow memory to reduce memory consumption
 2017-05-16  6:23 UTC  (16+ messages)
` [PATCH v1 01/11] mm/kasan: rename XXX_is_zero to XXX_is_nonzero
` [PATCH v1 02/11] mm/kasan: don't fetch the next shadow value speculartively
` [PATCH v1 03/11] mm/kasan: handle unaligned end address in zero_pte_populate
` [PATCH v1 04/11] mm/kasan: extend kasan_populate_zero_shadow()
` [PATCH v1 05/11] mm/kasan: introduce per-page shadow memory infrastructure
` [PATCH v1 06/11] mm/kasan: mark/unmark the target range that is for original shadow memory
` [PATCH v1 07/11] x86/kasan: use per-page "
` [PATCH v1 08/11] mm/kasan: support on-demand shadow allocation/mapping
` [PATCH v1 09/11] x86/kasan: support on-demand shadow mapping
` [PATCH v1 10/11] mm/kasan: support dynamic shadow memory free
` [PATCH v1 11/11] mm/kasan: change the order of shadow memory check
` [PATCH(RE-RESEND) v1 01/11] mm/kasan: rename _is_zero to _is_nonzero

Low memory killer problem
 2017-05-16  5:56 UTC  (7+ messages)

[Qustion] vmalloc area overlap with another allocated vmalloc area
 2017-05-16  5:03 UTC 

[patch 3/3] MM: allow per-cpu vmstat_worker configuration
 2017-05-16  1:31 UTC  (2+ messages)
` [lkp-robot] [MM] 3e38a07a66: ltp.proc01.fail

[PATCH(RESEND) v1 01/11] mm/kasan: rename XXX_is_zero to XXX_is_nonzero
 2017-05-16  1:23 UTC 

[PATCH v3] arm64: fix the overlap between the kernel image and vmalloc address
 2017-05-16  0:02 UTC  (3+ messages)

[PATCHv5, REBASED 0/9] x86: 5-level paging enabling for v4.12, Part 4
 2017-05-15 19:48 UTC  (15+ messages)
` [PATCHv5, REBASED 1/9] x86/asm: Fix comment in return_from_SYSCALL_64
` [PATCHv5, REBASED 2/9] x86/boot/64: Rewrite startup_64 in C
` [PATCHv5, REBASED 3/9] x86/boot/64: Rename init_level4_pgt and early_level4_pgt
` [PATCHv5, REBASED 4/9] x86/boot/64: Add support of additional page table level during early boot
` [PATCHv5, REBASED 5/9] x86/mm: Add sync_global_pgds() for configuration with 5-level paging
` [PATCHv5, REBASED 6/9] x86/mm: Make kernel_physical_mapping_init() support "
` [PATCHv5, REBASED 7/9] x86/mm: Add support for 5-level paging for KASLR
` [PATCHv5, REBASED 8/9] x86: Enable 5-level paging support
` [PATCHv5, REBASED 9/9] x86/mm: Allow to have userspace mappings above 47-bits

[patch 0/2] per-CPU vmstat thresholds and vmstat worker disablement
 2017-05-15 19:15 UTC  (14+ messages)
` [patch 2/2] MM: allow per-cpu vmstat_threshold and vmstat_worker configuration

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-15 17:58 UTC  (10+ messages)
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v4 19/27] buffer: set errors in mapping at the time that the error occurs
` [PATCH v4 21/27] mm: clean up error handling in write_one_page
` [PATCH v4 22/27] jbd2: don't reset error in journal_finish_inode_data_buffers

[xfstests PATCH v2 0/3] xfstest for updated writeback error handling
 2017-05-15 17:42 UTC  (3+ messages)
` [xfstests PATCH v2 2/3] ext4: allow ext4 to use $SCRATCH_LOGDEV

[RFC] [PATCH 0/1] ksm: fix use after free with merge_across_nodes = 0
 2017-05-15 16:14 UTC  (4+ messages)
` [PATCH 1/1] "

[RFC 0/4] RFC - Coherent Device Memory (Not for inclusion)
 2017-05-15 15:53 UTC  (11+ messages)

[patch 15/18] mm/vmscan: Adjust system_state checks
 2017-05-15 14:54 UTC  (2+ messages)

[RFC PATCH v2 00/17] cgroup: Major changes to cgroup v2 core
 2017-05-15 13:34 UTC  (18+ messages)
` [RFC PATCH v2 01/17] cgroup: reorganize cgroup.procs / task write path
` [RFC PATCH v2 02/17] cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS
` [RFC PATCH v2 03/17] cgroup: introduce cgroup->proc_cgrp and threaded css_set handling
` [RFC PATCH v2 04/17] cgroup: implement CSS_TASK_ITER_THREADED
` [RFC PATCH v2 05/17] cgroup: implement cgroup v2 thread support
` [RFC PATCH v2 06/17] cgroup: Fix reference counting bug in cgroup_procs_write()
` [RFC PATCH v2 07/17] cgroup: Prevent kill_css() from being called more than once
` [RFC PATCH v2 08/17] cgroup: Move debug cgroup to its own file
` [RFC PATCH v2 09/17] cgroup: Keep accurate count of tasks in each css_set
` [RFC PATCH v2 10/17] cgroup: Make debug cgroup support v2 and thread mode
` [RFC PATCH v2 11/17] cgroup: Implement new thread mode semantics
` [RFC PATCH v2 12/17] cgroup: Remove cgroup v2 no internal process constraint
` [RFC PATCH v2 13/17] cgroup: Allow fine-grained controllers control in cgroup v2
` [RFC PATCH v2 14/17] cgroup: Enable printing of v2 controllers' cgroup hierarchy
` [RFC PATCH v2 15/17] sched: Misc preps for cgroup unified hierarchy interface
` [RFC PATCH v2 16/17] sched: Implement interface for cgroup unified hierarchy
` [RFC PATCH v2 17/17] sched: Make cpu/cpuacct threaded controllers

mm: page allocation failures in swap_duplicate -> add_swap_count_continuation
 2017-05-15 12:57 UTC  (5+ messages)

[PATCH -mm -v11 0/5] THP swap: Delay splitting THP during swapping out
 2017-05-15 11:25 UTC  (6+ messages)
` [PATCH -mm -v11 1/5] mm, THP, swap: Delay splitting THP during swap out
` [PATCH -mm -v11 2/5] mm, THP, swap: Unify swap slot free functions to put_swap_page
` [PATCH -mm -v11 3/5] mm, THP, swap: Move anonymous THP split logic to vmscan
` [PATCH -mm -v11 4/5] mm, THP, swap: Check whether THP can be split firstly
` [PATCH -mm -v11 5/5] mm, THP, swap: Enable THP swap optimization only if has compound map

[PATCH -v4 0/14] mm: make movable onlining suck less
 2017-05-15  8:58 UTC  (15+ messages)
` [PATCH 01/14] mm: remove return value from init_currently_empty_zone
` [PATCH 02/14] mm, memory_hotplug: use node instead of zone in can_online_high_movable
` [PATCH 03/14] mm: drop page_initialized check from get_nid_for_pfn
` [PATCH 04/14] mm, memory_hotplug: get rid of is_zone_device_section
` [PATCH 05/14] mm, memory_hotplug: split up register_one_node
` [PATCH 06/14] mm, memory_hotplug: consider offline memblocks removable
` [PATCH 07/14] mm: consider zone which is not fully populated to have holes
` [PATCH 08/14] mm, compaction: skip over holes in __reset_isolation_suitable
` [PATCH 09/14] mm: __first_valid_page skip over offline pages
` [PATCH 10/14] mm, vmstat: skip reporting offline pages in pagetypeinfo
` [PATCH 11/14] mm, memory_hotplug: do not associate hotadded memory to zones until online
` [PATCH 12/14] mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory
` [PATCH 13/14] mm, memory_hotplug: fix the section mismatch warning
` [PATCH 14/14] mm, memory_hotplug: remove unused cruft after memory hotplug rework

[PATCH 1/1] ksm: prevent crash after write_protect_page fails
 2017-05-15  8:36 UTC  (2+ messages)

[PATCH] mm/kasan: use kasan_zero_pud for p4d table
 2017-05-15  8:29 UTC  (2+ messages)

8 Gigabytes and constantly swapping
 2017-05-15  8:09 UTC  (5+ messages)

[RFC] mm/madvise: Enable (soft|hard) offline of HugeTLB pages at PGD level
 2017-05-14  2:34 UTC  (4+ messages)
` [PATCH] mm/madvise: Dont poison entire HugeTLB page for single page errors

[v3 3/9] mm: add "zero" argument to vmemmap allocators
 2017-05-13 19:17 UTC  (2+ messages)

mmotm 2017-05-12-15-53 uploaded
 2017-05-12 22:54 UTC 

[PATCH -mm -v10 1/3] mm, THP, swap: Delay splitting THP during swap out
 2017-05-12 16:48 UTC  (5+ messages)
` [PATCH 1/2] mm: swap: unify swap slot free functions to put_swap_page
  ` [PATCH 2/2] mm: swap: move anonymous THP split logic to vmscan

mm/kasan: zero_p4d_populate() problem?
 2017-05-12 11:04 UTC  (2+ messages)

Kernel problem
 2017-05-12  5:56 UTC  (4+ messages)
  ` AW: "

[RFC 00/10] x86 TLB flush cleanups, moving toward PCID support
 2017-05-12  3:41 UTC  (15+ messages)
` [RFC 01/10] x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()
` [RFC 04/10] x86/mm: Pass flush_tlb_info to flush_tlb_others() etc
` [RFC 09/10] x86/mm: Rework lazy TLB to track the actual loaded mm

[PATCH -mm -v10 1/3] mm, THP, swap: Delay splitting THP during swap out
 2017-05-12  1:34 UTC  (11+ 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).