linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-15 07:09:02 to 2018-05-17 11:39:51 UTC [more...]

[PATCH v5 00/13] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-05-17 11:39 UTC  (12+ messages)
` [PATCH v5 11/13] mm: Iterate only over charged shrinkers during memcg shrink_slab()
` [PATCH v5 13/13] mm: Clear shrinker bit if there are no objects related to memcg

[PATCH 01/33] block: add a lower-level bio_add_page interface
 2018-05-17 11:33 UTC  (16+ messages)
` [PATCH 04/33] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 31/33] iomap: add support for sub-pagesize buffered I/O without buffer heads

[PATCH v11 00/26] Speculative page faults
 2018-05-17 11:06 UTC  (27+ messages)
` [PATCH v11 01/26] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v11 02/26] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v11 03/26] powerpc/mm: set ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v11 04/26] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v11 05/26] mm: prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v11 06/26] mm: introduce pte_spinlock "
` [PATCH v11 07/26] mm: make pte_unmap_same compatible with SPF
` [PATCH v11 08/26] mm: introduce INIT_VMA()
` [PATCH v11 09/26] mm: VMA sequence count
` [PATCH v11 10/26] mm: protect VMA modifications using "
` [PATCH v11 11/26] mm: protect mremap() against SPF hanlder
` [PATCH v11 12/26] mm: protect SPF handler against anon_vma changes
` [PATCH v11 13/26] mm: cache some VMA fields in the vm_fault structure
` [PATCH v11 14/26] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v11 15/26] mm: introduce __lru_cache_add_active_or_unevictable
` [PATCH v11 16/26] mm: introduce __vm_normal_page()
` [PATCH v11 17/26] mm: introduce __page_add_new_anon_rmap()
` [PATCH v11 18/26] mm: protect mm_rb tree with a rwlock
` [PATCH v11 19/26] mm: provide speculative fault infrastructure
` [PATCH v11 20/26] mm: adding speculative page fault failure trace events
` [PATCH v11 21/26] perf: add a speculative page fault sw event
` [PATCH v11 22/26] perf tools: add support for the SPF perf event
` [PATCH v11 23/26] mm: add speculative page fault vmstats
` [PATCH v11 24/26] x86/mm: add speculative pagefault handling
` [PATCH v11 25/26] powerpc/mm: add speculative page fault
` [PATCH v11 26/26] arm64/mm: "

[PATCH] Add the memcg print oom info for system oom
 2018-05-17 10:42 UTC  (5+ messages)

[PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-05-17 10:11 UTC  (25+ messages)

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-17 10:02 UTC  (10+ messages)
` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API
` [PATCH v2 03/40] iommu/sva: Manage process address spaces
` [PATCH v2 16/40] arm64: mm: Pin down ASIDs for sharing mm with devices

[PATCH -V2 -mm] mm, hugetlbfs: Pass fault address to no page handler
 2018-05-17  9:15 UTC  (2+ messages)

[PATCH] lib/stackdepot.c: use a non-instrumented version of memcpy()
 2018-05-17  8:53 UTC  (3+ messages)

[PATCH] KVM: arm/arm64: add WARN_ON if size is not PAGE_SIZE aligned in unmap_stage2_range
 2018-05-17  8:17 UTC  (2+ messages)

[RFC] mm, THP: Map read-only text segments using large THP pages
 2018-05-17  7:57 UTC  (2+ messages)

[PATCH v3 0/3] fix free pmd/pte page handlings on x86
 2018-05-17  6:47 UTC  (5+ messages)
` [PATCH v3 1/3] x86/mm: disable ioremap free page handling on x86-PAE
` [PATCH v3 2/3] ioremap: Update pgtable free interfaces with addr
` [PATCH v3 3/3] x86/mm: add TLB purge to free pmd/pte page interfaces

[PATCH v2] mm: save two stranding bit in gfp_mask
 2018-05-17  6:39 UTC  (2+ messages)

[RFC] hexagon: Drop the unused variable zero_page_mask
 2018-05-17  6:11 UTC 

[PATCH -mm] mm, hugetlb: Pass fault address to no page handler
 2018-05-17  1:45 UTC  (10+ messages)

[PATCH] mm: fix nr_rotate_swap leak in swapon() error case
 2018-05-17  1:40 UTC  (3+ messages)

[PATCH] mm: save two stranding bit in gfp_mask
 2018-05-16 21:21 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 005b4ec128460ddb3b9a6d15534d79cfb331399e
 2018-05-16 18:08 UTC 

vm_fault_t conversion, for real
 2018-05-16 17:34 UTC  (28+ messages)
` [PATCH 01/14] orangefs: don't return errno values from ->fault
` [PATCH 02/14] fs: make the filemap_page_mkwrite prototype consistent
` [PATCH 03/14] dax: make the dax_iomap_fault "
` [PATCH 04/14] mm: remove the unused device_private_entry_fault export
` [PATCH 05/14] ceph: untangle ceph_filemap_fault
` [PATCH 06/14] btrfs: separate errno from VM_FAULT_* values
` [PATCH 07/14] ext4: "
` [PATCH 08/14] ocfs2: "
` [PATCH 09/14] ubifs: "
` [PATCH 10/14] vgem: "
` [PATCH 11/14] ttm: "
` [PATCH 12/14] lustre: "
` [PATCH 13/14] mm: move arch specific VM_FAULT_* flags to mm.h
` [PATCH 14/14] mm: turn on vm_fault_t type checking

[PATCH v4 00/12] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-05-16 16:46 UTC 

[PATCH v3 0/2] mm: PAGE_KERNEL_* fallbacks
 2018-05-16 16:44 UTC  (2+ messages)

[PATCH v3 00/12] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-05-16 15:38 UTC  (7+ messages)
` [PATCH v3 07/12] ACPI / APEI: Make the nmi_fixmap_idx per-ghes to allow multiple in_nmi() users

