linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-21 05:38:23 to 2016-01-25 16:25:11 UTC [more...]

[PATCH v4 00/22] kthread: Use kthread worker API more widely
 2016-01-25 16:23 UTC  (24+ 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

[PATCH] mm/memcontrol: avoid a spurious gcc warning
 2016-01-25 15:45 UTC 

[LSF/MM TOPIC] proposals for topics
 2016-01-25 15:08 UTC  (4+ messages)
` [Lsf-pc] "

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

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

mm: WARNING in __delete_from_page_cache
 2016-01-25 12:22 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)

khugepaged+0x5a6/0x1800 - BUG: unable to handle kernel NULL pointer dereference at (null)
 2016-01-25 11:00 UTC  (3+ messages)

[REGRESSION] [BISECTED] kswapd high CPU usage
 2016-01-25 10:38 UTC  (5+ messages)
` Fwd: "

sound/soc/codecs/wm8962.c:2790:32: warning: 'fratio' may be used uninitialized in this function
 2016-01-25  7:15 UTC 

[LSF/MM ATTEND] 2016: Requests to attend MM-summit
 2016-01-25  7:08 UTC  (6+ messages)
  ` [Lsf-pc] "

[PATCH v5 RESEND 0/5] Make cpuid <-> nodeid mapping persistent
 2016-01-25  6:12 UTC  (7+ messages)
` [PATCH v5 RESEND 1/5] x86, memhp, numa: Online memory-less nodes at boot time
` [PATCH v5 RESEND 2/5] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [PATCH v5 RESEND 3/5] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v5 RESEND 4/5] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v5 RESEND 5/5] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting

[PATCH v5 0/5] Make cpuid <-> nodeid mapping persistent
 2016-01-25  6:11 UTC  (8+ messages)
` [PATCH v5 1/5] x86, memhp, numa: Online memory-less nodes at boot time
` [PATCH v5 2/5] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [PATCH v5 3/5] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v5 4/5] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v5 5/5] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting

[PATCH v3 01/17] resource: Add System RAM resource type
 2016-01-24 18:00 UTC  (3+ messages)
` [PATCH v3 06/17] arch: Set IORESOURCE_SYSTEM_RAM to System RAM

[LSF/MM TOPIC] VM containers
 2016-01-24 17:06 UTC  (5+ messages)
` [Lsf-pc] "

mm, vmstat: kernel BUG at mm/vmstat.c:1408!
 2016-01-24 16:57 UTC  (20+ messages)

[PATCH v2] mm: workingset: make workingset detection logic memcg aware
 2016-01-24 16:56 UTC 

[BUG] Devices breaking due to CONFIG_ZONE_DEVICE
 2016-01-24  9:40 UTC 

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

lib/raid6/int8.c:328:1: warning: the frame size of 1276 bytes is larger than 1024 bytes
 2016-01-24  5:24 UTC 

include/linux/sched.h:2157:56: warning: 'noio_flag' may be used uninitialized in this function
 2016-01-24  4:33 UTC 

[PATCH 00/13] aio: thread (work queue) based aio and new aio functionality
 2016-01-23 22:22 UTC  (23+ messages)
` [PATCH 07/13] aio: enabled thread based async fsync

[PATCH v3] mm: warn about VmData over RLIMIT_DATA
 2016-01-23 20:52 UTC 

[PATCH v2] mm: warn about VmData over RLIMIT_DATA
 2016-01-23 18:51 UTC  (2+ messages)

[PATCH 0/4] set_memory_xx fixes
 2016-01-23 15:05 UTC  (5+ 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 1/2] mm: do not limit VmData with RLIMIT_DATA
 2016-01-23  7:55 UTC  (4+ messages)
` [PATCH 2/2] mm: "

[LSF/MM ATTEND] Persistent Memory Error Handling
 2016-01-23  6:37 UTC 

[BUG] oom hangs the system, NMI backtrace shows most CPUs in shrink_slab
 2016-01-23  6:30 UTC  (4+ messages)

mmotm 2016-01-22-16-43 uploaded
 2016-01-23  0:44 UTC 

fs: use-after-free in link_path_walk
 2016-01-22 23:08 UTC  (2+ messages)

[PATCH, REGRESSION v4] mm: make apply_to_page_range more robust
 2016-01-22 21:49 UTC  (2+ messages)

[PATCH RFC] mm: Rework virtual memory accounting
 2016-01-22 20:30 UTC  (6+ messages)

[PATCH] phys_to_pfn_t: use phys_addr_t
 2016-01-22 18:50 UTC  (3+ messages)
  ` [PATCH v2] "

PROBLEM: BUG when using memory.kmem.limit_in_bytes
 2016-01-22 18:35 UTC  (6+ messages)

[PATCHv12 34/37] thp: introduce deferred_split_huge_page()
 2016-01-22 15:20 UTC  (8+ messages)
` [PATCH 0/3] Couple of fixes for deferred_split_huge_page()
  ` [PATCH 1/3] thp: make split_queue per-node
  ` [PATCH 2/3] thp: change deferred_split_count() to return number of THP in queue
  ` [PATCH 3/3] thp: limit number of object to scan on deferred_split_scan()

[PATCH] mm,oom: Re-enable OOM killer using timers
 2016-01-22 14:57 UTC  (9+ messages)

[PATCH v3 0/8] Support for transparent PUD pages for DAX files
 2016-01-22 14:11 UTC  (5+ messages)

[LSF/MM TOPIC] Persistent Memory Error Handling
 2016-01-22 13:09 UTC  (4+ messages)
` [Lsf-pc] "

[PATCH v1] mm/madvise: pass return code of memory_failure() to userspace
 2016-01-22  8:27 UTC 

[PATCH, REGRESSION v3] mm: make apply_to_page_range more robust
 2016-01-22  7:13 UTC  (4+ messages)

[RFC] mm: shall we add an entry in meminfo to show the memory from module?
 2016-01-22  7:07 UTC 

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy v4-RESEND
 2016-01-22  3:25 UTC  (8+ messages)
  ` [PATCH] mm: memcontrol: only manage socket pressure for CONFIG_INET

[PATCH 0/8] Support multi-order entries in the radix tree
 2016-01-22  0:28 UTC  (2+ messages)

[PATCH] net: sock: remove dead cgroup methods from struct proto
 2016-01-21 22:17 UTC  (4+ messages)

[PATCH] cleancache: constify cleancache_ops structure
 2016-01-21 21:35 UTC  (8+ messages)
` [Xen-devel] "
  ` [Xen-devel] [PATCH v2] "

BUILD_BUG() in smaps_account() (was: Re: [PATCHv12 01/37] mm, proc: adjust PSS calculation)
 2016-01-21 19:31 UTC  (4+ messages)

kernel 4.4.0 OOPS: "x86/mm: Found insecure W+X mapping at address ..."
 2016-01-21 18:44 UTC  (2+ messages)

vmstat: make vmstat_updater deferrable again and shut down on idle
 2016-01-21 15:41 UTC  (5+ messages)

[RFC][PATCH 0/7] Sanitization of slabs based on grsecurity/PaX
 2016-01-21 15:39 UTC  (11+ messages)

[PATCH] proc: revert /proc/<pid>/maps [stack:TID] annotation
 2016-01-21 10:49 UTC  (2+ messages)
` [PATCH] proc: add missing 'mm' variable in nommu is_stack()

[linux-next:master 11771/11874] fs/proc/task_nommu.c:132:28: error: 'mm' undeclared
 2016-01-21  9:19 UTC 

[RFC 1/3] oom, sysrq: Skip over oom victims and killed tasks
 2016-01-21  9:15 UTC  (11+ messages)

[RFC][PATCH] KVM-PPC: Migrate Pinned Pages out of CMA
 2016-01-21  7:00 UTC 


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