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

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

[PATCH v1 0/6] Remove rw_page
 2017-08-10  4:00 UTC  (16+ messages)
` [PATCH v1 2/6] fs: use on-stack-bio if backing device has BDI_CAP_SYNC capability
` [PATCH v1 5/6] zram: remove zram_rw_page

[PATCH v8 00/14] lockdep: Implement crossrelease feature
 2017-08-10  3:47 UTC  (16+ messages)
` [PATCH v8 05/14] "
` [PATCH v8 06/14] lockdep: Detect and handle hist_lock ring buffer overwrite
` [PATCH v8 09/14] lockdep: Apply crossrelease to completions
` [PATCH v8 11/14] lockdep: Apply crossrelease to PG_locked locks

[PATCH RFC v2] Add /proc/pid/smaps_rollup
 2017-08-10  1:33 UTC  (3+ messages)

[PATCH -mm] mm: Clear to access sub-page last when clearing huge page
 2017-08-10  0:58 UTC  (5+ messages)

[PATCH 00/16] Speculative page faults
 2017-08-10  0:58 UTC  (25+ 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 -mm -v4 0/5] mm, swap: VMA based swap readahead
 2017-08-09 23:17 UTC  (4+ messages)
` [PATCH -mm -v4 1/5] mm, swap: Add swap readahead hit statistics

[PATCH v13 0/5] Virtio-balloon Enhancement
 2017-08-09 21:36 UTC  (3+ messages)
` [PATCH v13 1/5] Introduce xbitmap

[PATCH v7 0/9] Application Data Integrity feature introduced by SPARC M7
 2017-08-09 21:26 UTC  (5+ messages)
` [PATCH v7 2/9] mm, swap: Add infrastructure for saving page metadata on swap
` [PATCH v7 7/9] mm: Add address parameter to arch_validate_prot()
` [PATCH v7 8/9] mm: Clear arch specific VM flags on protection change
` [PATCH v7 9/9] sparc64: Add support for ADI (Application Data Integrity)

[RFC PATCH 0/6] proactive kcompactd
 2017-08-09 20:58 UTC  (2+ messages)

[PATCH] mm/rmap: try_to_unmap_one() do not call mmu_notifier under ptl v2
 2017-08-09 20:43 UTC 

[PATCH] mm/rmap: try_to_unmap_one() do not call mmu_notifier under ptl
 2017-08-09 20:43 UTC  (5+ messages)

[PATCH 3.18 61/92] mm/page_alloc: Remove kernel address exposure in free_reserved_area()
 2017-08-09 20:37 UTC 

[PATCH v5 00/10] Add support for eXclusive Page Frame Ownership
 2017-08-09 20:07 UTC  (11+ messages)
` [PATCH v5 01/10] mm: add MAP_HUGETLB support to vm_mmap
` [PATCH v5 02/10] mm, x86: Add support for eXclusive Page Frame Ownership (XPFO)
` [PATCH v5 03/10] swiotlb: Map the buffer if it was unmapped by XPFO
` [PATCH v5 04/10] arm64: Add __flush_tlb_one()
` [PATCH v5 05/10] arm64/mm: Add support for XPFO
` [PATCH v5 06/10] arm64/mm: Disable section mappings if XPFO is enabled
` [PATCH v5 07/10] arm64/mm: Don't flush the data cache if the page is unmapped by XPFO
` [PATCH v5 08/10] arm64/mm: Add support for XPFO to swiotlb
` [PATCH v5 09/10] mm: add a user_virt_to_phys symbol
` [PATCH v5 10/10] lkdtm: Add test for XPFO

[PATCH 4.4 07/58] mm/page_alloc: Remove kernel address exposure in free_reserved_area()
 2017-08-09 19:41 UTC 

[PATCH] vmstat: Fix wrong comment
 2017-08-09 18:58 UTC 

kernel panic on null pointer on page->mem_cgroup
 2017-08-09 18:38 UTC  (10+ messages)

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

[PATCH 4.9 18/93] mm/page_alloc: Remove kernel address exposure in free_reserved_area()
 2017-08-09 18:13 UTC 

drivers/tty/serial/8250/8250_fintek.c:364: warning: 'probe_data' is used uninitialized in this function
 2017-08-09 15:47 UTC  (3+ messages)

[PATCH] mm/ksm : Checksum calculation function change (jhash2 -> crc32)
 2017-08-09 13:17 UTC  (5+ messages)

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

[PATCH] mm,page_alloc: Serialize warn_alloc() if schedulable
 2017-08-09 13:01 UTC  (7+ messages)

[PATCH v2 0/2] mm,fork,security: introduce MADV_WIPEONFORK
 2017-08-09 12:42 UTC  (16+ messages)

[PATCHv4 00/14] Boot-time switching between 4- and 5-level paging
 2017-08-09 11:54 UTC  (17+ 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] mm/rmap/mmu_notifier: restore mmu_notifier_invalidate_page() semantic
 2017-08-09 10:27 UTC  (2+ messages)

[RFC] Tagging of vmalloc pages for supporting the pmalloc allocator
 2017-08-09  7:27 UTC  (14+ messages)

memcg Can't context between v1 and v2 because css->refcnt not released
 2017-08-09  7:06 UTC 

memcg Can't context between v1 and v2 because css->refcnt not released
 2017-08-09  6:44 UTC 

[PATCH] mm/mmu_notifier: fix deadlock from typo vm_lock_anon_vma()
 2017-08-09  6:14 UTC  (2+ messages)

[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

[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 v3 00/49] block: support multipage bvec
 2017-08-08 16:32 UTC  (22+ messages)
` [PATCH v3 07/49] bcache: comment on direct access to bvec table
` [PATCH v3 33/49] bcache: convert to bio_for_each_segment_all_sp()
` [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  (8+ messages)
` [v6 11/15] arm64/kasan: explicitly zero kasan shadow memory

[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 


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