linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-05 16:54:38 to 2016-08-11 09:28:11 UTC [more...]

mm: Initialise per_cpu_nodestats for all online pgdats at boot
 2016-08-11  9:28 UTC  (3+ messages)

[PATCH/RFC] mm, oom: Fix uninitialized ret in task_will_free_mem()
 2016-08-11  8:11 UTC  (6+ messages)

[linux-mm] Drastic increase in application memory usage with Kernel version upgrade
 2016-08-11  5:45 UTC  (7+ messages)

drivers/rapidio/rio_cm.c:1849:7-14: WARNING opportunity for memdup_user
 2016-08-11  5:41 UTC  (2+ messages)
` [PATCH] rapidio: fix memdup_user.cocci warnings

[mm, kasan] 80a9201a59: RIP: 0010:[<ffffffff9890f590>] [<ffffffff9890f590>] __kernel_text_address
 2016-08-11  4:52 UTC 

[PATCH 0/4] powerpc/mm: movable hotplug memory nodes
 2016-08-11  4:39 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: add doc for ibm,hotplug-aperture
` [PATCH 2/4] powerpc/mm: create numa nodes for hotplug memory
` [PATCH 3/4] powerpc/mm: allow memory hotplug into a memoryless node
` [PATCH 4/4] mm: enable CONFIG_MOVABLE_NODE on powerpc

[PATCH v2] kasan: avoid overflowing quarantine size on low memory systems
 2016-08-10 22:50 UTC  (2+ messages)

[PATCH] mm: Add the ram_latent_entropy kernel parameter
 2016-08-10 22:28 UTC 

[REGRESSION] !PageLocked(page) assertion with tcpdump
 2016-08-10 20:03 UTC  (3+ messages)

[RFC][PATCH] cgroup_threadgroup_rwsem - affects scalability and OOM
 2016-08-10 19:43 UTC  (10+ messages)

[RFC 11/11] mm, THP, swap: Delay splitting THP during swap out
 2016-08-10 16:49 UTC  (4+ messages)

[PATCH v24 2/9] memblock: add memblock_cap_memory_range()
 2016-08-10 16:26 UTC  (2+ messages)

[QUESTION] mmap of device file with huge pages
 2016-08-10 16:20 UTC  (4+ messages)

[PATCH v2] rmap: Fix compound check logic in page_remove_file_rmap
 2016-08-10 16:14 UTC  (2+ messages)

[PATCH v4] powerpc: Do not make the entire heap executable
 2016-08-10 13:36 UTC  (2+ messages)

[PATCH v3] powerpc: Do not make the entire heap executable
 2016-08-10 12:56 UTC  (5+ messages)

[RFC] can we use vmalloc to alloc thread stack if compaction failed
 2016-08-10 11:59 UTC  (12+ messages)

[PATCHv2 0/6] x86: 32-bit compatible C/R on x86_64
 2016-08-10 10:49 UTC  (11+ messages)
` [PATCHv2 3/6] x86/arch_prctl/vdso: add ARCH_MAP_VDSO_*

[PATCH 0/5] Reduce memory waste by page extension user
 2016-08-10  9:44 UTC  (9+ messages)
` [PATCH 1/5] mm/debug_pagealloc: clean-up guard page handling code
` [PATCH 2/5] mm/debug_pagealloc: don't allocate page_ext if we don't use guard page
` [PATCH 3/5] mm/page_owner: move page_owner specific function to page_owner.c
` [PATCH 4/5] mm/page_ext: support extra space allocation by page_ext user
` [PATCH 5/5] mm/page_owner: don't define fields on struct page_ext by hard-coding

[PATCH] fadump: Register the memory reserved by fadump
 2016-08-10  9:21 UTC  (10+ messages)

[PATCH v6 00/11] make direct compaction more deterministic
 2016-08-10  9:12 UTC  (12+ messages)
