linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-12-20 11:12:14 to 2012-12-27 03:11:53 UTC [more...]

[PATCH v5 00/14] memory-hotplug: hot-remove physical memory
 2012-12-27  3:10 UTC  (33+ messages)
` [PATCH v5 01/14] memory-hotplug: try to offline the memory twice to avoid dependence
` [PATCH v5 02/14] memory-hotplug: check whether all memory blocks are offlined or not when removing memory
` [PATCH v5 03/14] memory-hotplug: remove redundant codes
` [PATCH v5 04/14] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [PATCH v5 05/14] memory-hotplug: introduce new function arch_remove_memory() for removing page table depends on architecture
` [PATCH v5 06/14] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [PATCH v5 07/14] memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()
` [PATCH v5 08/14] memory-hotplug: Common APIs to support page tables hot-remove
` [PATCH v5 09/14] memory-hotplug: remove page table of x86_64 architecture
` [PATCH v5 10/14] memory-hotplug: remove memmap of sparse-vmemmap
` [PATCH v5 11/14] memory-hotplug: Integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP
` [PATCH v5 12/14] memory-hotplug: memory_hotplug: clear zone when removing the memory
` [PATCH v5 13/14] memory-hotplug: remove sysfs file of node
` [PATCH v5 14/14] memory-hotplug: free node_data when a node is offlined

[PATCH] cma: use unsigned type for count argument
 2012-12-27  2:05 UTC  (6+ messages)

kernel BUG at mm/huge_memory.c:1798!
 2012-12-27  0:31 UTC  (9+ messages)
  ` BUG: unable to handle kernel NULL pointer dereference at 0000000000000500

[PATCH] mm: do not sleep in balance_pgdat if there's no i/o congestion
 2012-12-26 15:07 UTC  (8+ messages)
    ` [PATCH] mm: modify pgdat_balanced() so that it also handles order=0
      ` [PATCH v2] "
        ` [PATCH] mm: avoid calling pgdat_balanced() needlessly

[PATCHSET cgroup/for-3.8] cpuset: decouple cpuset locking from cgroup core
 2012-12-26 12:04 UTC  (5+ messages)
` [PATCH 06/13] cpuset: cleanup cpuset[_can]_attach()

[PATCH v4 3/6] ACPI: Restructure movablecore_map with memory info from SRAT
 2012-12-26  8:33 UTC  (5+ messages)

[PATCH 0/3] retry slab allocation after first failure
 2012-12-26  7:55 UTC  (4+ messages)
` [PATCH 3/3] sl[auo]b: retry allocation once in case of failure

[3.8-rc1+] BUG: unable to handle kernel NULL pointer dereference, wait_iff_congested+0x45/0xdd
 2012-12-26  7:13 UTC 

[RFC v4 0/3] Support volatile for anonymous range
 2012-12-26  3:46 UTC  (3+ messages)

3.8-rc1 build failure with MIPS/SPARSEMEM
 2012-12-26  0:34 UTC  (4+ messages)

[PATCH V3 0/8] Per-cgroup page stat accounting
 2012-12-25 17:28 UTC  (9+ messages)
` [PATCH V3 1/8] memcg: remove MEMCG_NR_FILE_MAPPED
` [PATCH V3 2/8] Make TestSetPageDirty and dirty page accounting in one func
` [PATCH V3 3/8] use vfs __set_page_dirty interface instead of doing it inside filesystem
` [PATCH V3 4/8] memcg: add per cgroup dirty pages accounting
` [PATCH V3 5/8] memcg: add per cgroup writeback "
` [PATCH V3 6/8] memcg: Don't account root_mem_cgroup page statistics
` [PATCH V3 7/8] memcg: disable memcg page stat accounting code when not in use
` [PATCH V3 8/8] memcg: Document cgroup dirty/writeback memory statistics

BUG: slub creates kmalloc slabs with refcount=0
 2012-12-25 15:32 UTC  (5+ messages)
` [PATCH] slub: assign refcount for kmalloc_caches

[PATCH v2] fadvise: perform WILLNEED readahead asynchronously
 2012-12-25  2:22 UTC 

PageHead macro broken?
 2012-12-25  1:28 UTC  (4+ messages)

[PATCH for 3.2.34] memcg: do not trigger OOM from add_to_page_cache_locked
 2012-12-24 13:38 UTC  (13+ messages)

[PATCH v2 0/3] Rework mtime and ctime updates on mmaped writes
 2012-12-24  8:36 UTC  (7+ messages)
` [PATCH v2 1/3] mm: Explicitly track when the page dirty bit is transferred from a pte
` [PATCH v2 2/3] mm: Update file times when inodes are written after mmaped writes
` [PATCH v2 3/3] Remove file_update_time from all mkwrite paths

[PATCH v6] KSM: numa awareness sysfs knob
 2012-12-24  5:08 UTC  (2+ messages)

[PATCH 06/29] mm/: rename random32() to prandom_u32()
 2012-12-24  2:13 UTC 

[PATCH] mm: compare MIGRATE_ISOLATE selectively
 2012-12-23 23:26 UTC  (5+ messages)

[PATCH 1/3] mm, sparse: allocate bootmem without panicing in sparse_mem_maps_populate_node
 2012-12-23 20:15 UTC  (3+ messages)
` [PATCH 2/3] mm, bootmem: panic in bootmem alloc functions even if slab is available
` [PATCH 3/3] mm, sparse: don't check return value of alloc_bootmem calls

