linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-28 10:15:37 to 2017-03-30 23:21:45 UTC [more...]

[PATCH 0/6 v5] kvmalloc
 2017-03-30 23:21 UTC  (4+ messages)
` [PATCH 5/9] xattr: zero out memory copied to userspace in getxattr
  ` [PATCH 7/9] net: use kvmalloc with __GFP_REPEAT rather than open coded variant

[PATCH v2] fault-inject: support systematic fault injection
 2017-03-30 23:04 UTC  (4+ messages)

[PATCH 0/3] x86, kasan: add KASAN checks to atomic operations
 2017-03-30 22:30 UTC  (13+ messages)
` [PATCH 2/3] asm-generic, x86: wrap "

[PATCH 1/4] mm/vmalloc: allow to call vfree() in atomic context
 2017-03-30 22:22 UTC  (10+ messages)
` [PATCH 2/4] x86/ldt: use vfree() instead of vfree_atomic()
` [PATCH 3/4] kernel/fork: use vfree() instead of vfree_atomic() to free thread stack
` [PATCH 4/4] mm/vmalloc: remove vfree_atomic()

[RFC 0/1] add support for reclaiming priorities per mem cgroup
 2017-03-30 21:54 UTC  (7+ messages)

[PATCH 0/9] convert genericirq.tmpl and kernel-api.tmpl to DocBook
 2017-03-30 21:06 UTC  (3+ messages)
` [PATCH 9/9] kernel-api.rst: fix a series of errors when parsing C files

[PATCH RESEND] mm/hugetlb: Don't call region_abort if region_chg fails
 2017-03-30 20:20 UTC  (4+ messages)

memory hotplug and force_remove
 2017-03-30 20:15 UTC  (8+ messages)

sudo x86info -a => kernel BUG at mm/usercopy.c:78!
 2017-03-30 20:01 UTC  (9+ messages)

[PATCH v2] userfaultfd: selftest: combine all cases into the single executable
 2017-03-30 19:51 UTC  (2+ messages)

[PATCH 0/4] Add hstate parameter to huge_pte_offset()
 2017-03-30 16:38 UTC  (5+ messages)
` [PATCH 1/4] mm/hugetlb.c: add "
` [PATCH 2/4] arm64: hugetlbpages: Correctly handle swap entries in huge_pte_offset()
` [PATCH 3/4] arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handling
` [PATCH 4/4] arm64: kconfig: allow support for memory failure handling

[PATCH -v2 1/2] mm, swap: Use kvzalloc to allocate some swap data structure
 2017-03-30 16:31 UTC  (10+ messages)

[PATCH 0/6] mm: make movable onlining suck less
 2017-03-30 15:41 UTC  (8+ messages)
` [PATCH 1/6] mm: get rid of zone_is_initialized
` [PATCH 2/6] mm, tile: drop arch_{add,remove}_memory
` [PATCH 3/6] mm: remove return value from init_currently_empty_zone
` [PATCH 4/6] mm, memory_hotplug: use node instead of zone in can_online_high_movable
` [PATCH 5/6] mm, memory_hotplug: do not associate hotadded memory to zones until online
` [PATCH 6/6] mm, memory_hotplug: remove unused cruft after memory hotplug rework

Page allocator order-0 optimizations merged
 2017-03-30 15:07 UTC  (30+ messages)
                      ` in_irq_or_nmi()
                                  ` in_irq_or_nmi() and RFC patch

[PATCH v2] module: check if memory leak by module
 2017-03-30 14:31 UTC  (8+ messages)

[PATCH v2] mm: enable page poisoning early at boot
 2017-03-30 12:46 UTC 

[PATCH] mm: enable page poisoning early at boot
 2017-03-30 12:45 UTC  (4+ messages)

[PATCH 3/8] x86: use long long for 64-bit atomic ops
 2017-03-30 10:40 UTC  (18+ messages)
` [PATCH 4/8] asm-generic: add atomic-instrumented.h
` [PATCH 5/8] x86: switch atomic.h to use atomic-instrumented.h
` [PATCH 6/8] kasan: allow kasan_check_read/write() to accept pointers to volatiles
` [PATCH 7/8] asm-generic: add KASAN instrumentation to atomic operations
` [PATCH 8/8] asm-generic, x86: add comments for atomic instrumentation

[PATCH v3] mm: Allow calling vfree() from non-schedulable context
 2017-03-30 10:09 UTC  (6+ messages)

[PATCHv3 0/7] x86: 5-level paging enabling for v4.12, Part 3
 2017-03-30  8:07 UTC  (8+ messages)
