linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-17 09:25:45 to 2019-06-18 14:14:00 UTC [more...]

[PATCH, RFC 00/62] Intel MKTME enabling
 2019-06-18 14:13 UTC  (51+ messages)
` [PATCH, RFC 13/62] x86/mm: Add hooks to allocate and free encrypted pages
` [PATCH, RFC 18/62] x86/mm: Implement syncing per-KeyID direct mappings
` [PATCH, RFC 20/62] mm/page_ext: Export lookup_page_ext() symbol
` [PATCH, RFC 45/62] mm: Add the encrypt_mprotect() system call for MKTME
` [PATCH, RFC 49/62] mm, x86: export several MKTME variables

[PATCH] mm/vmalloc: avoid bogus -Wmaybe-uninitialized warning
 2019-06-18 14:06 UTC  (3+ messages)

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-06-18 13:32 UTC  (15+ messages)
` [PATCH v7 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file

[PATCH v3 hmm 00/12] mm/hmm: Various revisions from a locking/code review
 2019-06-18 13:27 UTC  (18+ messages)
` [PATCH v3 hmm 02/12] mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
` [PATCH v3 hmm 04/12] mm/hmm: Simplify hmm_get_or_create and make it reliable
` [PATCH v3 hmm 08/12] mm/hmm: Remove racy protection against double-unregistration
` [PATCH v3 hmm 10/12] mm/hmm: Do not use list*_rcu() for hmm->ranges
` [PATCH v3 hmm 11/12] mm/hmm: Remove confusing comment and logic from hmm_release

[PATCH] mm: memcontrol: Remove task_in_mem_cgroup()
 2019-06-18 13:26 UTC  (3+ messages)

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-18 13:13 UTC  (15+ messages)
` [PATCH v17 03/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v5 0/2] arm64 relaxed ABI
  ` [PATCH v5 1/2] arm64: Define Documentation/arm64/tagged-address-abi.txt

[PATCH] mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind
 2019-06-18 13:02 UTC  (2+ messages)

[PATCH] mm: idle-page: fix oops because end_pfn is larger than max_pfn
 2019-06-18 12:43 UTC 

[PATCH] mm, memcg: Report number of memcg caches in slabinfo
 2019-06-18 12:37 UTC  (4+ messages)

[PATCH v2 1/2] mm, oom: refactor dump_tasks for memcg OOMs
 2019-06-18 12:34 UTC  (4+ messages)
` [PATCH v2 2/2] mm, oom: fix oom_unkillable_task "

[PATCH v1 0/6] mm: Further memory block device cleanups
 2019-06-18 12:17 UTC  (6+ messages)
` [PATCH v1 1/6] mm: Section numbers use the type "unsigned long"

[PATCH] mm: oom: Remove thread group leader check in oom_evaluate_task()
 2019-06-18 12:14 UTC  (2+ messages)

[PATCH] mm, oom: Remove redundant OOM score normalization at select_bad_process()
 2019-06-18 10:23 UTC 

[PATCH] [v2] page flags: prioritize kasan bits over last-cpuid
 2019-06-18  9:53 UTC 

[PATCH] arm64/mm: don't initialize pgd_cache twice
 2019-06-18  9:25 UTC  (2+ messages)

[BUG]: mm/vmalloc: uninitialized variable access in pcpu_get_vm_areas
 2019-06-18  8:53 UTC  (12+ messages)

[PATCH v2] mm/sparse: set section nid for hot-add memory
 2019-06-18  8:40 UTC  (4+ messages)

[PATCH -next] arm64/mm: fix a bogus GFP flag in pgd_alloc()
 2019-06-18  6:54 UTC  (10+ messages)

[PATCH 0/3] resource: find_next_iomem_res() improvements
 2019-06-18  6:44 UTC  (12+ messages)
  ` [PATCH 1/3] resource: Fix locking in find_next_iomem_res()
  ` [PATCH 3/3] resource: Introduce resource cache

[PATCH v7 0/3] add init_on_alloc/init_on_free boot options
 2019-06-18  5:26 UTC  (7+ messages)
` [PATCH v7 1/2] mm: security: introduce init_on_alloc=1 and init_on_free=1 "
` [PATCH v7 2/2] mm: init: report memory auto-initialization features at boot time

general protection fault in oom_unkillable_task
 2019-06-18  4:21 UTC  (15+ messages)

[PATCH v9 00/12] mm: Sub-section memory hotplug support
 2019-06-18  3:35 UTC  (9+ messages)
` [PATCH v9 02/12] mm/sparsemem: Add helpers track active portions of a section at boot
` [PATCH v9 03/12] mm/hotplug: Prepare shrink_{zone, pgdat}_span for sub-section removal
` [PATCH v9 06/12] mm: Kill is_dev_zone() helper

[linux-next:master 6470/6646] include/linux/kprobes.h:477:9: error: implicit declaration of function 'kprobe_fault_handler'; did you mean 'kprobe_page_fault'?
 2019-06-18  2:07 UTC  (2+ messages)

[PATCH] mm/sparse: set section nid for hot-add memory
 2019-06-18  0:45 UTC  (5+ messages)

dev_pagemap related cleanups v2
 2019-06-17 21:09 UTC  (39+ messages)
` [PATCH 01/25] mm: remove the unused ARCH_HAS_HMM_DEVICE Kconfig option
` [PATCH 02/25] mm: remove the struct hmm_device infrastructure
` [PATCH 03/25] mm: remove hmm_devmem_add_resource
` [PATCH 04/25] mm: don't clear ->mapping in hmm_devmem_free
` [PATCH 05/25] mm: export alloc_pages_vma
` [PATCH 06/25] mm: factor out a devm_request_free_mem_region helper
` [PATCH 07/25] memremap: validate the pagemap type passed to devm_memremap_pages
` [PATCH 08/25] memremap: move dev_pagemap callbacks into a separate structure
` [PATCH 09/25] memremap: pass a struct dev_pagemap to ->kill and ->cleanup
` [PATCH 10/25] memremap: lift the devmap_enable manipulation into devm_memremap_pages
` [PATCH 11/25] memremap: add a migrate_to_ram method to struct dev_pagemap_ops
` [PATCH 12/25] memremap: remove the data field in struct dev_pagemap
` [PATCH 13/25] memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag
` [PATCH 14/25] memremap: provide an optional internal refcount in struct dev_pagemap
` [PATCH 15/25] device-dax: use the dev_pagemap internal refcount
` [PATCH 16/25] PCI/P2PDMA: "
` [PATCH 17/25] nouveau: use alloc_page_vma directly
` [PATCH 18/25] nouveau: use devm_memremap_pages directly
` [PATCH 19/25] mm: remove hmm_vma_alloc_locked_page
` [PATCH 20/25] mm: remove hmm_devmem_add
` [PATCH 21/25] mm: mark DEVICE_PUBLIC as broken
` [PATCH 22/25] mm: simplify ZONE_DEVICE page private data
` [PATCH 23/25] mm: sort out the DEVICE_PRIVATE Kconfig mess
` [PATCH 24/25] mm: remove the HMM config option
` [PATCH 25/25] mm: don't select MIGRATE_VMA_HELPER from HMM_MIRROR

[RFC 00/10] Process-local memory allocations for hiding KVM secrets
 2019-06-17 18:55 UTC  (16+ messages)

[RESEND 5.1-stable PATCH] mm: mmu_gather: remove __tlb_reset_range() for force flush
 2019-06-17 20:57 UTC 

[5.1-stable PATCH] mm: mmu_gather: remove __tlb_reset_range() for force flush
 2019-06-17 20:52 UTC  (2+ messages)

kernel BUG at mm/swap_state.c:170!
 2019-06-17 20:09 UTC  (8+ messages)

[PATCH -next] mm/hotplug: skip bad PFNs from pfn_to_online_page()
 2019-06-17 17:21 UTC  (10+ messages)

[PATCH] mm, oom: fix oom_unkillable_task for memcg OOMs
 2019-06-17 16:48 UTC  (3+ messages)

[PATCH 0/5] mm: Cleanup & allow modules to hotplug memory
 2019-06-17 15:49 UTC  (11+ messages)
` [PATCH 4/5] mm/hotplug: Avoid RCU stalls when removing large amounts of memory
` [PATCH 5/5] mm/hotplug: export try_online_node

[PATCH v2 0/3] Enable THP for text section of non-shmem files
 2019-06-17 15:42 UTC  (7+ messages)
` [PATCH v2 1/3] mm: check compound_head(page)->mapping in filemap_fault()
` [PATCH v2 2/3] mm,thp: stats for file backed THP
` [PATCH v2 3/3] mm,thp: add read-only THP support for (non-shmem) FS

[PATCH v5 0/3] Bitops instrumentation for KASAN
 2019-06-17 14:00 UTC 

[PATCH 1/1] mm/page_owner: store page_owner's gfp_mask in stackdepot itself
 2019-06-17 13:51 UTC  (2+ messages)

use exact allocation for dma coherent memory
 2019-06-17 13:15 UTC  (7+ messages)
` [PATCH 12/16] staging/comedi: mark as broken

[PATCH v3] kasan: add memory corruption identification for software tag-based mode
 2019-06-17 12:32 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).