linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-06 11:07:49 to 2018-11-08 07:23:36 UTC [more...]

[PATCH v2 0/4] mm: convert totalram_pages, totalhigh_pages and managed pages to atomic
 2018-11-08  7:23 UTC  (16+ messages)
` [PATCH v2 1/4] mm: Fix multiple evaluvations of totalram_pages and managed_pages
` [PATCH v2 2/4] mm: Convert zone->managed_pages to atomic variable
` [PATCH v2 3/4] mm: convert totalram_pages and totalhigh_pages variables to atomic
` [PATCH v2 4/4] mm: Remove managed_page_count spinlock

[RFC PATCH 0/5] mm, memory_hotplug: improve memory offlining failures debugging
 2018-11-08  7:16 UTC  (9+ messages)
` [RFC PATCH 1/5] mm: print more information about mapping in __dump_page
` [RFC PATCH 2/5] mm: lower the printk loglevel for __dump_page messages
` [RFC PATCH 3/5] mm, memory_hotplug: drop pointless block alignment checks from __offline_pages
` [RFC PATCH 4/5] mm, memory_hotplug: print reason for the offlining failure
` [RFC PATCH 5/5] mm, memory_hotplug: be more verbose for memory offline failures

[PATCH v6 1/3] printk: Add line-buffered printk() API
 2018-11-08  4:45 UTC  (21+ messages)
` [PATCH 2/3] mm: Use line-buffered printk() for show_free_areas()
` [PATCH 3/3] lockdep: Use line-buffered printk() for lockdep messages

[PATCH v3 resend 1/2] mm: Add an F_SEAL_FUTURE_WRITE seal to memfd
 2018-11-08  4:15 UTC  (2+ messages)
` [PATCH v3 resend 2/2] selftests/memfd: Add tests for F_SEAL_FUTURE_WRITE seal

[PATCH] mm: Fix a typo in __next_mem_pfn_range() comments
 2018-11-08  3:08 UTC 

[LKP] d50d82faa0 [ 33.671845] WARNING: possible circular locking dependency detected
 2018-11-08  3:05 UTC  (3+ messages)

[PATCH] mm/slub: skip node in case there is no slab to acquire
 2018-11-08  1:12 UTC 

[PATCH 0/8] Introduce a device-dax bus-based device-model
 2018-11-07 23:42 UTC  (3+ messages)
` [PATCH 7/8] device-dax: Add support for a dax override driver

[PATCH] tmpfs: let lseek return ENXIO with a negative offset
 2018-11-07 23:19 UTC  (2+ messages)

[PATCH] z3fold: encode object length in the handle
 2018-11-07 23:00 UTC  (4+ messages)

[PATCH] mm, slab: remove unnecessary unlikely()
 2018-11-07 22:55 UTC  (2+ messages)

[RFC PATCH v4 00/13] ktask: multithread CPU-intensive kernel work
 2018-11-07 21:20 UTC  (17+ messages)
` [RFC PATCH v4 01/13] ktask: add documentation

[PATCH 0/2] Introduce common code for risc-v sparsemem support
 2018-11-07 20:56 UTC  (10+ messages)
` [PATCH 1/2] mm: Introduce common STRUCT_PAGE_MAX_SHIFT define
` [PATCH 2/2] mm/sparse: add common helper to mark all memblocks present

[PATCH v2 0/2] Introduce common code for risc-v sparsemem support
 2018-11-07 20:54 UTC  (3+ messages)
` [PATCH v2 1/2] mm: Introduce common STRUCT_PAGE_MAX_SHIFT define
` [PATCH v2 2/2] mm/sparse: add common helper to mark all memblocks present

[PATCH v8 0/4] KASLR feature to randomize each loadable module
 2018-11-07 20:03 UTC  (12+ messages)
` [PATCH v8 1/4] vmalloc: Add __vmalloc_node_try_addr function
` [PATCH v8 2/4] x86/modules: Increase randomization for modules
` [PATCH v8 4/4] Kselftest for module text allocation benchmarking

[PATCH 1/2] mm: vmscan: skip KSM page in direct reclaim if priority is low
 2018-11-07 19:16 UTC  (2+ messages)
` [PATCH 2/2] mm: ksm: do not block on page lock when searching stable tree

[PATCH 0/5] Fragmentation avoidance improvements v2
 2018-11-07 18:38 UTC  (6+ messages)
` [PATCH 1/5] mm, page_alloc: Spread allocations across zones before introducing fragmentation
` [PATCH 2/5] mm: Move zone watermark accesses behind an accessor
` [PATCH 3/5] mm: Reclaim small amounts of memory when an external fragmentation event occurs
` [PATCH 4/5] mm: Stall movable allocations until kswapd progresses during serious external fragmentation event
` [PATCH 5/5] mm: Target compaction on pageblocks that were recently fragmented

[PATCH v10 00/22] kasan: add software tag-based mode for arm64
 2018-11-07 18:26 UTC  (36+ messages)
` [PATCH v10 01/22] kasan, mm: change hooks signatures
` [PATCH v10 02/22] kasan, slub: handle pointer tags in early_kmem_cache_node_alloc
` [PATCH v10 03/22] kasan: move common generic and tag-based code to common.c
` [PATCH v10 04/22] kasan: rename source files to reflect the new naming scheme
` [PATCH v10 05/22] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v10 06/22] kasan, arm64: adjust shadow size for tag-based mode
` [PATCH v10 07/22] kasan: initialize shadow to 0xff "
` [PATCH v10 08/22] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v10 09/22] kasan: add tag related helper functions
` [PATCH v10 10/22] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v10 11/22] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v10 12/22] kasan, arm64: fix up fault handling logic
` [PATCH v10 13/22] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v10 14/22] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v10 15/22] kasan: split out generic_report.c from report.c
` [PATCH v10 16/22] kasan: add bug reporting routines for tag-based mode
` [PATCH v10 17/22] kasan: add hooks implementation "
` [PATCH v10 18/22] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v10 19/22] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v10 20/22] kasan: add __must_check annotations to kasan hooks
` [PATCH v10 21/22] kasan: update documentation
` [PATCH v10 22/22] kasan: add SPDX-License-Identifier mark to source files

[PATCH v6] mm, drm/i915: mark pinned shmemfs pages as unevictable
 2018-11-07 15:34 UTC  (11+ messages)
` [PATCH v7] "

