linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-13 22:20:17 to 2017-03-16 04:40:28 UTC [more...]

[PATCH v2 00/10] make try_to_unmap simple
 2017-03-16  4:40 UTC  (13+ messages)
` [PATCH v2 01/10] mm: remove unncessary ret in page_referenced
` [PATCH v2 02/10] mm: remove SWAP_DIRTY in ttu
` [PATCH v2 03/10] mm: remove SWAP_MLOCK check for SWAP_SUCCESS "
` [PATCH v2 04/10] mm: make the try_to_munlock void function
` [PATCH v2 05/10] mm: remove SWAP_MLOCK in ttu
` [PATCH v2 06/10] mm: remove SWAP_AGAIN "
` [PATCH v2 07/10] mm: make ttu's return boolean
` [PATCH v2 08/10] mm: make rmap_walk void function
` [PATCH v2 09/10] mm: make rmap_one boolean function
` [PATCH v2 10/10] mm: remove SWAP_[SUCCESS|AGAIN|FAIL]

[PATCH v3 0/8] try to reduce fragmenting fallbacks
 2017-03-16  2:18 UTC  (9+ messages)
` [PATCH v3 2/8] mm, compaction: remove redundant watermark check in compact_finished()
` [PATCH v3 4/8] mm, page_alloc: count movable pages when stealing from pageblock
` [PATCH v3 7/8] mm, compaction: restrict async compaction to pageblocks of same migratetype
` [PATCH v3 8/8] mm, compaction: finish whole pageblock to reduce fragmentation

[PATCH 00/15] mm: page_alloc: style neatenings
 2017-03-16  2:00 UTC  (16+ messages)
` [PATCH 01/15] mm: page_alloc: whitespace neatening
` [PATCH 02/15] mm: page_alloc: align arguments to parenthesis
` [PATCH 03/15] mm: page_alloc: fix brace positions
` [PATCH 04/15] mm: page_alloc: fix blank lines
` [PATCH 05/15] mm: page_alloc: Move __meminitdata and __initdata uses
` [PATCH 06/15] mm: page_alloc: Use unsigned int instead of unsigned
` [PATCH 07/15] mm: page_alloc: Move labels to column 1
` [PATCH 08/15] mm: page_alloc: Fix typo acording -> according & the the -> to the
` [PATCH 09/15] mm: page_alloc: Use the common commenting style
` [PATCH 10/15] mm: page_alloc: 80 column neatening
` [PATCH 11/15] mm: page_alloc: Move EXPORT_SYMBOL uses
` [PATCH 12/15] mm: page_alloc: Avoid pointer comparisons to NULL
` [PATCH 13/15] mm: page_alloc: Remove unnecessary parentheses
` [PATCH 14/15] mm: page_alloc: Use octal permissions
` [PATCH 15/15] mm: page_alloc: Move logical continuations to EOL

[PATCH 0/3] mm: page_alloc: Object code reductions and logging fix
 2017-03-16  1:43 UTC  (4+ messages)
` [PATCH 1/3] mm: page_alloc: Reduce object size by neatening printks
` [PATCH 2/3] mm: page_alloc: Fix misordered logging output, reduce code size
` [PATCH 3/3] mm: page_alloc: Break up a long single-line printk

[RFC PATCH 00/13] Introduce first class virtual address spaces
 2017-03-15 23:18 UTC  (34+ messages)
` [RFC PATCH 07/13] kernel/fork: Split and export 'mm_alloc' and 'mm_init'
` [RFC PATCH 10/13] mm: Introduce first class virtual address spaces
` [RFC PATCH 11/13] mm/vas: Introduce VAS segments - shareable address space regions

[RFC PATCH] rework memory hotplug onlining
 2017-03-15 23:08 UTC  (7+ messages)
  ` ZONE_NORMAL vs. ZONE_MOVABLE (was: Re: [RFC PATCH] rework memory hotplug onlining)
    ` ZONE_NORMAL vs. ZONE_MOVABLE

[PATCH v2 0/5] mm: support parallel free of memory
 2017-03-15 21:38 UTC  (14+ messages)
` [PATCH v2 1/5] mm: add tlb_flush_mmu_free_batches
` [PATCH v2 2/5] mm: parallel free pages
` [PATCH v2 3/5] mm: use a dedicated workqueue for the free workers
` [PATCH v2 4/5] mm: add force_free_pages in zap_pte_range
` [PATCH v2 5/5] mm: add debugfs interface for parallel free tuning

