linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-07 23:32:32 to 2016-06-10 09:58:19 UTC [more...]

[mmots-2016-06-09-16-49] kernel BUG at mm/slub.c:1616
 2016-06-10  9:58 UTC  (7+ messages)
` [mmots-2016-06-09-16-49] sleeping function called from slab_alloc()

[PATCH] mm, slaub: Add __GFP_ATOMIC to the GFP reclaim mask
 2016-06-10  9:38 UTC 

[PATCH trivial] include/linux/memory_hotplug.h: Clean up code
 2016-06-10  9:07 UTC  (3+ messages)

[PATCH 1/2] slab: make GFP_SLAB_BUG_MASK information more human readable
 2016-06-10  8:43 UTC  (2+ messages)
` [PATCH 2/2] slab: do not panic on invalid gfp_mask

[PATCH 00/10] mm: balance LRU lists based on relative thrashing
 2016-06-10  2:19 UTC  (36+ messages)
` [PATCH 01/10] mm: allow swappiness that prefers anon over file
` [PATCH 02/10] mm: swap: unexport __pagevec_lru_add()
` [PATCH 03/10] mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
` [PATCH 04/10] mm: fix LRU balancing effect of new transparent huge pages
` [PATCH 05/10] mm: remove LRU balancing effect of temporary page isolation
` [PATCH 06/10] mm: remove unnecessary use-once cache bias from LRU balancing
` [PATCH 07/10] mm: base LRU balancing on an explicit cost model
` [PATCH 08/10] mm: deactivations shouldn't bias the LRU balance
` [PATCH 09/10] mm: only count actual rotations as LRU reclaim cost
` [PATCH 10/10] mm: balance LRU lists based on relative thrashing

[PATCH] mm: fix build warnings in <linux/compaction.h>
 2016-06-10  0:33 UTC  (6+ messages)

[PATCH v2 0/3] Introduce the latent_entropy gcc plugin
 2016-06-09 23:33 UTC  (10+ messages)
` [PATCH v2 1/3] Add "
` [kernel-hardening] "

x86: bad pte in pageattr_test
 2016-06-09 21:34 UTC 

[PATCH 00/21] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-06-09 21:02 UTC  (8+ messages)
` [PATCH 04/21] fs: Replace CURRENT_TIME with current_fs_time() for inode timestamps

[RFC 00/13] x86/mm: PCID and INVPCID
 2016-06-09 19:45 UTC  (5+ messages)
` [RFC 05/13] x86/mm: Add barriers and document switch_mm-vs-flush synchronization

