linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-20 07:49:28 to 2013-08-22 10:13:43 UTC [more...]

[PATCH] mm: strictlimit feature -v4
 2013-08-22 10:15 UTC  (3+ messages)

[PATCH V5 0/8] Add memcg dirty/writeback page accounting
 2013-08-22  9:53 UTC  (10+ messages)
` [PATCH V5 5/8] memcg: add per cgroup writeback pages accounting
        ` Fwd: "
          ` [PATCH 1/4] memcg: remove MEMCG_NR_FILE_MAPPED
          ` [PATCH 2/4] memcg: check for proper lock held in mem_cgroup_update_page_stat
          ` [PATCH 3/4] memcg: add per cgroup writeback pages accounting
          ` [PATCH 4/4] memcg: Document cgroup dirty/writeback memory statistics

[patch 9/9] mm: thrash detection-based file cache sizing v4
 2013-08-22  9:48 UTC  (16+ messages)
` [patch 1/9] lib: radix-tree: radix_tree_delete_item()
` [patch 4/9] mm + fs: prepare for non-page entries in page cache radix trees
` [patch 5/9] mm + fs: store shadow entries in page cache
` [patch 8/9] mm: thrash detection-based file cache sizing
` [patch 9/9] mm: workingset: keep shadow entries in check

[PATCH 1/6] mm/hwpoison: fix lose PG_dirty flag for errors on mlocked pages
 2013-08-22  9:48 UTC  (6+ messages)
` [PATCH 2/6] mm/hwpoison: don't need to hold compound lock for hugetlbfs page
` [PATCH 3/6] mm/hwpoison: fix num_poisoned_pages error statistics for thp
` [PATCH 4/6] mm/hwpoison: don't set migration type twice to avoid hold heavy contend zone->lock
` [PATCH 5/6] mm/hwpoison: drop forward reference declarations __soft_offline_page()
` [PATCH 6/6] mm/hwpoison: centralize set PG_hwpoison flag and increase num_poisoned_pages

[PATCH] mm, fs: avoid page allocation beyond i_size on read
 2013-08-22  9:28 UTC  (6+ messages)

[PATCH 1/2] mm: factor commit limit calculation
 2013-08-22  9:25 UTC  (7+ messages)
` [PATCH 2/2] mm: add overcommit_kbytes sysctl variable

[PATCH v2 00/20] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-08-22  9:17 UTC  (32+ messages)
` [PATCH v2 03/20] mm, hugetlb: fix subpool accounting handling
` [PATCH v2 04/20] mm, hugetlb: remove useless check about mapping type
` [PATCH v2 05/20] mm, hugetlb: grab a page_table_lock after page_cache_release
` [PATCH v2 06/20] mm, hugetlb: return a reserved page to a reserved pool if failed
` [PATCH v2 07/20] mm, hugetlb: unify region structure handling
` [PATCH v2 08/20] mm, hugetlb: region manipulation functions take resv_map rather list_head
` [PATCH v2 09/20] mm, hugetlb: protect region tracking via newly introduced resv_map lock
` [PATCH v2 10/20] mm, hugetlb: remove resv_map_put()
` [PATCH v2 11/20] mm, hugetlb: make vma_resv_map() works for all mapping type
` [PATCH v2 12/20] mm, hugetlb: remove vma_has_reserves()

[PATCH 1/7] drivers: base: move mutex lock out of add_memory_section()
 2013-08-22  8:44 UTC  (12+ messages)
` [PATCH 2/7] drivers: base: remove unneeded variable
` [PATCH 3/7] drivers: base: use device get/put functions
` [PATCH 4/7] drivers: base: unshare add_memory_section() from hotplug
` [PATCH 5/7] drivers: base: reduce add_memory_section() for boot-time only
` [PATCH 6/7] drivers: base: remove improper get/put in add_memory_section()
` [PATCH 7/7] drivers: base: refactor add_memory_section() to add_memory_block()

[PATCH 00/16] slab: overload struct slab over struct page to reduce memory usage
 2013-08-22  8:44 UTC  (17+ messages)
` [PATCH 01/16] slab: correct pfmemalloc check
` [PATCH 02/16] slab: change return type of kmem_getpages() to struct page
` [PATCH 03/16] slab: remove colouroff in struct slab
` [PATCH 04/16] slab: remove nodeid "
` [PATCH 05/16] slab: remove cachep in struct slab_rcu
` [PATCH 06/16] slab: put forward freeing slab management object
` [PATCH 07/16] slab: overloading the RCU head over the LRU for RCU free
` [PATCH 08/16] slab: use well-defined macro, virt_to_slab()
` [PATCH 09/16] slab: use __GFP_COMP flag for allocating slab pages
` [PATCH 10/16] slab: change the management method of free objects of the slab
` [PATCH 11/16] slab: remove kmem_bufctl_t
` [PATCH 12/16] slab: remove SLAB_LIMIT
` [PATCH 13/16] slab: replace free and inuse in struct slab with newly introduced active
` [PATCH 14/16] slab: use struct page for slab management
` [PATCH 15/16] slab: remove useless statement for checking pfmemalloc
` [PATCH 16/16] slab: rename slab_bufctl to slab_freelist

[PATCH] mm: correct the comment about the value for buddy _mapcount
 2013-08-22  7:23 UTC 

[resend] [PATCH] mm: vmscan: fix do_try_to_free_pages() livelock
 2013-08-22  7:14 UTC  (11+ messages)
  ` [resend] [PATCH V2] "
          ` [resend] [PATCH V3] "

Where Do I start ?
 2013-08-22  6:50 UTC 

[PATCH] mm/vmscan: make global_reclaim() inline
 2013-08-22  5:39 UTC 

[PATCH] mm/vmscan : use vmcan_swappiness( ) basing on MEMCG config to elimiate unnecessary runtime cost
 2013-08-22  5:39 UTC 

[PATCH v2 1/4] mm/pgtable: Fix continue to preallocate pmds even if failure occurrence
 2013-08-22  5:19 UTC  (19+ messages)
` [PATCH v2 2/4] mm/sparse: introduce alloc_usemap_and_memmap
` [PATCH v2 3/4] mm/writeback: make writeback_inodes_wb static
` [PATCH v2 4/4] mm/vmalloc: use wrapper function get_vm_area_size to caculate size of vm area

