linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-17 10:36:20 to 2013-07-20 17:13:33 UTC [more...]

[PATCH] mm: negative left shift count when PAGE_SHIFT > 20
 2013-07-20 17:12 UTC 

Fwd: [PATCH 2/2] mm: zcache: core functions added
 2013-07-20 15:25 UTC 

Fwd: [PATCH 1/2] zcache: staging: %s/ZCACHE/ZCACHE_OLD
 2013-07-20 15:24 UTC 

Fwd: [PATCH 0/2] zcache: a new start for upstream
 2013-07-20 15:23 UTC 

mlockall triggred rcu_preempt stall
 2013-07-20 14:00 UTC  (4+ messages)

[RESEND][PATCH] mm: vmstats: tlb flush counters
 2013-07-20 13:09 UTC  (8+ messages)

[PATCH v3 0/8] extend hugepage migration
 2013-07-20 10:04 UTC  (24+ messages)
` [PATCH 1/8] migrate: make core migration code aware of hugepage
` [PATCH 2/8] soft-offline: use migrate_pages() instead of migrate_huge_page()
` [PATCH 3/8] migrate: add hugepage migration code to migrate_pages()
` [PATCH 4/8] migrate: add hugepage migration code to move_pages()
` [PATCH 5/8] mbind: add hugepage migration code to mbind()
` [PATCH 6/8] migrate: remove VM_HUGETLB from vma flag check in vma_migratable()
` [PATCH 7/8] memory-hotplug: enable memory hotplug to handle hugepage
` [PATCH 8/8] prepare to remove /proc/sys/vm/hugepages_treat_as_movable

[RFC 0/4] Transparent on-demand struct page initialization embedded in the buddy allocator
 2013-07-19 23:51 UTC  (4+ messages)

[PATCH] mm: vmstats: track TLB flush stats on UP too
 2013-07-19 23:16 UTC  (2+ messages)

[PATCH] mm: negative left shift count when PAGE_SHIFT > 20
 2013-07-19 21:57 UTC  (6+ messages)

[PATCH] mm/hugetlb: per-vma instantiation mutexes
 2013-07-19 21:24 UTC  (16+ messages)
        ` [PATCH] hugepage: allow parallelization of the hugepage fault path

[patch 0/3] mm: improve page aging fairness between zones/nodes
 2013-07-19 20:55 UTC  (4+ messages)
` [patch 1/3] mm: vmscan: fix numa reclaim balance problem in kswapd
` [patch 2/3] mm: page_alloc: rearrange watermark checking in get_page_from_freelist
` [patch 3/3] mm: page_alloc: fair zone allocator policy

mmotm 2013-07-18-16-40 uploaded
 2013-07-19 19:58 UTC  (5+ messages)

Linux Plumbers IO & File System Micro-conference
 2013-07-19 19:57 UTC  (2+ messages)

[PATCH v2] mm/hotplug, x86: Disable ARCH_MEMORY_PROBE by default
 2013-07-19 19:35 UTC  (3+ messages)

[PATCH 1/1] Drivers: base: memory: Export symbols for onlining memory blocks
 2013-07-19 19:23 UTC 

[PATCH] mm/hotplug, x86: Disable ARCH_MEMORY_PROBE by default
 2013-07-19 17:56 UTC  (16+ messages)

[PATCH resend 1/3] vmpressure: change vmpressure::sr_lock to spinlock
 2013-07-19 16:51 UTC  (3+ messages)
` [PATCH resend 2/3] vmpressure: do not check for pending work to prevent from new work
` [PATCH resend 3/3] vmpressure: Make sure there are no events queued after memcg is offlined

[PATCH v5 00/16] fuse: An attempt to implement a write-back cache policy
 2013-07-19 16:50 UTC  (3+ messages)
` [PATCH 10/16] fuse: Implement writepages callback

[PATCH] mm/slub.c: use 'unsigned long' instead of 'int' for variable 'slub_debug'
 2013-07-19 14:00 UTC  (15+ messages)
` [PATCH] mm/slub.c: beautify code of this file
    ` [PATCH 2/2] mm/slub.c: beautify code for removing redundancy 'break' statement

[PATCH] mm/slub.c: remove 'per_cpu' which is useless variable
 2013-07-19 13:57 UTC  (18+ messages)
            ` [PATCH v2] "
              ` [PATCH] mm/slub.c: add parameter length checking for alloc_loc_track()

[PATCH for 3.2] memcg: do not trap chargers with full callstack on OOM
 2013-07-19  8:23 UTC  (17+ messages)
                    ` [patch 1/5] mm: invoke oom-killer from remaining unconverted page fault handlers
                    ` [patch 2/5] mm: pass userspace fault flag to generic fault handler
                    ` [patch 3/5] x86: finish fault error path with fatal signal
                    ` [patch 4/5] memcg: do not trap chargers with full callstack on OOM
                    ` [patch 5/5] mm: memcontrol: sanity check memcg OOM context unwind