` [PATCH v6 01/11] mm, compaction: make whole_zone flag ignore cached scanner positions
` [PATCH v6 02/11] mm, compaction: cleanup unused functions
` [PATCH v6 03/11] mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS
` [PATCH v6 04/11] mm, compaction: don't recheck watermarks after COMPACT_SUCCESS
` [PATCH v6 05/11] mm, compaction: add the ultimate direct compaction priority
` [PATCH v6 06/11] mm, compaction: more reliably increase "
` [PATCH v6 07/11] mm, compaction: use correct watermark when checking compaction success
` [PATCH v6 08/11] mm, compaction: create compact_gap wrapper
` [PATCH v6 09/11] mm, compaction: use proper alloc_flags in __compaction_suitable()
` [PATCH v6 10/11] mm, compaction: require only min watermarks for non-costly orders
` [PATCH v6 11/11] mm, vmscan: make compaction_ready() more accurate and readable

[PATCH] mm/vmalloc: fix align value calculation error
 2016-08-10  5:32 UTC  (6+ messages)

[PATCH] mm: optimize find_zone_movable_pfns_for_nodes to avoid unnecessary loop
 2016-08-10  2:37 UTC  (4+ messages)

[PATCHv1, RFC 00/33] ext4: support of huge pages
 2016-08-10  0:54 UTC  (2+ messages)
` [PATCH] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries

[PATCH] mm: fix the incorrect hugepages count
 2016-08-10  0:07 UTC  (4+ messages)

[PATCH v14 02/14] vmstat: add vmstat_idle function
 2016-08-09 20:29 UTC  (3+ messages)
` [PATCH v14 03/14] lru_add_drain_all: factor out lru_add_drain_needed
` [PATCH v14 04/14] task_isolation: add initial support

[PATCH v2] powerpc: Do not make the entire heap executable
 2016-08-09 19:07 UTC  (3+ messages)

[RFC 00/11] THP swap: Delay splitting THP during swapping out
 2016-08-09 17:25 UTC  (13+ messages)
` [RFC 01/11] swap: Add swap_cluster_list
` [RFC 02/11] swap: Change SWAPFILE_CLUSTER to 512
` [RFC 03/11] mm, memcg: Add swap_cgroup_iter iterator
` [RFC 04/11] mm, memcg: Support to charge/uncharge multiple swap entries
` [RFC 05/11] mm, THP, swap: Add swap cluster allocate/free functions
` [RFC 06/11] mm, THP, swap: Add get_huge_swap_page()
` [RFC 07/11] mm, THP, swap: Support to clear SWAP_HAS_CACHE for huge page
` [RFC 08/11] mm, THP, swap: Support to add/delete THP to/from swap cache
` [RFC 09/11] mm, THP: Add can_split_huge_page()
` [RFC 10/11] mm, THP, swap: Support to split THP in swap cache
` [RFC 11/11] mm, THP, swap: Delay splitting THP during swap out

[RFC] mm: Don't use radix tree writeback tags for pages in swap cache
 2016-08-09 17:00 UTC  (3+ messages)

[BUG] Bad page states
 2016-08-09 16:58 UTC  (5+ messages)
    ` [PATCH] mm: memcontrol: only mark charged pages with PageKmemcg

[PATCH] thp: move shmem_huge_enabled() outside of SYSFS ifdef
 2016-08-09 16:30 UTC  (2+ messages)

[PATCH] rmap: Fix compound check logic in page_remove_file_rmap
 2016-08-09 16:29 UTC  (2+ messages)

