linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-01 16:59:58 to 2017-12-05 16:48:07 UTC [more...]

[PATCH v2 0/3] mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE
 2017-12-05 16:48 UTC  (2+ messages)

[PATCH 1/2] mm: make faultaround produce old ptes
 2017-12-05 16:39 UTC  (4+ messages)

[PATCH v4 0/5] kasan: support alloca, LLVM
 2017-12-05 16:37 UTC  (10+ messages)
` [PATCH v4 1/5] kasan: add compiler support for clang
` [PATCH v4 2/5] kasan/Makefile: Support LLVM style asan parameters
` [PATCH v4 3/5] kasan: support alloca() poisoning
` [PATCH v4 4/5] kasan: Add tests for alloca poisoning
` [PATCH v4 5/5] kasan: added functions for unpoisoning stack variables

[PATCH v2] mm: Add unmap_mapping_pages
 2017-12-05 15:44 UTC 

[PATCH] mm: Export unmapped_area*() functions
 2017-12-05 15:29 UTC  (2+ messages)

[PATCH] arch, mm: introduce arch_tlb_gather_mmu_exit
 2017-12-05 14:58 UTC 

[PATCH] list_lru: Prefetch neighboring list entries before acquiring lock
 2017-12-05 14:49 UTC  (9+ messages)

[PATCH] mm: memory_hotplug: Remove unnecesary check from register_page_bootmem_info_section()
 2017-12-05 14:44 UTC  (2+ messages)

[PATCH 1/1] mm/page_owner: ignore everything below the IRQ entry point
 2017-12-05 14:40 UTC  (4+ messages)

[patch 24/60] x86/paravirt: Dont patch flush_tlb_single
 2017-12-05 14:34 UTC  (16+ messages)
` [patch 28/60] x86/mm/kpti: Disable global pages if KERNEL_PAGE_TABLE_ISOLATION=y
` [patch 29/60] x86/mm/kpti: Prepare the x86/entry assembly code for entry/exit CR3 switching
` [patch 48/60] x86/mm: Move the CR3 construction functions to tlbflush.h
` [patch 49/60] x86/mm: Remove hard-coded ASID limit checks
` [patch 50/60] x86/mm: Put MMU to hardware ASID translation in one place
` [patch 56/60] x86/mm/kpti: Disable native VSYSCALL
` [patch 57/60] x86/mm/kpti: Add Kconfig
` [patch 59/60] x86/mm/dump_pagetables: Check user space page table for WX pages
` [patch 60/60] x86/mm/debug_pagetables: Allow dumping current pagetables

[PATCH 1/3] mm,oom: Move last second allocation to inside the OOM killer
 2017-12-05 14:30 UTC  (13+ messages)

[PATCH 00/11] KASan for arm
 2017-12-05 14:19 UTC  (7+ messages)
` [PATCH 06/11] change memory_is_poisoned_16 for aligned error

[PATCHv4 0/4] x86: 5-level related changes into decompression code
 2017-12-05 13:59 UTC  (5+ messages)
` [PATCHv4 1/4] x86/boot/compressed/64: Fix build with GCC < 5
` [PATCHv4 2/4] x86/boot/compressed/64: Rename pagetable.c to kaslr_64.c
` [PATCHv4 3/4] x86/boot/compressed/64: Introduce place_trampoline()
` [PATCHv4 4/4] x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G

[patch 13/15] mm/page_owner: align with pageblock_nr pages
 2017-12-05 12:50 UTC  (11+ messages)

[PATCH 0/9] Clarify/cleanup/fix tlbflush API/usage
 2017-12-05 12:34 UTC  (10+ messages)
` [PATCH 1/9] x86/mm: Remove superfluous barriers
` [PATCH 2/9] x86/mm: Create asm/invpcid.h
` [PATCH 3/9] x86/mm: Address feedback
` [PATCH 4/9] x86/mm: Use __flush_tlb_one() for kernel memory
` [PATCH 5/9] x86/uv: Use the right tlbflush API
` [PATCH 6/9] x86/microcode: Dont abuse the tlbflush interface
` [PATCH 7/9] x86/mm: Clarify which functions are supposed to flush what
` [PATCH 8/9] x86/mm: Clarify the whole ASID/kernel PCID/user PCID naming
` [PATCH 9/9] x86/doc: Remove obvious weirdness

