messages from 2016-04-17 01:21:47 to 2016-04-21 03:10:34 UTC [more...]
[PATCH v3 0/2] Align mmap address for DAX pmd mappings
2016-04-21 3:10 UTC (8+ messages)
` [PATCH v3 1/2] dax: add dax_get_unmapped_area for "
[PATCH mmotm 1/5] huge tmpfs: try to allocate huge pages split into a team fix
2016-04-20 23:56 UTC (12+ messages)
` [PATCH mmotm 2/5] huge tmpfs: fix mlocked meminfo track huge unhuge mlocks fix
` [PATCH mmotm 3/5] huge tmpfs recovery: tweak shmem_getpage_gfp to fill team fix
` [PATCH mmotm 4/5] huge tmpfs: avoid premature exposure of new pagetable revert
` [PATCH mmotm 5/5] huge tmpfs: add shmem_pmd_fault()
mce: a question about memory_failure_early_kill in memory_failure()
2016-04-20 23:15 UTC (5+ messages)
[BUG] set_pte_at: racy dirty state clearing warning
2016-04-20 23:01 UTC
[PATCH 0/2] memory_hotplug: introduce config and command line options to set the default onlining policy
2016-04-20 21:35 UTC (7+ messages)
[PATCH] mm: move huge_pmd_set_accessed out of huge_memory.c
2016-04-20 21:00 UTC (5+ messages)
[PATCH v2 0/5] dax: handling of media errors
2016-04-20 20:59 UTC (4+ messages)
` [PATCH v2 5/5] dax: handle media errors in dax_do_io
[PATCH 0.14] oom detection rework v6
2016-04-20 19:47 UTC (15+ messages)
` [PATCH 01/14] vmscan: consider classzone_idx in compaction_ready
` [PATCH 02/14] mm, compaction: change COMPACT_ constants into enum
` [PATCH 03/14] mm, compaction: cover all compaction mode in compact_zone
` [PATCH 04/14] mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED
` [PATCH 05/14] mm, compaction: distinguish between full and partial COMPACT_COMPLETE
` [PATCH 06/14] mm, compaction: Update compaction_result ordering
` [PATCH 07/14] mm, compaction: Simplify __alloc_pages_direct_compact feedback interface
` [PATCH 08/14] mm, compaction: Abstract compaction feedback to helpers
` [PATCH 09/14] mm: use compaction feedback for thp backoff conditions
` [PATCH 10/14] mm, oom: rework oom detection
` [PATCH 11/14] mm: throttle on IO only when there are too many dirty and writeback pages
` [PATCH 12/14] mm, oom: protect !costly allocations some more
` [PATCH 13/14] mm: consider compaction feedback also for costly allocation
` [PATCH 14/14] mm, oom, compaction: prevent from should_compact_retry looping for ever for costly orders
[PATCH 4.6] mm: wake kcompactd before kswapd's short sleep
2016-04-20 18:05 UTC (2+ messages)
[BUG linux-next] KASAN bug is raised on linux-next-20160414 with huge tmpfs on
2016-04-20 17:42 UTC
post-copy is broken?
2016-04-20 17:27 UTC (16+ messages)
[PATCH net-next V2 05/11] net/mlx5e: Support RX multi-packet WQE (Striding RQ)
2016-04-20 16:46 UTC (4+ messages)
[PATCH] x86/vdso: add mremap hook to vm_special_mapping
2016-04-20 16:22 UTC (12+ messages)
` [PATCHv4 1/2] "
` [PATCHv5 1/3] x86: rename is_{ia32,x32}_task to in_{ia32,x32}_syscall
` [PATCHv5 2/3] x86/vdso: add mremap hook to vm_special_mapping
` [PATCHv6 "
` [PATCHv7 "
` [PATCHv5 3/3] selftest/x86: add mremap vdso 32-bit test
[BUG linux-next] Kernel panic found with linux-next-20160414
2016-04-20 16:11 UTC (4+ messages)
[PATCH] mm,oom: Re-enable OOM killer using timeout
2016-04-20 14:47 UTC (5+ messages)
` [PATCH v2] "
[PATCH v2] mm: SLAB freelist randomization
2016-04-20 14:47 UTC (5+ messages)
[PATCH v4 1/2] shmem: Support for registration of driver/file owner specific ops
2016-04-20 12:38 UTC (3+ messages)
` [Intel-gfx] "
[PATCH] mm: fix overflow in vm_map_ram
2016-04-20 10:53 UTC
[PATCH 0/5] userfaultfd: extension for non cooperative uffd usage
2016-04-20 9:44 UTC (2+ messages)
[PATCH 1/2] arm64: mem-model: add flatmem model for arm64
2016-04-20 9:32 UTC (11+ messages)
[PATCHv7 00/29] THP-enabled tmpfs/shmem using compound pages
2016-04-20 8:31 UTC (8+ messages)
linux-next crash during very early boot
2016-04-20 8:13 UTC (4+ messages)
[PATCH kernel 0/2] speed up live migration by skipping free pages
2016-04-20 1:41 UTC (13+ messages)
` [PATCH kernel 1/2] mm: add the related functions to build the free page bitmap
` [PATCH kernel 2/2] virtio-balloon: extend balloon driver to support the new feature
[PATCH 0/3] oom reaper follow ups v1
2016-04-19 19:32 UTC (10+ messages)
` [PATCH 3/3] mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaper
mm: Page allocation from buddy system might delay the tasks on different SMP cores
2016-04-19 17:59 UTC (2+ messages)
[RFC v3] [PATCH 0/18] DAX page fault locking
2016-04-19 15:19 UTC (22+ messages)
` [PATCH 01/18] ext4: Handle transient ENOSPC properly for DAX
` [PATCH 02/18] ext4: Fix race in transient ENOSPC detection
` [PATCH 03/18] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 04/18] dax: Remove complete_unwritten argument
` [PATCH 05/18] ext2: Avoid DAX zeroing to corrupt data
` [PATCH 06/18] dax: Remove dead zeroing code from fault handlers
` [PATCH 07/18] ext4: Refactor direct IO code
` [PATCH 08/18] ext4: Pre-zero allocated blocks for DAX IO
` [PATCH 09/18] dax: Remove zeroing from dax_io()
` [PATCH 10/18] dax: Remove pointless writeback from dax_do_io()
` [PATCH 11/18] dax: Fix condition for filling of PMD holes
` [PATCH 12/18] dax: Remove redundant inode size checks
` [PATCH 13/18] dax: Make huge page handling depend of CONFIG_BROKEN
` [PATCH 14/18] dax: Define DAX lock bit for radix tree exceptional entry
` [PATCH 15/18] dax: Allow DAX code to replace exceptional entries
` [PATCH 16/18] dax: New fault locking
` [PATCH 17/18] dax: Use radix tree entry lock to protect cow faults
` [PATCH 18/18] dax: Remove i_mmap_lock protection
[PATCHv2 0/4] thp: simplify freeze_page() and unfreeze_page()
2016-04-19 13:55 UTC (3+ messages)
` [PATCHv2 4/4] thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers
[PATCH] arch/defconfig: remove CONFIG_RESOURCE_COUNTERS
2016-04-19 11:32 UTC (3+ messages)
Re: Re: PG_reserved and compound pages
2016-04-19 10:34 UTC (3+ messages)
` "
core.c:undefined reference to `fpu_save'
2016-04-19 10:20 UTC
[PATCH v2] z3fold: the 3-fold allocator for compressed pages
2016-04-19 9:48 UTC
[PATCH resend 0/3] mm: allow arch to override lowmem_page_address
2016-04-19 9:35 UTC (6+ messages)
` [PATCH resend 1/3] nios2: use correct void* return type for page_to_virt()
` [PATCH resend 2/3] openrisc: drop wrongly typed definition of page_to_virt()
` [PATCH resend 3/3] mm: replace open coded page to virt conversion with page_to_virt()
[PATCH v3 00/16] Support non-lru page migration
2016-04-19 7:53 UTC (23+ messages)
` [PATCH v3 05/16] zsmalloc: keep max_object in size_class
` [PATCH v3 06/16] zsmalloc: squeeze inuse into page->mapping
` [PATCH v3 07/16] zsmalloc: remove page_mapcount_reset
` [PATCH v3 08/16] zsmalloc: squeeze freelist into page->mapping
` [PATCH v3 09/16] zsmalloc: move struct zs_meta from mapping to freelist
` [PATCH v3 10/16] zsmalloc: factor page chain functionality out
` [PATCH v3 11/16] zsmalloc: separate free_zspage from putback_zspage
` [PATCH v3 13/16] zsmalloc: migrate head page of zspage
[PATCH] mm/memory-failure: fix race with compound page split/merge
2016-04-19 5:54 UTC (3+ messages)
[PATCH] mm: thp: simplify the implementation of mk_huge_pmd
2016-04-18 23:55 UTC
[patch] mm, hugetlb_cgroup: round limit_in_bytes down to hugepage size
2016-04-18 21:23 UTC (8+ messages)
` [patch v2] "
[PATCH] mm: SLAB freelist randomization
2016-04-18 19:52 UTC (7+ messages)
[PATCH 00/16] Refreshed page-flags patchset
2016-04-18 19:44 UTC (3+ messages)
` [PATCH 12/16] page-flags: define PG_mlocked behavior on compound pages
mmotm woes, mainly compaction
2016-04-18 19:14 UTC (5+ messages)
[PATCH] arm64: Kconfig: remove redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE definition
2016-04-18 18:16 UTC
[PATCH v2] mm: SLAB freelist randomization
2016-04-18 17:00 UTC
[PATCH] mm: make fault_around_bytes configurable
2016-04-18 15:17 UTC
[PATCH] mm: __delete_from_page_cache WARN_ON(page_mapped)
2016-04-18 15:06 UTC (5+ messages)
` [PATCH] mm: __delete_from_page_cache show Bad page if mapped
mm: NULL ptr deref in free_pages_and_swap_cache
2016-04-18 14:44 UTC
making a COW mapping on the fly from existing vma
2016-04-18 13:58 UTC (2+ messages)
[RFC PATCH] mm/mmu_gather: Track page size with mmu gather and force flush if page size change
2016-04-18 9:58 UTC
[PATCH 00/10] Enable HugeTLB page migration on POWER
2016-04-18 8:52 UTC (2+ messages)
[PATCH 03/10] mm/hugetlb: Protect follow_huge_(pud|pgd) functions from race
2016-04-18 8:44 UTC (2+ messages)
[PATCH 03/10] mm/hugetlb: Protect follow_huge_(pud|pgd) functions from race
2016-04-18 8:42 UTC (3+ messages)
[PATCH] mm/memblock: move memblock_{add,reserve}_region into memblock_{add,reserve}
2016-04-18 8:11 UTC (2+ messages)
arch/ia64/kernel/entry.S:621: Error: Operand 2 of `adds' should be a 14-bit integer (-8192-8191)
2016-04-18 5:16 UTC
binary execution from DAX mount hang since next-20160407
2016-04-18 2:50 UTC (2+ messages)
[Bug 107771] New: Single process tries to use more than 1/2 physical RAM, OS starts thrashing
2016-04-17 18:53 UTC (3+ messages)
FlameGraph of mlx4 early drop with order-0 pages
2016-04-17 17:52 UTC (4+ messages)
undefined reference to `early_panic'
2016-04-17 13:57 UTC
mm: memory corruption on mmput
2016-04-17 11:12 UTC
mm: use-after-free in free_vmap_area_noflush
2016-04-17 10:48 UTC
[added to the 3.18 stable tree] sched: Fix crash in sched_init_numa()
2016-04-17 10:00 UTC
[added to the 4.1 stable tree] sched: Fix crash in sched_init_numa()
2016-04-17 9:50 UTC
[memcg:down_write_killable-core-4.5-merge 11/12] arch/x86/include/asm/rwsem.h:106:2: error: 'asm' operand has impossible constraints
2016-04-17 2:42 UTC
[PATCH 00/31] huge tmpfs: THPagecache implemented by teams
2016-04-17 2:28 UTC (10+ messages)
` [PATCH 01/31] huge tmpfs: prepare counts in meminfo, vmstat and SysRq-m
` [PATCH 03/31] huge tmpfs: huge=N mount option and /proc/sys/vm/shmem_huge
` [PATCH 09/31] huge tmpfs: avoid premature exposure of new pagetable
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).