linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-17 07:57:34 to 2019-10-18 14:10:05 UTC [more...]

[PATCH 0/3] Recalculate per-cpu page allocator batch and high limits after deferred meminit
 2019-10-18 14:09 UTC  (13+ messages)
` [PATCH 1/3] mm, pcp: Share common code between memory hotplug and percpu sysctl handler
` [PATCH 2/3] mm, meminit: Recalculate pcpu batch and high limits after init completes
` [PATCH 3/3] mm, pcpu: Make zone pcp updates and reset internal to the mm

[PATCH] mm: Unsigned 'nr_pages' always larger than zero
 2019-10-18 14:00 UTC  (6+ messages)

[PATCH RFC v1 00/26] Add KernelMemorySanitizer infrastructure
 2019-10-18 13:55 UTC  (31+ messages)
` [PATCH RFC v1 01/26] stackdepot: check depot_index before accessing the stack slab
` [PATCH RFC v1 02/26] stackdepot: prevent Clang from optimizing away stackdepot_memcmp()
` [PATCH RFC v1 03/26] kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
` [PATCH RFC v1 04/26] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH RFC v1 05/26] printk_safe: externalize printk_context
` [PATCH RFC v1 06/26] kasan: compiler.h: rename __no_kasan_or_inline into __no_memory_tool_or_inline
` [PATCH RFC v1 07/26] kmsan: add ReST documentation
` [PATCH RFC v1 08/26] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW
` [PATCH RFC v1 09/26] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__
` [PATCH RFC v1 10/26] kmsan: reduce vmalloc space
` [PATCH RFC v1 11/26] kmsan: add KMSAN runtime
` [PATCH RFC v1 12/26] kmsan: x86: sync metadata pages on page fault
` [PATCH RFC v1 13/26] kmsan: add tests for KMSAN
` [PATCH RFC v1 14/26] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH RFC v1 15/26] kmsan: Kconfig changes to disable options incompatible with KMSAN
` [PATCH RFC v1 16/26] kmsan: Changing existing files to enable KMSAN builds
` [PATCH RFC v1 17/26] kmsan: disable KMSAN instrumentation for certain kernel parts
` [PATCH RFC v1 18/26] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH RFC v1 19/26] kmsan: call KMSAN hooks where needed
` [PATCH RFC v1 20/26] kmsan: disable instrumentation of certain functions
` [PATCH RFC v1 21/26] kmsan: unpoison |tlb| in arch_tlb_gather_mmu()
` [PATCH RFC v1 22/26] kmsan: use __msan_memcpy() where possible
` [PATCH RFC v1 23/26] kmsan: unpoisoning buffers from devices etc
` [PATCH RFC v1 24/26] kmsan: hooks for copy_to_user() and friends
` [PATCH RFC v1 25/26] kmsan: disable strscpy() optimization under KMSAN
` [PATCH RFC v1 26/26] net: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN

[PATCH] mm,thp: recheck each page before collapsing file THP
 2019-10-18 13:34 UTC  (3+ messages)

[PATCH v2 0/5] Fixes for THP in page cache
 2019-10-18 13:32 UTC  (12+ messages)
` [PATCH v2 1/5] proc/meminfo: fix output alignment
` [PATCH v2 2/5] mm/thp: fix node page state in split_huge_page_to_list()
` [PATCH v2 3/5] mm: Support removing arbitrary sized pages from mapping
` [PATCH v2 4/5] mm/thp: allow drop THP from page cache
` [PATCH v2 5/5] uprobe: only do FOLL_SPLIT_PMD for uprobe register

[PATCH V5 0/4] ACPI: Support Generic Initiator proximity domains
 2019-10-18 12:46 UTC  (4+ messages)
` [PATCH V5 1/4] ACPI: Support Generic Initiator only domains

[linux-next:master] BUILD REGRESSION c4b9850b3676869ac0def5885d781d17f64b3a86
 2019-10-18 12:42 UTC 

[RFC PATCH v2 00/16] Hwpoison rework {hard,soft}-offline
 2019-10-18 12:39 UTC  (22+ messages)
