linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-07 05:42:14 to 2017-08-08 08:52:54 UTC [more...]

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

[PATCH v1 0/6] Remove rw_page
 2017-08-08  8:23 UTC  (10+ messages)
` [PATCH v1 1/6] bdi: introduce BDI_CAP_SYNC
` [PATCH v1 2/6] fs: use on-stack-bio if backing device has BDI_CAP_SYNC capability
` [PATCH v1 3/6] mm:swap: remove end_swap_bio_write argument
` [PATCH v1 4/6] mm:swap: use on-stack-bio for BDI_CAP_SYNC devices
` [PATCH v1 5/6] zram: remove zram_rw_page
` [PATCH v1 6/6] fs: remove rw_page

[PATCH v6 6/7] mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem
 2017-08-08  8:16 UTC  (7+ messages)
` [lkp-robot] [mm] 7674270022: will-it-scale.per_process_ops -19.3% regression

[PATCH -mm] mm: Clear to access sub-page last when clearing huge page
 2017-08-08  7:40 UTC  (11+ messages)

[PATCH v13 0/5] Virtio-balloon Enhancement
 2017-08-08  6:34 UTC  (7+ messages)
` [PATCH v13 1/5] Introduce xbitmap
` [PATCH v13 4/5] mm: support reporting free page blocks
      ` [virtio-dev] "

[PATCH] userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropage
 2017-08-08  6:08 UTC  (2+ messages)

[PATCH] mm: ratelimit PFNs busy info message
 2017-08-08  5:34 UTC  (5+ messages)

[RFC PATCH 0/1] Add hugetlbfs support to memfd_create()
 2017-08-08  5:33 UTC  (3+ messages)
` [RFC PATCH 1/1] mm/shmem: add "

[PATCH] oom_reaper: close race without using oom_lock
 2017-08-08  2:14 UTC  (8+ messages)
            `  "

[RFC PATCH v1] powerpc/radix/kasan: KASAN support for Radix
 2017-08-08  1:18 UTC  (3+ messages)

[PATCH] mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookups
 2017-08-08  1:05 UTC 

kernel panic on null pointer on page->mem_cgroup
 2017-08-08  1:01 UTC  (2+ messages)

[PATCH v8 00/14] lockdep: Implement crossrelease feature
 2017-08-07 15:58 UTC  (20+ messages)
` [PATCH v8 01/14] lockdep: Refactor lookup_chain_cache()
` [PATCH v8 02/14] lockdep: Add a function building a chain between two classes
` [PATCH v8 03/14] lockdep: Change the meaning of check_prev_add()'s return value
` [PATCH v8 04/14] lockdep: Make check_prev_add() able to handle external stack_trace
` [PATCH v8 05/14] lockdep: Implement crossrelease feature
` [PATCH v8 06/14] lockdep: Detect and handle hist_lock ring buffer overwrite
` [PATCH v8 07/14] lockdep: Handle non(or multi)-acquisition of a crosslock
` [PATCH v8 08/14] lockdep: Make print_circular_bug() aware of crossrelease
` [PATCH v8 09/14] lockdep: Apply crossrelease to completions
` [PATCH v8 10/14] pagemap.h: Remove trailing white space
` [PATCH v8 11/14] lockdep: Apply crossrelease to PG_locked locks
` [PATCH v8 12/14] lockdep: Apply lock_acquire(release) on __Set(__Clear)PageLocked
` [PATCH v8 13/14] lockdep: Move data of CONFIG_LOCKDEP_PAGELOCK from page to page_ext
` [PATCH v8 14/14] lockdep: Crossrelease feature documentation

[RFC][PATCH] mm/slub.c: Allow poisoning to use the fast path
 2017-08-07 22:23 UTC  (6+ messages)

[v6 00/15] complete deferred page initialization
 2017-08-07 20:38 UTC  (16+ messages)
