linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-20 06:39:44 to 2014-03-26 00:18:05 UTC [more...]

mm: slub: gpf in deactivate_slab
 2014-03-26  0:17 UTC  (10+ messages)

[v3.17-rc8] LTP oom testsuite produces OOPS
 2014-03-25 20:31 UTC  (3+ messages)

[PATCH 2/2] x86: use pv-ops in {pte,pmd}_{set,clear}_flags()
 2014-03-25 20:16 UTC 

[PATCH 0/5] Convert last few uses of __FUNCTION__ to __func__
 2014-03-25 19:35 UTC  (2+ messages)
` [PATCH 5/5] slab: Convert last "

[PATCH] aio: ensure access to ctx->ring_pages is correctly serialised
 2014-03-25 18:57 UTC  (4+ messages)

Bug in reclaim logic with exhausted nodes?
 2014-03-25 18:37 UTC  (9+ messages)

[PATCH] slab_common: fix the check for duplicate slab names
 2014-03-25 18:07 UTC  (3+ messages)
`  "

[PATCH 0/1] mm: FAULT_AROUND_ORDER patchset performance data for powerpc
 2014-03-25 17:50 UTC  (5+ messages)
` [PATCH 1/1] mm: move FAULT_AROUND_ORDER to arch/

[PATCH v3] mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pages
 2014-03-25 13:47 UTC  (3+ messages)

[PATCH 2/3] memblock: Use for_each_memblock()
 2014-03-25  9:31 UTC 

[mmotm:master 463/499] mm/mprotect.c:46:14: sparse: context imbalance in 'lock_pte_protection' - different lock contexts for basic block
 2014-03-25  2:28 UTC  (3+ messages)

powerpc hugepage bug(s) when no valid hstates?
 2014-03-24 23:02 UTC 

[PATCH v7 00/22] Support ext4 on NV-DIMMs
 2014-03-24 19:16 UTC  (25+ messages)
` [PATCH v7 01/22] Fix XIP fault vs truncate race
` [PATCH v7 02/22] Allow page fault handlers to perform the COW
` [PATCH v7 03/22] axonram: Fix bug in direct_access
` [PATCH v7 04/22] Change direct_access calling convention
` [PATCH v7 05/22] Introduce IS_DAX(inode)
` [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
` [PATCH v7 09/22] Remove mm/filemap_xip.c
` [PATCH v7 10/22] Remove get_xip_mem
` [PATCH v7 11/22] Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v7 12/22] ext2: Remove ext2_xip_verify_sb()
` [PATCH v7 13/22] ext2: Remove ext2_use_xip
` [PATCH v7 14/22] ext2: Remove xip.c and xip.h
` [PATCH v7 15/22] Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
` [PATCH v7 16/22] ext2: Remove ext2_aops_xip
` [PATCH v7 17/22] Get rid of most mentions of XIP in ext2
` [PATCH v7 18/22] xip: Add xip_zero_page_range
` [PATCH v7 19/22] ext4: Make ext4_block_zero_page_range static
` [PATCH v7 20/22] ext4: Add DAX functionality
` [PATCH v7 21/22] ext4: Fix typos
` [PATCH v7 22/22] brd: Rename XIP to DAX

[PATCH 0/5] Volatile Ranges (v12) & LSF-MM discussion fodder
 2014-03-24 18:04 UTC  (19+ messages)