BUG: using smp_processor_id() in preemptible [00000000] code]
 2016-06-09 19:10 UTC  (2+ messages)

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-06-09 18:33 UTC  (12+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear

[PATCH] mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
 2016-06-09 18:22 UTC  (6+ messages)

[BUG] Page allocation failures with newest kernels
 2016-06-09 18:13 UTC  (12+ messages)

[PATCH 00/27] Move LRU page reclaim from zones to nodes v6
 2016-06-09 18:04 UTC  (28+ messages)
` [PATCH 01/27] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 02/27] mm, vmscan: Move lru_lock to the node
` [PATCH 03/27] mm, vmscan: Move LRU lists to node
` [PATCH 04/27] mm, vmscan: Begin reclaiming pages on a per-node basis
` [PATCH 05/27] mm, vmscan: Have kswapd only scan based on the highest requested zone
` [PATCH 06/27] mm, vmscan: Make kswapd reclaim in terms of nodes
` [PATCH 07/27] mm, vmscan: Remove balance gap
` [PATCH 08/27] mm, vmscan: Simplify the logic deciding whether kswapd sleeps
` [PATCH 09/27] mm, vmscan: By default have direct reclaim only shrink once per node
` [PATCH 10/27] mm, vmscan: Clear congestion, dirty and need for compaction on a per-node basis
` [PATCH 11/27] mm: vmscan: Do not reclaim from kswapd if there is any eligible zone
` [PATCH 12/27] mm, vmscan: Make shrink_node decisions more node-centric
` [PATCH 13/27] mm, memcg: Move memcg limit enforcement from zones to nodes
` [PATCH 14/27] mm, workingset: Make working set detection node-aware
` [PATCH 15/27] mm, page_alloc: Consider dirtyable memory in terms of nodes
` [PATCH 16/27] mm: Move page mapped accounting to the node
` [PATCH 17/27] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 18/27] mm: Move most file-based accounting to the node
` [PATCH 19/27] mm: Move vmscan writes and file write "
` [PATCH 20/27] mm, vmscan: Update classzone_idx if buffer_heads_over_limit
` [PATCH 21/27] mm, vmscan: Only wakeup kswapd once per node for the requested classzone
` [PATCH 22/27] mm: Convert zone_reclaim to node_reclaim
` [PATCH 23/27] mm, vmscan: Add classzone information to tracepoints
` [PATCH 24/27] mm, page_alloc: Remove fair zone allocation policy
` [PATCH 25/27] mm: page_alloc: Cache the last node whose dirty limit is reached
` [PATCH 26/27] mm: vmstat: Replace __count_zone_vm_events with a zone id equivalent
` [PATCH 27/27] mm: vmstat: Account per-zone stalls and pages skipped during reclaim

[PATCH v8 00/12] kthread: Kthread worker API improvements
 2016-06-09 17:22 UTC  (15+ messages)
` [PATCH v8 01/12] kthread: Rename probe_kthread_data() to kthread_probe_data()
` [PATCH v8 02/12] kthread: Kthread worker API cleanup
` [PATCH v8 03/12] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v8 04/12] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v8 05/12] kthread: Add kthread_create_worker*()
` [PATCH v8 06/12] kthread: Add kthread_drain_worker()
` [PATCH v8 07/12] kthread: Add kthread_destroy_worker()
` [PATCH v8 08/12] kthread: Detect when a kthread work is used by more workers
` [PATCH v8 09/12] kthread: Initial support for delayed kthread work
` [PATCH v8 10/12] kthread: Allow to cancel "
` [PATCH v8 11/12] kthread: Allow to modify delayed "
` [PATCH v8 12/12] kthread: Better support freezable kthread workers

[PATCH] x86/mm: Change barriers before TLB flushes to smp_mb__after_atomic
 2016-06-09 17:19 UTC  (2+ messages)

[PATCH v2] mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
 2016-06-09 16:04 UTC 

[PATCH 0/10 -v4] Handle oom bypass more gracefully
 2016-06-09 15:41 UTC  (15+ messages)
` [PATCH 01/10] proc, oom: drop bogus task_lock and mm check
` [PATCH 02/10] proc, oom: drop bogus sighand lock
` [PATCH 03/10] proc, oom_adj: extract oom_score_adj setting into a helper
` [PATCH 04/10] mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj
` [PATCH 05/10] mm, oom: skip vforked tasks from being selected
` [PATCH 06/10] mm, oom: kill all tasks sharing the mm
` [PATCH 07/10] mm, oom: fortify task_will_free_mem
` [PATCH 08/10] mm, oom: task_will_free_mem should skip oom_reaped tasks
` [PATCH 09/10] mm, oom_reaper: do not attempt to reap a task more than twice
` [PATCH 10/10] mm, oom: hide mm which is shared with kthread or global init

[PATCH 1/1] mm/swap.c: flush lru_add pvecs on compound page arrival
 2016-06-09 15:41 UTC  (9+ messages)

[PATCH] mm: kasan: don't touch metadata in kasan_[un]poison_element()
 2016-06-09 15:20 UTC  (4+ messages)
  ` [PATCH] mm: mempool: kasan: don't poot mempool objects in quarantine