[linux-next:master 2148/2944] lib/find_bit_benchmark.c:115:7: error: implicit declaration of function 'find_next_and_bit'; did you mean 'find_next_bit'?
 2017-12-05 12:31 UTC 

[PATCH V2] mm: check pfn_valid first in zero_resv_unavail
 2017-12-05  9:46 UTC  (2+ messages)

possible deadlock in generic_file_write_iter (2)
 2017-12-05  9:41 UTC  (5+ messages)

[PATCH v2 0/4] lockdep/crossrelease: Apply crossrelease to page locks
 2017-12-05  8:58 UTC  (10+ messages)
` [PATCH v2 1/4] lockdep: Apply crossrelease to PG_locked locks
` [PATCH v2 2/4] lockdep: Apply lock_acquire(release) on __Set(__Clear)PageLocked
` [PATCH v2 3/4] lockdep: Move data of CONFIG_LOCKDEP_PAGELOCK from page to page_ext
` [PATCH v2 4/4] lockdep: Add a boot parameter enabling to track page locks using lockdep and disable it by default

[PATCH v2] mmap.2: MAP_FIXED updated documentation
 2017-12-05  8:52 UTC  (10+ messages)

[PATCH] dax: fix potential overflow on 32bit machine
 2017-12-05  8:40 UTC  (2+ messages)

[PATCH v3] mmap.2: MAP_FIXED updated documentation
 2017-12-05  3:12 UTC 

RFC: dev_pagemap reference counting
 2017-12-05  0:34 UTC  (3+ messages)
` [PATCH 1/2] mm: move get_dev_pagemap out of line
` [PATCH 2/2] mm: fix dev_pagemap reference counting around get_dev_pagemap

[PATCHv3 0/5] x86: 5-level related changes into decompression code
 2017-12-04 21:15 UTC  (9+ messages)
` [PATCHv3 1/5] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
` [PATCHv3 2/5] x86/boot/compressed/64: Print error if 5-level paging is not supported
` [PATCHv3 3/5] x86/boot/compressed/64: Rename pagetable.c to kaslr_64.c
` [PATCHv3 4/5] x86/boot/compressed/64: Introduce place_trampoline()
` [PATCHv3 5/5] x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G

[PATCH] x86/mm: Rewrite sme_populate_pgd() in a more sensible way
 2017-12-04 18:50 UTC  (9+ messages)

[PATCH v2 0/5] Memory hotplug support for arm64 - complete patchset v2
 2017-12-04 17:50 UTC  (26+ messages)
` [PATCH v2 2/5] mm: memory_hotplug: Remove assumption on memory state before hotremove
` [PATCH v2 3/5] mm: memory_hotplug: memblock to track partially removed vmemmap mem
` [PATCH v2 4/5] mm: memory_hotplug: Add memory hotremove probe device

[PATCH v3 0/5] kasan: support alloca, LLVM
 2017-12-04 17:09 UTC  (14+ messages)
` [PATCH v3 1/5] kasan: add compiler support for clang
` [PATCH v3 2/5] kasan/Makefile: Support LLVM style asan parameters
` [PATCH v3 3/5] kasan: support alloca() poisoning
` [PATCH v3 4/5] kasan: Add tests for alloca poisonong
` [PATCH v3 5/5] kasan: added functions for unpoisoning stack variables

[PATCH v3 1/4] mm: introduce get_user_pages_longterm
 2017-12-04 17:01 UTC  (12+ messages)

stalled MM patches
 2017-12-04 15:24 UTC  (4+ messages)

[RFC v2 PATCH] ksm: add offset arg to memcmp_pages() to speedup comparing
 2017-12-04 14:55 UTC  (2+ messages)

[RFC PATCH 0/5] mm, hugetlb: allocation API and migration improvements
 2017-12-04 14:01 UTC  (6+ messages)
` [RFC PATCH 1/5] mm, hugetlb: unify core page allocation accounting and initialization
` [RFC PATCH 2/5] mm, hugetlb: integrate giga hugetlb more naturally to the allocation path
` [RFC PATCH 3/5] mm, hugetlb: do not rely on overcommit limit during migration
` [RFC PATCH 4/5] mm, hugetlb: get rid of surplus page accounting tricks
` [RFC PATCH 5/5] mm, hugetlb: further simplify hugetlb allocation API