` [RFC PATCH v2 01/16] mm,hwpoison: cleanup unused PageHuge() check
` [RFC PATCH v2 02/16] mm,madvise: call soft_offline_page() without MF_COUNT_INCREASED
` [RFC PATCH v2 03/16] mm,madvise: Refactor madvise_inject_error
` [RFC PATCH v2 04/16] mm,hwpoison-inject: don't pin for hwpoison_filter
` [RFC PATCH v2 05/16] mm,hwpoison: Un-export get_hwpoison_page and make it static
` [RFC PATCH v2 06/16] mm,hwpoison: Kill put_hwpoison_page
` [RFC PATCH v2 07/16] mm,hwpoison: remove MF_COUNT_INCREASED
` [RFC PATCH v2 08/16] mm,hwpoison: remove flag argument from soft offline functions
` [RFC PATCH v2 09/16] mm,hwpoison: Unify THP handling for hard and soft offline
` [RFC PATCH v2 10/16] mm,hwpoison: Rework soft offline for free pages
` [RFC PATCH v2 11/16] mm,hwpoison: Rework soft offline for in-use pages
` [RFC PATCH v2 12/16] mm,hwpoison: Refactor soft_offline_huge_page and __soft_offline_page
` [RFC PATCH v2 13/16] mm,hwpoison: Take pages off the buddy when hard-offlining
` [RFC PATCH v2 14/16] mm,hwpoison: Return 0 if the page is already poisoned in soft-offline
` [RFC PATCH v2 15/16] mm/hwpoison-inject: Rip off duplicated checks
` [RFC PATCH v2 16/16] mm, soft-offline: convert parameter to pfn

[PATCH RFC v3 0/9] virtio-mem: paravirtualized memory
 2019-10-18 12:35 UTC  (10+ messages)
` [PATCH RFC v3 6/9] mm: Allow to offline PageOffline() pages with a reference count of 0

memory offline infinite loop after soft offline
 2019-10-18 11:56 UTC  (21+ messages)

[PATCH 0/3] Allow ZRAM to use any zpool-compatible backend
 2019-10-18 11:23 UTC  (3+ messages)
` [PATCH 1/3] zpool: extend API to match zsmalloc

[PATCH] zswap: allow setting default status, compressor and allocator in Kconfig
 2019-10-18 11:19 UTC  (2+ messages)

