linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-28 12:55:57 to 2013-10-03 00:52:16 UTC [more...]

[PATCHv4 00/10] split page table lock for PMD tables
 2013-09-28 16:12 UTC  (6+ messages)
` [PATCHv4 02/10] mm: convert mm->nr_ptes to atomic_t

[PATCH 00/14] Volatile Ranges v9
 2013-10-03  0:51 UTC  (7+ messages)
` [PATCH 01/14] vrange: Add basic data structure and functions
` [PATCH 02/14] vrange: Add vrange support to mm_structs
` [PATCH 03/14] vrange: Clear volatility on new mmaps
` [PATCH 04/14] vrange: Add support for volatile ranges on file mappings
` [PATCH 05/14] vrange: Add new vrange(2) system call
` [PATCH 06/14] vrange: Add basic functions to purge volatile pages

readahead man page incorrectly says it blocks
 2013-10-02 22:53 UTC  (2+ messages)

[PATCH v8 0/9] rwsem performance optimizations
 2013-10-02 22:38 UTC  (10+ messages)
` [PATCH v8 1/9] rwsem: check the lock before cpmxchg in down_write_trylock
` [PATCH v8 2/9] rwsem: remove 'out' label in do_wake
` [PATCH v8 3/9] rwsem: remove try_reader_grant label do_wake
` [PATCH v8 4/9] rwsem/wake: check lock before do atomic update
` [PATCH v8 5/9] MCS Lock: Restructure the MCS lock defines and locking code into its own file
` [PATCH v8 6/9] MCS Lock: optimizations and extra comments
` [PATCH v8 7/9] MCS Lock: Barrier corrections
` [PATCH v8 8/9] rwsem: do optimistic spinning for writer lock acquisition
` [PATCH v8 9/9] rwsem: reduce spinlock contention in wakeup code path

[PATCH 0/26] get_user_pages() cleanup
 2013-10-02 20:29 UTC  (41+ messages)
` [PATCH 01/26] cris: Convert cryptocop to use get_user_pages_fast()
` [PATCH 02/26] ia64: Use get_user_pages_fast() in err_inject.c
` [PATCH 03/26] dma: Use get_user_pages_fast() in dma_pin_iovec_pages()
` [PATCH 04/26] drm: Convert via driver to use get_user_pages_fast()
` [PATCH 05/26] omap3isp: Make isp_video_buffer_prepare_user() "
` [PATCH 06/26] vmw_vmci: Convert driver to "
` [PATCH 07/26] st: Convert sgl_map_user_pages() "
` [PATCH 08/26] ced1401: Convert driver "
` [PATCH 09/26] crystalhd: Convert crystalhd_map_dio() "
` [PATCH 10/26] lustre: Convert ll_get_user_pages() "
` [PATCH 11/26] sep: Convert sep_lock_user_pages() to get_user_pages_fast()
` [PATCH 12/26] pvr2fb: Convert pvr2fb_write() to use get_user_pages_fast()
` [PATCH 13/26] fsl_hypervisor: Convert ioctl_memcpy() "
` [PATCH 14/26] nfs: Convert direct IO "
` [PATCH 15/26] ceph: Convert ceph_get_direct_page_vector() to get_user_pages_fast()
` [PATCH 16/26] mm: Provide get_user_pages_unlocked()
` [PATCH 17/26] kvm: Use get_user_pages_unlocked() in async_pf_execute()
` [PATCH 18/26] mm: Convert process_vm_rw_pages() to use get_user_pages_unlocked()
` [PATCH 19/26] ivtv: Convert driver "
` [PATCH 20/26] ib: Convert ib_umem_get() to get_user_pages_unlocked()
` [PATCH 21/26] ib: Convert ipath_get_user_pages() "
` [PATCH 22/26] ib: Convert ipath_user_sdma_pin_pages() to use get_user_pages_unlocked()
` [PATCH 23/26] ib: Convert qib_get_user_pages() to get_user_pages_unlocked()
` [PATCH 24/26] ib: Convert qib_user_sdma_pin_pages() to use get_user_pages_unlocked()
` [PATCH 25/26] ib: Convert mthca_map_user_db() to use get_user_pages_fast()
` [PATCH 26/26] aio: Remove useless get_user_pages() call

[PATCH 0/2] fs,mm: abstract i_mmap_mutex lock
 2013-10-02 20:17 UTC  (3+ messages)
` [PATCH 1/2] mm,fs: introduce helpers around i_mmap_mutex
` [PATCH 2/2] fs,mm: use new helper functions around the i_mmap_mutex

[PATCH v6 5/6] MCS Lock: Restructure the MCS lock defines and locking code into its own file
 2013-10-02 19:37 UTC  (29+ messages)

