linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-17 11:10:10 to 2017-08-22 02:54:21 UTC [more...]

[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  (30+ messages)
` [PATCH v2 01/20] mm: Dont assume page-table invariance during faults
` [PATCH v2 02/20] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v2 03/20] mm: Introduce pte_spinlock "
` [PATCH v2 04/20] mm: VMA sequence count
` [PATCH v2 05/20] mm: Protect VMA modifications using "
` [PATCH v2 06/20] mm: RCU free VMAs
` [PATCH v2 07/20] mm: Cache some VMA fields in the vm_fault structure
` [PATCH v2 08/20] mm: Protect SPF handler against anon_vma changes
` [PATCH v2 09/20] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v2 10/20] mm: Introduce __lru_cache_add_active_or_unevictable
` [PATCH v2 11/20] mm: Introduce __maybe_mkwrite()
` [PATCH v2 12/20] mm: Introduce __vm_normal_page()
` [PATCH v2 13/20] mm: Introduce __page_add_new_anon_rmap()
` [PATCH v2 14/20] mm: Provide speculative fault infrastructure
` [PATCH v2 15/20] mm: Try spin lock in speculative path
` [PATCH v2 16/20] mm: Adding speculative page fault failure trace events
` [PATCH v2 17/20] perf: Add a speculative page fault sw event
` [PATCH v2 18/20] perf tools: Add support for the SPF perf event
` [PATCH v2 19/20] x86/mm: Add speculative pagefault handling
` [PATCH v2 20/20] powerpc/mm: Add speculative page fault

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

[RFC PATCH 0/6] proactive kcompactd
 2017-08-21 21:40 UTC  (4+ messages)

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

[PATCH v14 0/5] Virtio-balloon Enhancement
 2017-08-21 20:22 UTC  (21+ messages)
` [PATCH v14 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v14 4/5] mm: support reporting free page blocks
` [PATCH v14 5/5] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
        ` [virtio-dev] "

[PATCH 1/2] sched/wait: Break up long wake list walk
 2017-08-21 18:56 UTC  (25+ messages)

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

[RFC] mm,drm/i915: Mark pinned shmemfs pages as unevictable
 2017-08-21 16:29 UTC  (7+ messages)

[PATCHv5 00/19] Boot-time switching between 4- and 5-level paging
 2017-08-21 15:29 UTC  (20+ messages)
` [PATCHv5 01/19] mm/sparsemem: Allocate mem_section at runtime for SPARSEMEM_EXTREME
` [PATCHv5 02/19] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS
` [PATCHv5 03/19] x86/kasan: Use the same shadow offset for 4- and 5-level paging
` [PATCHv5 04/19] x86/xen: Provide pre-built page tables only for XEN_PV and XEN_PVH
` [PATCHv5 05/19] x86/xen: Drop 5-level paging support code from XEN_PV code
` [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 09/19] x86/mm: Make MAX_PHYSADDR_BITS and MAX_PHYSMEM_BITS dynamic
` [PATCHv5 10/19] x86/mm: Make __PHYSICAL_MASK_SHIFT and __VIRTUAL_MASK_SHIFT dynamic
` [PATCHv5 11/19] x86/mm: Make STACK_TOP_MAX dynamic
` [PATCHv5 12/19] x86/mm: Adjust virtual address space layout in early boot
` [PATCHv5 13/19] x86/mm: Make early boot code support boot-time switching of paging modes
` [PATCHv5 14/19] x86/mm: Fold p4d page table layer at runtime
` [PATCHv5 15/19] x86/mm: Replace compile-time checks for 5-level with runtime-time
` [PATCHv5 16/19] x86/mm: Allow to boot without la57 if CONFIG_X86_5LEVEL=y
` [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

[PATCHv4 00/14] Boot-time switching between 4- and 5-level paging
 2017-08-21 15:23 UTC  (6+ messages)
` [PATCHv4 08/14] x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable

[PATCH][RFC v4] PM / Hibernate: Feed the wathdog when creating snapshot
 2017-08-21 14:46 UTC  (5+ messages)

kernel panic on null pointer on page->mem_cgroup
 2017-08-21 13:23 UTC  (12+ messages)

[PATCH] mm, oom: task_will_free_mem(current) should ignore MMF_OOM_SKIP for once
 2017-08-21 13:18 UTC  (7+ messages)
` [PATCH v2] "

memcg Can't context between v1 and v2 because css->refcnt not released
 2017-08-21 13:08 UTC  (8+ messages)

[v5 1/4] mm, oom: refactor the oom_kill_process() function
 2017-08-21  9:46 UTC  (14+ messages)
` [v5 2/4] mm, oom: cgroup-aware OOM killer
` [v5 4/4] mm, oom, docs: describe the "

+ mm-oom-let-oom_reap_task-and-exit_mmap-to-run-concurrently.patch added to -mm tree
 2017-08-21  8:30 UTC  (5+ messages)

[memcg:since-4.12 539/540] mm/compaction.c:469:8: error: implicit declaration of function 'pageblock_skip_persistent'
 2017-08-21  6:38 UTC  (4+ messages)

[patch 1/2] mm, compaction: kcompactd should not ignore pageblock skip
 2017-08-21  6:37 UTC  (5+ messages)
` [patch 2/2] mm, compaction: persistently skip hugetlbfs pageblocks
    ` [patch -mm] mm, compaction: persistently skip hugetlbfs pageblocks fix

[PATCH v1 2/6] fs: use on-stack-bio if backing device has BDI_CAP_SYNC capability
 2017-08-21  6:13 UTC  (11+ messages)

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

[PATCH v14 1/5] lib/xbitmap: Introduce xbitmap
 2017-08-19 20:30 UTC  (2+ messages)

[RFC v6 00/62] powerpc: Memory Protection Keys
 2017-08-19 19:09 UTC  (9+ messages)
` [RFC v6 21/62] powerpc: introduce execute-only pkey
` [RFC v6 35/62] powerpc: Deliver SEGV signal on pkey violation

[PATCH][RFC v3] PM / Hibernate: Feed the wathdog when creating snapshot
 2017-08-19 10:07 UTC  (3+ messages)

[PATCH v8 02/28] x86/boot: Relocate definition of the initial state of CR0
 2017-08-19  0:27 UTC 

[PATCH v4 0/2] mm,fork,security: introduce MADV_WIPEONFORK
 2017-08-19  0:02 UTC  (9+ messages)
` [PATCH 2/2] mm,fork: "

[RFC v7 26/25] mm/mprotect, powerpc/mm/pkeys, x86/mm/pkeys: Add sysfs interface
 2017-08-18 23:19 UTC  (3+ messages)

[RFC PATCH] mm: fadvise: avoid fadvise for fs without backing device
 2017-08-18 23:17 UTC  (3+ messages)

mmotm 2017-08-18-15-43 uploaded
 2017-08-18 22:43 UTC 

[memcg:since-4.12 523/540] mm/shmem.c:660:2: note: in expansion of macro 'free_swap_and_cache'
 2017-08-18 15:21 UTC 

[RFC] memory allocations in genalloc
 2017-08-18 14:47 UTC  (3+ messages)
` [kernel-hardening] "

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

[PATCH v6 0/9] arm64: Enable contiguous pte hugepage support
 2017-08-18 13:49 UTC  (9+ messages)
` [PATCH v6 4/9] arm64: hugetlb: Add break-before-make logic for contiguous entries
` [PATCH v6 5/9] arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugepages

[PATCH v4 1/3] mm/hugetlb: Allow arch to override and call the weak function
 2017-08-18 12:50 UTC  (2+ messages)
` [v4, "

[PATCH] mm/hmm: avoid bloating arch that do not make use of HMM
 2017-08-18  3:28 UTC 

[PATCH v3 48/49] block: enable multipage bvecs
 2017-08-18  1:24 UTC  (2+ messages)
` [lkp-robot] [block] 434f2ea20d: fileio.requests_per_sec -3.1% regression

[PATCH] swap: choose swap device according to numa node
 2017-08-18  0:43 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH] mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
 2017-08-17 23:32 UTC  (5+ messages)
` [PATCH-resend] "

mmotm 2017-08-17-16-29 uploaded
 2017-08-17 23:30 UTC 

[HMM-v25 00/19] HMM (Heterogeneous Memory Management) v25
 2017-08-17 22:16 UTC  (10+ messages)
` [HMM-v25 13/19] mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY

[PATCHv3 0/2] Command line randomness
 2017-08-17 21:44 UTC  (6+ messages)
` [PATCHv3 2/2] extract early boot entropy from the passed cmdline

Feel the desire! Get best ED remedy here
 2017-08-17 17:23 UTC 

[v6 00/15] complete deferred page initialization
 2017-08-17 15:43 UTC  (11+ messages)
` [v6 01/15] x86/mm: reserve only exiting low pages
` [v6 05/15] mm: don't accessed uninitialized struct pages

Re: Re: [PATCH 2/2] mm, oom: fix potential data corruption when oom_reaper races with writer
 2017-08-17 13:58 UTC  (4+ messages)
  `  "

[PATCH v2] mm/mempolicy: fix use after free when calling get_mempolicy
 2017-08-17 11:31 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).