[PATCH v8 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-10-18 10:43 UTC  (7+ messages)
` [PATCH v8 1/5] "

[PATCH v3 1/3] mm/vmalloc: remove preempt_disable/enable when do preloading
 2019-10-18  9:41 UTC  (9+ messages)
` [PATCH v3 2/3] mm/vmalloc: respect passed gfp_mask "
` [PATCH v3 3/3] mm/vmalloc: add more comments to the adjust_va_to_fit_type()

[PATCH 0/4] [RFC] Migrate Pages in lieu of discard
 2019-10-18  8:11 UTC  (20+ messages)
` [PATCH 1/4] node: Define and export memory migration path
` [PATCH 2/4] mm/migrate: Defer allocating new page until needed
` [PATCH 3/4] mm/vmscan: Attempt to migrate page in lieu of discard

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-10-18  7:59 UTC  (8+ messages)
` [PATCH 08/26] mm: directed shrinker work deferral
` [PATCH 25/26] xfs: rework unreferenced inode lookups

[PATCH v3 00/15] Enable CONFIG_VMAP_STACK on PPC32
 2019-10-18  7:09 UTC  (5+ messages)
` [PATCH v3 06/15] powerpc/32: prepare for CONFIG_VMAP_STACK

BUG: bad usercopy in ld_usb_read (3)
 2019-10-18  6:28 UTC  (3+ messages)

[PATCH V3] mm/page_alloc: Add alloc_contig_pages()
 2019-10-18  5:03 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 487ed230fbdfe3fe44ede5b3a2863cb07491a1b5
 2019-10-18  3:32 UTC 

[PATCH v9 0/8] KVM: PPC: Driver to manage pages of secure guest
 2019-10-18  3:00 UTC  (3+ messages)
` [PATCH v9 2/8] KVM: PPC: Move pages between normal and secure memory

[PATCH v3 1/3] kasan: Archs don't check memmove if not support it
 2019-10-18  2:58 UTC  (2+ messages)

[PATCH 00/16] The new slab memory controller
 2019-10-18  0:28 UTC  (17+ messages)
` [PATCH 01/16] mm: memcg: introduce mem_cgroup_ptr
` [PATCH 02/16] mm: vmstat: use s32 for vm_node_stat_diff in struct per_cpu_nodestat
` [PATCH 03/16] mm: vmstat: convert slab vmstat counter to bytes
` [PATCH 04/16] mm: memcg/slab: allocate space for memcg ownership data for non-root slabs
` [PATCH 05/16] mm: slub: implement SLUB version of obj_to_index()
` [PATCH 06/16] mm: memcg/slab: save memcg ownership data for non-root slab objects
` [PATCH 07/16] mm: memcg: move memcg_kmem_bypass() to memcontrol.h
` [PATCH 08/16] mm: memcg: introduce __mod_lruvec_memcg_state()
` [PATCH 09/16] mm: memcg/slab: charge individual slab objects instead of pages
` [PATCH 10/16] mm: memcg: move get_mem_cgroup_from_current() to memcontrol.h
` [PATCH 11/16] mm: memcg/slab: replace memcg_from_slab_page() with memcg_from_slab_obj()
` [PATCH 12/16] tools/cgroup: add slabinfo.py tool
` [PATCH 13/16] mm: memcg/slab: deprecate memory.kmem.slabinfo
` [PATCH 14/16] mm: memcg/slab: use one set of kmem_caches for all memory cgroups
` [PATCH 15/16] tools/cgroup: make slabinfo.py compatible with new slab controller
` [PATCH 16/16] mm: slab: remove redundant check in memcg_accumulate_slabinfo()

[PATCH] hugetlbfs: fix error handling in init_hugetlbfs_fs()
 2019-10-18  0:47 UTC  (3+ messages)

hibernation memory usage
 2019-10-17 22:55 UTC  (7+ messages)

[RFC, PATCH] mm, thp: Try to bound number of pages on deferred split queue
 2019-10-17 17:35 UTC  (3+ messages)

[RFC] Memory Tiering
 2019-10-17 17:34 UTC  (5+ messages)

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-17 16:47 UTC  (6+ messages)

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-17 16:44 UTC 

[PATCH 0/4] Fixes for THP in page cache
 2019-10-17 16:36 UTC  (11+ messages)
` [PATCH 3/4] mm/thp: allow drop THP from "
` [PATCH 4/4] uprobe: only do FOLL_SPLIT_PMD for uprobe register

[PATCH v2 0/8] Backported fixes for 4.4 stable tree
 2019-10-17 16:28 UTC  (4+ messages)
` [PATCH v2 6/8] mm: prevent get_user_pages() from overflowing page refcount

[PATCH v7 00/25] arm64: MMU enabled kexec relocation
 2019-10-17 14:26 UTC  (2+ messages)

[PATCH 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-10-17 14:15 UTC  (2+ messages)

[PATCH v2 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-10-17 14:13 UTC  (9+ messages)
` [PATCH v2 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v2 2/8] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH v2 3/8] build, kcsan: Add KCSAN build exceptions
` [PATCH v2 4/8] seqlock, kcsan: Add annotations for KCSAN
` [PATCH v2 5/8] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH v2 6/8] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH v2 7/8] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH v2 8/8] x86, kcsan: Enable KCSAN for x86

[Question] Can PageReferenced() be replaced by reverse-mapping and pte_young()?
 2019-10-17 14:11 UTC 

[PATCH] mm: remove VM_ACCT(PAGE_SIZE) when charge and uncharge
 2019-10-17 11:32 UTC 

[linux-next:master] BUILD REGRESSION 3ef845da3c3b180ddd386e228ac3228d84a522d3
 2019-10-17 11:01 UTC 

[PATCH] mm: fix outdated comment in page_get_anon_vma()
 2019-10-17  9:35 UTC 

[PATCH] mm, soft-offline: convert parameter to pfn
 2019-10-17  8:07 UTC  (12+ 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).