[PATCH 04/21] fs: Replace CURRENT_TIME with current_fs_time() for inode timestamps
 2016-06-09 13:05 UTC 

[PATCH 0/10 -v3] Handle oom bypass more gracefully
 2016-06-09  6:46 UTC  (8+ messages)
` [PATCH 06/10] mm, oom: kill all tasks sharing the mm

[PATCH] mm: Cleanup - Reorganize the shrink_page_list code into smaller functions
 2016-06-09  4:40 UTC  (8+ messages)

[linux-next: Tree for Jun 1] __khugepaged_exit rwsem_down_write_failed lockup
 2016-06-09  3:51 UTC  (4+ messages)
` [PATCH] mm, thp: fix locking inconsistency in collapse_huge_page

[PATCH] zram: add zpool support
 2016-06-09  1:43 UTC  (4+ messages)

[PATCH] mm: add NR_ZSMALLOC to vmstat
 2016-06-09  1:40 UTC  (6+ messages)

[PATCH 0/9] [v3] System Calls for Memory Protection Keys
 2016-06-09  0:01 UTC  (10+ messages)
` [PATCH 1/9] x86, pkeys: add fault handling for PF_PK page fault bit
` [PATCH 2/9] mm: implement new pkey_mprotect() system call
` [PATCH 3/9] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 4/9] x86: wire up mprotect_key() system call
` [PATCH 5/9] x86, pkeys: allocation/free syscalls
` [PATCH 6/9] x86, pkeys: add pkey set/get syscalls
` [PATCH 7/9] generic syscalls: wire up memory protection keys syscalls
` [PATCH 8/9] pkeys: add details of system call use to Documentation/
` [PATCH 9/9] x86, pkeys: add self-tests

[PATCH] oom_reaper: avoid pointless atomic_inc_not_zero usage
 2016-06-08 22:27 UTC  (4+ messages)

mmotm 2016-06-08-15-25 uploaded
 2016-06-08 22:25 UTC 

[v3 PATCH] arm64: kasan: instrument user memory access API
 2016-06-08 21:40 UTC 

[PATCHv8 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-06-08 18:43 UTC  (4+ messages)

[PATCH 0/9] [v2] System Calls for Memory Protection Keys
 2016-06-08 17:35 UTC  (3+ messages)

[PATCH 0/10 -v3] Handle oom bypass more gracefully
 2016-06-08 16:05 UTC  (9+ messages)

[PATCH] mm: memcontrol: remove BUG_ON in uncharge_list
 2016-06-08 15:06 UTC  (4+ messages)

[PATCH] mm: memcontrol: fix documentation for compound parameter
 2016-06-08 14:59 UTC  (3+ messages)

[PATCH 1/2] mm: oom: add memcg to oom_control
 2016-06-08 14:46 UTC  (8+ messages)
` [PATCH 2/2] mm: oom: deduplicate victim selection code for memcg and global oom

[PATCH] mm/zsmalloc: add trace events for zs_compact
 2016-06-08 14:10 UTC  (6+ messages)

[RFC PATCH] mm, memcg: use consistent gfp flags during readahead
 2016-06-08 14:10 UTC  (3+ messages)

[PATCHv9 0/2] mremap vDSO for 32-bit
 2016-06-08 11:41 UTC  (6+ messages)
` [PATCHv9 2/2] selftest/x86: add mremap vdso test

mm: pages are not freed from lru_add_pvecs after process termination
 2016-06-08  8:51 UTC  (12+ messages)

[Bug 119641] New: hugetlbfs: disabling because there are no supported hugepage sizes
 2016-06-08  8:42 UTC  (2+ messages)

[linux-next: Tree for Jun 1] __khugepaged_exit rwsem_down_write_failed lockup
 2016-06-08  8:19 UTC  (8+ messages)

linux-next: Tree for Jun 6 (mm/slub.c)
 2016-06-07 23:31 UTC  (3+ 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).