linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-17 00:15:35 to 2017-10-19 04:29:01 UTC [more...]

[PATCH v1][cover-letter] mm/mempolicy.c: Fix get_nodes() off-by-one error
 2017-10-19  4:28 UTC  (7+ messages)
` [PATCH v1] "

swapper/0: page allocation failure: order:0, mode:0x1204010(GFP_NOWAIT|__GFP_COMP|__GFP_RECLAIMABLE|__GFP_NOTRACK), nodemask=(null)
 2017-10-19  3:56 UTC  (2+ messages)

[PATCH 0/2] Optimize mmu_notifier->invalidate_range callback
 2017-10-19  3:28 UTC  (7+ messages)
` [PATCH 1/2] mm/mmu_notifier: avoid double notification when it is useless v2
` [PATCH 2/2] mm/mmu_notifier: avoid call to invalidate_range() in range_end()

[PATCH] mm: mlock: remove lru_add_drain_all()
 2017-10-19  3:18 UTC  (2+ messages)

[PATCH 1/2] mm, memory_hotplug: do not fail offlining too early
 2017-10-19  2:51 UTC  (10+ messages)
` [PATCH 1/2] mm: drop migrate type checks from has_unmovable_pages
  ` [PATCH 2/2] mm, page_alloc: fail has_unmovable_pages when seeing reserved pages

[lkp-robot] [x86/kconfig] 81d3871900: BUG:unable_to_handle_kernel
 2017-10-19  2:14 UTC  (8+ messages)

[PATCH 1/2] lockdep: Introduce CROSSRELEASE_STACK_TRACE and make it not unwind as default
 2017-10-19  2:00 UTC  (12+ messages)
` [PATCH 2/2] lockdep: Remove BROKEN flag of LOCKDEP_CROSSRELEASE