[PATCH] mm/gup: fix follow_page_mask kernel-doc comment
 2018-11-07 15:08 UTC 

[PATCH] mm: fix NUMA statistics updates
 2018-11-07 15:01 UTC  (2+ messages)

[PATCH] mm, memory_hotplug: check zone_movable in has_unmovable_pages
 2018-11-07 13:06 UTC  (8+ messages)

[PATCH v1 0/4]mm: convert totalram_pages, totalhigh_pages and managed pages to atomic
 2018-11-07 11:50 UTC  (17+ messages)
` [PATCH v1 3/4] mm: convert totalram_pages and totalhigh_pages variables "
` [PATCH v1 4/4] mm: Remove managed_page_count spinlock

[RFC PATCH 0/2] oom, memcg: do not report racy no-eligible OOM
 2018-11-07 10:08 UTC  (10+ messages)
` [RFC PATCH 2/2] memcg: do not report racy no-eligible OOM tasks

[PATCH 1/2] mm/page_alloc: free order-0 pages through PCP in page_frag_free()
 2018-11-07  9:59 UTC  (11+ messages)
` [PATCH 2/2] mm/page_alloc: use a single function to free page
  ` [PATCH v2 "
    ` [PATCH v3 "
` [PATCH v2 1/2] mm/page_alloc: free order-0 pages through PCP in page_frag_free()

[PATCH 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-07  6:36 UTC  (12+ messages)
` [PATCH 4/6] mm: introduce page->dma_pinned_flags, _count

[PATCH v6 1/2] memory_hotplug: Free pages as higher order
 2018-11-07  6:21 UTC  (7+ messages)
` [PATCH v6 2/2] mm/page_alloc: remove software prefetching in __free_pages_core

[PATCH RFC v2 0/4] mm: some enhancements to the page fault mechanism
 2018-11-07  6:06 UTC  (5+ messages)
` [PATCH RFC v2 1/4] mm: gup: rename "nonblocking" to "locked" where proper
` [PATCH RFC v2 2/4] mm: userfault: return VM_FAULT_RETRY on signals
` [PATCH RFC v2 3/4] mm: allow VM_FAULT_RETRY for multiple times
` [PATCH RFC v2 4/4] mm: gup: "

KASAN: use-after-free Read in get_mem_cgroup_from_mm
 2018-11-07  1:52 UTC 

[PATCH] mm/slub: record final state of slub action in deactivate_slab()
 2018-11-07  1:31 UTC 

[PATCH] mm: remove reset of pcp->counter in pageset_init()
 2018-11-07  0:34 UTC  (2+ messages)

[PATCH] mm/hotplug: Optimize clear_hwpoisoned_pages
 2018-11-06 23:32 UTC  (2+ messages)

[kvm PATCH v8 0/2] shrink vcpu_vmx down to order 2
 2018-11-06 22:53 UTC  (3+ messages)
` [kvm PATCH v8 1/2] kvm: x86: Use task structs fpu field for user
` [kvm PATCH v8 2/2] kvm: x86: Dynamically allocate guest_fpu

[kvm PATCH v7 0/2] shrink vcpu_vmx down to order 2
 2018-11-06 22:51 UTC  (5+ messages)
` [kvm PATCH v7 1/2] kvm: x86: Use task structs fpu field for user
` [kvm PATCH v7 2/2] kvm: x86: Dynamically allocate guest_fpu

[Bug 201603] New: NULL pointer dereference when using z3fold and zswap
 2018-11-06 22:10 UTC  (2+ messages)

[PATCH v4] mm/page_owner: clamp read count to PAGE_SIZE
 2018-11-06 21:51 UTC  (4+ messages)

[PATCH v5 00/27] Control Flow Enforcement: Shadow Stack
 2018-11-06 20:21 UTC  (5+ messages)
` [PATCH v5 21/27] x86/cet/shstk: Introduce WRUSS instruction

[PATCH] slab.h: Avoid using & for logical and of booleans
 2018-11-06 18:17 UTC  (11+ messages)

[PATCH] mm/slub: page is always non-NULL for node_match()
 2018-11-06 15:56 UTC  (2+ messages)

[PATCH v2] mm/mmu_notifier: remove mmu_notifier_synchronize()
 2018-11-06 13:47 UTC 

NUMA memchr_inv() in mm/vmstat.c:need_update()?
 2018-11-06 13:37 UTC  (2+ messages)

[PATCH] mm/mmu_notifier: rename mmu_notifier_synchronize() to <...>_barrier()
 2018-11-06 13:34 UTC  (5+ messages)

[PATCH v2] mm: Create the new vm_fault_t type
 2018-11-06 13:27 UTC  (2+ messages)

[PATCH v3] mm: Create the new vm_fault_t type
 2018-11-06 12:10 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).