linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-14 10:36:38 to 2015-04-18 21:59:54 UTC [more...]

kernel BUG at mm/swap.c:134! - page dumped because: VM_BUG_ON_PAGE(page_mapcount(page) != 0)
 2015-04-18 21:59 UTC  (3+ messages)

[RFC PATCH 4/4] mm: madvise allow remove operation for hugetlbfs
 2015-04-18 16:16 UTC  (3+ messages)

[PATCH] mm/shmem.c: Add new seal to memfd: F_SEAL_WRITE_NONCREATOR
 2015-04-18 12:13 UTC  (8+ messages)

[PATCH] mm/slab_common: Support the slub_debug boot option on specific object size
 2015-04-18  9:24 UTC 

[RFC 0/4] Generic file system events interface
 2015-04-17 22:44 UTC  (35+ messages)
` [RFC 1/4] fs: Add generic file system event notifications
` [RFC 2/4] ext4: Add helper function to mark group as corrupted
` [RFC 3/4] ext4: Add support for generic FS events
` [RFC 4/4] shmem: "

[RFC PATCH 00/11] an introduction of library operating system for Linux (LibOS)
 2015-04-17 22:26 UTC  (19+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 01/11] sysctl: make some functions unstatic to access by arch/lib
  ` [RFC PATCH v2 02/11] slab: add private memory allocator header for arch/lib
  ` [RFC PATCH v2 03/11] lib: public headers and API implementations for userspace programs
  ` [RFC PATCH v2 04/11] lib: memory management (kernel glue code)
  ` [RFC PATCH v2 05/11] lib: time handling "
  ` [RFC PATCH v2 06/11] lib: context and scheduling "
  ` [RFC PATCH v2 07/11] lib: sysctl "
  ` [RFC PATCH v2 08/11] lib: other kernel glue layer code
  ` [RFC PATCH v2 09/11] lib: asm-generic files
  ` [RFC PATCH v2 10/11] lib: libos build scripts and documentation
  ` [RFC PATCH v2 11/11] lib: tools used for test scripts

[PATCH 1/2 V2] memory-hotplug: fix BUG_ON in move_freepages()
 2015-04-17 20:05 UTC  (2+ messages)

[PATCH] thp: cleanup how khugepaged enters freezer
 2015-04-17 18:59 UTC 

[PATCH 0/2] KASan for arm64
 2015-04-17 18:39 UTC  (7+ messages)
` [PATCH 2/2] arm64: add KASan support

[RFC PATCH 3/4] hugetlbfs: add hugetlbfs_fallocate()
 2015-04-17 17:14 UTC  (2+ messages)

[RFC PATCH 0/4] hugetlbfs: add fallocate support
 2015-04-17 16:53 UTC  (7+ messages)
` [RFC PATCH 1/4] hugetlbfs: truncate_hugepages() takes a range of pages
` [RFC PATCH 2/4] hugetlbfs: New huge_add_to_page_cache helper routine
` [RFC PATCH 3/4] hugetlbfs: add hugetlbfs_fallocate()
` [RFC PATCH 4/4] mm: madvise allow remove operation for hugetlbfs

[PATCH] mm: fix mprotect() behaviour on VM_LOCKED VMAs
 2015-04-17 12:20 UTC 

about bootmem allocation/freeing flow
 2015-04-17 12:20 UTC 

[PATCH 2/2 V2] memory-hotplug: remove reset_node_managed_pages() and reset_node_managed_pages() in hotadd_new_pgdat()
 2015-04-17 10:50 UTC 

[PATCH 1/2] memory-hotplug: fix BUG_ON in move_freepages()
 2015-04-17  9:13 UTC  (2+ messages)

[PATCH 2/2] memory-hotplug: remove reset_node_managed_pages() and reset_node_managed_pages() in hotadd_new_pgdat()
 2015-04-17  7:14 UTC 

slub bulk alloc: Extract objects from the per cpu slab
 2015-04-17  6:06 UTC  (8+ messages)
    ` slub: bulk allocation from per cpu partial pages

[patch] mm: vmscan: invoke slab shrinkers from shrink_zone()
 2015-04-17  5:09 UTC  (7+ messages)

[PATCH 1/2] mm/hwpoison-inject: fix refcounting in no-injection case
 2015-04-17  2:08 UTC  (2+ messages)
