linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-22 11:19:34 to 2018-06-26 15:25:44 UTC [more...]

[PATCH v3 0/3] fix free pmd/pte page handlings on x86
 2018-06-26 15:25 UTC  (9+ messages)

[PATCH 00/10] Control Flow Enforcement - Part (3)
 2018-06-26 14:56 UTC  (5+ messages)

[powerpc/powervm]kernel BUG at mm/memory_hotplug.c:1864!
 2018-06-26 14:54 UTC  (7+ messages)

[PATCH] mm: drop VM_BUG_ON from __get_free_pages
 2018-06-26 14:44 UTC  (3+ messages)

[PATCH] doc: add description to dirtytime_expire_seconds
 2018-06-26 14:34 UTC  (2+ messages)

[PATCHv4 00/18] MKTME enabling
 2018-06-26 14:22 UTC  (19+ messages)
` [PATCHv4 01/18] mm: Do no merge VMAs with different encryption KeyIDs
` [PATCHv4 02/18] mm/ksm: Do not merge pages with different KeyIDs
` [PATCHv4 03/18] mm/page_alloc: Unify alloc_hugepage_vma()
` [PATCHv4 04/18] mm/page_alloc: Handle allocation for encrypted memory
` [PATCHv4 05/18] mm/khugepaged: Handle encrypted pages
` [PATCHv4 06/18] x86/mm: Mask out KeyID bits from page table entry pfn
` [PATCHv4 07/18] x86/mm: Introduce variables to store number, shift and mask of KeyIDs
` [PATCHv4 08/18] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCHv4 09/18] x86/mm: Implement page_keyid() using page_ext
` [PATCHv4 10/18] x86/mm: Implement vma_keyid()
` [PATCHv4 11/18] x86/mm: Implement prep_encrypted_page() and arch_free_page()
` [PATCHv4 12/18] x86/mm: Rename CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING
` [PATCHv4 13/18] x86/mm: Allow to disable MKTME after enumeration
` [PATCHv4 14/18] x86/mm: Detect MKTME early
` [PATCHv4 15/18] x86/mm: Calculate direct mapping size
` [PATCHv4 16/18] x86/mm: Implement sync_direct_mapping()
` [PATCHv4 17/18] x86/mm: Handle encrypted memory in page_to_virt() and __pa()
` [PATCHv4 18/18] x86: Introduce CONFIG_X86_INTEL_MKTME

[PATCH 2/2] mm: set PG_dma_pinned on get_user_pages*()
 2018-06-26 13:47 UTC  (24+ messages)

[PATCH v34 0/4] Virtio-balloon: support free page reporting
 2018-06-26 13:34 UTC  (10+ messages)
` [PATCH v34 1/4] mm: support to get hints of free page blocks
` [PATCH v34 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v34 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v34 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[PATCH v4 00/17] khwasan: kernel hardware assisted address sanitizer
 2018-06-26 13:15 UTC  (18+ messages)
` [PATCH v4 01/17] khwasan, mm: change kasan hooks signatures
` [PATCH v4 02/17] khwasan: move common kasan and khwasan code to common.c
` [PATCH v4 03/17] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v4 04/17] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v4 05/17] khwasan: initialize shadow to 0xff
` [PATCH v4 06/17] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v4 07/17] khwasan: add tag related helper functions
` [PATCH v4 08/17] khwasan, arm64: fix up fault handling logic
` [PATCH v4 09/17] khwasan, arm64: enable top byte ignore for the kernel
` [PATCH v4 10/17] khwasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v4 11/17] khwasan: split out kasan_report.c from report.c
` [PATCH v4 12/17] khwasan: add bug reporting routines
` [PATCH v4 13/17] khwasan: add hooks implementation
` [PATCH v4 14/17] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v4 15/17] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v4 16/17] khwasan: update kasan documentation
` [PATCH v4 17/17] kasan: add SPDX-License-Identifier mark to source files

[v2 PATCH] add param that allows bootline control of hardened usercopy
 2018-06-26 12:53 UTC 

[PATCH v4 0/7] arm64: untag user pointers passed to the kernel
 2018-06-26 12:47 UTC  (2+ messages)

Calling vmalloc_to_page() on ioremap memory?
 2018-06-26 12:10 UTC  (9+ messages)

[PATCH] writeback: update stale account_page_redirty() comment
 2018-06-26 12:06 UTC  (2+ messages)

[PATCH] mm:mempool:fixed coding style errors and warnings
 2018-06-26 11:03 UTC  (2+ messages)

[RFC v2 0/2] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-06-26  7:43 UTC  (11+ messages)
` [RFC v2 PATCH 2/2] mm: mmap: zap pages with read mmap_sem "

[PATCH] mm/memblock: add missing include <linux/bootmem.h> and #ifdef
 2018-06-26  6:14 UTC  (6+ messages)
` [PATCH v2] mm/memblock: add missing include <linux/bootmem.h>

[PATCH v7 0/2] Directed kmem charging
 2018-06-26  5:49 UTC  (4+ messages)
` [PATCH 1/2] fs: fsnotify: account fsnotify metadata to kmemcg
` [PATCH 2/2] fs, mm: account buffer_head "

