Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-25 20:25:51 to 2015-09-30 15:37:38 UTC [more...]

[PATCH 0/3] allow zram to use zbud as underlying allocator
 2015-09-30 15:37 UTC  (8+ messages)

[PATCH 00/12] Remove zonelist cache and high-order watermark checking v3
 2015-09-30 15:18 UTC  (9+ messages)
` [PATCH 12/12] mm, page_alloc: Only enforce watermarks for order-0 allocations

[PATCH 00/10] Remove zonelist cache and high-order watermark checking v4
 2015-09-30 15:12 UTC  (21+ messages)
` [PATCH 05/10] mm, page_alloc: Distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
` [PATCH 06/10] mm, page_alloc: Rename __GFP_WAIT to __GFP_RECLAIM
` [PATCH 09/10] mm, page_alloc: Reserve pageblocks for high-order atomic allocations on demand
` [PATCH 10/10] mm, page_alloc: Only enforce watermarks for order-0 allocations

[PATCH] mm/slub: calculate start order with reserved in consideration
 2015-09-30 13:53 UTC  (2+ messages)

[PATCH 0/7] Further optimizing SLAB/SLUB bulking
 2015-09-30 11:44 UTC  (31+ messages)
` [PATCH 1/7] slub: create new ___slab_alloc function that can be called with irqs disabled
` [PATCH 2/7] slub: Avoid irqoff/on in bulk allocation
` [PATCH 3/7] slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUG
` [PATCH 4/7] slab: implement bulking for SLAB allocator
` [PATCH 5/7] slub: support for bulk free with SLUB freelists
` [PATCH 6/7] slub: optimize bulk slowpath free by detached freelist
` [PATCH 7/7] slub: do prefetching in kmem_cache_alloc_bulk()
` [MM PATCH V4 0/6] Further optimizing SLAB/SLUB bulking
  ` [MM PATCH V4 1/6] slub: create new ___slab_alloc function that can be called with irqs disabled
  ` [MM PATCH V4 2/6] slub: Avoid irqoff/on in bulk allocation
  ` [MM PATCH V4 3/6] slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUG
  ` [MM PATCH V4 4/6] slab: implement bulking for SLAB allocator
  ` [MM PATCH V4 5/6] slub: support for bulk free with SLUB freelists
      ` [MM PATCH V4.1 "
  ` [MM PATCH V4 6/6] slub: optimize bulk slowpath free by detached freelist

[PATCH] mm: fix overflow in find_zone_movable_pfns_for_nodes()
 2015-09-30 10:31 UTC  (2+ messages)

SR # <4-10997886031> Performance issues
 2015-09-30 10:24 UTC 

can't oom-kill zap the victim's memory?
 2015-09-30 10:21 UTC  (19+ messages)

[PATCH v2 0/9] mm/compaction: redesign compaction
 2015-09-30  8:38 UTC  (13+ messages)
` [PATCH v2 2/9] mm/compaction: introduce compaction depleted state on zone
` [PATCH v2 4/9] mm/compaction: remove compaction deferring
` [PATCH v2 5/9] mm/compaction: allow to scan nonmovable pageblock when depleted state
` [PATCH v2 8/9] mm/compaction: don't use higher order freepage than compaction aims at

[PATCHv2 0/3] align zpool/zbud/zsmalloc on the api
 2015-09-30  8:03 UTC  (5+ messages)
` [PATCHv2 1/3] zpool: add compaction api
` [PATCHv2 2/3] zbud: add compaction callbacks
` [PATCHv2 3/3] zsmalloc: "

SR # <4-10997886031> Performance issues
 2015-09-30  7:07 UTC 

[PATCH 2/2] mm: fix declarations of nr, delta and nr_pagecache_reclaimable
 2015-09-30  5:33 UTC  (5+ messages)

[RFC v2 00/18] kthread: Use kthread worker API more widely
 2015-09-30  5:08 UTC  (8+ messages)
` [RFC v2 07/18] kthread: Allow to cancel kthread work
` [RFC v2 17/18] rcu: Convert RCU gp kthreads into kthread worker API

[PATCH 1/2] mm/slub: correct the comment in calculate_order()
 2015-09-30  2:23 UTC  (4+ messages)
` [PATCH 2/2] mm/slub: use get_order() instead of fls()

[PATCH 0/5] memcg: charge page tables (x86) and pipe buffers
 2015-09-29 22:57 UTC  (8+ messages)
` [PATCH 1/5] mm: uncharge kmem pages from generic free_page path
` [PATCH 2/5] fs: charge pipe buffers to memcg
` [PATCH 3/5] memcg: teach uncharge_list to uncharge kmem pages
` [PATCH 4/5] mm: add __get_free_kmem_pages helper
` [PATCH 5/5] x86: charge page table pages to memcg

fs/jffs2/wbuf.c:1267:2-3: Unneeded semicolon
 2015-09-29 22:01 UTC 

[PATCH] mm, fs: Obey gfp_mapping for add_to_page_cache
 2015-09-29 22:02 UTC  (2+ messages)

[PATCH 0/4] Assorted DMA mapping tweaks
 2015-09-29 21:27 UTC  (5+ messages)
` [PATCH 4/4] dma-debug: Allow poisoning nonzero allocations

[PATCH v2 0/9] initial struct page support for pmem
 2015-09-29 19:47 UTC  (5+ messages)