` [PATCH 2/2] mm/hwpoison-inject: check PageLRU of hpage

[RFC PATCH 0/4] TLB flush multiple pages with a single IPI
 2015-04-16 23:30 UTC  (23+ messages)
` [PATCH 1/4] x86, mm: Trace when an IPI is about to be sent
` [PATCH 2/4] mm: Send a single IPI to TLB flush multiple pages when unmapping
` [PATCH 3/4] mm: Gather more PFNs before sending a TLB to flush unmapped pages
` [PATCH 4/4] mm: migrate: Batch TLB flushing when unmapping pages for migration

[RFC PATCH 0/4] TLB flush multiple pages with a single IPI v2
 2015-04-16 19:34 UTC  (15+ messages)
` [PATCH 1/4] x86, mm: Trace when an IPI is about to be sent
` [PATCH 2/4] mm: Send a single IPI to TLB flush multiple pages when unmapping
` [PATCH 3/4] mm: Gather more PFNs before sending a TLB to flush unmapped pages
` [PATCH 4/4] mm: migrate: Batch TLB flushing when unmapping pages for migration

[RFC PATCH 0/14] Parallel memory initialisation
 2015-04-16 18:20 UTC  (16+ messages)

[PATCH] mm/memory-failure: call shake_page() when error hits thp tail page
 2015-04-16 13:49 UTC  (3+ messages)

[RFC PATCH 0/14] Parallel memory initialisation
 2015-04-16  7:51 UTC 

[PATCH] kmemleak: record accurate early log buffer count and report when exceeded
 2015-04-15 23:23 UTC  (3+ messages)

hugetlbfs alignment requirements conflicting with documentation
 2015-04-15 21:06 UTC 

advice on bad_page instance
 2015-04-15 15:43 UTC  (5+ messages)

[PATCH] kmemleak: record accurate early log buffer count and report when exceeded
 2015-04-15 15:07 UTC  (2+ messages)

[RESEND PATCH v3 0/2] Tracking user space vDSO remaping
 2015-04-15 14:16 UTC  (16+ messages)
` [RESEND PATCH v3 1/2] mm: Introducing arch_remap hook
                    ` [PATCH v5 0/3] Tracking user space vDSO remaping
                    ` [PATCH v5 1/3] mm: New mm hook framework
                    ` [PATCH v5 2/3] mm: New arch_remap hook
                    ` [PATCH v5 3/3] powerpc/mm: Tracking vDSO remap

[RFC 00/11] mm: debug: formatting memory management structs
 2015-04-15 12:52 UTC  (14+ messages)
` [RFC 01/11] mm: debug: format flags in a buffer
` [RFC 02/11] mm: debug: deal with a new family of MM pointers
` [RFC 03/11] mm: debug: dump VMA into a string rather than directly on screen
` [RFC 04/11] mm: debug: dump struct MM "
` [RFC 05/11] mm: debug: dump page "
` [RFC 06/11] mm: debug: clean unused code
` [RFC 07/11] mm: debug: VM_BUG()
` [RFC 08/11] mm: debug: kill VM_BUG_ON_PAGE
` [RFC 09/11] mm: debug: kill VM_BUG_ON_VMA
` [RFC 10/11] mm: debug: kill VM_BUG_ON_MM
` [RFC 11/11] mm: debug: use VM_BUG() to help with debug output

[PATCH 1/4] mm: free swp_entry in madvise_free
 2015-04-15  6:49 UTC  (5+ messages)
` [PATCH 4/4] mm: make every pte dirty on do_swap_page

[Question] ksm: rmap_item pointing to some stale vmas
 2015-04-15  6:22 UTC  (4+ messages)

mm/compaction.c:250:13: warning: 'suitable_migration_target' defined but not used
 2015-04-14 20:00 UTC  (3+ messages)

mlock() on DAX returns -ENOMEM
 2015-04-14 19:44 UTC  (4+ messages)

[patch 00/12] mm: page_alloc: improve OOM mechanism and policy
 2015-04-14 16:55 UTC  (13+ messages)
` [patch 09/12] mm: page_alloc: private memory reserves for OOM-killing allocations
` [patch 10/12] mm: page_alloc: emergency reserve access for __GFP_NOFAIL allocations

[GIT PULL 0/5] perf/core improvements and fixes
 2015-04-14 12:17 UTC  (7+ 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).