linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-17 11:36:48 to 2018-06-19 15:15:02 UTC [more...]

[PATCH 1/2] arm64: avoid alloc memory on offline node
 2018-06-19 15:14 UTC  (18+ messages)

Possible regression in "slab, slub: skip unnecessary kasan_cache_shutdown()"
 2018-06-19 15:08 UTC  (11+ messages)

[PATCH 00/10] Control Flow Enforcement - Part (3)
 2018-06-19 14:50 UTC  (25+ messages)
` [PATCH 06/10] x86/cet: Add arch_prctl functions for shadow stack

[bug report] page cache: Convert filemap_range_has_page to XArray
 2018-06-19 14:47 UTC 

[PATCH v33 0/4] Virtio-balloon: support free page reporting
 2018-06-19 14:43 UTC  (14+ messages)
` [PATCH v33 1/4] mm: add a function to get free page blocks
` [PATCH v33 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
            ` [virtio-dev] "

[PATCH v6 0/3] Directed kmem charging
 2018-06-19 14:15 UTC  (6+ messages)
` [PATCH 1/3] mm: memcg: remote memcg charging for kmem allocations
` [PATCH 2/3] fs: fsnotify: account fsnotify metadata to kmemcg
` [PATCH 3/3] fs, mm: account buffer_head "

[bug report] mm: Convert collapse_shmem to XArray
 2018-06-19 14:05 UTC  (2+ messages)

[PATCH v1] mm: relax deferred struct page requirements
 2018-06-19 13:50 UTC  (4+ messages)

[PATCH v2 0/7] kmalloc-reclaimable caches
 2018-06-19 12:44 UTC  (13+ messages)
` [PATCH v2 1/7] mm, slab: combine kmalloc_caches and kmalloc_dma_caches
` [PATCH v2 2/7] mm, slab/slub: introduce kmalloc-reclaimable caches
` [PATCH v2 3/7] mm, slab: allocate off-slab freelists as reclaimable when appropriate
` [PATCH v2 4/7] dcache: allocate external names from reclaimable kmalloc caches
` [PATCH v2 5/7] mm: rename and change semantics of nr_indirectly_reclaimable_bytes
` [PATCH v2 6/7] mm, proc: add KReclaimable to /proc/meminfo
` [PATCH v2 7/7] mm, slab: shorten kmalloc cache names for large sizes

dynamic reservation and allocation of physically contiguous memory using CMA
 2018-06-19 11:45 UTC  (2+ messages)

dm bufio: Reduce dm_bufio_lock contention
 2018-06-19 10:43 UTC  (8+ messages)

[PATCH 0/2] mm: gup: don't unmap or drop filesystem buffers
 2018-06-19 10:41 UTC  (25+ messages)
` [PATCH 2/2] mm: set PG_dma_pinned on get_user_pages*()

[RFC v2 0/2] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-06-19 10:02 UTC  (4+ messages)
` [RFC v2 PATCH 1/2] uprobes: make vma_has_uprobes non-static
` [RFC v2 PATCH 2/2] mm: mmap: zap pages with read mmap_sem for large mapping

[Bug 200095] New: kasan: GPF could be caused by NULL-ptr deref or user memory access
 2018-06-19  9:45 UTC  (3+ messages)

[PATCH v14 00/74] Convert page cache to XArray
 2018-06-19  9:22 UTC  (3+ messages)

[PATCH v11 00/26] Speculative page faults
 2018-06-19  9:16 UTC  (8+ messages)

[rfc patch] mm, oom: fix unnecessary killing of additional processes
 2018-06-19  8:47 UTC  (7+ messages)
` [patch] "

[PATCH v3 0/8] mm: Rework hmm to use devm_memremap_pages and other fixes
 2018-06-19  6:59 UTC  (10+ messages)
