linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-11 09:25:08 to 2014-04-16 14:47:05 UTC [more...]

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

[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

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

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

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

[next:master 103/113] arch/powerpc/platforms/52xx/efika.c:210:2: error: 'ISA_DMA_THRESHOLD' undeclared
 2014-04-16  7:57 UTC 

[next:master 103/113] include/linux/blkdev.h:25:29: fatal error: asm/scatterlist.h: No such file or directory
 2014-04-16  6:59 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  (13+ messages)
` [patch 2/4] mm: Dont forget to set softdirty on file mapped fault
` [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 2/2] mm/compaction: fix to initialize free scanner properly
 2014-04-16  1:53 UTC  (5+ messages)
` [PATCH 1/2] mm/compaction: make isolate_freepages start at pageblock boundary
  ` [PATCH 2/2] mm/compaction: cleanup isolate_freepages()

[PATCH v3] mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pages
 2014-04-16  1:09 UTC  (5+ 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-16  0:28 UTC  (2+ messages)

[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)

mmotm 2014-04-15-16-14 uploaded
 2014-04-15 23:15 UTC 

[PATCH] thp: consilidate assert checks in __split_huge_page()
 2014-04-15 21:51 UTC 

[PATCH] thp: close race between split and zap huge pages
 2014-04-15 21:48 UTC 

[PATCH -mm 0/4] memcg-vs-slab cleanup
 2014-04-15 19:32 UTC  (7+ messages)
` [PATCH -mm 1/4] memcg, slab: do not schedule cache destruction when last page goes away

[3.15rc1] BUG at mm/filemap.c:202!
 2014-04-15 19:09 UTC 

[3.15-rc1] return of bad rss-counter
 2014-04-15 18:47 UTC 

[PATCH v2 0/3] File Sealing & memfd_create()
 2014-04-15 18:38 UTC  (4+ messages)
` [PATCH v2 1/3] shm: add sealing API
` [PATCH v2 2/3] shm: add memfd_create() syscall
` [PATCH v2 3/3] selftests: add memfd_create() + sealing tests

[RFC PATCH 0/5] Use an alternative to _PAGE_PROTNONE for _PAGE_NUMA v2
 2014-04-15 14:44 UTC  (4+ messages)
` [PATCH 4/5] mm: use paravirt friendly ops for NUMA hinting ptes

[PATCH 0/3] Use an alternative to _PAGE_PROTNONE for _PAGE_NUMA v4
 2014-04-15 14:41 UTC  (4+ messages)
` [PATCH 1/3] mm: use paravirt friendly ops for NUMA hinting ptes
` [PATCH 2/3] x86: Require x86-64 for automatic NUMA balancing
` [PATCH 3/3] x86: Define _PAGE_NUMA by reusing software bits on the PMD and PTE levels

[PATCH v4] mm: support madvise(MADV_FREE)
 2014-04-15  5:24 UTC  (2+ messages)

[3.14+] kernel BUG at mm/filemap.c:1347!
 2014-04-15  3:29 UTC  (2+ messages)

ask for your help about a patch (commit: 9845cbb)
 2014-04-15  1:02 UTC  (2+ messages)

[PATCH 0/3] mm: vmacache updates
 2014-04-15  0:02 UTC  (5+ messages)
` [PATCH 1/3] mm: fix CONFIG_DEBUG_VM_RB description
` [PATCH 2/3] mm,vmacache: add debug data
` [PATCH 3/3] mm,vmacache: optimize overflow system-wide flushing

[RFC] Helper to abstract vma handling in media layer
 2014-04-14 21:19 UTC  (10+ messages)

Documenting prctl() PR_SET_THP_DISABLE and PR_GET_THP_DISABLE
 2014-04-14 21:08 UTC  (3+ messages)

[PATCH] percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()
 2014-04-14 20:21 UTC  (2+ messages)

[PATCH] mm: fix new kernel-doc warning in filemap.c
 2014-04-14 17:53 UTC 

[PATCH] mm/mempool: warn about __GFP_ZERO usage
 2014-04-14 17:23 UTC 

[PATCH v7 00/22] Support ext4 on NV-DIMMs
 2014-04-14 16:04 UTC  (22+ messages)
` [PATCH v7 06/22] Replace XIP read and write with DAX I/O
` [PATCH v7 07/22] Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v7 08/22] Replace xip_truncate_page with dax_truncate_page

mm: kernel BUG at mm/huge_memory.c:1829!
 2014-04-14 14:42 UTC  (5+ messages)

[PATCH -next] slub: Replace __this_cpu_inc usage w/ SLUB_STATS
 2014-04-14 13:59 UTC  (3+ messages)

[patch]x86: clearing access bit don't flush tlb
 2014-04-14 11:36 UTC  (4+ messages)
` [patch] x86: "

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

[PATCH 0/4] Volatile Ranges (v13)
 2014-04-14  2:51 UTC  (7+ messages)
` [PATCH 1/4] swap: Cleanup how special swap file numbers are defined
` [PATCH 2/4] mvolatile: Add mvolatile syscall and handle splitting/merging and marking vmas
` [PATCH 3/4] mvolatile: Add purged page detection on setting memory non-volatile
` [PATCH 4/4] mvolatile: Add page purging logic & SIGBUS trap

[PATCH -next 3.16 00/19] treewide: Convert typedef ctl_table
 2014-04-14  1:55 UTC  (2+ messages)
` [PATCH -next 3.16 18/19] mm: Convert use of typedef ctl_table to struct ctl_table

[PATCH v3 0/7] Page I/O
 2014-04-14  0:08 UTC  (9+ messages)
` [PATCH v3 1/7] Remove block_write_full_page_endio()
` [PATCH v3 2/7] Factor clean_buffers() out of __mpage_writepage()
` [PATCH v3 3/7] Factor page_endio() out of mpage_end_io()
` [PATCH v3 4/7] Add bdev_read_page() and bdev_write_page()
` [PATCH v3 5/7] swap: Use bdev_read_page() / bdev_write_page()
` [PATCH v3 6/7] brd: Add support for rw_page
` [PATCH v3 7/7] brd: Return -ENOSPC rather than -ENOMEM on page allocation failure

[PATCH 2/6] shm: add sealing API
 2014-04-14  0:03 UTC  (9+ messages)

[PATCH] ipc,shm: increase default size for shmmax
 2014-04-13 23:15 UTC  (27+ messages)
                          ` [PATCH] ipc,shm: disable shmmax and shmall by default

[PATCH 1/2] cifs: Use min_t() when comparing "size_t" and "unsigned long"
 2014-04-13 20:50 UTC  (3+ messages)
` [PATCH 2/2] mm: Initialize error in shmem_file_aio_read()

0/N patch emails - to use or not to use?
 2014-04-12 21:23 UTC 

[PATCH] mm: swap: Use swapfiles in priority order
 2014-04-12 21:00 UTC  (4+ messages)
` [PATCH 0/2] swap: simplify/fix swap_list handling and iteration
  ` [PATCH 1/2] swap: change swap_info singly-linked list to list_head
  ` [PATCH 2/2] swap: use separate priority list for available swap_infos

[PATCH] ipc/shm: disable SHMALL, SHMMAX
 2014-04-12 16:22 UTC  (3+ messages)

Postgresql performance problems with IO latency, especially during fsync()
 2014-04-12 13:24 UTC  (3+ messages)

[PATCH v2] ipc,shm: disable shmmax and shmall by default
 2014-04-12  3:22 UTC 

[PATCH] drivers/base/node.c: export physical address range of given node (Re: NUMA node information for pages)
 2014-04-11 22:53 UTC  (6+ messages)

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

[PATCH] mm: pass VM_BUG_ON() reason to dump_page()
 2014-04-11 20:36 UTC  (2+ messages)

[PATCH 0/5] Volatile Ranges (v12) & LSF-MM discussion fodder
 2014-04-11 19:32 UTC  (12+ messages)

[PATCH -mm v2.1] mm: get rid of __GFP_KMEMCG
 2014-04-11 17:33 UTC  (4+ messages)
` [PATCH -mm v2.2] "

[PATCH] mm: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
 2014-04-11 17:03 UTC  (2+ messages)

[PATCH -mm v2.2] mm: get rid of __GFP_KMEMCG
 2014-04-11 17:24 UTC  (4+ messages)
` [PATCH -mm] slab: document kmalloc_order

mm,x86: warning at arch/x86/mm/pat.c:781 untrack_pfn+0x65/0xb0()
 2014-04-11 12:50 UTC 

[PATCH 1/1] doc, mempolicy: Fix wrong document in numa_memory_policy.txt
 2014-04-11 10:54 UTC  (3+ messages)

PROBLEM: unable to handle kernel paging request
 2014-04-11  8:41 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).