` [PATCH 1/5] vrange: Add vrange syscall and handle splitting/merging and marking vmas
` [PATCH 2/5] vrange: Add purged page detection on setting memory non-volatile
` [PATCH 3/5] vrange: Add page purging logic & SIGBUS trap
` [PATCH 4/5] vrange: Set affected pages referenced when marking volatile
` [PATCH 5/5] vmscan: Age anonymous memory even when swap is off

[next:master 191/463] mm/memcontrol.c:1074:19: sparse: symbol 'get_mem_cgroup_from_mm' was not declared. Should it be static?
 2014-03-24 16:30 UTC  (2+ messages)

[RFC PATCH DONOTMERGE v2 0/6] userspace PI passthrough via AIO/DIO
 2014-03-24 16:23 UTC  (7+ messages)
` [PATCH 1/6] fs/bio-integrity: remove duplicate code
` [PATCH 2/6] io: define an interface for IO extensions
` [PATCH 3/6] aio/dio: enable PI passthrough
` [PATCH 4/6] PI IO extension: allow user to ask kernel to fill in parts of the protection info
` [PATCH 5/6] PI IO extension: advertise possible userspace flags
` [PATCH 6/6] blk-integrity: refactor various routines

[patch 0/4] mm: A few memory tracker fixes
 2014-03-24 12:28 UTC  (5+ messages)
` [patch 1/4] mm: Make freshly remapped file pages being softdirty unconditionally
` [patch 2/4] mm: Dont forget to set softdirty on file mapped fault
` [patch 3/4] mm: Dont forget to save file map softdiry bit on unmap
` [patch 4/4] mm: Clear VM_SOFTDIRTY flag inside clear_refs_write instead of clear_soft_dirty

[RFC 01/14] vrange: Add vrange syscall and handle splitting/merging and marking vmas
 2014-03-24 11:44 UTC  (4+ messages)
` [RFC 02/14] vrange: Add purged page detection on setting memory non-volatile
` [RFC 03/14] vrange: Add page purging logic & SIGBUS trap

[RFC v4] mm: prototype: rid swapoff of quadratic complexity
 2014-03-23 19:32 UTC 

[PATCH v2 0/6] Page I/O
 2014-03-23 19:08 UTC  (7+ messages)
` [PATCH v2 1/6] Factor clean_buffers() out of __mpage_writepage()
` [PATCH v2 2/6] Factor page_endio() out of mpage_end_io()
` [PATCH v2 3/6] Add bdev_read_page() and bdev_write_page()
` [PATCH v2 4/6] swap: Use bdev_read_page() / bdev_write_page()
` [PATCH v2 5/6] NVMe: Add support for rw_page
` [PATCH v2 6/6] brd: "

[RFC PATCH 0/5] userspace PI passthrough via AIO/DIO
 2014-03-23 17:07 UTC  (19+ messages)
` [PATCH 1/5] fs/bio-integrity: remove duplicate code
` [PATCH 2/5] aio/dio: enable DIX passthrough
` [PATCH 3/5] aio/dio: allow user to ask kernel to fill in parts of the protection info
` [PATCH 4/5] aio/dio: advertise possible userspace flags
` [PATCH 5/5] blk-integrity: refactor various routines

mm: kswapd/kernfs possible deadlock
 2014-03-23 13:51 UTC 

[next:master 450/463] drivers/firmware/efi/efi.c:315:23: sparse: incorrect type in argument 1 (different address spaces)
 2014-03-23  1:22 UTC 

[PATCH 0/3] Per cgroup swap file support
 2014-03-22 15:43 UTC  (5+ messages)
` [PATCH 1/3] mm/swap: support per memory cgroup swapfiles
` [PATCH 2/3] swap: do not store private swap files on swap_list
` [PATCH 3/3] swap: Increase the maximum number of swap files to 8192

[mmotm:master 203/499] include/linux/vmstat.h:32:2: error: implicit declaration of function 'raw_cpu_inc'
 2014-03-22  2:12 UTC  (2+ messages)

[mmotm:master 463/499] kernel/trace/trace_export.c:98:9: warning: unused variable 'type_str'
 2014-03-22  1:07 UTC 

[PATCH v2 1/3] kmemleak: allow freeing internal objects after kmemleak was disabled
 2014-03-21 23:44 UTC  (6+ messages)
` [PATCH v2 2/3] kmemleak: remove redundant code
` [PATCH v2 3/3] kmemleak: change some global variables to int

mmotm 2014-03-21-16-28 uploaded
 2014-03-21 23:29 UTC 

[PATCH -mm] mm,numa,mprotect: always continue after finding a stable thp page
 2014-03-21 22:36 UTC  (14+ messages)
              ` [PATCH] mm: numa: Recheck for transhuge pages under lock during protection changes

