linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-21 08:51:30 to 2015-07-23 17:17:30 UTC [more...]

[PATCH v4 00/10] hugetlbfs: add fallocate support
 2015-07-23 17:17 UTC  (30+ messages)
` [PATCH v4 01/10] mm/hugetlb: add cache of descriptors to resv_map for region_add
` [PATCH v4 02/10] mm/hugetlb: add region_del() to delete a specific range of entries
` [PATCH v4 03/10] mm/hugetlb: expose hugetlb fault mutex for use by fallocate
` [PATCH v4 04/10] hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to delete
` [PATCH v4 05/10] hugetlbfs: truncate_hugepages() takes a range of pages
` [PATCH v4 06/10] mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punch
` [PATCH v4 07/10] mm/hugetlb: alloc_huge_page handle areas hole punched by fallocate
` [PATCH v4 08/10] hugetlbfs: New huge_add_to_page_cache helper routine
` [PATCH v4 09/10] hugetlbfs: add hugetlbfs_fallocate()
` [PATCH v4 10/10] mm: madvise allow remove operation for hugetlbfs

[PATCH] mm: Flush the TLB for a single address in a huge page
 2015-07-23 17:13 UTC  (13+ messages)

[RFC][PATCH] ipc: Use private shmem or hugetlbfs inodes for shm segments
 2015-07-23 16:28 UTC 

[PATCH V4 0/6] Allow user to request memory to be locked on page fault
 2015-07-23 15:21 UTC  (24+ messages)
` [PATCH V4 1/6] mm: mlock: Refactor mlock, munlock, and munlockall code
` [PATCH V4 2/6] mm: mlock: Add new mlock, munlock, and munlockall system calls
` [PATCH V4 3/6] mm: gup: Add mm_lock_present()
` [PATCH V4 4/6] mm: mlock: Introduce VM_LOCKONFAULT and add mlock flags to enable it
` [PATCH V4 5/6] mm: mmap: Add mmap flag to request VM_LOCKONFAULT
` [PATCH V4 6/6] selftests: vm: Add tests for lock on fault

[PATCH] mm/Kconfig: NEED_BOUNCE_POOL: clean-up condition
 2015-07-23 14:15 UTC  (4+ messages)

[PATCH 0/3] slub: introducing detached freelist
 2015-07-23 14:14 UTC  (10+ messages)
` [PATCH 3/3] slub: build detached freelist with look-ahead

[PATCH] mm: rename and document alloc_pages_exact_node
 2015-07-23 14:11 UTC  (10+ messages)

[patch] mmap.2: document the munmap exception for underlying page size
 2015-07-23 13:15 UTC  (7+ messages)

[RFC PATCH 00/10] Remove zonelist cache and high-order watermark checking
 2015-07-23 12:28 UTC  (11+ messages)
` [PATCH 01/10] mm, page_alloc: Delete the zonelist_cache
` [PATCH 02/10] mm, page_alloc: Remove unnecessary parameter from zone_watermark_ok_safe
` [PATCH 03/10] mm, page_alloc: Remove unnecessary recalculations for dirty zone balancing
` [PATCH 04/10] mm, page_alloc: Remove unnecessary taking of a seqlock when cpusets are disabled

[RFC v2 0/4] Outsourcing compaction for THP allocations to kcompactd
 2015-07-23  9:18 UTC  (9+ messages)
` [RFC 1/4] mm, compaction: introduce kcompactd

[PATCH -mm v9 0/8] idle memory tracking
 2015-07-23  7:57 UTC  (26+ messages)
` [PATCH -mm v9 1/8] memcg: add page_cgroup_ino helper
` [PATCH -mm v9 2/8] hwpoison: use page_cgroup_ino for filtering by memcg
` [PATCH -mm v9 4/8] proc: add kpagecgroup file
` [PATCH -mm v9 5/8] mmu-notifier: add clear_young callback
` [PATCH -mm v9 6/8] proc: add kpageidle file
` [PATCH -mm v9 7/8] proc: export idle flag via kpageflags

[PATCH] fix: decrease NR_FREE_PAGES when isolate page from buddy
 2015-07-23  6:48 UTC  (12+ messages)
` [PATCH 1/2] mm, page_isolation: remove bogus tests for isolated pages
  ` [PATCH 2/2] mm: rename and move get/set_freepage_migratetype

[PATCH] mm, page_isolation: make set/unset_migratetype_isolate() file-local
 2015-07-23  5:40 UTC 