` [PATCH v2 2/9] mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h

[PATCH 00/11] x86/mm: Implement lockless pgd_alloc()/pgd_free()
 2015-09-29 16:51 UTC  (9+ messages)
` [PATCH 02/11] x86/mm/hotplug: Remove pgd_list use from the memory hotplug code
` [PATCH 06/11] x86/virt/guest/xen: Remove use of pgd_list from the Xen guest code

[PATCHv3 00/10] mm, xen/balloon: memory hotplug improvements
 2015-09-29 16:24 UTC  (2+ messages)
` [Xen-devel] "

drivers/hid/i2c-hid/i2c-hid.c:1134:3-8: No need to set .owner here. The core will do it
 2015-09-29 15:42 UTC 

[PATCH v6 0/6] KASAN for arm64
 2015-09-29 15:34 UTC  (4+ messages)
` [PATCH v6 3/6] x86, efi, kasan: #undef memset/memcpy/memmove per arch

[PATCH] mm: swap: Use swap_lock to prevent parallel swapon activations instead of i_mutex
 2015-09-29 14:23 UTC 

[PATCH 00/25] x86: Memory Protection Keys
 2015-09-29 14:16 UTC  (30+ messages)
` [PATCH 02/25] x86, pkeys: Add Kconfig option
` [PATCH 01/25] x86, fpu: add placeholder for Processor Trace XSAVE state
` [PATCH 03/25] x86, pkeys: cpuid bit definition
` [PATCH 05/25] x86, pkey: add PKRU xsave fields and data structure(s)
` [PATCH 04/25] x86, pku: define new CR4 bit
` [PATCH 06/25] x86, pkeys: PTE bits for storing protection key
` [PATCH 08/25] x86, pkeys: store protection in high VMA flags
` [PATCH 07/25] x86, pkeys: new page fault error code bit: PF_PK
` [PATCH 10/25] x86, pkeys: pass VMA down in to fault signal generation code
` [PATCH 09/25] x86, pkeys: arch-specific protection bits
` [PATCH 12/25] x86, pkeys: add functions to fetch PKRU
` [PATCH 13/25] mm: factor out VMA fault permission checking
` [PATCH 11/25] x86, pkeys: notify userspace about protection key faults
` [PATCH 15/25] x86, pkeys: check VMAs and PTEs for protection keys
` [PATCH 16/25] x86, pkeys: optimize fault handling in access_error()
` [PATCH 14/25] mm: simplify get_user_pages() PTE bit handling
` [PATCH 19/25] x86, pkeys: add Kconfig prompt to existing config option
` [PATCH 17/25] x86, pkeys: dump PKRU with other kernel registers
` [PATCH 18/25] x86, pkeys: dump PTE pkey in /proc/pid/smaps
` [PATCH 20/25] mm, multi-arch: pass a protection key in to calc_vm_flag_bits()
` [PATCH 22/25] x86: wire up mprotect_key() system call
` [PATCH 23/25] x86, pkeys: actually enable Memory Protection Keys in CPU
` [PATCH 21/25] mm: implement new mprotect_key() system call
` [PATCH 24/25] x86, pkeys: add self-tests
` [PATCH 25/25] x86, pkeys: Documentation

[PATCH 1/2] mm: change free_cma and free_pages declarations to unsigned
 2015-09-29 10:26 UTC  (3+ messages)

[PATCH] mm: optimize PageHighMem() check
 2015-09-29  7:54 UTC 

[PATCH 00/26] [RFCv2] x86: Memory Protection Keys
 2015-09-28 19:32 UTC  (13+ messages)
` [PATCH 10/26] x86, pkeys: notify userspace about protection key faults

[PATCH 00/15] get_user_pages() for dax mappings
 2015-09-28 18:44 UTC  (11+ messages)
` [PATCH 01/15] avr32: convert to asm-generic/memory_model.h
` [PATCH 08/15] block, dax, pmem: reference counting infrastructure

[PATCH] mm: fix cpu hangs on truncating last page of a 16t sparse file
 2015-09-28 18:08 UTC  (10+ messages)

[PATCH 00/16] Refreshed page-flags patchset
 2015-09-28 17:51 UTC  (8+ messages)
  ` [PATCH 03/16] page-flags: introduce page flags policies wrt compound pages

[PATCH V4 1/2] ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'
 2015-09-28 15:31 UTC  (22+ messages)

[RFC] futex: prevent endless loop on s390x with emulated hugepages
 2015-09-28 11:49 UTC  (2+ messages)

drivers/net/ethernet/rocker/rocker.c:1968:1: warning: the frame size of 2752 bytes is larger than 2048 bytes
 2015-09-28  3:29 UTC 

[PATCH v2 0/7] Make cpuid <-> nodeid mapping persistent
 2015-09-28  1:57 UTC  (17+ messages)
` [PATCH v2 3/7] x86, gfp: Cache best near node for memory allocation
` [PATCH v2 4/7] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus at boot time
` [PATCH v2 5/7] x86, acpi, cpu-hotplug: Introduce apicid_to_cpuid[] array to store persistent cpuid <-> apicid mapping

[PATCH V5 1/2] ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'
 2015-09-27 13:48 UTC  (3+ messages)
` [PATCH V5 2/2] debugfs: Pass bool pointer to debugfs_create_bool()

[PATCH] mm, oom: Disable preemption during OOM-kill operation
 2015-09-27  5:51 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).