[BUG -next] "mm: per-thread vma caching fix 5" breaks s390
 2014-03-21 20:39 UTC  (5+ messages)

[RFC v4] mm: prototype: rid swapoff of quadratic complexity
 2014-03-21 19:49 UTC 

[PATCH] ARM: mm: Speed up page list initialization during boot
 2014-03-21 19:15 UTC 

kernel BUG in munlock_vma_pages_range
 2014-03-21  9:02 UTC  (14+ messages)

[PATCH 00/11 v5] update page table walker
 2014-03-21  6:22 UTC  (6+ messages)
` [PATCH 08/11] madvise: redefine callback functions for "
    ` [PATCH] madvise: fix locking in force_swapin_readahead() (Re: [PATCH 08/11] madvise: redefine callback functions for page table walker)

[PATCH 0/3] Volatile Ranges (v11)
 2014-03-21  5:29 UTC  (11+ messages)

[PATCH] mm: fix swapops.h:131 bug if remap_file_pages raced migration
 2014-03-21  4:52 UTC 

bad rss-counter message in 3.14rc5
 2014-03-21  4:46 UTC  (13+ messages)

[PATCH v6 00/22] Support ext4 on NV-DIMMs
 2014-03-20 23:55 UTC  (9+ messages)
` [PATCH v6 07/22] Replace the XIP page fault handler with the DAX page fault handler

[patch] mm: page_alloc: spill to remote nodes before waking kswapd
 2014-03-20 22:11 UTC  (4+ messages)

[LSF/MM TOPIC] THP page cache
 2014-03-20 19:43 UTC 

[PATCH 0/6] File Sealing & memfd_create()
 2014-03-20 19:22 UTC  (16+ messages)
` [PATCH 3/6] shm: add memfd_create() syscall

[RFC v3] mm: prototype: rid swapoff of quadratic complexity
 2014-03-20 14:27 UTC  (2+ messages)

kswapd using __this_cpu_add() in preemptible code
 2014-03-20 14:04 UTC  (3+ messages)

[PATCH V2] mm: hugetlb: Introduce huge_pte_{page,present,young}
 2014-03-20 13:17 UTC 

[RESEND PATCH] mm: try_to_unmap_cluster() should lock_page() before mlocking
 2014-03-20 13:03 UTC  (2+ messages)

[PATCH 0/3] memblock: add physmem list and convert s390 to memblock
 2014-03-20 12:33 UTC  (4+ messages)
` [PATCH 1/3] mm/memblock: Do some refactoring, enhance API
` [PATCH 2/3] mm/memblock: add physical memory list
` [PATCH 3/3] s390/mm: Convert bootmem to memblock

[PATCH] mm: remove BUG_ON() from mlock_vma_page()
 2014-03-20 10:36 UTC  (8+ messages)

performance regression due to commit e82e0561("mm: vmscan: obey proportional scanning requirements for kswapd")
 2014-03-20 10:03 UTC  (2+ messages)

[RESEND PATCH] mm: hugetlb: Introduce huge_pte_{page,present,young}
 2014-03-20  9:50 UTC  (3+ messages)

mm: kernel BUG at mm/swap.c:609!
 2014-03-20  9:21 UTC  (3+ messages)

[RFC v2 0/3] support madvise(MADV_FREE)
 2014-03-20  6:38 UTC  (4+ messages)
` [RFC v2 1/3] mm: "
` [RFC v2 2/3] mm: work deactivate_page with anon pages
` [RFC v2 3/3] mm: deactivate lazyfree pages


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