linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/6] mm: give __GFP_REPEAT a better semantic
 2017-06-26 12:18 UTC  (18+ messages)
` [PATCH 1/6] MIPS: do not use __GFP_REPEAT for order-0 request
` [PATCH 2/6] mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic
` [PATCH 3/6] xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL
` [PATCH 4/6] mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizes
` [PATCH 5/6] drm/i915: use __GFP_RETRY_MAYFAIL
` [PATCH 6/6] mm, migration: do not trigger OOM killer when migrating memory

[PATCH v2 00/51] block: support multipage bvec
 2017-06-26 12:10 UTC  (43+ messages)
` [PATCH v2 01/51] block: drbd: comment on direct access bvec table
` [PATCH v2 02/51] block: loop: comment on direct access to "
` [PATCH v2 03/51] kernel/power/swap.c: "
` [PATCH v2 04/51] mm: page_io.c: "
` [PATCH v2 05/51] fs/buffer: "
` [PATCH v2 06/51] f2fs: f2fs_read_end_io: "
` [PATCH v2 07/51] bcache: "
` [PATCH v2 08/51] block: comment on bio_alloc_pages()
` [PATCH v2 09/51] block: comment on bio_iov_iter_get_pages()
` [PATCH v2 10/51] dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
` [PATCH v2 11/51] md: raid1: initialize bvec table via bio_add_page()
` [PATCH v2 12/51] md: raid10: avoid to access bvec table directly
` [PATCH v2 13/51] btrfs: avoid access to .bi_vcnt directly
` [PATCH v2 14/51] btrfs: avoid to access bvec table directly for a cloned bio
` [PATCH v2 15/51] btrfs: comment on direct access bvec table
` [PATCH v2 16/51] block: bounce: avoid direct access to "
` [PATCH v2 17/51] bvec_iter: introduce BVEC_ITER_ALL_INIT
` [PATCH v2 18/51] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH v2 19/51] block: comments on bio_for_each_segment[_all]
` [PATCH v2 20/51] block: introduce multipage/single page bvec helpers
` [PATCH v2 21/51] block: implement sp version of bvec iterator helpers
` [PATCH v2 22/51] block: introduce bio_for_each_segment_mp()
` [PATCH v2 23/51] blk-merge: compute bio->bi_seg_front_size efficiently
` [PATCH v2 24/51] block: blk-merge: try to make front segments in full size
` [PATCH v2 25/51] block: blk-merge: remove unnecessary check
` [PATCH v2 26/51] block: use bio_for_each_segment_mp() to compute segments count
` [PATCH v2 27/51] block: use bio_for_each_segment_mp() to map sg
` [PATCH v2 28/51] block: introduce bvec_for_each_sp_bvec()
` [PATCH v2 29/51] block: bio: introduce single/multi page version of bio_for_each_segment_all()
` [PATCH v2 30/51] block: introduce bvec_get_last_page()
` [PATCH v2 31/51] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH v2 32/51] btrfs: use bvec_get_last_page to get bio's last page
` [PATCH v2 33/51] block: deal with dirtying pages for multipage bvec
` [PATCH v2 34/51] block: convert to singe/multi page version of bio_for_each_segment_all()
` [PATCH v2 35/51] bcache: convert to bio_for_each_segment_all_sp()
` [PATCH v2 36/51] md: raid1: "
` [PATCH v2 37/51] dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()
` [PATCH v2 38/51] dm-crypt: convert to bio_for_each_segment_all_sp()
` [PATCH v2 39/51] fs/mpage: "
` [PATCH v2 40/51] fs/block: "
` [PATCH v2 41/51] fs/iomap: "
` [PATCH v2 42/51] ext4: "

[RFC PATCH v2 0/7] cgroup-aware OOM killer
 2017-06-26 11:55 UTC  (6+ messages)

[PATCH] x86/mm/hotplug: fix BUG_ON() after hotremove by not freeing pud v3
 2017-06-26  9:43 UTC  (2+ messages)

[PATCH] mm: document highmem_is_dirtyable sysctl
 2017-06-26  9:32 UTC 

[Bug 196157] New: 100+ times slower disk writes on 4.x+/i386/16+RAM, compared to 3.x
 2017-06-26  9:12 UTC  (8+ messages)