[PATCH] mm/slub: Run free_partial() outside of the kmem_cache_node->list_lock
 2016-08-09 16:21 UTC  (8+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

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

[PATCH 13/15] mm: Provide helper for finishing mkwrite faults
 2016-08-09 14:50 UTC  (2+ messages)
` [lkp] [mm] 0c649028cd: vm-scalability.throughput 343.9% improvement

order-0 vs order-N driver allocation. Was: [PATCH v10 07/12] net/mlx4_en: add page recycle to prepare rx ring for tx support
 2016-08-09 12:14 UTC  (6+ messages)

[PATCH 1/2] mm/page_alloc: fix wrong initialization when sysctl_min_unmapped_ratio changes
 2016-08-09  7:34 UTC  (4+ messages)
` [PATCH 2/2] mm/page_alloc: recalculate some of node threshold when on/offline memory

[PATCH v4 0/5] Introduce ZONE_CMA
 2016-08-09  6:39 UTC  (6+ messages)
` [PATCH v4 1/5] mm/cma: introduce new zone, ZONE_CMA
` [PATCH v4 2/5] mm/cma: populate ZONE_CMA
` [PATCH v4 3/5] mm/cma: remove ALLOC_CMA
` [PATCH v4 4/5] mm/cma: remove MIGRATE_CMA
` [PATCH v4 5/5] mm/cma: remove per zone CMA stat

[PATCH v3 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-08-09  2:52 UTC  (11+ messages)
` [PATCH v3 kernel 1/7] virtio-balloon: rework deflate to add page to a list
` [PATCH v3 kernel 2/7] virtio-balloon: define new feature bit and page bitmap head
` [PATCH v3 kernel 3/7] mm: add a function to get the max pfn
` [PATCH v3 kernel 4/7] virtio-balloon: speed up inflate/deflate process
` [PATCH v3 kernel 5/7] mm: add the related functions to get unused page
` [PATCH v3 kernel 6/7] virtio-balloon: define feature bit and head for misc virt queue
` [PATCH v3 kernel 7/7] virtio-balloon: tell host vm's unused page info

[linux-stable-rc:linux-3.14.y 1941/4855] arch/mips/jz4740/irq.c:62:6: error: conflicting types for 'jz4740_irq_suspend'
 2016-08-09  1:04 UTC 

[PATCH 00/10] [v6] System Calls for Memory Protection Keys
 2016-08-08 23:18 UTC  (11+ messages)
` [PATCH 01/10] x86, pkeys: add fault handling for PF_PK page fault bit
` [PATCH 02/10] mm: implement new pkey_mprotect() system call
` [PATCH 03/10] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 04/10] x86, pkeys: allocation/free syscalls
` [PATCH 05/10] x86: wire up protection keys system calls
` [PATCH 06/10] generic syscalls: wire up memory protection keys syscalls
` [PATCH 07/10] pkeys: add details of system call use to Documentation/
` [PATCH 08/10] x86, pkeys: default to a restrictive init PKRU
` [PATCH 09/10] x86, pkeys: allow configuration of init_pkru
` [PATCH 10/10] x86, pkeys: add self-tests

[PATCH v11 0/7] Make cpuid <-> nodeid mapping persistent
 2016-08-08  8:37 UTC  (8+ messages)
` [PATCH v11 1/7] x86, memhp, numa: Online memory-less nodes at boot time
` [PATCH v11 2/7] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [PATCH v11 3/7] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v11 4/7] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v11 5/7] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting
` [PATCH v11 6/7] acpi: Provide the mechanism to validate processors in the ACPI tables
` [PATCH v11 7/7] acpi: Provide the interface to validate the proc_id

Choosing z3fold allocator in zswap gives WARNING: CPU: 0 PID: 5140 at mm/zswap.c:503 __zswap_pool_current+0x56/0x60
 2016-08-07 22:40 UTC  (3+ messages)

[PATCH 0/2] New tracepoints for slowpath and memory compaction
 2016-08-07 12:32 UTC  (11+ messages)
` [PATCH 1/2] mm: page_alloc.c: Add tracepoints for slowpath
` [PATCH 2/2] mm: compaction.c: Add/Modify direct compaction tracepoints

Dirty/Writeback fields in /proc/meminfo affected by 20d74bf29c
 2016-08-06 22:15 UTC  (2+ messages)

core.c:undefined reference to `fpu_save'
 2016-08-06 18:29 UTC 

shmem: Are we accounting block right?
 2016-08-06  8:12 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).