[RESEND PATCH] x86: add phys addr validity check for /dev/mem mmap
 2013-10-02 18:54 UTC  (6+ messages)

[PATCH] hotplug: Optimize {get,put}_online_cpus()
 2013-10-02 17:52 UTC  (49+ messages)

[PATCH] slub: Proper kmemleak tracking if CONFIG_SLUB_DEBUG disabled
 2013-10-02 16:25 UTC  (8+ messages)

[PATCH] Problems with RAID 4/5/6 and kmem_cache
 2013-10-02 14:43 UTC  (4+ messages)

[PATCH 0/50] Basic scheduler support for automatic NUMA balancing V7
 2013-10-02 14:41 UTC  (16+ messages)
` [PATCH 37/50] sched: Introduce migrate_swap()
  ` [PATCH] hotplug: Optimize {get,put}_online_cpus()
    ` [RFC] introduce synchronize_sched_{enter,exit}()

[PATCH] mm: pagevec: cleanup: drop pvec->cold argument in all places
 2013-10-02  5:47 UTC  (3+ messages)

[PATCH V1] oom: avoid selecting threads sharing mm with init
 2013-10-02  3:52 UTC  (4+ messages)

[patch for-3.12] mm, memcg: protect mem_cgroup_read_events for cpu hotplug
 2013-10-02  3:08 UTC  (4+ messages)

[PATCH 0/8] Volatile Ranges (v8?)
 2013-10-02  1:32 UTC  (5+ messages)
` [PATCH 7/8] vrange: Add method to purge volatile ranges

[PATCHv2 1/2] mm: rearrange madvise code to allow for reuse
 2013-10-02  0:37 UTC  (6+ messages)
` [PATCHv2 2/2] mm: add a field to store names for private anonymous memory

[PATCH] OOM killer: wait for tasks with pending SIGKILL to exit
 2013-10-01 22:46 UTC  (8+ messages)

[RESEND PATCH] MIPS HIGHMEM fixes for cache aliasing and non-DMA I/O
 2013-10-01 21:43 UTC  (3+ messages)

[PATCH v2 0/5] mm: migrate zbud pages
 2013-10-01 21:04 UTC  (9+ messages)

[PATCH] mm: kmemleak: Avoid false negatives on vmalloc'ed objects
 2013-10-01 17:43 UTC 

[PATCHv6 00/22] Transparent huge page cache: phase 1, everything but mmap()
 2013-10-01 17:11 UTC  (13+ messages)

[PATCH] mm: don't forget to free shrinker->nr_deferred
 2013-10-01 11:47 UTC 

[PATCH -mm 0/8] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-10-01  9:56 UTC  (9+ messages)
` [PATCH -mm 1/8] x86: get pg_data_t's memory from other node
` [PATCH -mm 2/8] memblock, numa: Introduce flag into memblock
` [PATCH -mm 3/8] memblock, mem_hotplug: Introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable regions
` [PATCH -mm 4/8] memblock: Make memblock_set_node() support different memblock_type
` [PATCH -mm 5/8] acpi, numa, mem_hotplug: Mark hotpluggable memory in memblock
` [PATCH -mm 6/8] acpi, numa, mem_hotplug: Mark all nodes the kernel resides un-hotpluggable
` [PATCH -mm 7/8] memblock, mem_hotplug: Make memblock skip hotpluggable regions by default
` [PATCH -mm 8/8] x86, numa, acpi, memory-hotplug: Make movable_node have higher priority

[PATCH -mm] mm, memory-hotpulg: Rename movablenode boot option to movable_node
 2013-10-01  6:21 UTC  (3+ messages)

[PATCH] mm, hugetlb: correct missing private flag clearing
 2013-10-01  1:16 UTC  (3+ messages)

[PATCH] aio: fix use-after-free in aio_migratepage
 2013-09-30 21:50 UTC 

Mapping range locking and related stuff
 2013-09-30 16:25 UTC  (3+ messages)

[PATCH v5 0/9] extend hugepage migration
 2013-09-30 16:08 UTC  (6+ messages)
` [PATCH 4/9] migrate: add hugepage migration code to move_pages()

[PATCH 0/63] Basic scheduler support for automatic NUMA balancing V8
 2013-09-30 15:18 UTC  (7+ messages)
` [PATCH 11/63] mm: Close races between THP migration and PMD numa clearing
` [PATCH 29/63] sched: Set preferred NUMA node based on number of private faults

[PATCH v2 00/20] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-09-30  7:47 UTC  (6+ messages)
` [PATCH v2 19/20] mm, hugetlb: retry if failed to allocate and there is concurrent user

[RFC 0/4] cleancache: SSD backed cleancache backend
 2013-09-29  9:19 UTC  (3+ 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).