` [PATCH v3 1/8] mm, devm_memremap_pages: Mark devm_memremap_pages() EXPORT_SYMBOL_GPL
` [PATCH v3 2/8] mm, devm_memremap_pages: Kill mapping "System RAM" support
` [PATCH v3 3/8] mm, devm_memremap_pages: Fix shutdown handling
` [PATCH v3 4/8] mm, devm_memremap_pages: Add MEMORY_DEVICE_PRIVATE support
` [PATCH v3 5/8] mm, hmm: Use devm semantics for hmm_devmem_{add, remove}
` [PATCH v3 6/8] mm, hmm: Replace hmm_devmem_pages_create() with devm_memremap_pages()
` [PATCH v3 7/8] mm, hmm: Mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL
` [PATCH v3 8/8] mm: Fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL

[PATCH v3] mm: Change return type int to vm_fault_t for fault handlers
 2018-06-19  4:56 UTC  (2+ messages)

kernel panic in reading /proc/kpageflags when enabling RAM-simulated PMEM
 2018-06-19  0:49 UTC  (13+ messages)
` [PATCH v1] mm: zero remaining unavailable struct pages (Re: kernel panic in reading /proc/kpageflags when enabling RAM-simulated PMEM)
        ` [PATCH v2] x86/e820: put !E820_TYPE_RAM regions into memblock.reserved
              ` [PATCH v3] "

[PATCH v2] doc: add description to dirtytime_expire_seconds
 2018-06-18 23:59 UTC 

[Bug 200105] New: High paging activity as soon as the swap is touched (with steps and code to reproduce it)
 2018-06-18 23:17 UTC 

[PATCH 00/11] docs/mm: add boot time memory management docs
 2018-06-18 17:32 UTC  (16+ messages)
` [PATCH 01/11] mm/bootmem: drop duplicated kernel-doc comments
` [PATCH 02/11] docs/mm: nobootmem: fixup "
` [PATCH 03/11] docs/mm: bootmem: fix kernel-doc warnings
` [PATCH 04/11] docs/mm: bootmem: add kernel-doc description of 'struct bootmem_data'
` [PATCH 05/11] docs/mm: bootmem: add overview documentation
` [PATCH 06/11] mm/memblock: add a name for memblock flags enumeration
` [PATCH 07/11] docs/mm: memblock: update kernel-doc comments
` [PATCH 08/11] docs/mm: memblock: add kernel-doc comments for memblock_add[_node]
` [PATCH 09/11] docs/mm: memblock: add kernel-doc description for memblock types
` [PATCH 10/11] docs/mm: memblock: add overview documentation
` [PATCH 11/11] docs/mm: add description of boot time memory management

[PATCHv3 00/17] MKTME enabling
 2018-06-18 16:28 UTC  (28+ messages)
` [PATCHv3 09/17] x86/mm: Implement page_keyid() using page_ext
` [PATCHv3 10/17] x86/mm: Implement prep_encrypted_page() and arch_free_page()
` [PATCHv3 12/17] x86/mm: Allow to disable MKTME after enumeration
` [PATCHv3 14/17] x86/mm: Introduce direct_mapping_size
` [PATCHv3 15/17] x86/mm: Implement sync_direct_mapping()
` [PATCHv3 16/17] x86/mm: Handle encrypted memory in page_to_virt() and __pa()
` [PATCHv3 17/17] x86: Introduce CONFIG_X86_INTEL_MKTME

[PATCH v7 REBASED 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-06-18  9:47 UTC  (18+ messages)
` [PATCH v7 REBASED 01/17] list_lru: Combine code under the same define
` [PATCH v7 REBASED 02/17] mm: Introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB
` [PATCH v7 REBASED 03/17] mm: Assign id to every memcg-aware shrinker
` [PATCH v7 REBASED 04/17] memcg: Move up for_each_mem_cgroup{, _tree} defines
` [PATCH v7 REBASED 05/17] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH v7 REBASED 06/17] mm: Refactoring in workingset_init()
` [PATCH v7 REBASED 07/17] fs: Refactoring in alloc_super()
` [PATCH v7 REBASED 08/17] fs: Propagate shrinker::id to list_lru
` [PATCH v7 REBASED 09/17] list_lru: Add memcg argument to list_lru_from_kmem()
` [PATCH v7 REBASED 10/17] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
` [PATCH v7 REBASED 11/17] list_lru: Pass lru "
` [PATCH v7 REBASED 12/17] mm: Export mem_cgroup_is_root()
` [PATCH v7 REBASED 13/17] mm: Set bit in memcg shrinker bitmap on first list_lru item apearance
` [PATCH v7 REBASED 14/17] mm: Iterate only over charged shrinkers during memcg shrink_slab()
` [PATCH v7 REBASED 15/17] mm: Generalize shrink_slab() calls in shrink_node()
` [PATCH v7 REBASED 16/17] mm: Add SHRINK_EMPTY shrinker methods return value
` [PATCH v7 REBASED 17/17] mm: Clear shrinker bit if there are no objects related to memcg

[PATCH v7 REBASED 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-06-18  9:39 UTC  (2+ messages)
` [PATCH v7 REBASED 01/17] list_lru: Combine code under the same define

