linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-18 18:37:42 to 2014-07-22 19:53:16 UTC [more...]

[PATCH v8 00/22] Support ext4 on NV-DIMMs
 2014-07-22 19:48 UTC  (20+ messages)
` [PATCH v8 01/22] Fix XIP fault vs truncate race
` [PATCH v8 02/22] Allow page fault handlers to perform the COW
` [PATCH v8 03/22] axonram: Fix bug in direct_access
` [PATCH v8 04/22] Change direct_access calling convention
` [PATCH v8 05/22] Add vm_replace_mixed()
` [PATCH v8 06/22] Introduce IS_DAX(inode)
` [PATCH v8 07/22] Add copy_to_iter(), copy_from_iter() and iov_iter_zero()
` [PATCH v8 08/22] Replace XIP read and write with DAX I/O
` [PATCH v8 09/22] Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v8 11/22] Replace xip_truncate_page with dax_truncate_page
` [PATCH v8 12/22] Replace XIP documentation with DAX documentation
` [PATCH v8 13/22] Remove get_xip_mem
` [PATCH v8 14/22] ext2: Remove ext2_xip_verify_sb()
` [PATCH v8 15/22] ext2: Remove ext2_use_xip
` [PATCH v8 16/22] ext2: Remove xip.c and xip.h
` [PATCH v8 17/22] Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
` [PATCH v8 18/22] ext2: Remove ext2_aops_xip
` [PATCH v8 20/22] xip: Add xip_zero_page_range
` [PATCH v8 22/22] brd: Rename XIP to DAX

[PATCH 0/8] xtensa: highmem support on cores with aliasing cache
 2014-07-22 19:46 UTC  (5+ messages)
` [PATCH 6/8] mm/highmem: make kmap cache coloring aware
` [PATCH 7/8] xtensa: support aliasing cache in kmap

[PATCH 0/2] shmem: fix faulting into a hole while it's punched, take 3
 2014-07-22 18:42 UTC  (10+ messages)

[PATCHv4 0/5] DMA Atomic pool for arm64
 2014-07-22 18:06 UTC  (19+ messages)
` [PATCHv4 2/5] lib/genalloc.c: Add genpool range check function
` [PATCHv4 3/5] common: dma-mapping: Introduce common remapping functions
` [PATCHv4 4/5] arm: use genalloc for the atomic pool
` [PATCHv4 5/5] arm64: Add atomic pool for non-coherent and CMA allocations

Some RAS bug fix patches
 2014-07-22 17:26 UTC  (12+ messages)
` [PATCH 1/3] APEI, GHES: Cleanup unnecessary function for lock-less list
` [RFC PATCH 2/3] x86, MCE: Avoid potential deadlock in MCE context
          ` [RFC PATCH 2/3] x86, MCE: Avoid potential deadlock in MCE

[PATCH v7 00/10] Intel MPX support
 2014-07-22 16:18 UTC  (17+ messages)
` [PATCH v7 01/10] x86, mpx: introduce VM_MPX to indicate that a VMA is MPX specific
` [PATCH v7 02/10] x86, mpx: add MPX specific mmap interface
` [PATCH v7 03/10] x86, mpx: add macro cpu_has_mpx
` [PATCH v7 04/10] x86, mpx: hook #BR exception handler to allocate bound tables
` [PATCH v7 05/10] x86, mpx: extend siginfo structure to include bound violation information
` [PATCH v7 06/10] mips: sync struct siginfo with general version
` [PATCH v7 07/10] x86, mpx: decode MPX instruction to get bound violation information
` [PATCH v7 08/10] x86, mpx: add prctl commands PR_MPX_REGISTER, PR_MPX_UNREGISTER
` [PATCH v7 09/10] x86, mpx: cleanup unused bound tables
` [PATCH v7 10/10] x86, mpx: add documentation on Intel MPX

[patch 00/13] mm: memcontrol: naturalize charge lifetime v4
 2014-07-22 15:44 UTC  (10+ messages)
` [patch 13/13] mm: memcontrol: rewrite uncharge API

[PATCH RESEND 0/5] mm, shmem: Enhance per-process accounting of shared memory
 2014-07-22 13:43 UTC  (6+ messages)
` [PATCH 1/5] mm, shmem: Add shmem resident memory accounting
` [PATCH 2/5] mm, shmem: Add shmem_locate function
` [PATCH 3/5] mm, shmem: Add shmem_vma() helper
` [PATCH 4/5] mm, shmem: Add shmem swap memory accounting
` [PATCH 5/5] mm, shmem: Show location of non-resident shmem pages in smaps

[PATCH v2 00/25] AMDKFD kernel driver
 2014-07-22 11:15 UTC  (37+ messages)

[PATCH v2] mm/highmem: make kmap cache coloring aware
 2014-07-22  9:44 UTC  (5+ messages)

[PATCH 0/2] new API to allocate buffer-cache for superblock in non-movable area
 2014-07-22  9:38 UTC 

[PATCH] mm: trivial comment cleanup in slab.c
 2014-07-22  7:24 UTC 

[PATCH v2 0/7] memory-hotplug: suitable memory should go to ZONE_MOVABLE
 2014-07-22  3:09 UTC  (10+ messages)
` [PATCH v2 1/7] memory-hotplug: add zone_for_memory() for selecting zone for new memory
` [PATCH v2 2/7] memory-hotplug: x86_64: suitable memory should go to ZONE_MOVABLE
` [PATCH v2 3/7] memory-hotplug: x86_32: "
` [PATCH v2 4/7] memory-hotplug: ia64: "
` [PATCH v2 5/7] memory-hotplug: ppc: "
` [PATCH v2 6/7] memory-hotplug: sh: "
` [PATCH v2 7/7] memory-hotplug: tile: "