[PATCH v2] mm: Allow slab_nomerge to be set at build time
 2017-06-26  9:00 UTC  (4+ messages)

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-26  8:23 UTC  (12+ messages)
` [PATCH v7 01/22] fs: remove call_fsync helper function
` [PATCH v7 04/22] buffer: set errors in mapping at the time that the error occurs
` [PATCH v7 05/22] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking

Error in freeing memory with zone reclaimable always returning true
 2017-06-26  8:00 UTC  (2+ messages)

[RFC PATCH 0/4] mm/hotplug: make hotplug memory_block alligned
 2017-06-26  7:50 UTC  (11+ messages)
` [RFC PATCH 1/4] mm/hotplug: aligne the hotplugable range with memory_block
` [RFC PATCH 2/4] mm/hotplug: walk_memroy_range on memory_block uit
` [RFC PATCH 3/4] mm/hotplug: make __add_pages() iterate on memory_block and split __add_section()
` [RFC PATCH 4/4] base/memory: pass start_section_nr to init_memory_block()

[PATCH] mm/gup: Make __gup_device_* require THP
 2017-06-26  6:38 UTC 

v4.12-rc6: kernel hang during booting
 2017-06-26  6:19 UTC 

[PATCH -v4 0/14] mm: make movable onlining suck less
 2017-06-26  5:38 UTC  (4+ messages)
` [PATCH 11/14] mm, memory_hotplug: do not associate hotadded memory to zones until online

[RFC v3 00/23] powerpc: Memory Protection Keys
 2017-06-26  4:02 UTC  (4+ messages)
` [RFC v3 02/23] powerpc: introduce set_hidx_slot helper

[PATCH] mm/memory_hotplug: just build zonelist for new added node
 2017-06-26  3:58 UTC 

[PATCH v2] mm: Add SLUB free list pointer obfuscation
 2017-06-25 19:56 UTC  (2+ messages)

[kees:for-next/fortify 8/8] include/linux/string.h:309:4: error: call to '__read_overflow2' declared with attribute error: detected read beyond size of object passed as 2nd parameter
 2017-06-25  1:16 UTC 

[PATCH] x86/mm/hotplug: fix BUG_ON() after hotremove by not freeing pud v2
 2017-06-24 18:05 UTC  (8+ messages)

linux-next: BUG: Bad page state in process ip6tables-save pfn:1499f4
 2017-06-24 15:08 UTC  (3+ messages)

[PATCH] mm: remove a redundant condition in the for loop
 2017-06-24 13:26 UTC  (5+ messages)
` [PATCH] mm/page_alloc.c: eliminate unsigned confusion in __rmqueue_fallback

[HMM 00/15] HMM (Heterogeneous Memory Management) v23
 2017-06-24  6:15 UTC  (7+ messages)
` [HMM 01/15] hmm: heterogeneous memory management documentation
` [HMM 09/15] mm/hmm/devmem: device memory hotplug using ZONE_DEVICE v5

[PATCH 0/1] Remove unused variable from memory_hotplug.c
 2017-06-24  4:34 UTC  (2+ messages)
` [PATCH 1/1] mm: remove unused zone_type variable from __remove_zone()

[PATCH v3 1/6] mm, x86: Add ARCH_HAS_ZONE_DEVICE to Kconfig
 2017-06-24  3:26 UTC  (2+ messages)

OOM kills with lots of free swap
 2017-06-23 23:29 UTC 

[PATCH] mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
 2017-06-23 22:19 UTC  (10+ messages)

mmotm 2017-06-23-15-03 uploaded
 2017-06-23 22:04 UTC 

[PATCH v5 1/4] x86: switch atomic.h to use atomic-instrumented.h
 2017-06-23 19:00 UTC  (5+ messages)

[PATCH v7 00/36] x86: Secure Memory Encryption (AMD)
 2017-06-23 17:44 UTC  (14+ messages)
` [PATCH v7 31/36] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v7 32/36] xen/x86: Remove SME feature in PV guests
` [PATCH v7 33/36] x86/mm: Use proper encryption attributes with /dev/mem
` [PATCH v7 34/36] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v7 35/36] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v7 36/36] x86/mm: Add support to make use of Secure Memory Encryption

[RFC PATCH 0/4] Support for metadata specific accounting
 2017-06-23 16:14 UTC  (3+ messages)

[PATCH v3 00/11] PCID and improved laziness
 2017-06-23 15:46 UTC  (33+ messages)
` [PATCH v3 05/11] x86/mm: Track the TLB's tlb_gen and update the flushing algorithm
` [PATCH v3 06/11] x86/mm: Rework lazy TLB mode and TLB freshness tracking
` [PATCH v3 07/11] x86/mm: Stop calling leave_mm() in idle code
` [PATCH v3 08/11] x86/mm: Disable PCID on 32-bit kernels
` [PATCH v3 09/11] x86/mm: Add nopcid to turn off PCID
` [PATCH v3 10/11] x86/mm: Enable CR4.PCIDE on supported systems
` [PATCH v3 11/11] x86/mm: Try to preserve old TLB entries using PCID

Sleeping BUG in khugepaged for i586
 2017-06-23 15:28 UTC  (11+ messages)

[PATCH v2 0/3] DAX common 4k zero page
 2017-06-23 15:25 UTC  (5+ messages)
` [PATCH v2 1/3] mm: add vm_insert_mixed_mkwrite()