[PATCH 00/21] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-07-19  7:59 UTC  (22+ messages)
` [PATCH 01/21] acpi: Print Hot-Pluggable Field in SRAT
` [PATCH 02/21] memblock, numa: Introduce flag into memblock
` [PATCH 03/21] x86, acpi, numa, mem-hotplug: Introduce MEMBLK_HOTPLUGGABLE to reserve hotpluggable memory
` [PATCH 04/21] acpi: Remove "continue" in macro INVALID_TABLE()
` [PATCH 05/21] acpi: Introduce acpi_invalid_table() to check if a table is invalid
` [PATCH 06/21] x86, acpi: Split acpi_boot_table_init() into two parts
` [PATCH 07/21] x86, acpi: Initialize ACPI root table list earlier
` [PATCH 08/21] x86, acpi: Also initialize signature and length when parsing root table
` [PATCH 09/21] x86: Make get_ramdisk_{image|size}() global
` [PATCH 10/21] earlycpio.c: Fix the confusing comment of find_cpio_data()
` [PATCH 11/21] x86: get pg_data_t's memory from other node
` [PATCH 12/21] x86, acpi: Try to find if SRAT is overrided earlier
` [PATCH 13/21] x86, acpi: Try to find SRAT in firmware earlier
` [PATCH 14/21] x86, acpi, numa: Reserve hotpluggable memory at early time
` [PATCH 15/21] x86, acpi, numa: Don't reserve memory on nodes the kernel resides in
` [PATCH 16/21] x86, memblock, mem-hotplug: Free hotpluggable memory reserved by memblock
` [PATCH 17/21] page_alloc, mem-hotplug: Improve movablecore to {en|dis}able using SRAT
` [PATCH 18/21] x86, numa: Synchronize nid info in memblock.reserve with numa_meminfo
` [PATCH 19/21] x86, numa: Save nid when reserve memory into memblock.reserved[]
` [PATCH 20/21] x86, numa, acpi, memory-hotplug: Make movablecore=acpi have higher priority
` [PATCH 21/21] doc, page_alloc, acpi, mem-hotplug: Add doc for movablecore=acpi boot option

[PATCH] mm: replace strict_strtoul() with kstrtoul()
 2013-07-19  7:29 UTC 

hugepage related lockdep trace
 2013-07-19  3:20 UTC  (6+ messages)

MAP_HUGETLB and MPOL_PREFERRED = SIGBUS
 2013-07-19  0:51 UTC 

[PATCH 0/5] initmpfs v2: use tmpfs instead of ramfs for rootfs
 2013-07-18 23:59 UTC  (5+ messages)

[PATCH RFC] lib: Make radix_tree_node_alloc() irq safe
 2013-07-18 21:37 UTC  (8+ messages)

[PATCH] slub: Avoid direct compaction if possible
 2013-07-18 20:29 UTC  (8+ messages)

[PATCH, REBASED 0/8] Transparent huge page cache: phase 0, prep work
 2013-07-18 19:59 UTC  (8+ messages)
` [PATCH 5/8] thp, mm: locking tail page is a bug

zswap: How to determine whether it is compressing swap pages?
 2013-07-18 17:36 UTC  (7+ messages)

[PATCH v4 0/4] Enable async page faults on s390
 2013-07-18 14:12 UTC  (6+ messages)
` [PATCH 4/4] PF: Async page fault support "

[PATCH] slub: Remove unnecessary page NULL check
 2013-07-18 13:46 UTC  (2+ messages)

[PATCH] mm: zbud: fix condition check on allocation size
 2013-07-18 12:48 UTC  (2+ messages)

[patch 2/4 v6]swap: make swap discard async
 2013-07-18 10:37 UTC  (3+ messages)

[patch 1/4 v6]swap: change block allocation algorithm for SSD
 2013-07-18 10:33 UTC  (3+ messages)

[PATCH 0/9] mm, hugetlb: clean-up and possible bug fix
 2013-07-18  6:46 UTC  (10+ messages)
` [PATCH 4/9] mm, hugetlb: fix and clean-up node iteration code to alloc or free
` [PATCH 7/9] mm, hugetlb: add VM_NORESERVE check in vma_has_reserves()
` [PATCH 9/9] mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cache

[PATCH 0/18] Basic scheduler support for automatic NUMA balancing V5
 2013-07-18  1:53 UTC  (9+ messages)
` [PATCH 02/18] sched: Track NUMA hinting faults on per-node basis
` [PATCH 04/18] mm: numa: Do not migrate or account for hinting faults on the zero page
` [PATCH 15/18] sched: Set preferred NUMA node based on number of private faults
  ` [PATCH 15/18] fix compilation with !CONFIG_NUMA_BALANCING
` [PATCH 16/18] sched: Avoid overloading CPUs on a preferred NUMA node

[PATCH RESEND 2/2] fs/aio: Add support to aio ring pages migration
 2013-07-18  1:49 UTC  (5+ messages)
  ` [PATCH V2 "

[patch 4/4 v6]swap: make cluster allocation per-cpu
 2013-07-17 22:18 UTC  (2+ messages)

[patch 3/4 v6]swap: fix races exposed by swap discard
 2013-07-17 22:13 UTC  (2+ messages)

C1 [1/2] Move kmalloc_node functions to common code
 2013-07-17 21:14 UTC  (2+ messages)
` C1 [2/2] Move kmalloc definitions to slab.h

C1 [0/2] Sl[auo]b: Common kmalloc V1
 2013-07-17 21:14 UTC 

3.11.0-rc1: kernel BUG at mm/migrate.c:458 in page migration
 2013-07-17 18:08 UTC  (5+ messages)
` [PATCH] mm/swap.c: clear PageActive before adding pages onto unevictable list (Re: 3.11.0-rc1: kernel BUG at mm/migrate.c:458 in page migration)

[PATCH 00/10] adding compaction to zone_reclaim_mode > 0 #2
 2013-07-17 17:20 UTC  (7+ messages)
` [PATCH 05/10] mm: compaction: don't require high order pages below min wmark
` [PATCH 10/10] mm: zone_reclaim: compaction: add compaction to zone_reclaim_mode

[3.11 1/4] slub: Make cpu partial slab support configurable V2
 2013-07-17 15:24 UTC  (15+ messages)

list_lru: per-node list infrastructure
 2013-07-17 11:20 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).