[PATCH] slub: Don't throw away partial remote slabs if there is no local memory
 2014-07-22  1:16 UTC  (11+ messages)
` [RFC PATCH 1/3] slub: search partial list on numa_mem_id(), instead of numa_node_id()
  ` [RFC PATCH 2/3] topology: support node_numa_mem() for determining the fallback node

[PATCH] CMA/HOTPLUG: clear buffer-head lru before page migration
 2014-07-22  1:04 UTC  (11+ messages)

[PATCH] mm:bugfix, pfn_valid sometimes return incorrect when memmap parameter specified
 2014-07-21 22:46 UTC  (2+ messages)

[RFC Patch V1 00/30] Enable memoryless node on x86 platforms
 2014-07-21 21:09 UTC  (19+ messages)
` [RFC Patch V1 01/30] mm, kernel: Use cpu_to_mem()/numa_mem_id() to support memoryless node
` [RFC Patch V1 15/30] mm, igb: "
` [RFC Patch V1 17/30] mm, intel_powerclamp: "
` [RFC Patch V1 22/30] mm, of: "
` [RFC Patch V1 28/30] mm: Update _mem_id_[] for every possible CPU when memory configuration changes

[RFC PATCH 0/11] Support Write-Through mapping on x86
 2014-07-21 20:22 UTC  (14+ messages)

mmu_notifier: preparatory patches for hmm and or iommuv2 v6
 2014-07-21 15:01 UTC  (3+ messages)
` [PATCH 1/7] mmu_notifier: add call_srcu and sync function for listener to delay call and sync

[RFC PATCH] memcg: export knobs for the defaul cgroup hierarchy
 2014-07-21 13:22 UTC  (11+ messages)

[patch] mm: memcontrol: use page lists for uncharge batching
 2014-07-21 12:47 UTC  (4+ messages)

[PATCH -mm 0/6] memcg: release memcg_cache_id on css offline
 2014-07-21 11:47 UTC  (7+ messages)
` [PATCH -mm 1/6] slub: remove kmemcg id from create_unique_id
` [PATCH -mm 2/6] slab: use mem_cgroup_id for per memcg cache naming
` [PATCH -mm 3/6] memcg: make memcg_cache_id static
` [PATCH -mm 4/6] memcg: add pointer to owner cache to memcg_cache_params
` [PATCH -mm 5/6] memcg: keep all children of each root cache on a list
` [PATCH -mm 6/6] memcg: release memcg_cache_id on css offline

[PATCH] mm: vmscan: unlock_page page when forcing reclaim
 2014-07-21  7:18 UTC  (4+ messages)

About refault distance
 2014-07-21  3:27 UTC  (3+ messages)

[PATCHv2] CMA/HOTPLUG: clear buffer-head lru before page migration
 2014-07-21  2:33 UTC 

[PATCH v4 0/6] File Sealing & memfd_create()
 2014-07-20 17:34 UTC  (7+ messages)
` [PATCH v4 1/6] mm: allow drivers to prevent new writable mappings
` [PATCH v4 2/6] shm: add sealing API
` [PATCH v4 3/6] shm: add memfd_create() syscall
` [PATCH v4 4/6] selftests: add memfd_create() + sealing tests
` [PATCH v4 5/6] selftests: add memfd/sealing page-pinning tests
` [PATCH v4 6/6] shm: wait for pins to be released when sealing

oxy.ow
 2014-07-20  9:50 UTC 

mm: swap: hang in lru_add_drain_all
 2014-07-19 23:25 UTC  (2+ messages)

[PATCH v3 0/7] File Sealing & memfd_create()
 2014-07-19 16:40 UTC  (22+ messages)
` [PATCH v3 1/7] mm: allow drivers to prevent new writable mappings
` [PATCH v3 2/7] shm: add sealing API
` [PATCH v3 3/7] shm: add memfd_create() syscall
` [PATCH v3 4/7] selftests: add memfd_create() + sealing tests
` [PATCH v3 5/7] selftests: add memfd/sealing page-pinning tests
` [RFC v3 6/7] shm: wait for pins to be released when sealing
` [RFC v3 7/7] shm: isolate pinned pages when sealing files

[RFC 0/2] Memoryless nodes and kworker
 2014-07-18 18:58 UTC  (8+ messages)

[PATCH v3] arm64,ia64,ppc,s390,sh,tile,um,x86,mm: Remove default gate area
 2014-07-18 18:36 UTC  (6+ 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).