` [v6 01/15] x86/mm: reserve only exiting low pages
` [v6 02/15] x86/mm: setting fields in deferred pages
` [v6 03/15] sparc64/mm: "
` [v6 04/15] mm: discard memblock data later
` [v6 05/15] mm: don't accessed uninitialized struct pages
` [v6 06/15] sparc64: simplify vmemmap_populate
` [v6 07/15] mm: defining memblock_virt_alloc_try_nid_raw
` [v6 08/15] mm: zero struct pages during initialization
` [v6 09/15] sparc64: optimized struct page zeroing
` [v6 10/15] x86/kasan: explicitly zero kasan shadow memory
` [v6 11/15] arm64/kasan: "
` [v6 12/15] mm: explicitly zero pagetable memory
` [v6 13/15] mm: stop zeroing memory during allocation in vmemmap
` [v6 14/15] mm: optimize early system hash allocations
` [v6 15/15] mm: debug for raw alloctor

binfmt_elf: use ELF_ET_DYN_BASE only for PIE breaks asan
 2017-08-07 19:46 UTC  (32+ messages)

[RFC] Tagging of vmalloc pages for supporting the pmalloc allocator
 2017-08-07 19:12 UTC  (16+ messages)

[PATCH v2 0/2] mm,fork,security: introduce MADV_WIPEONFORK
 2017-08-07 18:23 UTC  (7+ messages)

[PATCH RT 1/6] lockdep: Fix per-cpu static objects
 2017-08-07 17:40 UTC 

[PATCH v5 0/9] arm64: Enable contiguous pte hugepage support
 2017-08-07 17:19 UTC  (3+ messages)
` [PATCH v5 4/9] arm64: hugetlb: Add break-before-make logic for contiguous entries

[PATCHv3 00/13] Boot-time switching between 4- and 5-level paging
 2017-08-07 15:54 UTC  (16+ messages)
` [PATCHv3 01/13] mm, sparsemem: Allocate mem_section at runtime for SPARSEMEM_EXTREME
` [PATCHv3 02/13] x86/kasan: Use the same shadow offset for 4- and 5-level paging
` [PATCHv3 03/13] x86/xen: Provide pre-built page tables only for XEN_PV and XEN_PVH
` [PATCHv3 04/13] x86/xen: Drop 5-level paging support code from XEN_PV code
` [PATCHv3 05/13] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
` [PATCHv3 06/13] x86/mm: Make virtual memory layout movable for CONFIG_X86_5LEVEL
` [PATCHv3 07/13] x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
` [PATCHv3 08/13] x86/mm: Handle boot-time paging mode switching at early boot
` [PATCHv3 09/13] x86/mm: Fold p4d page table layer at runtime
` [PATCHv3 10/13] x86/mm: Replace compile-time checks for 5-level with runtime-time
` [PATCHv3 11/13] x86/mm: Allow to boot without la57 if CONFIG_X86_5LEVEL=y
` [PATCHv3 12/13] x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVEL
` [PATCHv3 13/13] x86/mm: Offset boot-time paging mode switching cost

[PATCH 0/2] mm, oom: fix oom_reaper fallouts
 2017-08-07 15:23 UTC  (6+ messages)
` [PATCH 1/2] mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS
` [PATCH 2/2] mm, oom: fix potential data corruption when oom_reaper races with writer

[PATCH] mm/vmalloc: reduce half comparison during pcpu_get_vm_areas()
 2017-08-07 15:11 UTC  (3+ messages)

[PATCH 0/2] mm, oom: do not grant oom victims full memory reserves access
 2017-08-07 14:21 UTC  (2+ messages)

[PATCH RESEND] mm: don't zero ballooned pages
 2017-08-07  9:37 UTC  (5+ messages)

[RESEND PATCH] mm: Don't reinvent the wheel but use existing llist API
 2017-08-07  8:42 UTC 

[PATCH] mm: vmstat: get slab statistics always from node counters
 2017-08-07  7:06 UTC  (2+ messages)

[RFC PATCH v2 0/6] mm, memory_hotplug: allocate memmap from hotadded memory
 2017-08-07  7:00 UTC  (2+ messages)

suspicious __GFP_NOMEMALLOC in selinux
 2017-08-07  6:58 UTC  (11+ messages)

[PATCH -mm -v4 0/5] mm, swap: VMA based swap readahead
 2017-08-07  5:40 UTC  (3+ messages)
` [PATCH -mm -v4 4/5] mm, swap: Add sysfs interface for "
` [PATCH -mm -v4 5/5] mm, swap: Don't use VMA based swap readahead if HDD is used as swap


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).