[PATCH 0/5] Last bits for initial 5-level paging enabling
 2017-06-23 14:49 UTC  (3+ messages)

[PATCH] exec: Account for argv/envp pointers
 2017-06-23 14:18 UTC  (4+ messages)

[patch for-4.12] mm, thp: remove cond_resched from __collapse_huge_page_copy
 2017-06-23 13:24 UTC  (2+ messages)

[PATCH 0/2] fix premature OOM killer
 2017-06-23 12:50 UTC  (7+ messages)
` [RFC PATCH 2/2] mm, oom: do not trigger out_of_memory from the #PF

Re: [PATCH] mm,oom_kill: Close race window of needlessly selecting new victims
 2017-06-23 12:45 UTC  (4+ messages)
  `  "

[RFC] virtio-mem: paravirtualized memory
 2017-06-23 12:45 UTC  (6+ messages)

Re: [patch] mm, oom: prevent additional oom kills before memory is freed
 2017-06-23 12:38 UTC  (7+ messages)
    ` Re: [patch] mm, oom: prevent additional oom kills before memoryis freed

[PATCH] mm: Remove ancient/ambiguous comment
 2017-06-23 12:22 UTC  (5+ messages)
  ` [PATCH v2] "
` [PATCHi v3] "

[RFC PATCH] mm, swap: don't disable preemption while taking the per-CPU cache
 2017-06-23 12:13 UTC  (6+ messages)
  ` [PATCH] "

[PATCH] mm: Refactor conversion of pages to bytes macro definitions
 2017-06-23 11:48 UTC  (4+ messages)

[RFC PATCH] mmap, aslr: do not enforce legacy mmap on unlimited stacks
 2017-06-23  8:46 UTC  (2+ messages)

[PATCH -mm -v2 00/12] mm, THP, swap: Delay splitting THP after swapped out
 2017-06-23  7:13 UTC  (13+ messages)
` [PATCH -mm -v2 01/12] mm, THP, swap: Support to clear swap cache flag for THP "
` [PATCH -mm -v2 02/12] mm, THP, swap: Support to reclaim swap space "
` [PATCH -mm -v2 03/12] mm, THP, swap: Make reuse_swap_page() works "
` [PATCH -mm -v2 04/12] mm, THP, swap: Don't allocate huge cluster for file backed swap device
` [PATCH -mm -v2 05/12] block, THP: Make block_device_operations.rw_page support THP
` [PATCH -mm -v2 06/12] Test code to write THP to swap device as a whole
` [PATCH -mm -v2 07/12] mm, THP, swap: Support to split THP for THP swapped out
` [PATCH -mm -v2 08/12] memcg, THP, swap: Support move mem cgroup charge "
` [PATCH -mm -v2 09/12] memcg, THP, swap: Avoid to duplicated charge THP in swap cache
` [PATCH -mm -v2 10/12] memcg, THP, swap: Make mem_cgroup_swapout() support THP
` [PATCH -mm -v2 11/12] mm, THP, swap: Delay splitting THP after swapped out
` [PATCH -mm -v2 12/12] mm, THP, swap: Add THP swapping out fallback counting

next-20170620 BUG in do_page_fault / do_huge_pmd_wp_page
 2017-06-23  5:48 UTC  (2+ messages)

[RFC PATCH 2/2] mm, fs: daxfile, an interface for byte-addressable updates to pmem
 2017-06-23  3:07 UTC  (12+ messages)

[PATCH] docs/memory-hotplug: adjust the explanation of valid_zones sysfs
 2017-06-23  1:41 UTC  (3+ messages)

[PATCH 0/2] memory hotplug follow up fixes
 2017-06-23  1:37 UTC  (5+ messages)
` [PATCH 2/2] mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone

[PATCH v7 00/16] lockdep: Implement crossrelease feature
 2017-06-22 23:27 UTC  (4+ messages)
` [PATCH v7 05/16] "

[PATCH] mm,page_alloc: Serialize warn_alloc() if schedulable
 2017-06-22 22:53 UTC  (7+ messages)

[v3 0/6] cgroup-aware OOM killer
 2017-06-22 21:52 UTC  (5+ messages)
` [v3 1/6] mm, oom: use oom_victims counter to synchronize oom victim selection

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox