linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-21 15:29:38 to 2017-08-24 07:01:55 UTC [more...]

[PATCH 0/4] page_ext/page_owner init fixes
 2017-08-24  7:01 UTC  (5+ messages)
` [PATCH 1/4] mm, page_owner: make init_pages_in_zone() faster

+ fork-fix-incorrect-fput-of-exe_file-causing-use-after-free.patch added to -mm tree
 2017-08-24  6:54 UTC  (2+ messages)

+ mm-madvise-fix-freeing-of-locked-page-with-madv_free.patch added to -mm tree
 2017-08-24  6:53 UTC  (2+ messages)

[PATCH 0/3] mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE
 2017-08-24  6:36 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] mm/cma: remove ALLOC_CMA
` [PATCH 3/3] ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM = y

[RFC PATCH 0/6] proactive kcompactd
 2017-08-24  6:24 UTC  (8+ messages)

[PATCH] mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request
 2017-08-24  5:45 UTC 

[PATCH] mm: Reward slab shrinkers that reclaim more than they were asked
 2017-08-24  5:11 UTC  (6+ messages)
` [PATCH 1/2] mm: Track actual nr_scanned during shrink_slab()
  ` [PATCH 2/2] drm/i915: Wire up shrinkctl->nr_scanned

[RFC PATCH 0/4] mm: hwpoison: soft-offline support for thp migration
 2017-08-24  4:26 UTC  (5+ messages)
` [RFC PATCH 1/4] mm: madvise: read loop's step size beforehand in madvise_inject_error(), prepare for THP support

[PATCH v6 0/5] MAP_DIRECT and block-map-atomic files
 2017-08-23 23:49 UTC  (6+ messages)
` [PATCH v6 1/5] vfs: add flags parameter to ->mmap() in 'struct file_operations'
` [PATCH v6 2/5] fs, xfs: introduce S_IOMAP_SEALED
` [PATCH v6 3/5] mm: introduce mmap3 for safely defining new mmap flags
` [PATCH v6 4/5] fs, xfs: introduce MAP_DIRECT for creating block-map-atomic file ranges
` [PATCH v6 5/5] fs, fcntl: add F_MAP_DIRECT

mmotm 2017-08-23-16-26 uploaded
 2017-08-23 23:46 UTC  (2+ messages)

[PATCH] mm/zsmalloc: Change stat type parameter to int
 2017-08-23 23:31 UTC  (3+ messages)

[PATCH 1/2] sched/wait: Break up long wake list walk
 2017-08-23 23:30 UTC  (35+ messages)

[v6 1/4] mm, oom: refactor the oom_kill_process() function
 2017-08-23 23:19 UTC  (6+ messages)
` [v6 0/4] cgroup-aware OOM killer
` [v6 2/4] mm, oom: "
` [v6 3/4] mm, oom: introduce oom_priority for memory cgroups
` [v6 4/4] mm, oom, docs: describe the cgroup-aware OOM killer

[v5 1/4] mm, oom: refactor the oom_kill_process() function
 2017-08-23 23:13 UTC  (9+ messages)
` [v5 2/4] mm, oom: cgroup-aware OOM killer

[PATCH 01/23] mm/shmem: introduce shmem_file_setup_with_mnt
 2017-08-23 22:34 UTC  (4+ messages)
` [PATCH 02/23] drm/i915: introduce simple gemfs

[PATCH] mm/madvise: fix freeing of locked page with MADV_FREE
 2017-08-23 22:19 UTC  (2+ messages)

[PATCH 0/2] completion: Reduce stack usage caused by COMPLETION_INITIALIZER_ONSTACK()
 2017-08-23 22:08 UTC  (5+ messages)
` [PATCH 1/2] nfit: Use init_completion() in acpi_nfit_flush_probe()
` [PATCH 2/2] completion: Avoid unnecessary stack allocation for COMPLETION_INITIALIZER_ONSTACK()

[PATCH] fork: fix incorrect fput of ->exe_file causing use-after-free
 2017-08-23 21:14 UTC 

[PATCH 1/1] userfaultfd: non-cooperative: closing the uffd without triggering SIGBUS
 2017-08-23 18:12 UTC 

[PATCH v1 0/1] Reversed logic in memblock_discard
 2017-08-23 18:04 UTC  (2+ messages)
` [PATCH v1 1/1] mm: "

[PATCH v5 00/10] Add support for eXclusive Page Frame Ownership
 2017-08-23 17:13 UTC  (8+ messages)
` [PATCH v5 04/10] arm64: Add __flush_tlb_one()
  ` [kernel-hardening] "

[PATCH][v3] PM / Hibernate: Feed the wathdog when creating snapshot
 2017-08-23 16:22 UTC  (2+ messages)

[PATCH][v2] PM / Hibernate: Feed the wathdog when creating snapshot
 2017-08-23 16:21 UTC  (7+ messages)

[PATCH v8 00/14] lockdep: Implement crossrelease feature
 2017-08-23 14:43 UTC  (7+ messages)
` [PATCH v8 09/14] lockdep: Apply crossrelease to completions

[Bug 196729] New: System becomes unresponsive when swapping - Regression since 4.10.x
 2017-08-23 14:30 UTC  (3+ messages)

[RESEND PATCH 0/3] mm: Add cache coloring mechanism
 2017-08-23 13:51 UTC  (5+ messages)
