linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-23 13:28:05 to 2014-09-25 21:16:53 UTC [more...]

[PATCH] kvm: Faults which trigger IO release the mmap_sem
 2014-09-25 21:16 UTC  (3+ messages)
` [PATCH v2] "

page allocator bug in 3.16?
 2014-09-25 21:10 UTC  (6+ messages)

Boot failure caused by "mm/cma.c: free the reserved memblock when free cma pages"
 2014-09-24  1:53 UTC  (2+ messages)

[PATCH v11 00/21] Add support for NV-DIMMs to ext4
 2014-09-25 20:47 UTC  (23+ messages)
` [PATCH v11 01/21] axonram: Fix bug in direct_access
` [PATCH v11 02/21] block: Change direct_access calling convention
` [PATCH v11 03/21] mm: Fix XIP fault vs truncate race
` [PATCH v11 04/21] mm: Allow page fault handlers to perform the COW
` [PATCH v11 05/21] vfs,ext2: Introduce IS_DAX(inode)
` [PATCH v11 06/21] vfs: Add copy_to_iter(), copy_from_iter() and iov_iter_zero()
` [PATCH v11 07/21] dax,ext2: Replace XIP read and write with DAX I/O
` [PATCH v11 08/21] dax,ext2: Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v11 09/21] dax,ext2: Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v11 10/21] dax,ext2: Replace xip_truncate_page with dax_truncate_page
` [PATCH v11 11/21] dax: Replace XIP documentation with DAX documentation
` [PATCH v11 12/21] vfs: Remove get_xip_mem
` [PATCH v11 13/21] ext2: Remove ext2_xip_verify_sb()
` [PATCH v11 14/21] ext2: Remove ext2_use_xip
` [PATCH v11 15/21] ext2: Remove xip.c and xip.h
` [PATCH v11 16/21] vfs,ext2: Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
` [PATCH v11 17/21] ext2: Remove ext2_aops_xip
` [PATCH v11 18/21] ext2: Get rid of most mentions of XIP in ext2
` [PATCH v11 19/21] dax: Add dax_zero_page_range
` [PATCH v11 20/21] ext4: Add DAX functionality
` [PATCH v11 21/21] brd: Rename XIP to DAX

[PATCH] mm/slab: use IS_ENABLED() instead of ZONE_DMA_FLAG
 2014-09-25 18:50 UTC  (3+ messages)

[next:master 7535/8699] arch/powerpc/mm/hugetlbpage.c:710:1: error: conflicting types for 'follow_huge_pud'
 2014-09-25 18:35 UTC  (2+ messages)

[PATCH] mm: Support compiling out madvise and fadvise
 2014-09-25 18:32 UTC  (4+ messages)
` [PATCHv2] "

[PATCH] aio: Make it possible to remap aio ring
 2014-09-25 18:12 UTC  (4+ messages)

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2014-09-25 17:04 UTC  (17+ messages)
` [PATCH v3 00/13] Kernel address sanitizer - runtime memory debugger
  ` [PATCH v3 01/13] Add kernel address sanitizer infrastructure
  ` [PATCH v3 02/13] efi: libstub: disable KASAN for efistub
  ` [PATCH v3 03/13] x86_64: load_percpu_segment: read irq_stack_union.gs_base before load_segment
  ` [PATCH v3 04/13] x86_64: add KASan support
  ` [PATCH v3 05/13] mm: page_alloc: add kasan hooks on alloc and free paths
  ` [PATCH v3 06/13] mm: slub: introduce virt_to_obj function
  ` [PATCH v3 07/13] mm: slub: share slab_err and object_err functions
  ` [PATCH v3 08/13] mm: slub: introduce metadata_access_enable()/metadata_access_disable()
  ` [PATCH v3 09/13] mm: slub: add kernel address sanitizer support for slub allocator
  ` [PATCH v3 10/13] fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
  ` [PATCH v3 11/13] kmemleak: disable kasan instrumentation for kmemleak
  ` [PATCH v3 12/13] lib: add kasan test module
  ` [RFC PATCH v3 13/13] kasan: introduce inline instrumentation

[PATCH v2] zsmalloc: merge size_class to reduce fragmentation
 2014-09-25 15:57 UTC  (6+ messages)

[PATCH v1 0/5] stop anon reclaim when zram is full
 2014-09-25 15:52 UTC  (18+ messages)
` [PATCH v1 2/5] mm: add full variable in swap_info_struct
` [PATCH v1 3/5] mm: VM can be aware of zram fullness
` [PATCH v1 4/5] zram: add swap full hint

[PATCH resend] arm:extend the reserved memory for initrd to be page aligned
 2014-09-25 15:44 UTC  (4+ messages)

[patch 0/3] mm: memcontrol: performance fixlets for 3.18
 2014-09-25 15:27 UTC  (10+ messages)
` [patch 1/3] mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cache
` [patch 2/3] mm: memcontrol: simplify detecting when the memory+swap limit is hit
` [patch 3/3] mm: memcontrol: fix transparent huge page allocations under pressure

watchdog kicked in while shrinking inactive list
 2014-09-25 14:35 UTC  (2+ messages)
` hrtimer deadlock caused by nohz_full

[patch] mm: memcontrol: do not iterate uninitialized memcgs
 2014-09-25 14:23 UTC  (8+ messages)
` [patch v2] "

[linux-next] mm/debug.c compile failure with CONFIG_MEMCG not set
 2014-09-25 14:02 UTC  (2+ messages)

[patch] mm: memcontrol: lockless page counters
 2014-09-25 13:07 UTC  (21+ messages)

[patch] mm: memcontrol: convert reclaim iterator to simple css refcounting
 2014-09-25 10:01 UTC  (6+ messages)
` [patch v2] "

[PATCH 0/2] Fix data corruption when blocksize < pagesize
 2014-09-25  9:34 UTC  (7+ messages)
` [PATCH 1/2] vfs: Fix data corruption when blocksize < pagesize for mmaped data
` [PATCH 2/2] ext4: Fix mmap data corruption when blocksize < pagesize

[PATCH] mm: softdirty: keep bit when zapping file pte
 2014-09-25  6:30 UTC  (4+ messages)

[RFC PATCH v3 0/4] fix freepage count problems in memory isolation
 2014-09-25  6:13 UTC  (6+ messages)
` [RFC PATCH v3 1/4] mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype

[PATCH 0/5] Remove possible deadlocks in nfs_release_page() - V3
 2014-09-25  5:01 UTC  (13+ messages)
` [PATCH 4/5] NFS: avoid waiting at all in nfs_release_page when congested
` [PATCH 3/5] NFS: avoid deadlocks with loop-back mounted NFS filesystems
` [PATCH 2/5] MM: export page_wakeup functions
` [PATCH 5/5] NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()
` [PATCH 1/5] SCHED: add some "wait..on_bit...timeout()" interfaces
    ` [PATCH 1/5 - resend] "

[RFC] mm: show deferred_compaction state in page alloc fail
 2014-09-25  1:26 UTC  (3+ messages)

[PATCH v10 00/21] Support ext4 on NV-DIMMs
 2014-09-25  1:01 UTC  (7+ messages)
` [PATCH v10 09/21] Replace the XIP page fault handler with the DAX page fault handler

[PATCH] kvm: Fix page ageing bugs
 2014-09-24 17:17 UTC  (10+ messages)
` [PATCH v4] "

[PATCH 1/3] mm: move debug code out of page_alloc.c
 2014-09-24 17:04 UTC  (3+ messages)
` [PATCH 2/3] mm: introduce VM_BUG_ON_MM

[next:master 7267/7446] drivers/rtc/rtc-bq32k.c:169:3: warning: 'setup' may be used uninitialized in this function
 2014-09-24 16:49 UTC  (4+ messages)
` [patch] drivers/rtc/rtc-bq32k.c fix warnings I introduced

[PATCH V3 0/6] RCU get_user_pages_fast and __get_user_pages_fast
 2014-09-24 15:57 UTC  (4+ messages)
` [PATCH V3 1/6] mm: Introduce a general RCU get_user_pages_fast

[PATCH -mm] memcg: zap memcg_can_account_kmem
 2014-09-24 15:49 UTC  (2+ messages)

[patch 0/3] mm: memcontrol: lockless page counters v2
 2014-09-24 15:43 UTC  (4+ messages)
` [patch 1/3] mm: memcontrol: lockless page counters
` [patch 2/3] mm: hugetlb_controller: convert to "
` [patch 3/3] kernel: res_counter: remove the unused API

[PATCH v8 00/10] Intel MPX support
 2014-09-24 14:40 UTC  (3+ messages)
` [PATCH v8 04/10] x86, mpx: hook #BR exception handler to allocate bound tables

[patch] mm, slab: initialize object alignment on cache creation
 2014-09-24 14:29 UTC  (4+ messages)

mmotm 2014-09-22-16-57 uploaded
 2014-09-24  7:18 UTC  (20+ messages)
` [PATCH] mm, debug: mm-introduce-vm_bug_on_mm-fix.patch
  ` [PATCH] mm, debug: mm-introduce-vm_bug_on_mm-fix-fix.patch

rss MM_FILEPAGES statistics value issue in kernel memory remap_pfn_range function
 2014-09-24  9:55 UTC 

[PATCH 0/4] ipc/shm.c: increase the limits for SHMMAX, SHMALL
 2014-09-24  8:02 UTC  (5+ messages)

[PATCH] zsmalloc: merge size_class to reduce fragmentation
 2014-09-24  0:48 UTC  (3+ messages)

[patch] mm: memcontrol: support transparent huge pages under pressure
 2014-09-24  0:07 UTC  (4+ messages)

[PATCH] mm: build error in dump_mm without CONFIG_COMPACTION
 2014-09-23 22:15 UTC  (2+ messages)

[PATCH 0/4] Remove possible deadlocks in nfs_release_page()
 2014-09-23 21:30 UTC  (5+ messages)
` [PATCH 1/4] SCHED: add some "wait..on_bit...timeout()" interfaces

[PATCH] oom: break after selecting process to kill
 2014-09-23 18:30 UTC  (7+ messages)

[PATCH v2 0/3] memcg: trivial cleanups in kmemcg core
 2014-09-23 18:09 UTC  (7+ messages)
` [PATCH v2 1/3] memcg: move memcg_{alloc,free}_cache_params to slab_common.c
` [PATCH v2 2/3] memcg: don't call memcg_update_all_caches if new cache id fits
` [PATCH v2 3/3] memcg: move memcg_update_cache_size to slab_common.c

[mmotm:master 169/385] mm/debug.c:215:5: error: 'const struct mm_struct' has no member named 'owner'
 2014-09-23 14:43 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).