[mmotm] mm/page_owner: align with pageblock_nr_pages
 2017-12-04 13:48 UTC 

[PATCH] mm: update comment describing tlb_gather_mmu
 2017-12-04 13:35 UTC 

[PATCH v2 00/11] Metadata specific accouting and dirty writeout
 2017-12-04 13:06 UTC  (3+ messages)
` [PATCH v2 06/11] writeback: add counters for metadata usage

[question] handle the page table RAS error
 2017-12-04 12:01 UTC  (2+ messages)

d17a1d97dc ("x86/mm/kasan: don't use vmemmap_populate() to initialize shadow"): BUG: KASAN: use-after-scope in __drm_mm_interval_first
 2017-12-04 11:57 UTC  (3+ messages)

BUG: workqueue lockup (2)
 2017-12-04 11:08 UTC  (4+ messages)

[PATCH] mm/memory.c: Mark wp_huge_pmd() inline to prevent build failure
 2017-12-04  7:54 UTC  (2+ messages)

[PATCH v18 00/10] Virtio-balloon Enhancement
 2017-12-04  5:39 UTC  (17+ messages)
` [PATCH v18 05/10] xbitmap: add more operations
` [PATCH v18 07/10] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v18 10/10] virtio-balloon: don't report free pages when page poisoning is enabled

KAISER: kexec triggers a warning
 2017-12-04  1:52 UTC  (8+ messages)

[patch 04/15] mm/mempolicy: add nodes_empty check in SYSC_migrate_pages
 2017-12-04  0:49 UTC  (3+ messages)

[PATCH v4 3/3] mm/mempolicy: add nodes_empty check in SYSC_migrate_pages
 2017-12-04  0:49 UTC  (3+ messages)

[PATCH v3 0/5] Revise crossrelease.txt
 2017-12-04  0:15 UTC  (6+ messages)
` [PATCH] locking/Documentation: Revise Documentation/locking/crossrelease.txt

BSOD with [PATCH 00/13] mmu_notifier kill invalidate_page callback
 2017-12-03 17:28 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86: fix APIC page invalidation
  ` [PATCH 2/2] TESTING! KVM: x86: add invalidate_range mmu notifier

BUG: unable to handle kernel paging request in lock_release
 2017-12-03 14:22 UTC 

[PATCH v3] virtio_balloon: fix deadlock on OOM
 2017-12-03 10:04 UTC  (4+ messages)
` Memory corruption in powerpc guests with virtio_balloon (was Re: [PATCH v3] virtio_balloon: fix deadlock on OOM)

[PATCH] mmap.2: MAP_FIXED is no longer discouraged
 2017-12-03  4:06 UTC  (6+ messages)

[PATCH] fix system_state checking in early_ioremap
 2017-12-03  0:55 UTC  (2+ messages)

[PATCH tip/core/rcu 13/21] mm/ksm: Remove now-redundant smp_read_barrier_depends()
 2017-12-01 19:51 UTC 

[PATCH] proc: do not show VmExe bigger than total executable virtual memory
 2017-12-01 17:25 UTC  (4+ messages)

[PATCH v13 0/7] cgroup-aware OOM killer
 2017-12-01 17:13 UTC  (10+ messages)
` [PATCH v13 5/7] mm, oom: add cgroup v2 mount option for "
` [PATCH v13 6/7] mm, oom, docs: describe the "


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