linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-20 14:29:06 to 2015-07-23 05:20:07 UTC [more...]

[PATCH] fix: decrease NR_FREE_PAGES when isolate page from buddy
 2015-07-23  5:24 UTC  (10+ 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 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  (20+ 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

[PATCH v4 00/10] hugetlbfs: add fallocate support
 2015-07-23  0:05 UTC  (27+ 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] mmap.2: document the munmap exception for underlying page size
 2015-07-22 23:49 UTC  (5+ messages)

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

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

[PATCH] mm: rename and document alloc_pages_exact_node
 2015-07-22 21:52 UTC  (9+ messages)

[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 -mm v9 0/8] idle memory tracking
 2015-07-22 20:46 UTC  (25+ 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 V4 0/6] Allow user to request memory to be locked on page fault
 2015-07-22 18:43 UTC  (21+ 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 v2 0/5] KASan for arm64
 2015-07-22 17:54 UTC  (11+ 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 PATCH 00/10] Remove zonelist cache and high-order watermark checking
 2015-07-22  0:11 UTC  (9+ 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

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

[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  (3+ 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

[RFC PATCH 00/10] redesign compaction algorithm
 2015-07-21  9:27 UTC  (10+ messages)

[regression 4.2-rc3] loop: xfstests xfs/073 deadlocked in low memory conditions
 2015-07-21  8:58 UTC  (4+ messages)

[PATCHSET v4 0/5] pagemap: make useable for non-privilege users
 2015-07-21  8:43 UTC  (15+ messages)
` [PATCH v4 1/5] pagemap: check permissions and capabilities at open time
` [PATCH v4 2/5] pagemap: switch to the new format and do some cleanup
` [PATCH v4 3/5] pagemap: rework hugetlb and thp report
` [PATCH v4 4/5] pagemap: hide physical addresses from non-privileged users
` [PATCH v4 5/5] pagemap: add mmap-exclusive bit for marking pages mapped only here
` [PATCH] pagemap: update documentation

[Patch V6 12/16] mm: provide early_memremap_ro to establish read-only mapping
 2015-07-21  4:49 UTC  (2+ messages)

[PATCH v3 00/10] hugetlbfs: add fallocate support
 2015-07-21  4:16 UTC  (6+ messages)
` [PATCH v3 01/10] mm/hugetlb: add cache of descriptors to resv_map for region_add

cpu_hotplug vs oom_notify_list: possible circular locking dependency detected
 2015-07-21  0:48 UTC  (8+ messages)

[PATCHv9 00/36] THP refcounting redesign
 2015-07-20 14:21 UTC  (5+ messages)
` [PATCHv9 17/36] arm64, thp: remove infrastructure for handling splitting PMDs
` [PATCHv9 18/36] arm, "
` [PATCHv9 30/36] thp: add option to setup migration entiries during PMD split
` [PATCHv9 33/36] migrate_pages: try to split pages on qeueuing


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