Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-11 09:27:25 to 2015-06-15 21:25:33 UTC [more...]

[RFC NEXT] mm: Fix suspicious RCU usage at kernel/sched/core.c:7318
 2015-06-15 21:25 UTC 

Possible broken MM code in dell-laptop.c?
 2015-06-15 21:18 UTC  (4+ messages)

[PATCH 00/12, v2] x86/mm: Implement lockless pgd_alloc()/pgd_free()
 2015-06-15 20:48 UTC  (30+ messages)
` [PATCH 01/12] x86/mm/pat: Don't free PGD entries on memory unmap
` [PATCH 02/12] x86/mm/hotplug: Remove pgd_list use from the memory hotplug code
` [PATCH 03/12] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()
` [PATCH 04/12] x86/mm/hotplug: Simplify sync_global_pgds()
` [PATCH 05/12] mm: Introduce arch_pgd_init_late()
` [PATCH 06/12] x86/mm: Enable and use the arch_pgd_init_late() method
` [PATCH 07/12] x86/virt/guest/xen: Remove use of pgd_list from the Xen guest code
` [PATCH 08/12] x86/mm: Remove pgd_list use from vmalloc_sync_all()
` [PATCH 09/12] x86/mm/pat/32: Remove pgd_list use from the PAT code
` [PATCH 10/12] x86/mm: Make pgd_alloc()/pgd_free() lockless
` [PATCH 11/12] x86/mm: Remove pgd_list leftovers
` [PATCH 12/12] x86/mm: Simplify pgd_alloc()
` why do we need vmalloc_sync_all?

[PATCH] mm: use srcu for shrinkers
 2015-06-15 20:03 UTC 

[PATCH] jbd2: get rid of open coded allocation retry loop
 2015-06-15 19:56 UTC  (3+ messages)

[RFC v4 PATCH 0/9] hugetlbfs: add fallocate support
 2015-06-15 18:42 UTC  (14+ messages)
` [RFC v4 PATCH 1/9] mm/hugetlb: add region_del() to delete a specific range of entries
` [RFC v4 PATCH 2/9] mm/hugetlb: expose hugetlb fault mutex for use by fallocate
` [RFC v4 PATCH 3/9] hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to delete
` [RFC v4 PATCH 4/9] hugetlbfs: truncate_hugepages() takes a range of pages
` [RFC v4 PATCH 5/9] mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punch
` [RFC v4 PATCH 6/9] mm/hugetlb: alloc_huge_page handle areas hole punched by fallocate
` [RFC v4 PATCH 7/9] hugetlbfs: New huge_add_to_page_cache helper routine
` [RFC v4 PATCH 8/9] hugetlbfs: add hugetlbfs_fallocate()
` [RFC v4 PATCH 9/9] mm: madvise allow remove operation for hugetlbfs

[PATCH 0/7] userfault21 update
 2015-06-15 18:19 UTC  (10+ messages)
` [PATCH 1/7] userfaultfd: require UFFDIO_API before other ioctls
` [PATCH 2/7] userfaultfd: propagate the full address in THP faults
` [PATCH 3/7] userfaultfd: allow signals to interrupt a userfault
` [PATCH 4/7] userfaultfd: avoid missing wakeups during refile in userfaultfd_read
` [PATCH 5/7] userfaultfd: switch to exclusive wakeup for blocking reads
` [PATCH 6/7] userfaultfd: Revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key"
` [PATCH 7/7] userfaultfd: selftest

[RFC PATCH 00/12] mm: mirrored memory support for page buddy allocations
 2015-06-15 17:20 UTC  (14+ messages)
` [RFC PATCH 08/12] mm: use mirrorable to switch allocate mirrored memory
` [RFC PATCH 10/12] mm: add the buddy system interface

[PATCH 0/7] slub: bulk alloc and free for slub allocator
 2015-06-15 17:04 UTC  (13+ messages)
` [PATCH 1/7] slab: infrastructure for bulk object allocation and freeing
` [PATCH 2/7] slub bulk alloc: extract objects from the per cpu slab
` [PATCH 3/7] slub: reduce indention level in kmem_cache_alloc_bulk()
` [PATCH 4/7] slub: fix error path bug in kmem_cache_alloc_bulk
` [PATCH 5/7] slub: kmem_cache_alloc_bulk() move clearing outside IRQ disabled section
` [PATCH 6/7] slub: improve bulk alloc strategy
` [PATCH 7/7] slub: initial bulk free implementation

