linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-18 06:28:20 to 2019-10-21 09:44:28 UTC [more...]

[PATCH v2 0/2] mm: Don't access uninitialized memmaps in PFN walkers
 2019-10-21  9:44 UTC  (6+ messages)
` [PATCH v2 2/2] mm/memory-failure.c: Don't access uninitialized memmaps in memory_failure()

[RFC PATCH v2 00/16] Hwpoison rework {hard,soft}-offline
 2019-10-21  9:40 UTC  (26+ 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 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 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 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 v3 2/3] riscv: Add KASAN support
 2019-10-21  9:33 UTC 

[PATCH RFC v1 00/26] Add KernelMemorySanitizer infrastructure
 2019-10-21  9:25 UTC  (42+ 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 06/26] mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()
 2019-10-21  8:35 UTC  (3+ messages)

[patch 07/26] mm/memunmap: don't access uninitialized memmap in memunmap_pages()
 2019-10-21  8:33 UTC  (4+ messages)

[bug, 5.2.16] kswapd/compaction null pointer crash [was Re: xfs_inode not reclaimed/memory leak on 5.2.16]
 2019-10-21  8:13 UTC  (6+ messages)

memory offline infinite loop after soft offline
 2019-10-21  3:16 UTC  (21+ messages)

[PATCH 00/16] The new slab memory controller
 2019-10-21  1:21 UTC  (8+ messages)
` [PATCH 02/16] mm: vmstat: use s32 for vm_node_stat_diff in struct per_cpu_nodestat

[PATCH] slab: Redefine ZERO_SIZE_PTR to include ERR_PTR range
 2019-10-20 15:38 UTC  (4+ messages)

[RFC v1] mm: add page preemption
 2019-10-20 15:24 UTC  (2+ messages)

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-20 14:21 UTC  (8+ messages)

[PATCH v2] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'
 2019-10-20 13:17 UTC 

[RFC v1] writeback: add elastic bdi in cgwb bdp
 2019-10-20 13:00 UTC 

[PATCH 0/3] Recalculate per-cpu page allocator batch and high limits after deferred meminit
 2019-10-20  9:32 UTC  (16+ 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 V2] kernel: dma: contigous: Make CMA parameters __initdata/__initconst
 2019-10-20  5:03 UTC 

[PATCH] mm/vmstat: do not use size of vmstat_text as count of /proc/vmstat items
 2019-10-20  2:07 UTC  (2+ messages)

mmotm 2019-10-18-22-40 uploaded
 2019-10-19 17:47 UTC  (4+ messages)
` mmotm 2019-10-18-22-40 uploaded (i915)
` mmotm 2019-10-18-22-40 uploaded (mm/vmstat.c)

[PATCH v3 1/3] mm/vmalloc: remove preempt_disable/enable when do preloading
 2019-10-19 15:51 UTC  (11+ 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()

[BUG -tip] kmemleak and stacktrace cause page faul
 2019-10-19 11:44 UTC 

[PATCH] kernel: dma: Make CMA boot parameters __ro_after_init
 2019-10-19  5:37 UTC  (3+ messages)

[PATCH v3] mm,thp: recheck each page before collapsing file THP
 2019-10-19  5:24 UTC  (3+ messages)

[patch 26/26] scripts/gdb: fix debugging modules on s390
 2019-10-19  3:20 UTC 

[patch 25/26] kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe register
 2019-10-19  3:20 UTC 

[patch 24/26] mm/thp: allow dropping THP from page cache
 2019-10-19  3:20 UTC 

[patch 23/26] mm/vmscan.c: support removing arbitrary sized pages from mapping
 2019-10-19  3:20 UTC 

[patch 22/26] mm/thp: fix node page state in split_huge_page_to_list()
 2019-10-19  3:20 UTC 

[patch 21/26] proc/meminfo: fix output alignment
 2019-10-19  3:20 UTC 

[patch 20/26] mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batch
 2019-10-19  3:20 UTC 

[patch 19/26] mm/filemap.c: include <linux/ramfs.h> for generic_file_vm_ops definition
 2019-10-19  3:20 UTC 

[patch 18/26] mm: include <linux/huge_mm.h> for is_vma_temporary_stack
 2019-10-19  3:20 UTC 

[patch 17/26] zram: fix race between backing_dev_show and backing_dev_store
 2019-10-19  3:20 UTC 

[patch 16/26] mm/memcontrol: update lruvec counters in mem_cgroup_move_account
 2019-10-19  3:20 UTC 

[patch 15/26] ocfs2: fix panic due to ocfs2_wq is null
 2019-10-19  3:20 UTC 

[patch 14/26] hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()
 2019-10-19  3:20 UTC 

[patch 13/26] mm: memblock: do not enforce current limit for memblock_phys* family
 2019-10-19  3:20 UTC 

[patch 12/26] mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_size
 2019-10-19  3:19 UTC 

[patch 11/26] mm/gup: fix a misnamed "write" argument, and a related bug
 2019-10-19  3:19 UTC 

[patch 10/26] mm/gup_benchmark: add a missing "w" to getopt string
 2019-10-19  3:19 UTC 

[patch 09/26] ocfs2: fix error handling in ocfs2_setattr()
 2019-10-19  3:19 UTC 

[patch 08/26] mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer release
 2019-10-19  3:19 UTC 

[patch 05/26] mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetypeinfo
 2019-10-19  3:19 UTC 

[patch 04/26] scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is set
 2019-10-19  3:19 UTC 

[patch 03/26] mm/memory-failure.c: don't access uninitialized memmaps in memory_failure()
 2019-10-19  3:19 UTC 

[patch 02/26] fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.c
 2019-10-19  3:19 UTC 

[patch 01/26] drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_page_store()
 2019-10-19  3:19 UTC 

incoming
 2019-10-19  3:19 UTC 

hibernation memory usage
 2019-10-19  1:49 UTC  (8+ messages)

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

[PATCH 0/4] [RFC] Migrate Pages in lieu of discard
 2019-10-18 21:55 UTC  (19+ messages)
` [PATCH 3/4] mm/vmscan: Attempt to migrate page "

[PATCH v2 0/5] Fixes for THP in page cache
 2019-10-18 21:54 UTC  (7+ messages)
` [PATCH v2 4/5] mm/thp: allow drop THP from "
` [PATCH v2 5/5] uprobe: only do FOLL_SPLIT_PMD for uprobe register

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

[PATCH] hugetlb: Add nohugepages parameter to prevent hugepages creation
 2019-10-18 18:29 UTC  (8+ messages)

[PATCH v2] mm,thp: recheck each page before collapsing file THP
 2019-10-18 17:27 UTC  (4+ messages)

[PATCH] mm: memcontrol: fix NULL-ptr deref in percpu stats flush
 2019-10-18 16:58 UTC  (2+ messages)

[PATCH] mm,thp: recheck each page before collapsing file THP
 2019-10-18 16:23 UTC  (6+ messages)

[PATCH] mm: Unsigned 'nr_pages' always larger than zero
 2019-10-18 16:07 UTC  (4+ messages)

[PATCH v12 07/22] riscv: mm: Add p?d_leaf() definitions
 2019-10-18 15:57 UTC 

BUG: bad usercopy in ld_usb_read (2)
 2019-10-18 14:40 UTC  (3+ messages)

[patch for-5.3 0/4] revert immediate fallback to remote hugepages
 2019-10-18 14:15 UTC  (11+ messages)

[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 

[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

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