messages from 2014-08-01 01:06:45 to 2014-08-07 08:19:49 UTC [more...]
[PATCH v2 0/8] fix freepage count problems in memory isolation
2014-08-07 8:19 UTC (18+ messages)
` [PATCH v2 1/8] mm/page_alloc: correct to clear guard attribute in DEBUG_PAGEALLOC
` [PATCH v2 1/8] mm/page_alloc: fix pcp high, batch management
` [PATCH v2 2/8] mm/isolation: remove unstable check for isolated page
` [PATCH v2 2/8] mm/page_alloc: correct to clear guard attribute in DEBUG_PAGEALLOC
` [PATCH v2 3/8] mm/isolation: remove unstable check for isolated page
` [PATCH v2 3/8] mm/page_alloc: fix pcp high, batch management
` [PATCH v2 4/8] mm/isolation: close the two race problems related to pageblock isolation
` [PATCH v2 5/8] mm/isolation: change pageblock isolation logic to fix freepage counting bugs
` [PATCH v2 6/8] mm/isolation: factor out pre/post logic on set/unset_migratetype_isolate()
` [PATCH v2 7/8] mm/isolation: fix freepage counting bug on start/undo_isolat_page_range()
` [PATCH v2 8/8] mm/isolation: remove useless race handling related to pageblock isolation
[RFC][PATCH 0/7] nested sleeps, fixes and debug infra
2014-08-07 8:10 UTC (6+ messages)
mm-memcontrol-rewrite-charge-api.patch and mm-memcontrol-rewrite-uncharge-api.patch
2014-08-07 7:44 UTC (7+ messages)
` mm: memcontrol: rewrite charge API
` mm: memcontrol: rewrite uncharge API
vmstat: On demand vmstat workers V8
2014-08-07 1:50 UTC (7+ messages)
[RFC 0/4] Reducing parameters of alloc_pages* family of functions
2014-08-06 22:26 UTC (6+ messages)
` [PATCH 1/4] mm: page_alloc: determine migratetype only once
` [RFC 2/4] mm, page_alloc: reduce number of alloc_pages* functions' parameters
` [RFC 3/4] mm, page_alloc: make alloc_flags a separate parameter again
` [RFC 4/4] mm, page_alloc: make gfp_mask "
[PATCH -mm v6 00/13] pagewalk: improve vma handling, apply to new users
2014-08-06 19:14 UTC (16+ messages)
` [PATCH -mm v6 01/13] mm/pagewalk: remove pgd_entry() and pud_entry()
` [PATCH -mm v6 02/13] pagewalk: improve vma handling
` [PATCH -mm v6 03/13] pagewalk: add walk_page_vma()
` [PATCH -mm v6 04/13] smaps: remove mem_size_stats->vma and use walk_page_vma()
` [PATCH -mm v6 05/13] clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()
` [PATCH -mm v6 06/13] pagemap: use walk->vma instead of calling find_vma()
` [PATCH -mm v6 07/13] numa_maps: fix typo in gather_hugetbl_stats
` [PATCH -mm v6 08/13] numa_maps: remove numa_maps->vma
` [PATCH -mm v6 09/13] memcg: cleanup preparation for page table walk
` [PATCH -mm v6 10/13] arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma()
` [PATCH -mm v6 11/13] mempolicy: apply page table walker on queue_pages_range()
` [PATCH -mm v6 12/13] mm: /proc/pid/clear_refs: avoid split_huge_page()
` [PATCH -mm v6 13/13] mincore: apply page table walker on do_mincore()
[RFC 0/3] zram memory control enhance
2014-08-06 12:54 UTC (8+ messages)
` [RFC 1/3] zsmalloc: move pages_allocated to zs_pool
` [RFC 2/3] zsmalloc/zram: add zs_get_max_size_bytes and use it in zram
` [RFC 3/3] zram: limit memory size for zram
mm: BUG in unmap_page_range
2014-08-06 10:35 UTC (8+ messages)
[linux-3.10.17] Could not allocate memory from free CMA areas
2014-08-06 7:59 UTC (4+ messages)
[PATCHv2] CMA/HOTPLUG: clear buffer-head lru before page migration
2014-08-06 7:37 UTC (4+ messages)
[PATCH 0/2] new API to allocate buffer-cache for superblock in non-movable area
2014-08-06 6:15 UTC (16+ messages)
[patch 0/4] mm: memcontrol: populate unified hierarchy interface
2014-08-05 15:27 UTC (8+ messages)
` [patch 1/4] mm: memcontrol: reduce reclaim invocations for higher order requests
` [patch 2/4] mm: memcontrol: add memory.current and memory.high to default hierarchy
` [patch 3/4] mm: memcontrol: add memory.max "
` [patch 4/4] mm: memcontrol: add memory.vmstat "
[patch] mm: memcontrol: avoid charge statistics churn during page migration
2014-08-05 13:34 UTC (4+ messages)
[patch] mm: memcontrol: clean up reclaim size variable use in try_charge()
2014-08-05 12:26 UTC (2+ messages)
[patch 1/3] mm, oom: ensure memoryless node zonelist always includes zones
2014-08-05 0:18 UTC (8+ messages)
` [patch 2/3] mm, oom: remove unnecessary check for NULL zonelist
[PATCH 0/2] faultaround updates
2014-08-04 22:20 UTC (7+ messages)
` [PATCHv2 1/2] mm: close race between do_fault_around() and fault_around_bytes_set()
` [PATCH 2/2] mm: mark fault_around_bytes __read_mostly
[PATCH v2 1/3] mm/hugetlb: take refcount under page table lock in follow_huge_pmd()
2014-08-04 15:50 UTC (7+ messages)
` [PATCH v2 2/3] mm/hugetlb: use get_page_unless_zero() in hugetlb_fault()
` [PATCH v2 3/3] mm/hugetlb: add migration entry check in hugetlb_change_protection
` [PATCH] mm/hugetlb: remove unused argument of follow_huge_(pmd|pud)
[PATCH v13 0/8] MADV_FREE support
2014-08-04 10:50 UTC (3+ messages)
` [PATCH v13 4/8] powerpc: add pmd_[dirty|mkclean] for THP
[PATCH v3 1/2] timer: provide an api for deferrable timeout
2014-08-04 10:44 UTC (3+ messages)
[PATCH 0/2] Fix excessive swapping when memcg are enabled
2014-08-04 9:56 UTC (6+ messages)
` [PATCH 2/2] memcg, vmscan: Fix forced scan of anonymous pages
[PATCH v2] mm: BUG when __kmap_atomic_idx equals KM_TYPE_NR
2014-08-04 9:25 UTC (5+ messages)
[PATCH v6 00/13] compaction: balancing overhead and success rates
2014-08-04 8:55 UTC (14+ messages)
` [PATCH v6 01/13] mm, THP: don't hold mmap_sem in khugepaged when allocating THP
` [PATCH v6 02/13] mm, compaction: defer each zone individually instead of preferred zone
` [PATCH v6 03/13] mm, compaction: do not count compact_stall if all zones skipped compaction
` [PATCH v6 04/13] mm, compaction: do not recheck suitable_migration_target under lock
` [PATCH v6 05/13] mm, compaction: move pageblock checks up from isolate_migratepages_range()
` [PATCH v6 06/13] mm, compaction: reduce zone checking frequency in the migration scanner
` [PATCH v6 07/13] mm, compaction: khugepaged should not give up due to need_resched()
` [PATCH v6 08/13] mm, compaction: periodically drop lock and restore IRQs in scanners
` [PATCH v6 09/13] mm, compaction: skip rechecks when lock was already held
` [PATCH v6 10/13] mm, compaction: remember position within pageblock in free pages scanner
` [PATCH v6 11/13] mm, compaction: skip buddy pages by their order in the migrate scanner
` [PATCH v6 12/13] mm: rename allocflags_to_migratetype for clarity
` [PATCH v6 13/13] mm, compaction: pass gfp mask to compact_control
Questions about Kernel Memory that I didn't find answers in Google - Please Help
2014-08-03 15:59 UTC
mmu_notifier: preparatory patches for hmm and or iommuv2 v6
2014-08-02 18:54 UTC (6+ messages)
` [PATCH 1/7] mmu_notifier: add call_srcu and sync function for listener to delay call and sync
[PATCH] mmu_notifier: add call_srcu and sync function for listener to delay call and sync
2014-08-02 13:10 UTC
[thp] kernel BUG at mm/swap.c:122!
2014-08-02 4:17 UTC (2+ messages)
Killing process in D state on mount to dead NFS server. (when process is in fsync)
2014-08-02 3:44 UTC (8+ messages)
[PATCH v4 0/2] mm/highmem: make kmap cache coloring aware
2014-08-02 1:11 UTC (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] xtensa: support aliasing cache in kmap
[PATCH] mm: softdirty: respect VM_SOFTDIRTY in PTE holes
2014-08-01 19:53 UTC (3+ messages)
[PATCH v3 0/2] mm/highmem: make kmap cache coloring aware
2014-08-01 20:24 UTC (5+ messages)
` [PATCH v3 1/2] "
[PATCH v8 00/22] Support ext4 on NV-DIMMs
2014-08-01 18:45 UTC (11+ messages)
` [PATCH v8 04/22] Change direct_access calling convention
[PATCH] swap: remove the struct cpumask has_work
2014-08-01 17:28 UTC (6+ messages)
[PATCH RESEND 0/5] mm, shmem: Enhance per-process accounting of shared memory
2014-08-01 15:23 UTC (15+ 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 v9 00/22] Support ext4 on NV-DIMMs
2014-08-01 13:27 UTC (23+ messages)
` [PATCH v9 01/22] axonram: Fix bug in direct_access
` [PATCH v9 02/22] Change direct_access calling convention
` [PATCH v9 03/22] Fix XIP fault vs truncate race
` [PATCH v9 04/22] Allow page fault handlers to perform the COW
` [PATCH v9 05/22] Introduce IS_DAX(inode)
` [PATCH v9 06/22] Add copy_to_iter(), copy_from_iter() and iov_iter_zero()
` [PATCH v9 07/22] Replace XIP read and write with DAX I/O
` [PATCH v9 08/22] Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v9 09/22] Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v9 10/22] Replace xip_truncate_page with dax_truncate_page
` [PATCH v9 11/22] Replace XIP documentation with DAX documentation
` [PATCH v9 12/22] Remove get_xip_mem
` [PATCH v9 13/22] ext2: Remove ext2_xip_verify_sb()
` [PATCH v9 14/22] ext2: Remove ext2_use_xip
` [PATCH v9 15/22] ext2: Remove xip.c and xip.h
` [PATCH v9 16/22] Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
` [PATCH v9 17/22] ext2: Remove ext2_aops_xip
` [PATCH v9 18/22] Get rid of most mentions of XIP in ext2
` [PATCH v9 19/22] xip: Add xip_zero_page_range
` [PATCH v9 20/22] ext4: Avoid lock inversion between i_mmap_mutex and transaction start
` [PATCH v9 21/22] ext4: Add DAX functionality
` [PATCH v9 22/22] brd: Rename XIP to DAX
[RFC PATCH] mm: Add helpers for locked_vm
2014-08-01 10:08 UTC (6+ messages)
[RFC][PATCH 0/5] VM_PINNED
2014-08-01 10:16 UTC (4+ messages)
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).