Fix false positive by LOCKDEP_CROSSRELEASE
 2017-10-19  1:57 UTC  (8+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map
` [RESEND PATCH 2/3] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [RESEND PATCH 3/3] lockdep: Assign a lock_class per gendisk used for wait_for_completion()

[PATCH] zswap: Same-filled pages handling
 2017-10-19  1:10 UTC  (9+ messages)

[PATCH 0/6] Boot-time switching between 4- and 5-level paging for 4.15, Part 1
 2017-10-18 23:39 UTC  (7+ messages)
` [PATCH 2/6] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS

[PATCH] mm: Convert delete_from_page_cache_batch() to pagevec
 2017-10-18 22:02 UTC  (2+ messages)

[linux-next:master 6243/6567] WARNING: vmlinux.o(.text.unlikely+0x5fb7): Section mismatch in reference from the function __def_free() to the function .init.text:__free_pages_boot_core()
 2017-10-18 21:40 UTC  (2+ messages)

[rfc 1/2] mm/hmm: Allow smaps to see zone device public pages
 2017-10-18 19:48 UTC  (6+ messages)
` [rfc 2/2] smaps: Show zone device memory used

[PATCH 0/1] hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size
 2017-10-18 19:10 UTC  (4+ messages)
` [PATCH 1/1] userfaultfd: "

[PATCH 0/3 v11] oom: capture unreclaimable slab info in oom message
 2017-10-18 19:09 UTC  (12+ messages)
` [PATCH 2/3] mm: slabinfo: dump CONFIG_SLABINFO
` [PATCH 3/3] mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory

[PATCH v12 00/11] complete deferred page initialization
 2017-10-18 17:23 UTC  (15+ messages)
` [PATCH v12 01/11] mm: deferred_init_memmap improvements
` [PATCH v12 07/11] x86/kasan: add and use kasan_map_populate()
` [PATCH v12 08/11] arm64/kasan: "

[PATCH] virtio_balloon: fix deadlock on OOM
 2017-10-18 17:19 UTC  (3+ messages)

[PATCH] virtio: avoid possible OOM lockup at virtballoon_oom_notify()
 2017-10-18 17:16 UTC  (7+ messages)

[PATCH 0/2] mm, thp: introduce dedicated transparent huge page allocation interfaces
 2017-10-18 16:01 UTC  (19+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm: rename page dtor functions to {compound,huge,transhuge}_page__dtor

[RFC 0/2] KVM "fake DAX" device flushing
 2017-10-18 15:51 UTC  (8+ messages)
` [RFC 2/2] KVM: add virtio-pmem driver
    ` [Qemu-devel] "

[patch] mm, slab: only set __GFP_RECLAIMABLE once
 2017-10-18 14:13 UTC  (3+ messages)

[PATCH 0/4] numa, iommu/smmu: IOMMU/SMMU driver optimization for NUMA systems
 2017-10-18 13:36 UTC  (6+ messages)
` [PATCH 3/4] iommu/arm-smmu-v3: Use NUMA memory allocations for stream tables and comamnd queues

[PATCH 0/3] lsmem/chmem: add memory zone awareness
 2017-10-18 11:40 UTC  (2+ messages)

KASAN: use-after-free Read in do_get_mempolicy
 2017-10-18 11:16 UTC  (2+ messages)

[PATCH] mm,page_alloc: softlockup on warn_alloc on
 2017-10-18 10:54 UTC  (5+ messages)

[PATCH] mm/mempolicy: add node_empty check in SYSC_migrate_pages
 2017-10-18 10:46 UTC  (4+ messages)

[PATCH 0/7 v1] Speed up page cache truncation
 2017-10-18 10:44 UTC  (4+ messages)
` [PATCH 7/7] mm: Batch radix tree operations when truncating pages

[PATCH 0/8] Follow-up for speed up page cache truncation v2
 2017-10-18 10:15 UTC  (11+ messages)
` [PATCH 1/8] mm, page_alloc: Enable/disable IRQs once when freeing a list of pages
` [PATCH 2/8] mm, truncate: Do not check mapping for every page being truncated
` [PATCH 3/8] mm, truncate: Remove all exceptional entries from pagevec under one lock
` [PATCH 4/8] mm: Only drain per-cpu pagevecs once per pagevec usage
` [PATCH 5/8] mm, pagevec: Remove cold parameter for pagevecs
` [PATCH 6/8] mm: Remove cold parameter for release_pages
` [PATCH 7/8] mm, Remove cold parameter from free_hot_cold_page*
` [PATCH 8/8] mm: Remove __GFP_COLD

[PATCH] page_alloc.c: inline __rmqueue()
 2017-10-18  8:57 UTC  (13+ messages)
    ` [PATCH v2] mm/page_alloc.c: "
              ` [PATCH] mm/page_alloc: make sure __rmqueue() etc. always inline

[PATCH v2] Userfaultfd: Add description for UFFD_FEATURE_SIGBUS
 2017-10-18  8:42 UTC  (2+ messages)

[PATCH] mm: mark mm_pgtables_bytes() argument as const
 2017-10-18  8:40 UTC  (2+ messages)

[PATCH] mm, page_alloc: simplify hot/cold page handling in rmqueue_bulk()
 2017-10-18  8:38 UTC  (3+ messages)

9c2fb296dd ("Makefile: move stackprotector availability out of .."): BUG: kernel hang in early-boot stage, last printk:
 2017-10-18  7:35 UTC 

[PATCH v5] mm, sysctl: make NUMA stats configurable
 2017-10-18  6:30 UTC  (2+ messages)

[PATCH V3] selftests/vm: Add tests validating mremap mirror functionality
 2017-10-18  5:55 UTC 

[linux-next:master 6243/6567] WARNING: vmlinux.o(.text+0x110b34): Section mismatch in reference from the function deferred_init_range() to the function .init.text:deferred_free_range()
 2017-10-18  1:36 UTC 

mmotm 2017-10-17-17-13 uploaded
 2017-10-18  0:14 UTC 

[RFC PATCH 3/3] mm/map_contig: Add mmap(MAP_CONTIG) support
 2017-10-17 19:56 UTC  (23+ messages)

[PATCH] mm/hmm: remove redundant variable align_end
 2017-10-17 16:31 UTC  (2+ messages)

[PATCH 0/7 v2] Speed up page cache truncation
 2017-10-17 16:21 UTC  (8+ messages)
` [PATCH 1/7] mm: Speedup cancel_dirty_page() for clean pages
` [PATCH 2/7] mm: Refactor truncate_complete_page()
` [PATCH 3/7] mm: Factor out page cache page freeing into a separate function
` [PATCH 4/7] mm: Move accounting updates before page_cache_tree_delete()
` [PATCH 5/7] mm: Move clearing of page->mapping to page_cache_tree_delete()
` [PATCH 6/7] mm: Factor out checks and accounting from __delete_from_page_cache()
` [PATCH 7/7] mm: Batch radix tree operations when truncating pages

kernel BUG at fs/xfs/xfs_aops.c:853! in kernel 4.13 rc6
 2017-10-17 14:12 UTC  (14+ messages)

[PATCH -mm] mm, pagemap: Fix soft dirty marking for PMD migration entry
 2017-10-17 13:55 UTC  (6+ messages)

[PATCH -mm] mm, swap: Fix race between swap count continuation operations
 2017-10-17 13:51 UTC  (3+ messages)

[PATCH 00/11] KASan for arm
 2017-10-17 13:28 UTC  (13+ messages)
` [PATCH 01/11] Initialize the mapping of KASan shadow memory
  ` 答复: [PATCH 00/11] KASan for arm

[PATCH 04/11] Define the virtual space of KASan's shadow region
 2017-10-17 13:02 UTC  (7+ messages)

Rf:
 2017-10-17 12:21 UTC 

[PATCH] mm/rmap: remove redundant variable cend
 2017-10-17 11:26 UTC  (2+ messages)

[PATCH] writeback: Convert timers to use timer_setup()
 2017-10-17  9:44 UTC  (2+ messages)

[PATCH v4] mm, sysctl: make NUMA stats configurable
 2017-10-17  8:14 UTC  (4+ messages)

[patch] mm, compaction: properly initialize alloc_flags in compact_control
 2017-10-17  6:51 UTC  (3+ messages)

[PATCH v9 0/6] MAP_DIRECT for DAX userspace flush
 2017-10-17  6:46 UTC  (11+ messages)

[PATCH] mm, soft_offline: improve hugepage soft offlining error log
 2017-10-17  5:13 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).