linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-06 14:28:28 to 2017-11-08 15:04:49 UTC [more...]

[PATCH] vmalloc: introduce vmap_pfn for persistent memory
 2017-11-08 15:04 UTC  (4+ messages)

[PATCH v4] printk: Add console owner and waiter logic to load balance console writes
 2017-11-08 15:03 UTC 

[PATCH 1/5] mm,page_alloc: Update comment for last second allocation attempt
 2017-11-08 15:03 UTC  (10+ messages)
` [PATCH 2/5] mm,oom: Move last second allocation to inside the OOM killer
` [PATCH 3/5] mm,oom: Use ALLOC_OOM for OOM victim's last second allocation
` [PATCH 4/5] mm,oom: Remove oom_lock serialization from the OOM reaper
` [PATCH 5/5] nommu,oom: Set MMF_OOM_SKIP without waiting for termination

[PATCH RFC v2 0/4] some fixes and clean up for mempolicy
 2017-11-08 15:02 UTC  (12+ messages)
` [PATCH RFC v2 4/4] mm/mempolicy: add nodes_empty check in SYSC_migrate_pages

[PATCH] mm,oom_reaper: Remove pointless kthread_run() error check
 2017-11-08 15:01 UTC  (2+ messages)

[PATCH v3] printk: Add console owner and waiter logic to load balance console writes
 2017-11-08 14:29 UTC  (6+ messages)
    ` [PATCH v3] printk: Add console owner and waiter logic to loadbalance "

[PATCH RFC] mm/memory_hotplug: make it possible to offline blocks with reserved pages
 2017-11-08 14:25 UTC  (2+ messages)

[PATCH] mm: page_ext: check if page_ext is not prepared
 2017-11-08 14:21 UTC  (4+ messages)

[PATCH 1/2] mm: add sysctl to control global OOM logging behaviour
 2017-11-08 13:45 UTC  (5+ messages)
` [PATCH 2/2] mm: memcg control oom logging behavior

[PATCH] mm: page_ext: allocate page extension though first PFN is invalid
 2017-11-08 13:33 UTC  (3+ messages)

[PATCH] mm: move alloc_node_mem_map within CONFIG_FLAT_NODE_MEM_MAP block
 2017-11-08 11:12 UTC 

[PATCH] mm: don't warn about allocations which stall for too long
 2017-11-08 10:30 UTC  (3+ messages)

[PATCH] x86/selftests: Add test for mapping placement for 5-level paging
 2017-11-08 10:22 UTC 

Page allocator bottleneck
 2017-11-08  9:35 UTC  (7+ messages)

[PATCH] locking/lockdep: Revise Documentation/locking/crossrelease.txt
 2017-11-08  9:34 UTC  (2+ messages)

POWER: Unexpected fault when writing to brk-allocated memory
 2017-11-08  8:30 UTC  (26+ messages)

WARNING in __check_heap_object
 2017-11-08  8:23 UTC  (4+ messages)

[PATCH] userfaultfd.2: document spurious UFFD_EVENT_FORK
 2017-11-08  6:54 UTC 

[PATCH] slub: Fix sysfs duplicate filename creation when slub_debug=O
 2017-11-08  5:32 UTC  (4+ messages)

[PATCH v2] virtio_balloon: fix deadlock on OOM
 2017-11-08  5:24 UTC 

[PATCH] vfs: remove might_sleep() from clear_inode()
 2017-11-08  2:24 UTC  (2+ messages)

[PATCH] mm: Simplify and batch working set shadow pages LRU isolation locking
 2017-11-08  1:56 UTC  (2+ messages)
` [lkp-robot] [mm] 47bd678bc7: WARNING:at_mm/workingset.c:#scan_shadow_nodes

[PATCH] mm, shrinker: make shrinker_list lockless
 2017-11-08  1:23 UTC  (2+ messages)

[PATCH 0/3] introduce get_user_pages_longterm()
 2017-11-08  0:13 UTC  (8+ messages)
` [PATCH 1/3] mm: introduce get_user_pages_longterm
` [PATCH 2/3] IB/core: disable memory registration of fileystem-dax vmas
` [PATCH 3/3] [media] v4l2: disable filesystem-dax mapping support

[PATCH v9 00/51] powerpc, mm: Memory Protection Keys
 2017-11-07 23:44 UTC  (7+ messages)

mmotm 2017-11-07-15-11 uploaded
 2017-11-07 23:12 UTC 

[PATCH v3 0/9] memfd: add sealing to hugetlb-backed memory
 2017-11-07 21:35 UTC  (11+ messages)
` [PATCH v3 1/9] shmem: unexport shmem_add_seals()/shmem_get_seals()
` [PATCH v3 2/9] shmem: rename functions that are memfd-related
` [PATCH v3 3/9] hugetlb: expose hugetlbfs_inode_info in header
` [PATCH v3 4/9] hugetlb: implement memfd sealing
` [PATCH v3 5/9] shmem: add sealing support to hugetlb-backed memfd
` [PATCH v3 6/9] memfd-test: test hugetlbfs sealing
` [PATCH v3 7/9] memfd-test: add 'memfd-hugetlb:' prefix when testing hugetlbfs
` [PATCH v3 8/9] memfd-test: move common code to a shared unit
` [PATCH v3 9/9] memfd-test: run fuse test on hugetlb backend memory

