linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-16 16:45:56 to 2018-05-18 09:00:06 UTC [more...]

[PATCH 01/10] mempool: Add mempool_init()/mempool_exit()
 2018-05-18  9:00 UTC  (14+ messages)
` [PATCH 02/10] block: Convert bio_set to mempool_init()
` [PATCH 03/10] block: Add bioset_init()/bioset_exit()
` [PATCH 04/10] block: Use bioset_init() for fs_bio_set
` [PATCH 05/10] block: Add bio_copy_data_iter(), zero_fill_bio_iter()
` [PATCH 06/10] block: Split out bio_list_copy_data()
` [PATCH 07/10] block: Add missing flush_dcache_page() call
` [PATCH 08/10] block: Add warning for bi_next not NULL in bio_endio()
` [PATCH 09/10] block: Export bio check/set pages_dirty
` [PATCH 10/10] block: Add sysfs entry for fua support

[PATCH v6 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-05-18  8:44 UTC  (18+ messages)
` [PATCH v6 01/17] list_lru: Combine code under the same define
` [PATCH v6 02/17] mm: Introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB
` [PATCH v6 03/17] mm: Assign id to every memcg-aware shrinker
` [PATCH v6 04/17] memcg: Move up for_each_mem_cgroup{, _tree} defines
` [PATCH v6 05/17] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH v6 06/17] mm: Refactoring in workingset_init()
` [PATCH v6 07/17] fs: Refactoring in alloc_super()
` [PATCH v6 08/17] fs: Propagate shrinker::id to list_lru
` [PATCH v6 09/17] list_lru: Add memcg argument to list_lru_from_kmem()
` [PATCH v6 10/17] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
` [PATCH v6 11/17] list_lru: Pass lru "
` [PATCH v6 12/17] mm: Set bit in memcg shrinker bitmap on first list_lru item apearance
` [PATCH v6 13/17] mm: Export mem_cgroup_is_root()
` [PATCH v6 14/17] mm: Iterate only over charged shrinkers during memcg shrink_slab()
` [PATCH v6 15/17] mm: Generalize shrink_slab() calls in shrink_node()
` [PATCH v6 16/17] mm: Add SHRINK_EMPTY shrinker methods return value
` [PATCH v6 17/17] mm: Clear shrinker bit if there are no objects related to memcg

[PATCH v3] Print the memcg's name when system-wide OOM happened
 2018-05-18  8:40 UTC 

[PATCH] x86/mm: Drop TS_COMPAT on 64-bit exec() syscall
 2018-05-18  7:20 UTC  (3+ messages)

[PATCH -mm] mm, huge page: Copy to access sub-page last when copy huge page
 2018-05-18  6:24 UTC  (2+ messages)

[PATCH v2] Print the memcg's name when system-wide OOM happened
 2018-05-18  6:22 UTC  (2+ messages)

mmotm 2018-05-17-16-26 uploaded
 2018-05-18  6:09 UTC  (6+ messages)
` mmotm 2018-05-17-16-26 uploaded (autofs)

[PATCH v2 0/7] mm: pages for hugetlb's overcommit may be able to charge to memcg
 2018-05-18  4:41 UTC  (8+ messages)
` [PATCH v2 1/7] hugetlb: introduce charge_surplus_huge_pages to struct hstate
` [PATCH v2 2/7] hugetlb: support migrate charging for surplus hugepages
` [PATCH v2 3/7] memcg: use compound_order rather than hpage_nr_pages
` [PATCH v2 4/7] mm, sysctl: make charging surplus hugepages controllable
` [PATCH v2 5/7] hugetlb: add charge_surplus_hugepages attribute
` [PATCH v2 6/7] Documentation, hugetlb: describe about charge_surplus_hugepages,
` [PATCH v2 7/7] memcg: supports movement of surplus hugepages statistics

[mmotm:master 188/199] inode.c:(.text+0x220): multiple definition of `autofs_new_ino'
 2018-05-18  4:40 UTC 

[mmotm:master 171/199] waitq.c:(.text+0x80): multiple definition of `autofs_catatonic_mode'
 2018-05-18  4:24 UTC 

[PATCH] Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"
 2018-05-18  4:01 UTC  (14+ messages)

[PATCH v1] include/linux/gfp.h: getting rid of GFP_ZONE_TABLE/BAD
 2018-05-18  3:03 UTC  (5+ messages)
  ` [External] "

[PATCH] KVM: arm/arm64: add WARN_ON if size is not PAGE_SIZE aligned in unmap_stage2_range
 2018-05-18  1:52 UTC  (5+ messages)

[PATCH] lib/stackdepot.c: use a non-instrumented version of memcpy()
 2018-05-18  1:04 UTC  (4+ messages)

[PATCH -V2 -mm] mm, hugetlbfs: Pass fault address to no page handler
 2018-05-18  0:33 UTC  (5+ messages)

[4.11 Regression] 64-bit process gets AT_BASE in the first 4 GB if exec'ed from 32-bit process
 2018-05-17 21:19 UTC  (7+ messages)

[PATCH] mm/dmapool: localize page allocations
 2018-05-17 21:05 UTC  (7+ messages)

[PATCH 00/10] Misc block layer patches for bcachefs
 2018-05-17 20:54 UTC  (2+ messages)

[PATCH v10] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
 2018-05-17 20:06 UTC 

[mmotm:master 150/186] lib/idr.c:583:2: error: implicit declaration of function 'xa_lock_irqsave'; did you mean 'read_lock_irqsave'?
 2018-05-17 18:19 UTC 

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

[PATCH v11 00/26] Speculative page faults
 2018-05-17 17:34 UTC  (30+ 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: "

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

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-17 17:00 UTC  (22+ messages)
` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API
` [PATCH v2 02/40] iommu/sva: Bind process address spaces to devices
` [PATCH v2 03/40] iommu/sva: Manage process address spaces
` [PATCH v2 05/40] iommu/sva: Track mm changes with an MMU notifier
` [PATCH v2 07/40] iommu: Add a page fault handler
` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing
` [PATCH v2 16/40] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH v2 17/40] iommu/arm-smmu-v3: Link domains and devices

[PATCH v3-UPADATE 2/3] ioremap: Update pgtable free interfaces with addr
 2018-05-17 15:57 UTC 

[PATCH v3 0/3] fix free pmd/pte page handlings on x86
 2018-05-17 14:32 UTC  (6+ 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 v5 00/13] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-05-17 13:51 UTC  (14+ 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

[RFC v3 PATCH 0/5] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
 2018-05-17 11:53 UTC  (4+ messages)
` [RFC v3 PATCH 1/5] mm/page_alloc: use helper functions to add/remove a page to/from buddy

[PATCH 01/33] block: add a lower-level bio_add_page interface
 2018-05-17 11:33 UTC  (6+ messages)
` [PATCH 04/33] fs: remove the buffer_unwritten check in page_seek_hole_data

[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] 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  (9+ 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  (8+ messages)
` [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 


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