[git:media_tree/master] media: gp8psk: don't abuse of GFP_DMA
 2018-05-14 11:18 UTC 

[PATCH v2 0/3] fix free pmd/pte page handlings on x86
 2018-05-16 14:05 UTC  (6+ messages)
` [PATCH v2 1/3] x86/mm: disable ioremap free page handling on x86-PAE
` [PATCH v2 2/3] ioremap: Update pgtable free interfaces with addr
` [PATCH v2 3/3] x86/mm: add TLB purge to free pmd/pte page interfaces

[PATCH v1] include/linux/gfp.h: getting rid of GFP_ZONE_TABLE/BAD
 2018-05-16 12:12 UTC  (7+ messages)
  ` [External] "

[PATCH] mm/page_alloc: use ac->high_zoneidx for classzone_idx
 2018-05-16 10:28 UTC  (6+ messages)

[PATCH V6 0/2 RESEND] KSM replace hash algo with faster hash
 2018-05-16 10:26 UTC  (6+ messages)
` [PATCH V6 2/2 RESEND] ksm: replace jhash2 "

[RFC PATCH v1 0/6] use mm to manage NVDIMM (pmem) zone
 2018-05-16  8:33 UTC  (15+ messages)
      ` [External] "

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-05-16  7:20 UTC  (3+ messages)
` [PATCH v9 2/9] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks

[PATCH v10 00/25] Speculative page faults
 2018-05-16  6:42 UTC  (7+ messages)
` [PATCH v10 18/25] mm: provide speculative fault infrastructure
` [PATCH v10 23/25] mm: add speculative page fault vmstats

[PATCH v5] mm: don't allow deferred pages with NEED_PER_CPU_KM
 2018-05-15 21:33 UTC  (4+ messages)

[PATCH v2] mm: allow deferred page init for vmemmap only
 2018-05-15 20:38 UTC  (8+ messages)

[PATCH v3] x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
 2018-05-11  7:43 UTC  (2+ messages)

[PATCH 0/3] fix free pmd/pte page handlings on x86
 2018-05-15 16:34 UTC  (4+ messages)
` [PATCH 2/3] x86/mm: add TLB purge to free pmd/pte page interfaces

[LSF/MM TOPIC NOTES] x86 ZONE_DMA love
 2018-05-15 16:24 UTC  (11+ messages)
` Are media drivers abusing of GFP_DMA? - was: "

[PATCH] mm: Add new vma flag VM_LOCAL_CPU
 2018-05-15 14:36 UTC  (30+ messages)

[PATCH v1 00/16] khwasan: kernel hardware assisted address sanitizer
 2018-05-15 14:06 UTC  (7+ messages)
` [PATCH v1 02/16] khwasan: move common kasan and khwasan code to common.c
` [PATCH v1 13/16] khwasan: add hooks implementation
` [PATCH v1 15/16] khwasan, mm, arm64: tag non slab memory allocated via pagealloc

[PATCH v5 00/17] Rearrange struct page
 2018-05-15 12:40 UTC  (11+ messages)
` [PATCH v5 11/17] mm: Improve struct page documentation
` [PATCH v5 12/17] mm: Add pt_mm to struct page
` [PATCH v5 13/17] mm: Add hmm_data "
` [PATCH v5 14/17] slab,slub: Remove rcu_head size checks

[PATCH 2/3] include/linux/gfp.h: use unsigned int in gfp_zone
 2018-05-15 11:54 UTC  (11+ messages)
` [External] "

[PATCH] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
 2018-05-15  9:16 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).