[PATCH v2 0/2] slightly change shrinker behaviour for very small object sets
 2012-12-22 23:56 UTC  (7+ messages)
` [PATCH v2 1/2] super: fix calculation of shrinkable objects for small numbers
` [PATCH v2 2/2] vmscan: take at least one pass with shrinkers

[RFC 3/3] virtio-balloon: add auto-ballooning support
 2012-12-22 21:45 UTC  (4+ messages)
      ` [Qemu-devel] "

[PATCH 0/9] Avoid populating unbounded num of ptes with mmap_sem held
 2012-12-22 15:02 UTC  (20+ messages)
` [PATCH 1/9] mm: make mlockall preserve flags other than VM_LOCKED in def_flags
` [PATCH 2/9] mm: remap_file_pages() fixes
` [PATCH 3/9] mm: introduce mm_populate() for populating new vmas
` [PATCH 4/9] mm: use mm_populate() for blocking remap_file_pages()
` [PATCH 5/9] mm: use mm_populate() when adjusting brk with MCL_FUTURE in effect
` [PATCH 6/9] mm: use mm_populate() for mremap() of VM_LOCKED vmas
` [PATCH 7/9] mm: remove flags argument to mmap_region
` [PATCH 8/9] mm: directly use __mlock_vma_pages_range() in find_extend_vma()
` [PATCH 9/9] mm: introduce VM_POPULATE flag to better deal with racy userspace programs
            ` [PATCH 10/9] mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool

[PATCH 00/33] Latest numa/core release, v17
 2012-12-22  0:36 UTC  (13+ messages)
` [PATCH 18/33] sched, numa, mm: Add the scanning page fault machinery
  ` [patch] mm, mempolicy: Introduce spinlock to read shared policy tree

[PATCH v2] mm,ksm: use new hashtable implementation
 2012-12-21 21:59 UTC  (3+ messages)

migrate_misplaced_transhuge_page: no page_count check?
 2012-12-21 20:35 UTC  (4+ messages)

[PATCH] mm/huge_memory: use new hashtable implementation
 2012-12-21 18:59 UTC 

[PATCH 1/2] mm: change enum migrate_mode with bitwise type
 2012-12-21 13:04 UTC  (3+ messages)
` [PATCH 2/2] mm: support MIGRATE_DISCARD

[RFC, PATCH 00/19] Numa aware LRU lists and shrinkers
 2012-12-21 10:41 UTC  (11+ messages)
` [PATCH 05/19] shrinker: convert superblock shrinkers to new API
` [PATCH 09/19] list_lru: per-node list infrastructure

[PATCH 00/31] numa/core patches
 2012-12-21  9:57 UTC  (17+ messages)
` [PATCH 05/31] x86/mm: Reduce tlb flushes from ptep_set_access_flags()
                    ` [PATCH 1/3] x86/mm: only do a local TLB flush in ptep_set_access_flags()
                              ` trailing flush_tlb_fix_spurious_fault in handle_pte_fault (was Re: [PATCH 1/3] x86/mm: only do a local TLB flush in ptep_set_access_flags())

mmotm 2012-12-20-16-15 uploaded
 2012-12-21  8:55 UTC  (2+ messages)

[PATCH] mm: cond_resched in tlb_flush_mmu to fix soft lockups on !CONFIG_PREEMPT
 2012-12-21  8:09 UTC  (10+ messages)
      ` [PATCH v2] mm: limit mmu_gather batching "
              ` [PATCH v3] "

[PATCH V5] memcg, oom: provide more precise dump info while memcg oom happening
 2012-12-21  3:55 UTC  (6+ messages)

[patch 0/8] page reclaim bits v2
 2012-12-21  3:02 UTC  (8+ messages)
` [patch 2/7] mm: vmscan: save work scanning (almost) empty LRU lists
` [patch 5/7] mm: vmscan: clean up get_scan_count()

[PATCH] sched: numa: ksm: fix oops in task_numa_placment()
 2012-12-21  2:35 UTC  (11+ messages)
` [PATCH] ksm: make rmap walks more scalable

[PATCH v2] Add the values related to buddy system for filtering free pages
 2012-12-21  2:00 UTC  (4+ messages)

[PART5 Patch 0/5] introduce a new boot option 'kernelcore_max_addr'
 2012-12-21  1:54 UTC  (4+ messages)
` [PART5 Patch 1/5] page_alloc: add kernelcore_max_addr

[PATCH] compaction: fix build error in CMA && !COMPACTION
 2012-12-21  0:49 UTC  (3+ messages)

[PATCH] mm: compaction: Do not accidentally skip pageblocks in the migrate scanner
 2012-12-20 22:45 UTC  (2+ messages)

[PATCH] mm: memory_hotplug: no need to check res twice in add_memory
 2012-12-20 20:43 UTC  (7+ messages)
` [PATCH] mm/sparse: don't check return value of alloc_bootmem calls
` [PATCH] slob: use DIV_ROUND_UP where possible

[PATCH 04/15] mm/huge_memory: use new hashtable implementation
 2012-12-20 20:30 UTC  (5+ messages)

[PATCH] Documentation: ABI: remove testing/sysfs-devices-node
 2012-12-20 19:43 UTC 

[PATCH] CMA: call to putback_lru_pages
 2012-12-20 18:59 UTC  (5+ messages)

[PATCH] mm: fix zone_watermark_ok_safe() accounting of isolated pages
 2012-12-20 17:26 UTC  (3+ messages)

Attention! Changes in the bank reports!
 2012-12-20 11:53 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).