[PATCH 4.14 152/189] x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pkeys ABI
 2018-06-18  8:14 UTC  (12+ messages)
` [PATCH 4.14 153/189] x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABI
` [PATCH 4.14 155/189] x86/pkeys/selftests: Give better unexpected fault error messages
` [PATCH 4.14 156/189] x86/pkeys/selftests: Stop using assert()
` [PATCH 4.14 157/189] x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signal
` [PATCH 4.14 158/189] x86/pkeys/selftests: Allow faults on unknown keys
` [PATCH 4.14 159/189] x86/pkeys/selftests: Factor out "instruction page"
` [PATCH 4.14 160/189] x86/pkeys/selftests: Add PROT_EXEC test
` [PATCH 4.14 161/189] x86/pkeys/selftests: Fix pkey exhaustion test off-by-one
` [PATCH 4.14 162/189] x86/pkeys/selftests: Fix pointer math
` [PATCH 4.14 163/189] x86/pkeys/selftests: Save off prot for allocations
` [PATCH 4.14 164/189] x86/pkeys/selftests: Add a test for pkey 0

[PATCH 4.16 234/279] x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pkeys ABI
 2018-06-18  8:13 UTC  (13+ messages)
` [PATCH 4.16 235/279] x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABI
` [PATCH 4.16 237/279] x86/pkeys/selftests: Give better unexpected fault error messages
` [PATCH 4.16 238/279] x86/pkeys/selftests: Stop using assert()
` [PATCH 4.16 239/279] x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signal
` [PATCH 4.16 240/279] x86/pkeys/selftests: Avoid printf-in-signal deadlocks
` [PATCH 4.16 241/279] x86/pkeys/selftests: Allow faults on unknown keys
` [PATCH 4.16 242/279] x86/pkeys/selftests: Factor out "instruction page"
` [PATCH 4.16 243/279] x86/pkeys/selftests: Add PROT_EXEC test
` [PATCH 4.16 244/279] x86/pkeys/selftests: Fix pkey exhaustion test off-by-one
` [PATCH 4.16 245/279] x86/pkeys/selftests: Fix pointer math
` [PATCH 4.16 246/279] x86/pkeys/selftests: Save off prot for allocations
` [PATCH 4.16 247/279] x86/pkeys/selftests: Add a test for pkey 0

[PATCH 0/4] Small cleanup for memoryhotplug
 2018-06-18  7:13 UTC  (2+ messages)

[PATCH v5 0/4] Mark vmalloc and page-table pages
 2018-06-17 21:46 UTC  (5+ messages)
` [PATCH v5 4/4] mm: Mark pages in use for page tables

Patch "x86/pkeys/selftests: Give better unexpected fault error messages" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "x86/pkeys/selftests: Stop using assert()" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "x86/pkeys/selftests: Save off 'prot' for allocations" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signal" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "x86/pkeys/selftests: Fix pointer math" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "x86/pkeys/selftests: Fix pkey exhaustion test off-by-one" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "x86/pkeys/selftests: Factor out "instruction page"" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "x86/pkeys/selftests: Avoid printf-in-signal deadlocks" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "x86/pkeys/selftests: Allow faults on unknown keys" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pkeys ABI" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "x86/pkeys/selftests: Add PROT_EXEC test" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "x86/pkeys/selftests: Add a test for pkey 0" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABI" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "x86/pkeys/selftests: Stop using assert()" has been added to the 4.14-stable tree
 2018-06-17 11:23 UTC 


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