[PATCH -v6 0/9] THP swap: Delay splitting THP during swapping out
 2017-03-15 17:15 UTC  (11+ messages)
` [PATCH -mm -v6 3/9] mm, THP, swap: Add swap cluster allocate/free functions
` [PATCH -mm -v6 4/9] mm, THP, swap: Add get_huge_swap_page()
` [PATCH -mm -v6 5/9] mm, THP, swap: Support to clear SWAP_HAS_CACHE for huge page

MAP_POPULATE vs. MADV_HUGEPAGES
 2017-03-15 16:50 UTC 

[PATCH v2] xfs: remove kmem_zalloc_greedy
 2017-03-15 16:40 UTC  (7+ messages)

[PATCH] mm: move mm_percpu_wq initialization earlier
 2017-03-15 16:40 UTC 

[PATCH] mm: move pcp and lru-pcp drainging into single wq
 2017-03-15 16:31 UTC  (6+ messages)

[PATCH v4 05/11] mm: thp: enable thp migration in generic path
 2017-03-15 16:00 UTC  (6+ messages)

[PATCH 0/3] mm/fs: get PG_error out of the writeback reporting business
 2017-03-15 14:09 UTC  (5+ messages)
` [RFC PATCH] mm: retry writepages() on ENOMEM when doing an data integrity writeback