[mmotm:master 226/244] ERROR: "__aeabi_uldivmod" [drivers/net/ethernet/intel/i40e/i40e.ko] undefined!
 2017-11-07 20:11 UTC  (2+ messages)

[PATCH v2 0/2] don't use vmemmap_populate() to initialize shadow
 2017-11-07 16:24 UTC  (4+ messages)
` [PATCH v2 1/2] x86/mm/kasan: "
` [PATCH v2 2/2] arm64/mm/kasan: "

[PATCH for-next 2/4] RDMA/hns: Add IOMMU enable support in hip08
 2017-11-07 16:03 UTC  (9+ messages)

[PATCH] mm/page_alloc: Avoid KERN_CONT uses in warn_alloc
 2017-11-07 16:03 UTC  (5+ messages)

kernel BUG at fs/xfs/xfs_aops.c:853! in kernel 4.13 rc6
 2017-11-07 15:26 UTC  (13+ messages)

[PATCH v1 0/1] split deferred_init_range into initializing and freeing parts
 2017-11-07 15:04 UTC  (2+ messages)
` [PATCH v1 1/1] mm: "

[PATCH] x86/mm: Do not allow non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW border
 2017-11-07 13:05 UTC 

[PATCH v2 0/9] memfd: add sealing to hugetlb-backed memory
 2017-11-07 12:12 UTC  (17+ messages)
` [PATCH v2 1/9] shmem: unexport shmem_add_seals()/shmem_get_seals()
` [PATCH v2 2/9] shmem: rename functions that are memfd-related
` [PATCH v2 3/9] hugetlb: expose hugetlbfs_inode_info in header
` [PATCH v2 4/9] hugetlbfs: implement memfd sealing
` [PATCH v2 5/9] shmem: add sealing support to hugetlb-backed memfd
` [PATCH v2 6/9] memfd-tests: test hugetlbfs sealing
` [PATCH v2 7/9] memfd-test: add 'memfd-hugetlb:' prefix when testing hugetlbfs
` [PATCH v2 8/9] memfd-test: move common code to a shared unit
` [PATCH v2 9/9] memfd-test: run fuse test on hugetlb backend memory

[PATCH] x86/mm: Fix ELF_ET_DYN_BASE for 5-level paging
 2017-11-07 10:38 UTC 

[RESEND PATCH] mm, oom_reaper: gather each vma to prevent leaking TLB entry
 2017-11-07 10:09 UTC  (2+ messages)

[PATCH 1/3] mm: memcontrol: eliminate raw access to stat and event counters
 2017-11-07  9:52 UTC  (6+ messages)
` [PATCH 2/3] mm: memcontrol: implement lruvec stat functions on top of each other
` [PATCH 3/3] mm: memcontrol: fix excessive complexity in memory.stat reporting

[PATCH] mm, sparse: do not swamp log with huge vmemmap allocation failures
 2017-11-07  9:06 UTC  (10+ messages)
    ` [RFC PATCH for 4.15 10/14] cpu_opv: Wire up powerpc system call

possible deadlock in generic_file_write_iter
 2017-11-07  8:42 UTC  (15+ messages)

UBSAN: Undefined behaviour in mm/sparse.c:81:17
 2017-11-07  8:40 UTC  (3+ messages)

[PATCH] mm, sparse: Fix boot on arm64
 2017-11-07  8:33 UTC 

Guaranteed allocation of huge pages (1G) using movablecore=N doesn't seem to work at all
 2017-11-07  8:30 UTC  (12+ messages)

[RFC PATCH] mm, oom_reaper: gather each vma to prevent leaking TLB entry
 2017-11-07  7:54 UTC  (11+ messages)

[PATCH] mm: page_ext: allocate page extension though first PFN is invalid
 2017-11-07  7:47 UTC  (4+ messages)

[RFC -mm] mm, userfaultfd, THP: Avoid waiting when PMD under THP migration
 2017-11-07  2:30 UTC  (7+ messages)

[PATCH] ksm : use checksum and memcmp for rb_tree
 2017-11-07  1:39 UTC  (3+ messages)
  `  "

swapper/0: page allocation failure: order:0, mode:0x1204010(GFP_NOWAIT|__GFP_COMP|__GFP_RECLAIMABLE|__GFP_NOTRACK), nodemask=(null)
 2017-11-06 20:48 UTC  (12+ messages)

[PATCH v17 0/6] Virtio-balloon Enhancement
 2017-11-06 17:00 UTC  (3+ messages)
` [PATCH v17 2/6] radix tree test suite: add tests for xbitmap

[PATCH] mm: use in_atomic() in print_vma_addr()
 2017-11-06 16:24 UTC  (15+ messages)
                  ` [PATCH] mm: do not rely on preempt_count in print_vma_addr (was: Re: [PATCH] mm: use in_atomic() in print_vma_addr())
                    ` [PATCH] mm: do not rely on preempt_count in print_vma_addr

[PATCH v2] mm: filemap: remove include of hardirq.h
 2017-11-06 16:21 UTC 

[PATCH] mm: filemap: remove include of hardirq.h
 2017-11-06 16:06 UTC  (3+ messages)

[PATCH v2] writeback: remove the unused function parameter
 2017-11-06 14:56 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).