linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-07 20:39:50 to 2017-08-09 03:00:10 UTC [more...]

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

[PATCH v1 0/6] Remove rw_page
 2017-08-09  2:41 UTC  (17+ 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

kernel panic on null pointer on page->mem_cgroup
 2017-08-09  2:39 UTC  (9+ messages)

[PATCH 00/16] Speculative page faults
 2017-08-09  1:43 UTC  (18+ messages)
` [PATCH 01/16] mm: Dont assume page-table invariance during faults
` [PATCH 02/16] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [PATCH 03/16] mm: Introduce pte_spinlock "
` [PATCH 04/16] mm: VMA sequence count
` [PATCH 05/16] mm: Protect VMA modifications using "
` [PATCH 06/16] mm: RCU free VMAs
` [PATCH 07/16] mm: Provide speculative fault infrastructure
` [PATCH 08/16] mm: Try spin lock in speculative path
` [PATCH 09/16] x86/mm: Add speculative pagefault handling
` [PATCH 10/16] powerpc/mm: Add speculative page fault
` [PATCH 11/16] mm: Introduce __page_add_new_anon_rmap()
` [PATCH 12/16] mm: Protect SPF handler against anon_vma changes
` [PATCH 13/16] perf: Add a speculative page fault sw events
` [PATCH 14/16] x86/mm: Add support for SPF events
` [PATCH 15/16] powerpc/mm: "
` [PATCH 16/16] perf tools: "

[PATCH 0/2] mm, oom: fix oom_reaper fallouts
 2017-08-08 23:35 UTC  (4+ messages)
` [PATCH 2/2] mm, oom: fix potential data corruption when oom_reaper races with writer

[v4 0/4] cgroup-aware OOM killer
 2017-08-08 23:24 UTC  (9+ messages)
` [v4 2/4] mm, oom: "
` [v4 3/4] mm, oom: introduce oom_priority for memory cgroups
` [v4 4/4] mm, oom, docs: describe the cgroup-aware OOM killer

[RFC] Tagging of vmalloc pages for supporting the pmalloc allocator
 2017-08-08 23:15 UTC  (13+ messages)

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

[PATCH] mm/mmu_notifier: fix deadlock from typo vm_lock_anon_vma()
 2017-08-08 22:57 UTC 

[PATCH] mm/rmap/mmu_notifier: restore mmu_notifier_invalidate_page() semantic
 2017-08-08 22:08 UTC 

[PATCH 3/4] mm: Add kernel MMU notifier to manage remote TLB
 2017-08-08 20:29 UTC  (2+ messages)
` [PATCH 4/4] iommu/vt-d: Hooks to invalidate iotlb/devtlb when using supervisor PASID's

A possible bug: Calling mutex_lock while holding spinlock
 2017-08-08 20:29 UTC  (5+ messages)

[PATCH 3/4] mm: Add kernel MMU notifier to manage remote TLB
 2017-08-08 20:22 UTC  (2+ messages)
` [PATCH 4/4] iommu/vt-d: Hooks to invalidate iotlb/devtlb when using supervisor PASID's

[RFC PATCH v2 0/6] mm, memory_hotplug: allocate memmap from hotadded memory
 2017-08-08 20:01 UTC  (3+ messages)

[RFC][PATCH] mm/slub.c: Allow poisoning to use the fast path
 2017-08-08 19:03 UTC  (8+ messages)

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

[PATCH v3 00/49] block: support multipage bvec
 2017-08-08 16:32 UTC  (54+ 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 v3 36/49] dm-crypt: convert to bio_for_each_segment_all_sp()
` [PATCH v3 37/49] fs/mpage: "
` [PATCH v3 38/49] fs/block: "
` [PATCH v3 39/49] fs/iomap: "
` [PATCH v3 40/49] ext4: "
` [PATCH v3 41/49] xfs: "
` [PATCH v3 42/49] gfs2: "
` [PATCH v3 43/49] f2fs: "
` [PATCH v3 44/49] exofs: "
` [PATCH v3 45/49] fs: crypto: "
` [PATCH v3 46/49] fs/btrfs: "
` [PATCH v3 47/49] fs/direct-io: "
` [PATCH v3 48/49] block: enable multipage bvecs
` [PATCH v3 49/49] block: bio: pass segments to bio if bio_add_page() is bypassed

[RFC v5 00/11] Speculative page faults
 2017-08-08 13:34 UTC  (23+ messages)
` [RFC v5 01/11] mm: Dont assume page-table invariance during faults
` [RFC v5 02/11] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [RFC v5 03/11] mm: Introduce pte_spinlock "
` [RFC v5 04/11] mm: VMA sequence count
` [RFC v5 05/11] mm: fix lock dependency against mapping->i_mmap_rwsem

suspicious __GFP_NOMEMALLOC in selinux
 2017-08-08 13:34 UTC  (12+ messages)

[v6 00/15] complete deferred page initialization
 2017-08-08 13:30 UTC  (15+ messages)
` [v6 01/15] x86/mm: reserve only exiting low pages
` [v6 02/15] x86/mm: setting fields in deferred pages
` [v6 04/15] mm: discard memblock data later
` [v6 05/15] mm: don't accessed uninitialized struct pages
` [v6 08/15] mm: zero struct pages during initialization
` [v6 09/15] sparc64: optimized struct page zeroing
` [v6 11/15] arm64/kasan: explicitly zero kasan shadow memory
` [v6 15/15] mm: debug for raw alloctor

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

[PATCH 01/21] mm/shmem: introduce shmem_file_setup_with_mnt
 2017-08-08 12:04 UTC  (3+ messages)

ksmd circular locking warning, cpu_hotplug_lock vs ksm_thread_mutex
 2017-08-08 11:05 UTC 

[PATCH v13 0/5] Virtio-balloon Enhancement
 2017-08-08  6:34 UTC  (5+ messages)
` [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  (3+ 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  (3+ 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 

[PATCH v8 09/14] lockdep: Apply crossrelease to completions
 2017-08-07 11:45 UTC  (2+ messages)

[PATCH v8 14/14] lockdep: Crossrelease feature documentation
 2017-08-07 15:58 UTC  (2+ 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).