linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-25 11:01:40 to 2016-01-26 20:57:33 UTC [more...]

[PATCH 01/17] resource: Add System RAM resource type
 2016-01-26 20:57 UTC  (17+ messages)
` [PATCH 02/17] resource: Handle resource flags properly
` [PATCH 03/17] resource: Add I/O resource descriptor
` [PATCH 04/17] x86/e820: Set System RAM type and descriptor
` [PATCH 05/17] ia64: "
` [PATCH 06/17] arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM
  ` [PATCH 07/17] kexec: Set IORESOURCE_SYSTEM_RAM "
` [PATCH 08/17] xen, mm: Set IORESOURCE_SYSTEM_RAM to "
` [PATCH 09/17] drivers: Initialize resource entry to zero
` [PATCH 10/17] resource: Change walk_system_ram() to use System RAM type
` [PATCH 11/17] arm/samsung: Change s3c_pm_run_res() "
` [PATCH 12/17] memremap: Change region_intersects() to take @flags and @desc
` [PATCH 13/17] resource: Add walk_iomem_res_desc()
` [PATCH 14/17] x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem search
` [PATCH 15/17] x86/kexec: Remove walk_iomem_res() call with GART type
` [PATCH 16/17] resource: Kill walk_iomem_res()
` [PATCH 17/17] ACPI/EINJ: Allow memory error injection to NVDIMM

[PATCH] Documentation: cgroup-v2: add memory.stat::sock description
 2016-01-26 20:55 UTC 

[PATCH] mm: memcontrol: drop superfluous entry in the per-memcg stats array
 2016-01-26 20:55 UTC 

[PATCH] mm: fix pfn_t to page conversion in vm_insert_mixed
 2016-01-26 20:49 UTC  (4+ messages)

mm: VM_BUG_ON_PAGE(PageTail(page)) in mbind
 2016-01-26 20:49 UTC  (4+ messages)

[PATCH/RFC 0/3] Optimize CONFIG_DEBUG_PAGEALLOC
 2016-01-26 20:38 UTC  (6+ messages)
` [PATCH/RFC 1/3] mm: provide debug_pagealloc_enabled() without CONFIG_DEBUG_PAGEALLOC
` [PATCH/RFC 2/3] x86: query dynamic DEBUG_PAGEALLOC setting
` [PATCH/RFC 3/3] s390: "

[RFC][PATCH 0/3] Sanitization of buddy pages
 2016-01-26 20:34 UTC  (14+ messages)
` [RFC][PATCH 1/3] mm/debug-pagealloc.c: Split out page poisoning from debug page_alloc
` [RFC][PATCH 2/3] mm/page_poison.c: Enable PAGE_POISONING as a separate option
` [RFC][PATCH 3/3] mm/page_poisoning.c: Allow for zero poisoning
  ` [kernel-hardening] "
` [kernel-hardening] [RFC][PATCH 0/3] Sanitization of buddy pages

[RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA
 2016-01-26 19:10 UTC  (4+ messages)

[LSF/MM ATTEND] 2016: Requests to attend MM-summit
 2016-01-26 18:53 UTC  (6+ messages)

[LSF/MM TOPIC] proposals for topics
 2016-01-26 18:09 UTC  (11+ messages)
` [Lsf-pc] "

mm: WARNING in __delete_from_page_cache
 2016-01-26 16:59 UTC  (8+ messages)

fork on processes with lots of memory
 2016-01-26 16:38 UTC 

[PATCH 0/2 -mm] oom reaper v4
 2016-01-26 16:38 UTC  (4+ messages)
` [PATCH 3/2] oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space

[RFC][PATCH 0/3] Speed up SLUB poisoning + disable checks
 2016-01-26 16:19 UTC  (11+ messages)
` [RFC][PATCH 1/3] slub: Drop lock at the end of free_debug_processing
` [RFC][PATCH 2/3] slub: Don't limit debugging to slow paths
` [PATCH 3/3] slub: Add option to skip consistency checks

[PATCH v2 RESEND 0/2] set_memory_xx fixes
 2016-01-26 15:59 UTC  (4+ messages)
` [PATCH v2 RESEND 1/2] arm, arm64: change_memory_common with numpages == 0 should be no-op
` [PATCH V2 RESEND 2/2] make apply_to_page_range() more robust

[RFC 1/3] mm, kswapd: remove bogus check of balance_classzone_idx
 2016-01-26 15:36 UTC  (3+ messages)
` [RFC 2/3] mm, compaction: introduce kcompactd
` [RFC 3/3] mm, kswapd: stop performing compaction from kswapd

[BUG] oom hangs the system, NMI backtrace shows most CPUs in shrink_slab
 2016-01-26 14:46 UTC  (5+ messages)
    ` [LTP] "

[PATCH 0/2 v2] set_memory_xx fixes
 2016-01-26 14:31 UTC  (4+ messages)
` [PATCH 1/2 v2] arm, arm64: change_memory_common with numpages == 0 should be no-op
` [PATCH 2/2 v2] make apply_to_page_range() more robust

[PATCH 0/2] Avoid unnecessary page locks in the generic read path v2r1
 2016-01-26 14:09 UTC  (3+ messages)
` [PATCH 1/2] mm: filemap: Remove redundant code in do_read_cache_page
` [PATCH 2/2] mm: filemap: Avoid unnecessary calls to lock_page when waiting for IO to complete during a read

[PATCH v4 00/14] mm flags in printk, page_owner improvements for debugging
 2016-01-26 12:45 UTC  (15+ messages)
` [PATCH v4 01/14] tracepoints: move trace_print_flags definitions to tracepoint-defs.h
` [PATCH v4 02/14] mm, tracing: make show_gfp_flags() up to date
` [PATCH v4 03/14] tools, perf: make gfp_compact_table "
` [PATCH v4 04/14] mm, tracing: unify mm flags handling in tracepoints and printk
` [PATCH v4 05/14] mm, printk: introduce new format string for flags
` [PATCH v4 06/14] mm, debug: replace dump_flags() with the new printk formats
` [PATCH v4 07/14] mm, page_alloc: print symbolic gfp_flags on allocation failure
` [PATCH v4 08/14] mm, oom: print symbolic gfp_flags in oom warning
` [PATCH v4 09/14] mm, page_owner: print migratetype of page and pageblock, symbolic flags
` [PATCH v4 10/14] mm, page_owner: convert page_owner_inited to static key
` [PATCH v4 11/14] mm, page_owner: copy page owner info during migration
` [PATCH v4 12/14] mm, page_owner: track and print last migrate reason
` [PATCH v4 13/14] mm, page_owner: dump page owner info from dump_page()
` [PATCH v4 14/14] mm, debug: move bad flags printing to bad_page()

undefined reference to `efi_call'
 2016-01-26 10:29 UTC 

[PATCH v2] mm: workingset: make workingset detection logic memcg aware
 2016-01-26  8:27 UTC  (6+ messages)
  ` [PATCH 1/3] mm: workingset: eviction buckets for bigmem/lowbit machines
  ` [PATCH 2/3] mm: workingset: separate shadow unpacking and refault calculation
  ` [PATCH 3/3] mm: workingset: cgroup-aware

[PATCH 0/4] set_memory_xx fixes
 2016-01-26  2:34 UTC  (10+ messages)
` [PATCH 1/4] arm: Fix wrong bounds check
` [PATCH 2/4] arm: let set_memory_xx(addr, 0) succeed
` [PATCH 3/4] arm64: "
` [PATCH 4/4] make apply_to_page_range() more robust

[PATCH] proc: revert /proc/<pid>/maps [stack:TID] annotation
 2016-01-25 23:53 UTC  (3+ messages)

[PATCH v3 00/17] Enhance iomem search interfaces and support EINJ to NVDIMM
 2016-01-25 21:49 UTC  (4+ messages)

[PATCH v12 00/20] DAX: Page cache bypass for filesystems on memory storage
 2016-01-25 21:18 UTC  (7+ messages)
` [PATCH v12 10/20] dax: Replace XIP documentation with DAX documentation

[PATCH v3] mm/debug_pagealloc: Ask users for default setting of debug_pagealloc
 2016-01-25 19:50 UTC 

[PATCH v4 00/22] kthread: Use kthread worker API more widely
 2016-01-25 19:21 UTC  (32+ messages)
` [PATCH v4 01/22] timer: Allow to check when the timer callback has not finished yet
` [PATCH v4 02/22] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v4 03/22] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v4 04/22] kthread: Add create_kthread_worker*()
` [PATCH v4 05/22] kthread: Add drain_kthread_worker()
` [PATCH v4 06/22] kthread: Add destroy_kthread_worker()
` [PATCH v4 07/22] kthread: Detect when a kthread work is used by more workers
` [PATCH v4 08/22] kthread: Initial support for delayed kthread work
` [PATCH v4 09/22] kthread: Allow to cancel "
` [PATCH v4 10/22] kthread: Allow to modify delayed "
` [PATCH v4 11/22] kthread: Better support freezable kthread workers
` [PATCH v4 12/22] kthread: Use try_lock_kthread_work() in flush_kthread_work()
` [PATCH v4 13/22] mm/huge_page: Convert khugepaged() into kthread worker API
` [PATCH v4 14/22] ring_buffer: Convert benchmark kthreads "
` [PATCH v4 15/22] hung_task: Convert hungtaskd "
` [PATCH v4 16/22] kmemleak: Convert kmemleak kthread "
` [PATCH v4 17/22] ipmi: Convert kipmi "
` [PATCH v4 18/22] IB/fmr_pool: Convert the cleanup thread "
` [PATCH v4 19/22] memstick/r592: Better synchronize debug messages in r592_io kthread
` [PATCH v4 20/22] memstick/r592: convert r592_io kthread into kthread worker API
` [PATCH v4 21/22] thermal/intel_powerclamp: Remove duplicated code that starts the kthread
` [PATCH v4 22/22] thermal/intel_powerclamp: Convert the kthread to kthread worker API

[LSF/MM ATTEND] Persistent Memory, DAX
 2016-01-25 19:05 UTC 

[PATCH v2 0/3] x86/mm: INVPCID support
 2016-01-25 18:57 UTC  (5+ messages)
` [PATCH v2 1/3] x86/mm: Add INVPCID helpers
` [PATCH v2 2/3] x86/mm: Add a noinvpcid option to turn off INVPCID
` [PATCH v2 3/3] x86/mm: If INVPCID is available, use it to flush global mappings

[PATCH] mm/memcontrol: avoid a spurious gcc warning
 2016-01-25 18:55 UTC  (2+ messages)

[PATCH] mm, gup: introduce concept of "foreign" get_user_pages()
 2016-01-25 18:18 UTC  (3+ messages)

[PATCH 0/3] Fixes for vm_insert_pfn_prot()
 2016-01-25 17:46 UTC  (8+ messages)
` [PATCH 1/3] x86: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()
` [PATCH 2/3] mm: Convert vm_insert_pfn_prot to vmf_insert_pfn_prot
` [PATCH 3/3] dax: Handle write faults more efficiently

[LSF/MM TOPIC] VM containers
 2016-01-25 17:25 UTC  (4+ messages)

[REGRESSION] [BISECTED] kswapd high CPU usage
 2016-01-25 16:46 UTC  (6+ messages)

[PATCH] mm,oom: make oom_killer_disable() killable
 2016-01-25 15:03 UTC  (2+ messages)

[PATCH v2] mm/debug_pagealloc: Ask users for default setting of debug_pagealloc
 2016-01-25 15:03 UTC  (2+ messages)

[PATCH] mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabled
 2016-01-25 14:55 UTC  (2+ messages)

undefined shift in wb_update_dirty_ratelimit()
 2016-01-25 14:11 UTC  (2+ messages)
` [PATCH] mm/page-writeback: fix dirty_ratelimit calculation

[PATCH 0/2] Avoid unnecessary page locks in the generic read path
 2016-01-25 14:05 UTC  (6+ messages)
` [PATCH 1/2] mm: filemap: Remove redundant code in do_read_cache_page
` [PATCH 2/2] mm: filemap: Avoid unnecessary calls to lock_page when waiting for IO to complete during a read

[LSF/MM ATTEND] Huge Page Futures
 2016-01-25 13:50 UTC  (3+ messages)

valgrind: mmap ENOMEM
 2016-01-25 12:03 UTC 

[PATCH] mm/debug_pagealloc: Ask users for default setting of debug_pagealloc
 2016-01-25 11:10 UTC  (6+ 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).