[PATCH v7 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-03-15 13:52 UTC  (7+ messages)
` [PATCH v7 2/3] x86: Remap GDT tables in the Fixmap section
` [PATCH v7 3/3] x86: Make the GDT remapping read-only on 64-bit

[PATCH v4] mm/vmscan: more restrictive condition for retry in do_try_to_free_pages
 2017-03-15 12:41 UTC  (2+ messages)

[PATCH v8] mm: Add memory allocation watchdog kernel thread
 2017-03-15 11:49 UTC 

[PATCH v33 01/14] memblock: add memblock_clear_nomap()
 2017-03-15  9:59 UTC  (2+ messages)
` [PATCH v33 02/14] memblock: add memblock_cap_memory_range()

[PATCH 0/6] x86: 5-level paging enabling for v4.12, Part 1
 2017-03-15  9:23 UTC  (6+ messages)

[RFC PATCH] mm, hotplug: get rid of auto_online_blocks
 2017-03-15  7:57 UTC  (25+ messages)
                ` WTH is going on with memory hotplug sysf interface (was: Re: [RFC PATCH] mm, hotplug: get rid of auto_online_blocks)
                  ` WTH is going on with memory hotplug sysf interface

[PATCH V3 0/4] Define coherent device memory node
 2017-03-15  4:10 UTC  (5+ messages)
` [PATCH 1/2] mm: Change generic FALLBACK zonelist creation process

mmotm 2017-03-14-15-41 uploaded
 2017-03-14 22:41 UTC 

fsx tests on DAX started to fail with msync failure on 0307 -next tree
 2017-03-14 21:53 UTC  (3+ messages)
` [PATCH] dax: fix regression in dax_writeback_mapping_range()

[RFC PATCH 00/12] Ion cleanup in preparation for moving out of staging
 2017-03-14 20:28 UTC  (15+ messages)

[PATCH] x86, kasan: add KASAN checks to atomic operations
 2017-03-14 19:25 UTC  (15+ messages)

[PATCH 0/3] x86, kasan: add KASAN checks to atomic operations
 2017-03-14 19:24 UTC  (4+ messages)
` [PATCH 1/3] kasan: allow kasan_check_read/write() to accept pointers to volatiles
` [PATCH 2/3] asm-generic, x86: wrap atomic operations
` [PATCH 3/3] asm-generic: add KASAN instrumentation to "

[PATCHv2 6/7] mm: convert generic code to 5-level paging
 2017-03-14 18:55 UTC  (4+ messages)
` [PATCHv2,6/7] "

[LSF/MM TOPIC][LSF/MM,ATTEND] shared TLB, hugetln reservations
 2017-03-14 18:37 UTC  (3+ messages)
` [LSF/MM TOPIC][LSF/MM,ATTEND] shared TLB, hugetlb reservations

[PATCH] mm, gup: fix typo in gup_p4d_range()
 2017-03-14 18:36 UTC  (2+ messages)

[PATCH v3] mm: fix condition for throttle_direct_reclaim
 2017-03-14 18:32 UTC 

[PATCH v2 0/9] kasan: improve error reports
 2017-03-14 17:15 UTC  (11+ messages)
` [PATCH v2 6/9] kasan: improve slab object description

[PATCH] mm, page_alloc: fix the duplicate save/ressave irq
 2017-03-14 13:51 UTC  (6+ messages)

Is MADV_HWPOISON supposed to work only on faulted-in pages?
 2017-03-14 13:20 UTC  (8+ messages)
            ` [LTP] "

[PATCHv2 0/2] mm: add private lock to serialize memory hotplug operations
 2017-03-14 12:52 UTC  (3+ messages)
` [PATCHv2 1/2] "
` [PATCHv2 2/2] drivers core: remove assert_held_device_hotplug()

[PATCH] x86/hugetlb: Use 32/64 mmap bases according to syscall
 2017-03-14 12:03 UTC  (2+ messages)

[PATCH v1] mm/compaction: ignore block suitable after check large free page
 2017-03-14 11:25 UTC 

[PATCH] mm, swap: VMA based swap readahead
 2017-03-14  9:25 UTC 

[PATCH v6 00/15] lockdep: Implement crossrelease feature
 2017-03-14  8:19 UTC  (16+ messages)
` [PATCH v6 01/15] lockdep: Refactor lookup_chain_cache()
` [PATCH v6 02/15] lockdep: Add a function building a chain between two classes
` [PATCH v6 03/15] lockdep: Change the meaning of check_prev_add()'s return value
` [PATCH v6 04/15] lockdep: Make check_prev_add() able to handle external stack_trace
` [PATCH v6 05/15] lockdep: Implement crossrelease feature
` [PATCH v6 06/15] lockdep: Handle non(or multi)-acquisition of a crosslock
` [PATCH v6 07/15] lockdep: Avoid adding redundant direct links of crosslocks
` [PATCH v6 08/15] lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKS
` [PATCH v6 09/15] lockdep: Make print_circular_bug() aware of crossrelease
` [PATCH v6 10/15] lockdep: Apply crossrelease to completions
` [PATCH v6 11/15] pagemap.h: Remove trailing white space
` [PATCH v6 12/15] lockdep: Apply crossrelease to PG_locked locks
` [PATCH v6 13/15] lockdep: Apply lock_acquire(release) on __Set(__Clear)PageLocked
` [PATCH v6 14/15] lockdep: Move data of CONFIG_LOCKDEP_PAGELOCK from page to page_ext
` [PATCH v6 15/15] lockdep: Crossrelease feature documentation

[PATCH v2] mm: fix condition for throttle_direct_reclaim
 2017-03-14  8:16 UTC  (3+ messages)

[PATCH v5 00/13] lockdep: Implement crossrelease feature
 2017-03-14  7:36 UTC  (4+ messages)
` [PATCH v5 06/13] "

[PATCH v1 00/10] make try_to_unmap simple
 2017-03-14  7:37 UTC  (7+ messages)
` [PATCH v1 02/10] mm: remove SWAP_DIRTY in ttu
` [PATCH v1 09/10] mm: make rmap_one boolean function

[x86/kasan] 1771c6e1a5 BUG: KASAN: slab-out-of-bounds in memdup_user at addr ffff8800001f3940
 2017-03-14  2:07 UTC 

[PATCHv6 3/5] x86/mm: introduce mmap_compat_base for 32-bit mmap()
 2017-03-14  1:30 UTC  (2+ messages)
` [lkp-robot] [x86/mm] 0d708eaade: libhugetlbfs.32bit.unlinked_fd.fail

MIPS: Memory corruption forking within pthread environment
 2017-03-14  1:15 UTC 

arch/x86/include/asm/pgtable.h:888:2: error: implicit declaration of function 'native_pud_clear'
 2017-03-14  0:56 UTC  (3+ 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).