` [PATCHv3 1/7] x86/boot: Detect 5-level paging support
` [PATCHv3 2/7] x86/asm: Remove __VIRTUAL_MASK_SHIFT==47 assert
` [PATCHv3 3/7] x86/mm: Define virtual memory map for 5-level paging
` [PATCHv3 4/7] x86/paravirt: Make paravirt code support "
` [PATCHv3 5/7] x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL
` [PATCHv3 6/7] x86/kasan: Extend to support 5-level paging
` [PATCHv3 7/7] x86/espfix: Add "

[RFC PATCH] rework memory hotplug onlining
 2017-03-30  7:55 UTC  (10+ messages)
  ` ZONE_NORMAL vs. ZONE_MOVABLE (was: Re: [RFC PATCH] rework memory hotplug onlining)
    ` ZONE_NORMAL vs. ZONE_MOVABLE

[PATCH 6/8] x86/dump_pagetables: Add support 5-level paging
 2017-03-30  6:22 UTC  (7+ messages)
` [PATCHv2 "

[PATCH] mm,hugetlb: compute page_size_log properly
 2017-03-30  6:12 UTC  (7+ messages)

[PATCH -mm -v7 0/9] THP swap: Delay splitting THP during swapping out
 2017-03-30  4:28 UTC  (17+ messages)
` [PATCH -mm -v7 1/9] mm, swap: Make swap cluster size same of THP size on x86_64
` [PATCH -mm -v7 2/9] mm, memcg: Support to charge/uncharge multiple swap entries
` [PATCH -mm -v7 4/9] mm, THP, swap: Add get_huge_swap_page()
` [PATCH -mm -v7 9/9] mm, THP, swap: Delay splitting THP during swap out

[PATCH V5 16/17] mm: Let arch choose the initial value of task size
 2017-03-30  3:03 UTC  (5+ messages)

[linux-next:master 5963/5971] futex.c:undefined reference to `__arch_atomic_add_unless'
 2017-03-30  1:11 UTC 

[PATCH kernel v8 0/4] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-03-29 17:48 UTC  (5+ messages)
` [PATCH kernel v8 3/4] mm: add inerface to offer info about unused pages

[PATCH v2] Illuminate thread id to user space
 2017-03-29 17:19 UTC  (3+ messages)
  ` [PATCH v2] userfaultfd: provide pid in userfault msg

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-29 17:08 UTC  (8+ messages)
` [RFC PATCH v2 16/32] x86: kvm: Provide support to create Guest and HV shared per-CPU variables
` [RFC PATCH v2 18/32] kvm: svm: Use the hardware provided GPA instead of page walk

[PATCH v3 0/8] try to reduce fragmenting fallbacks
 2017-03-29 16:13 UTC  (13+ messages)
` [PATCH v3 2/8] mm, compaction: remove redundant watermark check in compact_finished()
` [PATCH v3 4/8] mm, page_alloc: count movable pages when stealing from pageblock
` [PATCH v3 7/8] mm, compaction: restrict async compaction to pageblocks of same migratetype
` [PATCH v3 8/8] mm, compaction: finish whole pageblock to reduce fragmentation

[PATCH v4 0/9] kasan: improve error reports
 2017-03-29 13:33 UTC  (2+ messages)

[PATCH 8/8] x86/espfix: Add support 5-level paging
 2017-03-29 13:22 UTC  (2+ messages)
` [PATCHv2 "

[PATCH 0/8] x86: 5-level paging enabling for v4.12, Part 3
 2017-03-29 13:20 UTC  (5+ messages)
` [PATCH 3/8] x86/mm: Define virtual memory map for 5-level paging
  ` [PATCHv2 "

Bisected softirq accounting issue in v4.11-rc1~170^2~28
 2017-03-29 13:13 UTC  (11+ messages)

[PATCHv4] x86/mm: make in_compat_syscall() work during exec
 2017-03-29 12:22 UTC 

Consolidate calls to unmap_mapping_range in collapse_shmem
 2017-03-29 11:06 UTC  (2+ messages)

[RFC PATCHv2 00/21] Ion clean in preparation for moving out of staging
 2017-03-29  9:03 UTC  (4+ messages)
` [RFC PATCHv2 02/21] cma: Introduce cma_for_each_area

[RFC]mm/zsmalloc,: trigger BUG_ON in function zs_map_object
 2017-03-29  7:53 UTC  (5+ messages)

mm: BUG in resv_map_release
 2017-03-29  0:07 UTC  (3+ messages)

[PATCH] kasan: avoid -Wmaybe-uninitialized warning
 2017-03-28 23:29 UTC  (2+ messages)

[for-next][PATCH 5/7] ftrace: Allow for function tracing to record init functions on boot up
 2017-03-28 22:16 UTC 

[PATCH v6 0/4] Application Data Integrity feature introduced by SPARC M7
 2017-03-28 22:08 UTC  (4+ messages)
` [PATCH v6 2/4] mm: Add functions to support extra actions on swap in/out

Is MADV_HWPOISON supposed to work only on faulted-in pages?
 2017-03-28 20:26 UTC  (6+ messages)
      ` [LTP] "

ksmd lockup - kernel 4.11-rc series
 2017-03-28 15:39 UTC  (3+ messages)

[PATCH] mm: rmap: fix huge file mmap accounting in the memcg stats
 2017-03-28 14:52 UTC  (2+ messages)

[PATCH] fault-inject: support systematic fault injection
 2017-03-28 13:02 UTC  (3+ messages)

[PATCHv3] x86/mm: set x32 syscall bit in SET_PERSONALITY()
 2017-03-28 12:59 UTC  (5+ messages)

[PATCH 5/8] x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL
 2017-03-28 10:46 UTC  (2+ messages)
` [PATCHv2 "

[PATCH 1/8] x86/boot: Detect 5-level paging support
 2017-03-28 10:45 UTC  (2+ messages)
` [PATCHv2 "


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