linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-16 00:01:32 to 2014-04-18 18:05:16 UTC [more...]

[PATCH 00/16] Misc page alloc, shmem and mark_page_accessed optimisations
 2014-04-18 18:05 UTC  (22+ messages)
` [PATCH 01/16] mm: Disable zone_reclaim_mode by default
` [PATCH 02/16] mm: page_alloc: Do not cache reclaim distances
` [PATCH 03/16] mm: page_alloc: Do not update zlc unless the zlc is active
` [PATCH 04/16] mm: page_alloc: Do not treat a zone that cannot be used for dirty pages as "full"
` [PATCH 05/16] mm: page_alloc: Use jump labels to avoid checking number_of_cpusets
` [PATCH 06/16] mm: page_alloc: Calculate classzone_idx once from the zonelist ref
` [PATCH 07/16] mm: page_alloc: Only check the zone id check if pages are buddies
` [PATCH 08/16] mm: page_alloc: Only check the alloc flags and gfp_mask for dirty once
` [PATCH 09/16] mm: page_alloc: Take the ALLOC_NO_WATERMARK check out of the fast path
` [PATCH 10/16] mm: page_alloc: Use word-based accesses for get/set pageblock bitmaps
` [PATCH 11/16] mm: page_alloc: Reduce number of times page_to_pfn is called
` [PATCH 12/16] mm: shmem: Avoid atomic operation during shmem_getpage_gfp
` [PATCH 13/16] mm: Do not use atomic operations when releasing pages
` [PATCH 14/16] mm: Do not use unnecessary atomic operations when adding pages to the LRU
` [PATCH 15/16] mm: Non-atomically mark page accessed in write_begin where possible
` [PATCH 16/16] mm: filemap: Prefetch page->flags if !PageUptodate

memcg with kmem limit doesn't recover after disk i/o causes limit to be hit
 2014-04-18 17:57 UTC  (3+ messages)

[PATCH v3] ipc,shm: disable shmmax and shmall by default
 2014-04-18 17:51 UTC  (5+ messages)

[PATCH 0/2] Disable zone_reclaim_mode by default
 2014-04-18 16:44 UTC  (3+ messages)

[PATCH] slab: fix the type of the index on freelist index accessor
 2014-04-18 16:41 UTC  (3+ messages)

[PATCH v2] ipc,shm: disable shmmax and shmall by default
 2014-04-18 16:29 UTC  (7+ messages)

[PATCH RFC -mm v2 0/3] kmemcg: simplify work-flow (was "memcg-vs-slab cleanup")
 2014-04-18 16:08 UTC  (13+ messages)
` [PATCH RFC -mm v2 1/3] memcg, slab: do not schedule cache destruction when last page goes away
` [PATCH RFC -mm v2 2/3] memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab
` [PATCH RFC -mm v2 3/3] memcg, slab: simplify synchronization scheme

[PATCH] mm/swap: cleanup *lru_cache_add* functions
 2014-04-18 15:39 UTC 

[PATCH] ipc/shm: Increase the defaults for SHMALL, SHMMAX to infinity
 2014-04-18 14:54 UTC  (2+ messages)

[PATCH] mm/swap: cleanup *lru_cache_add* functions
 2014-04-18 13:51 UTC  (2+ messages)

[patch] mm: memcontrol: remove hierarchy restrictions for swappiness and oom_control
 2014-04-18 11:36 UTC  (4+ messages)

[PATCH] mm: mmap: remove the first mapping check
 2014-04-18  5:40 UTC 

[PATCH 3/8] mm/swap: prevent concurrent swapon on the same S_ISBLK blockdev
 2014-04-18  3:56 UTC  (4+ messages)

[PATCH v3] mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pages
 2014-04-17 23:29 UTC  (6+ messages)
` [PATCH 1/2] mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplaced
  ` [PATCH 2/2] mm/page_alloc: DEBUG_VM checks for free_list placement of CMA and RESERVE pages

[PATCH] mm/vmalloc: Introduce DEBUG_VMALLOCINFO to reduce spinlock contention
 2014-04-17 23:18 UTC  (3+ messages)

[PATCH v3 0/5] hugetlb: add support gigantic page allocation at runtime
 2014-04-17 23:01 UTC  (7+ messages)
` [PATCH 5/5] hugetlb: add support for "