[BUG REPORT]kernel panic with kmemcheck config
 2013-08-22  3:58 UTC  (5+ messages)

[BUG] ARM64: Create 4K page size mmu memory map at init time will trigger exception
 2013-08-22  3:35 UTC 

[PATCH 0/8] x86, acpi: Move acpi_initrd_override() earlier
 2013-08-22  3:32 UTC  (23+ messages)
` [PATCH 1/8] x86: Make get_ramdisk_{image|size}() global
` [PATCH 2/8] x86, microcode: Use get_ramdisk_{image|size}() in microcode handling
` [PATCH 3/8] x86, acpi: Move table_sigs[] to stack
` [PATCH 4/8] x86, acpi, brk: Extend BRK 256KB to store acpi override tables
` [PATCH 5/8] x86, brk: Make extend_brk() available with va/pa
` [PATCH 6/8] x86, acpi: Make acpi_initrd_override() available with va or pa
` [PATCH 7/8] x86, acpi, brk: Make early_alloc_acpi_override_tables_buf() available with va/pa
` [PATCH 8/8] x86, acpi: Do acpi_initrd_override() earlier in head_32.S/head64.c

unused swap offset / bad page map
 2013-08-22  3:21 UTC  (9+ messages)

[PATCH -next] mm/page_alloc.c: remove duplicated include from page_alloc.c
 2013-08-22  3:02 UTC  (2+ messages)

[PATCH v7 0/5] zram/zsmalloc promotion
 2013-08-22  1:11 UTC  (10+ messages)
` [PATCH v6 1/5] zsmalloc: add Kconfig for enabling page table method
` [PATCH v6 2/5] zsmalloc: add more comment
` [PATCH v6 3/5] zsmalloc: move it under zram
` [PATCH v6 4/5] mm: export unmap_kernel_range
` [PATCH v6 5/5] zram: promote zram from staging

[PATCH 0/3] mm: mempolicy: the failure processing about mpol_to_str()
 2013-08-22  1:04 UTC  (20+ messages)
              ` [PATCH 0/3] mm: shmem: check the return value of mpol_to_str()
                ` [PATCH 1/3] fs/proc/task_mmu.c: "
                  ` [PATCH 2/3] mm/shmem.c: let shmem_show_mpol() return value
                    ` [PATCH 3/3] mm/shmem.c: check the return value of mpol_to_str()
                        ` [PATCH] "

[patch] mm, thp: count thp_fault_fallback anytime thp fault fails
 2013-08-21 22:17 UTC  (4+ messages)
  ` [patch v2] "

Transparent huge page collapse and NUMA
 2013-08-21 15:25 UTC  (2+ messages)

[BUG REPORT] ZSWAP: theoretical race condition issues
 2013-08-21 12:11 UTC  (7+ messages)

[PATCH] mm/zbud.c: consider about the invalid handle value for handle related extern functions
 2013-08-21  4:34 UTC  (3+ messages)

[PATCH] mm/backing-dev.c: check user buffer length before copy data to the related user buffer
 2013-08-21  3:56 UTC  (7+ messages)

[PATCH] mm: readahead: return the value which force_page_cache_readahead() returns
 2013-08-21  2:41 UTC  (4+ messages)
  ` [PATCH v2] m: "

[PATCH -mm] docs: Document soft dirty behaviour for freshly created memory regions
 2013-08-20 21:43 UTC  (8+ messages)
      ` [PATCH -mm] docs: Document soft dirty behaviour for freshly created memory regions, v3
  ` [PATCH -mm] docs: Document soft dirty behaviour for freshly created memory regions, v2

[PATCH] drivers: base: use standard device online/offline for state change
 2013-08-20 21:05 UTC 

[PATCH v5] Soft limit rework
 2013-08-20 14:13 UTC  (4+ messages)

[PATCH mmotm,next] mm: fix memcg-less page reclaim
 2013-08-20  8:17 UTC  (7+ 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).