` [RESEND PATCH 1/3] mm: move free_list selection to dedicated functions
` [RESEND PATCH 2/3] mm: Add page colored allocation path
` [RESEND PATCH 3/3] mm: Add helper rbtree to search for next cache color

[PATCH 0/3] Make count list_lru_one::nr_items lockless
 2017-08-23 12:26 UTC  (9+ messages)
` [PATCH 1/3] mm: Add rcu field to struct list_lru_memcg
` [PATCH 2/3] mm: Make list_lru_node::memcg_lrus RCU protected
` [PATCH 3/3] mm: Count list_lru_one::nr_items lockless

Jason sent you an invitation on LinkedIn
 2017-08-23 12:06 UTC 

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

[PATCH] kcov: support compat processes
 2017-08-23 10:05 UTC 

[patch 1/2] mm, compaction: kcompactd should not ignore pageblock skip
 2017-08-23  8:41 UTC  (4+ messages)
` [patch 2/2] mm, compaction: persistently skip hugetlbfs pageblocks

[PATCH] mm/page_fault: Remove reduntant check for write access
 2017-08-23  8:28 UTC 

[PATCH 0/2] Separate NUMA statistics from zone statistics
 2017-08-23  4:55 UTC  (10+ messages)
` [PATCH 2/2] mm: Update NUMA counter threshold size

[RFC PATCH] mm: fadvise: avoid fadvise for fs without backing device
 2017-08-23  0:25 UTC  (4+ messages)

[PATCH 1/2] mm: use sc->priority for slab shrink targets
 2017-08-22 19:35 UTC  (2+ messages)
` [PATCH 2/2][v2] mm: make kswapd try harder to keep active pages in cache

[RFC v6 00/62] powerpc: Memory Protection Keys
 2017-08-22 18:06 UTC  (4+ messages)
` [RFC v6 35/62] powerpc: Deliver SEGV signal on pkey violation

[PATCHv5 00/19] Boot-time switching between 4- and 5-level paging
 2017-08-22 17:50 UTC  (12+ messages)
` [PATCHv5 01/19] mm/sparsemem: Allocate mem_section at runtime for SPARSEMEM_EXTREME
` [PATCHv5 04/19] x86/xen: Provide pre-built page tables only for XEN_PV and XEN_PVH
` [PATCHv5 06/19] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
` [PATCHv5 07/19] x86/mm: Make virtual memory layout movable for CONFIG_X86_5LEVEL
` [PATCHv5 08/19] x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
` [PATCHv5 15/19] x86/mm: Replace compile-time checks for 5-level with runtime-time
` [PATCHv5 17/19] x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVEL
` [PATCHv5 18/19] x86/mm: Redefine some of page table helpers as macros
` [PATCHv5 19/19] x86/mm: Offset boot-time paging mode switching cost

[PATCH v7 0/9] arm64: Enable contiguous pte hugepage support
 2017-08-22 17:14 UTC  (17+ messages)
` [PATCH v7 1/9] arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_present
` [PATCH v7 2/9] arm64: hugetlb: Introduce pte_pgprot helper
` [PATCH v7 3/9] arm64: hugetlb: Spring clean huge pte accessors
` [PATCH v7 4/9] arm64: hugetlb: Add break-before-make logic for contiguous entries
` [PATCH v7 5/9] arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugepages
` [PATCH v7 6/9] arm64: hugetlb: Override huge_pte_clear() to support "
` [PATCH v7 7/9] arm64: hugetlb: Override set_huge_swap_pte_at() "
` [PATCH v7 8/9] arm64: Re-enable support for "
` [PATCH v7 9/9] arm64: hugetlb: Cleanup setup_hugepagesz

[PATCH 1/2][RESEND] mm: use sc->priority for slab shrink targets
 2017-08-22 15:38 UTC  (3+ messages)
` [PATCH 2/2][RESEND] mm: make kswapd try harder to keep active pages in cache

[PATCH 1/1] mm/hugetlb: Make huge_pte_offset() consistent and document behaviour
 2017-08-22 15:32 UTC  (7+ messages)
` [PATCH v2] mm/hugetlb.c: make "

[PATCH] mm, shmem: Fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled
 2017-08-22 14:42 UTC 

[PATCH 0/3] mm: Add cache coloring mechanism
 2017-08-22 12:45 UTC  (4+ messages)
` [PATCH 1/3] mm: move free_list selection to dedicated functions
` [PATCH 2/3] mm: Add page colored allocation path
` [PATCH 3/3] mm: Add helper rbtree to search for next cache color

[PATCH] PM / Hibernate: Feed the wathdog when creating snapshot
 2017-08-22  2:55 UTC  (3+ messages)

[PATCH v2 00/20] Speculative page faults
 2017-08-22  1:46 UTC  (6+ messages)
` [PATCH v2 17/20] perf: Add a speculative page fault sw event

[PATCH -mm -v2] mm: Clear to access sub-page last when clearing huge page
 2017-08-22  0:54 UTC  (3+ messages)

[patch] fs, proc: unconditional cond_resched when reading smaps
 2017-08-21 21:41 UTC  (2+ messages)

[PATCH v14 0/5] Virtio-balloon Enhancement
 2017-08-21 20:22 UTC  (5+ messages)
` [PATCH v14 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG

[RFC] mm,drm/i915: Mark pinned shmemfs pages as unevictable
 2017-08-21 16:29 UTC  (7+ 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).