[RFC 0/3] mm: make swapin readahead to gain more thp performance
 2015-06-15 16:07 UTC  (12+ messages)
` [RFC 1/3] mm: add tracepoint for scanning pages
` [RFC 2/3] mm: make optimistic check for swapin readahead
` [RFC 3/3] mm: make swapin readahead to improve thp collapse rate

[PATCHSET v3 0/4] pagemap: make useable for non-privilege users
 2015-06-15 14:57 UTC  (12+ messages)
` [PATCH v3 1/4] pagemap: check permissions and capabilities at open time
` [PATCH v3 2/4] pagemap: add mmap-exclusive bit for marking pages mapped only here
` [PATCH v3 3/4] pagemap: hide physical addresses from non-privileged users
` [PATCH v3 4/4] pagemap: switch to the new format and do some cleanup
  ` [PATCH v4] "

[RESEND PATCH V2 0/3] Allow user to request memory to be locked on page fault
 2015-06-15 14:43 UTC  (8+ messages)

HMM (Heterogeneous Memory Management) v8
 2015-06-15 14:32 UTC  (12+ messages)
` [PATCH 05/36] HMM: introduce heterogeneous memory management v3

[PATCH v2] mm: show proportional swap share of the mapping
 2015-06-15 13:06 UTC 

[RFC] panic_on_oom_timeout
 2015-06-15 12:45 UTC  (10+ messages)

[PATCH RFC v0 0/6] mm: proof-of-concept memory compaction without isolation
 2015-06-15  9:52 UTC  (8+ messages)
` [PATCH RFC v0 1/6] pagevec: segmented page vectors
` [PATCH RFC v0 2/6] mm/migrate: move putback of old page out of unmap_and_move
` [PATCH RFC v0 3/6] mm/cma: repalce reclaim_clean_pages_from_list with try_to_reclaim_page
` [PATCH RFC v0 4/6] mm/migrate: page migration without page isolation
` [PATCH RFC v0 5/6] mm/compaction: use migration without isolation
` [PATCH RFC v0 6/6] mm/migrate: preserve lru order if possible

[PATCH 07/25] mm, vmscan: Make kswapd think of reclaim in terms of nodes
 2015-06-15  8:27 UTC  (2+ messages)

[PATCH 04/25] mm, vmscan: Begin reclaiming pages on a per-node basis
 2015-06-15  8:22 UTC  (2+ messages)

[PATCH 03/25] mm, vmscan: Move LRU lists to node
 2015-06-15  8:19 UTC  (2+ messages)

mm: shmem_zero_setup skip security check and lockdep conflict with XFS
 2015-06-15  6:09 UTC  (2+ messages)

linux 4.1-rc7 deadlock
 2015-06-14 16:44 UTC  (3+ messages)

[PATCH v2 0/5] KASan for arm64
 2015-06-13 15:25 UTC  (5+ messages)
` [PATCH v2 5/5] arm64: add KASan support

[PATCH 0/6] Assorted compaction cleanups and optimizations
 2015-06-12 10:18 UTC  (9+ messages)
` [PATCH 1/6] mm, compaction: more robust check for scanners meeting
` [PATCH 3/6] mm, compaction: encapsulate resetting cached scanner positions
` [PATCH 4/6] mm, compaction: always skip compound pages by order in migrate scanner
` [PATCH 5/6] mm, compaction: skip compound pages by order in free scanner

[PATCH -mm v6 0/6] idle memory tracking
 2015-06-12  9:52 UTC  (7+ messages)