[RFC,PATCH] mm,parisc: keep track of last mmap'ed address
 2014-04-17 20:45 UTC 

[PATCH] thp: close race between split and zap huge pages
 2014-04-17 20:16 UTC  (5+ messages)

[PATCH] ipc,shm: increase default size for shmmax
 2014-04-17 20:19 UTC  (21+ messages)

[PATCH] ion: only use the CMA heap when CONFIG_CMA is enabled
 2014-04-17 19:47 UTC 

0/N patch emails - to use or not to use?
 2014-04-17 14:51 UTC  (3+ messages)

[PATCH v3] ARM: mm: support big-endian page tables
 2014-04-17  9:43 UTC  (2+ messages)

[PATCH 0/3] Use an alternative to _PAGE_PROTNONE for _PAGE_NUMA v4
 2014-04-17  9:06 UTC  (6+ messages)
` [PATCH 3/3] x86: Define _PAGE_NUMA by reusing software bits on the PMD and PTE levels
  ` [x86] BUG: Bad page map in process usemem pte:310103e3c pmd:7b3c2a067

[PATCH/RFC 00/19] Support loop-back NFS mounts
 2014-04-17  5:58 UTC  (52+ messages)
` [PATCH 07/19] nfsd and VM: use PF_LESS_THROTTLE to avoid throttle in shrink_inactive_list
` [PATCH 04/19] Make effect of PF_FSTRANS to disable __GFP_FS universal
` [PATCH 01/19] Promote current_{set, restore}_flags_nested from xfs to global
` [PATCH 09/19] XFS: ensure xfs_file_*_read cannot deadlock in memory allocation
` [PATCH 13/19] MM: set PF_FSTRANS while allocating per-cpu memory to avoid deadlock
` [PATCH 11/19] FS: set PF_FSTRANS while holding mmap_sem in exec.c
` [PATCH 08/19] Set PF_FSTRANS while write_cache_pages calls ->writepage
` [PATCH 05/19] SUNRPC: track whether a request is coming from a loop-back interface
` [PATCH 03/19] lockdep: improve scenario messages for RECLAIM_FS errors
` [PATCH 14/19] driver core: set PF_FSTRANS while holding gdp_mutex
` [PATCH 12/19] NET: set PF_FSTRANS while holding rtnl_lock
` [PATCH 02/19] lockdep: lockdep_set_current_reclaim_state should save old value
` [PATCH 10/19] NET: set PF_FSTRANS while holding sk_lock
` [PATCH 06/19] nfsd: set PF_FSTRANS for nfsd threads
` [PATCH 17/19] VFS: set PF_FSTRANS while namespace_sem is held
` [PATCH 16/19] VFS: use GFP_NOFS rather than GFP_KERNEL in __d_alloc
` [PATCH 15/19] nfsd: set PF_FSTRANS when client_mutex is held
` [PATCH 19/19] XFS: set PF_FSTRANS while ilock is held in xfs_free_eofblocks
` [PATCH 18/19] nfsd: set PF_FSTRANS during nfsd4_do_callback_rpc

[PATCH v2] ARM: mm: support big-endian page tables
 2014-04-17  4:05 UTC  (7+ messages)

[mmotm:master 34/129] ERROR: "kmalloc_order" [sound/oss/v_midi.ko] undefined!
 2014-04-16 16:38 UTC 

[mmotm:master 34/129] ERROR: "kmalloc_order" [fs/ubifs/ubifs.ko] undefined!
 2014-04-16 16:47 UTC 

mm: kernel BUG at mm/huge_memory.c:1829!
 2014-04-17  0:31 UTC  (6+ messages)

[3.14+] kernel BUG at mm/filemap.c:1347!
 2014-04-17  0:15 UTC  (4+ messages)

[PATCH 2/2] mm/compaction: fix to initialize free scanner properly
 2014-04-17  0:07 UTC  (9+ messages)
` [PATCH 1/2] mm/compaction: make isolate_freepages start at pageblock boundary
  ` [PATCH 2/2] mm/compaction: cleanup isolate_freepages()

kmalloc and uncached memory
 2014-04-16 23:16 UTC  (7+ messages)

[PATCH] [v2] mm: pass VM_BUG_ON() reason to dump_page()
 2014-04-16 23:07 UTC  (2+ messages)

[PATCH] mm/mempool: warn about __GFP_ZERO usage
 2014-04-16 21:22 UTC  (3+ messages)

[3.15rc1] BUG at mm/filemap.c:202!
 2014-04-16 20:40 UTC  (2+ messages)

[PATCH] thp: close race between split and zap huge pages
 2014-04-16 20:19 UTC  (3+ messages)

[PATCH 0/4] Volatile Ranges (v13)
 2014-04-16 18:43 UTC  (4+ messages)
` [PATCH 4/4] mvolatile: Add page purging logic & SIGBUS trap