[PATCH v33 0/4] Virtio-balloon: support free page reporting
 2018-06-26  1:55 UTC  (4+ messages)
` [PATCH v33 1/4] mm: add a function to get free page blocks

[PATCH] add param that allows bootline control of hardened usercopy
 2018-06-25 23:17 UTC  (5+ messages)

[PATCH] kernel/memremap, kasan: Make ZONE_DEVICE with work with KASAN
 2018-06-25 20:15 UTC  (3+ messages)

why do we still need bootmem allocator?
 2018-06-25 18:03 UTC  (3+ messages)

[PATCH 0/4] Small cleanup for memoryhotplug
 2018-06-25 17:34 UTC  (4+ messages)
` [PATCH 3/4] mm/memory_hotplug: Get rid of link_mem_sections

[PATCHv3 00/17] MKTME enabling
 2018-06-25 17:00 UTC  (11+ messages)
` [PATCHv3 09/17] x86/mm: Implement page_keyid() using page_ext
` [PATCHv3 15/17] x86/mm: Implement sync_direct_mapping()

[PATCH 1/1] kasan: fix shadow_size calculation error in kasan_module_alloc
 2018-06-25 16:56 UTC  (2+ messages)

[PATCH] Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
 2018-06-25 15:00 UTC  (3+ messages)

dm bufio: Reduce dm_bufio_lock contention
 2018-06-25 14:57 UTC  (22+ messages)

[PATCH] mm,oom: Bring OOM notifier callbacks to outside of OOM killer
 2018-06-25 14:12 UTC  (7+ messages)

[RFC PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-06-25 13:31 UTC  (18+ messages)
` [Intel-gfx] "

[PATCH 0/3] mm: use irq locking suffix instead local_irq_disable()
 2018-06-25 10:36 UTC  (10+ messages)
` [PATCH 1/3] mm: workingset: remove local_irq_disable() from count_shadow_nodes()
` [PATCH 2/3] mm: workingset: make shadow_lru_isolate() use locking suffix
` [PATCH 3/3] mm: list_lru: Add lock_irq member to __list_lru_init()

[rfc patch] mm, oom: fix unnecessary killing of additional processes
 2018-06-25  9:04 UTC  (14+ messages)
` [patch] "

[PATCH V6 2/2 RESEND] ksm: replace jhash2 with faster hash
 2018-06-25  8:48 UTC  (13+ messages)

[PATCH v2] zswap: re-check zswap_is_full after do zswap_shrink
 2018-06-25  8:08 UTC  (3+ messages)

[PATCH] mm/zsmalloc: make several functions and a struct static
 2018-06-25  1:47 UTC  (2+ messages)

[PATCH] mm, swap: make swap_slots_cache_mutex and swap_slots_cache_enable_mutex static
 2018-06-24 18:25 UTC 

[PATCH v10 1/2] Move enum oom_constraint in oom.h
 2018-06-23 14:12 UTC  (2+ messages)
` [PATCH v10 2/2] Refactor part of the oom report in dump_header

UBSAN: Undefined behaviour in mm/fadvise.c
 2018-06-23  1:09 UTC 

[PATCH v6 0/3] Directed kmem charging
 2018-06-23  0:47 UTC  (11+ messages)
` [PATCH 3/3] fs, mm: account buffer_head to kmemcg
            ` [PATCH 1/2] mm: revert mem_cgroup_put() introduction
              ` [PATCH 2/2] mm: introduce mem_cgroup_put() helper

[v3 PATCH] mm: thp: register mm for khugepaged when merging vma for shmem
 2018-06-22 22:10 UTC  (2+ messages)

[PATCH v2 0/4] Small cleanup for memoryhotplug
 2018-06-22 21:16 UTC  (6+ messages)
` [PATCH v2 1/4] mm/memory_hotplug: Make add_memory_resource use __try_online_node
` [PATCH v2 2/4] mm/memory_hotplug: Call register_mem_sect_under_node
` [PATCH v2 3/4] mm/memory_hotplug: Make register_mem_sect_under_node a cb of walk_memory_range
` [PATCH v2 4/4] mm/memory_hotplug: Drop unnecessary checks from register_mem_sect_under_node

[PATCH 1/4] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
 2018-06-22 18:59 UTC  (3+ messages)
` [PATCH 3/4] mm,oom: Simplify exception case handling in out_of_memory()

[PATCH 1/2] arm64: avoid alloc memory on offline node
 2018-06-22 17:42 UTC  (13+ messages)

[v2 PATCH 1/2] mm: thp: register mm for khugepaged when merging vma for shmem
 2018-06-22 16:44 UTC  (5+ messages)

[PATCH] slub: track number of slabs irrespective of CONFIG_SLUB_DEBUG
 2018-06-22 16:10 UTC  (7+ messages)
      ` [PATCH] kasan: depend on CONFIG_SLUB_DEBUG

[PATCH] printk: inject caller information into the body of message
 2018-06-22 13:06 UTC 

[PATCH v9] Refactor part of the oom report in dump_header
 2018-06-22 12:19 UTC  (6+ 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).