` [PATCH -mm v6 1/6] memcg: add page_cgroup_ino helper
` [PATCH -mm v6 2/6] hwpoison: use page_cgroup_ino for filtering by memcg
` [PATCH -mm v6 3/6] memcg: zap try_get_mem_cgroup_from_page
` [PATCH -mm v6 4/6] proc: add kpagecgroup file
` [PATCH -mm v6 5/6] proc: add kpageidle file
` [PATCH -mm v6 6/6] proc: export idle flag via kpageflags

[RFC V3] net: don't wait for order-3 page allocation
 2015-06-12  9:36 UTC  (4+ messages)

[RFC v2] net: use atomic allocation for order-3 page allocation
 2015-06-12  9:34 UTC  (18+ messages)
` [RFC] "

[PATCH 19/25] mm, vmscan: Account in vmstat for pages skipped during reclaim
 2015-06-12  8:49 UTC 

[next:master 10274/10671] /kbuild/src/slow3/arch/arm/mach-tegra/cpuidle-tegra114.c:88: undefined reference to `psci_smp_available'
 2015-06-12  0:52 UTC  (3+ messages)

[RFC v2] net: use atomic allocation for order-3 page allocation
 2015-06-11 22:27 UTC 

[-tip PATCH v4 0/6] pmem api, generic ioremap_cache, and memremap
 2015-06-11 21:19 UTC  (7+ messages)
` [PATCH v4 1/6] arch: unify ioremap prototypes and macro aliases
` [PATCH v4 2/6] cleanup IORESOURCE_CACHEABLE vs ioremap()
` [PATCH v4 3/6] arch/*/asm/io.h: add ioremap_cache() to all architectures
` [PATCH v4 4/6] devm: fix ioremap_cache() usage
` [PATCH v4 5/6] arch: introduce memremap_cache() and memremap_wt()
` [PATCH v4 6/6] arch, x86: pmem api for ensuring durability of persistent memory updates

[PATCH] zswap: dynamic pool creation
 2015-06-11 18:51 UTC  (4+ messages)

[RFC][PATCH 0/5] do not dereference NULL pools in pools' destroy() functions
 2015-06-11 17:40 UTC  (14+ messages)
    ` [PATCH] checkpatch: Add some <foo>_destroy functions to NEEDLESS_IF tests
      ` [PATCH V2] "

Fwd: Why rapiddisk cache, better then build-in ram cache?
 2015-06-11 15:47 UTC 

[PATCH 0/3] TLB flush multiple pages per IPI v5
 2015-06-11 15:26 UTC  (11+ messages)

[PATCH 0/3] TLB flush multiple pages per IPI v6
 2015-06-11 15:25 UTC  (6+ messages)
` [PATCH 2/4] mm: Send one IPI per CPU to TLB flush all entries after unmapping pages

[RFC PATCH 00/12] x86/mm: Implement lockless pgd_alloc()/pgd_free()
 2015-06-11 14:13 UTC 

[PATCHv6 00/36] THP refcounting redesign
 2015-06-11 12:30 UTC  (7+ messages)
` [PATCHv6 29/36] thp: implement split_huge_pmd()
` [PATCHv6 33/36] migrate_pages: try to split pages on qeueuing
` [PATCHv6 36/36] thp: update documentation

[RFC] mm: change irqs_disabled() test to spin_is_locked() in mem_cgroup_swapout
 2015-06-11 11:40 UTC  (5+ messages)
  ` [RFC][PATCH] mm: ifdef out VM_BUG_ON check on PREEMPT_RT_FULL

[Patch V4 00/16] xen: support pv-domains larger than 512GB
 2015-06-11 11:03 UTC  (3+ messages)
` [Patch V4 14/16] xen: move p2m list if conflicting with e820 map
  ` [Xen-devel] "

[PATCH] mm/memory hotplug: print the last vmemmap region at the end of hot add memory
 2015-06-11 10:41 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).