Kernel crash triggered by dd to file with memcg, worst on btrfs
 2014-04-16 18:05 UTC  (4+ messages)

[next:master 103/113] arch/powerpc/platforms/52xx/efika.c:210:2: error: 'ISA_DMA_THRESHOLD' undeclared
 2014-04-16 16:28 UTC  (2+ messages)

mmotm 2014-04-15-16-14 uploaded
 2014-04-16 16:21 UTC  (2+ messages)
` Subject: since-3.14 branch opened for mm git tree (was: Re: mmotm 2014-04-15-16-14 uploaded)

[next:master 103/113] include/linux/blkdev.h:25:29: fatal error: asm/scatterlist.h: No such file or directory
 2014-04-16 16:17 UTC  (2+ messages)

[PATCH] mm/memcontrol.c: make mem_cgroup_read_stat() read all interested stat item in one go
 2014-04-16 15:22 UTC  (3+ messages)

mm: NULL ptr deref in remove_migration_pte
 2014-04-16 14:59 UTC 

[PATCH V2 0/5] Huge pages for short descriptors on ARM
 2014-04-16 11:46 UTC  (6+ messages)
` [PATCH V2 1/5] mm: hugetlb: Introduce huge_pte_{page,present,young}
` [PATCH V2 2/5] arm: mm: Adjust the parameters for __sync_icache_dcache
` [PATCH V2 3/5] arm: mm: Make mmu_gather aware of huge pages
` [PATCH V2 4/5] arm: mm: HugeTLB support for non-LPAE systems
` [PATCH V2 5/5] arm: mm: Add Transparent HugePage support for non-LPAE

[next:master 29/113] ERROR: "kmalloc_order" [drivers/vhost/vhost_scsi.ko] undefined!
 2014-04-16  8:49 UTC 

[next:master 103/113] arch/powerpc/platforms/amigaone/setup.c:154:3: error: 'ISA_DMA_THRESHOLD' undeclared
 2014-04-16  7:50 UTC 

[patch 0/4] mm: A few memory tracker fixes
 2014-04-16  7:05 UTC  (8+ messages)
` [patch 4/4] mm: Clear VM_SOFTDIRTY flag inside clear_refs_write instead of clear_soft_dirty

mm: hangs in collapse_huge_page
 2014-04-16  2:06 UTC 

[PATCH v4] Some printk cleanup in mm
 2014-04-16  0:18 UTC  (2+ messages)
` [PATCH v4] mm: convert some level-less printks to pr_*

oops in slab/leaks_show
 2014-04-16  0:07 UTC  (9+ messages)

[PATCH v2] Some printk cleanup in mm
 2014-04-16  0:05 UTC  (5+ messages)
` [PATCH v2] mm: convert some level-less printks to pr_*

[PATCH] slab: fix oops when reading /proc/slab_allocators
 2014-04-16  0:01 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).