[RFC PATCH 00/10] redesign compaction algorithm
 2015-07-23  5:33 UTC  (11+ messages)

[PATCH 1/2] mm/page_owner: fix possible access violation
 2015-07-23  5:21 UTC  (8+ messages)
` [PATCH 2/2] mm/page_owner: set correct gfp_mask on page_owner

[PATCH 0/5] Make cpuid <-> nodeid mapping persistent
 2015-07-23  4:44 UTC  (3+ messages)

[PATCH 1/3] percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunk
 2015-07-23  1:56 UTC  (19+ messages)
` [PATCH 2/3] perpuc: check pcpu_first_chunk and pcpu_reserved_chunk to avoid handling them twice
  ` [PATCH v3 2/3] percpu: Add WARN_ON into percpu_init_late
` [PATCH 3/3] percpu: add macro PCPU_CHUNK_AREA_IN_USE
  ` [PATCH v2 3/3] percpu: add macro PCPU_MAP_BUSY

[PATCHv2 0/6] Make vma_is_anonymous() reliable
 2015-07-22 21:41 UTC  (5+ messages)

mm: shmem_zero_setup skip security check and lockdep conflict with XFS
 2015-07-22 21:07 UTC  (5+ messages)

[PATCH v2 0/5] KASan for arm64
 2015-07-22 17:54 UTC  (10+ messages)
` [PATCH v2 5/5] arm64: add KASan support

[RFC v3 0/4] fs: Add generic file system event notifications
 2015-07-22 15:55 UTC  (5+ messages)
` [RFC v3 1/4] "
` [RFC v3 2/4] ext4: Add helper function to mark group as corrupted

[PATCH v3 0/5] KASAN for arm64
 2015-07-22 15:49 UTC  (15+ messages)
` [PATCH v3 1/5] mm: kasan: introduce generic kasan_populate_zero_shadow()
` [PATCH v3 2/5] arm64: introduce VA_START macro - the first kernel virtual address
` [PATCH v3 3/5] arm64: move PGD_SIZE definition to pgalloc.h
` [PATCH v3 4/5] arm64: add KASAN support
` [PATCH v3 5/5] ARM64: kasan: print memory assignment

[PATCH V3 0/5] Allow user to request memory to be locked on page fault
 2015-07-22 14:10 UTC  (14+ messages)
` [PATCH V3 3/5] mm: mlock: Introduce VM_LOCKONFAULT and add mlock flags to enable it
` [PATCH V3 4/5] mm: mmap: Add mmap flag to request VM_LOCKONFAULT

[PATCHv2 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature
 2015-07-22 14:05 UTC  (7+ messages)
` [PATCH v3 "

[rfc] mm, thp: allow khugepaged to periodically compact memory synchronously
 2015-07-21 23:19 UTC  (3+ messages)

[PATCH v2] mm/slub: allow merging when SLAB_DEBUG_FREE is set
 2015-07-21 22:31 UTC  (2+ messages)

[PATCH 0/9 v7] Helper to abstract vma handling in media layer
 2015-07-20  8:03 UTC  (7+ messages)
` [PATCH 9/9] drm/exynos: Convert g2d_userptr_get_dma_addr() to use get_vaddr_frames()

[PATCH 0/4] mm: add dma_pool_zalloc() & pci_pool_zalloc()
 2015-07-21 19:38 UTC  (3+ messages)
` [PATCH 3/4] pci: mm: Add pci_pool_zalloc() call

[PATCH RESEND 0/3] mm, x86: Fix ioremap RAM check interfaces
 2015-07-21 15:07 UTC  (4+ messages)
` [PATCH RESEND 2/3] mm, x86: Remove region_is_ram() call from ioremap

[PATCH v2 0/4] x86, mm: Handle large PAT bit in pud/pmd interfaces
 2015-07-21 14:52 UTC  (3+ messages)

[PATCH 0/5] expose mem_cgroup + cleanups
 2015-07-21 12:55 UTC  (11+ messages)
` [PATCH 1/5] memcg: export struct mem_cgroup

[PATCH] mm: trace tlb flush after disabling preemption in try_to_unmap_flush
 2015-07-21 12:27 UTC  (2+ messages)

[PATCH] mm: use srcu for shrinkers
 2015-07-21 12:19 UTC  (3+ messages)
` [PATCH -next v2] mm: srcu-ify shrinkers

[regression 4.2-rc3] loop: xfstests xfs/073 deadlocked in low memory conditions
 2015-07-21  8:58 UTC  (2+ 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).