linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-27 05:00:18 to 2018-08-29 11:35:59 UTC [more...]

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-08-29 11:35 UTC  (19+ messages)
` [PATCH v6 01/18] khwasan, mm: change kasan hooks signatures
` [PATCH v6 02/18] khwasan: move common kasan and khwasan code to common.c
` [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v6 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v6 05/18] khwasan: initialize shadow to 0xff
` [PATCH v6 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v6 07/18] khwasan: add tag related helper functions
` [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v6 09/18] khwasan, arm64: fix up fault handling logic
` [PATCH v6 10/18] khwasan, arm64: enable top byte ignore for the kernel
` [PATCH v6 11/18] khwasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v6 12/18] khwasan: split out kasan_report.c from report.c
` [PATCH v6 13/18] khwasan: add bug reporting routines
` [PATCH v6 14/18] khwasan: add hooks implementation
` [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v6 16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v6 17/18] khwasan: update kasan documentation
` [PATCH v6 18/18] kasan: add SPDX-License-Identifier mark to source files

[PATCH 0/2] fix for "pathological THP behavior"
 2018-08-29 11:11 UTC  (11+ messages)
` [PATCH 2/2] mm: thp: fix transparent_hugepage/defrag = madvise || always

[PATCH V4 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-08-29 10:15 UTC  (3+ messages)
` [PATCH V4 4/4] kvm: add a check if pfn is from NVDIMM pmem

[PATCH 0/2] fs/dcache: Track # of negative dentries
 2018-08-29  7:51 UTC  (15+ messages)
` [PATCH 1/2] fs/dcache: Track & report number "
` [PATCH 2/2] fs/dcache: Make negative dentries easier to be reclaimed

[PATCH RESEND 0/7] switch several architectures NO_BOOTMEM
 2018-08-29  7:20 UTC  (2+ messages)

[PATCH 00/10] Push the vm_fault_t conversion further
 2018-08-28 23:52 UTC  (14+ messages)
` [PATCH 01/10] cramfs: Convert to use vmf_insert_mixed
` [PATCH 02/10] mm: Remove vm_insert_mixed
` [PATCH 03/10] mm: Introduce vmf_insert_pfn_prot
` [PATCH 04/10] x86: Convert vdso to use vm_fault_t
` [PATCH 05/10] mm: Make vm_insert_pfn_prot static
` [PATCH 06/10] mm: Remove references to vm_insert_pfn
` [PATCH 07/10] mm: Remove vm_insert_pfn
` [PATCH 08/10] mm: Inline vm_insert_pfn_prot into caller
` [PATCH 09/10] mm: Convert __vm_insert_mixed to vm_fault_t
` [PATCH 10/10] mm: Convert insert_pfn "

Tagged pointers in the XArray
 2018-08-28 23:26 UTC  (6+ messages)

[PATCH 1/2] kmemleak: dump all objects for slab usage analysis
 2018-08-28 23:28 UTC  (3+ messages)
` [PATCH 2/2] scripts: add kmemleak2pprof.py "

[PATCH] mm/page_alloc: Clean up check_for_memory
 2018-08-28 21:35 UTC  (2+ messages)

[PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v4
 2018-08-28 21:30 UTC  (13+ messages)
` [PATCH 1/9] mm: workingset: don't drop refault information prematurely
` [PATCH 2/9] mm: workingset: tell cache transitions from workingset thrashing
` [PATCH 3/9] delayacct: track delays from thrashing cache pages
` [PATCH 4/9] sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
` [PATCH 5/9] sched: loadavg: make calc_load_n() public
` [PATCH 6/9] sched: sched.h: make rq locking and clock functions available in stats.h
` [PATCH 7/9] sched: introduce this_rq_lock_irq()
` [PATCH 8/9] psi: pressure stall information for CPU, memory, and IO
` [PATCH 9/9] psi: cgroup support

[PATCH] mm, oom: OOM victims do not need to select next OOM victim unless __GFP_NOFAIL
 2018-08-28 21:17 UTC  (11+ messages)

[PATCH] mm: Conveted to use vm_fault_t
 2018-08-28 18:03 UTC  (2+ messages)

[PATCH 3/4] mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
 2018-08-28 17:33 UTC  (31+ messages)
  ` TLB flushes on fixmap changes

[PATCH 0/7] HMM updates, improvements and fixes
 2018-08-28 16:10 UTC  (11+ messages)
` [PATCH 4/7] mm/hmm: properly handle migration pmd

[PATCH] memory_hotplug: fix kernel_panic on offline page processing
 2018-08-28 14:33 UTC  (4+ messages)

[PATCH v4 0/4] Refactoring for remove_memory_section/unregister_mem_sect_under_nodes
 2018-08-28 14:04 UTC  (4+ messages)
` [PATCH v4 3/4] mm/memory_hotplug: Define nodemask_t as a stack variable

[RFC v2 0/2] Do not touch pages in remove_memory path
 2018-08-28 11:47 UTC  (2+ messages)

[PATCH 0/3] mm: dirty/accessed pte optimisations
 2018-08-28 11:20 UTC  (4+ messages)
` [PATCH 1/3] mm/cow: don't bother write protectig already write-protected huge pages
` [PATCH 2/3] mm/cow: optimise pte dirty/accessed bits handling in fork
` [PATCH 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion

[PATCHv2] kmemleak: Add option to print warnings to dmesg
 2018-08-28 10:26 UTC  (4+ messages)

[PATCH v2 0/4] devres: provide and use devm_kstrdup_const()
 2018-08-28  9:33 UTC  (5+ messages)
` [PATCH v2 1/4] devres: constify p in devm_kfree()
` [PATCH v2 2/4] mm: move is_kernel_rodata() to asm-generic/sections.h
` [PATCH v2 3/4] devres: provide devm_kstrdup_const()
` [PATCH v2 4/4] clk: pmc-atom: use devm_kstrdup_const()

using range locks instead of mm_sem
 2018-08-28  7:51 UTC  (6+ messages)

[PATCH 1/2] devres: provide devm_kstrdup_const()
 2018-08-28  6:32 UTC  (13+ messages)
` [PATCH 2/2] clk: pmc-atom: use devm_kstrdup_const()

[PATCH 2/3] x86: Convert vdso to use vm_fault_t
 2018-08-28  6:18 UTC  (4+ messages)

[PATCH 0/3] mmu_notifiers follow ups
 2018-08-28  6:03 UTC  (7+ messages)
` [PATCH 1/3] xen/gntdev: fix up blockable calls to mn_invl_range_start
` [PATCH 2/3] mm, mmu_notifier: be explicit about range invalition non-blocking mode
` [PATCH 3/3] Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks"

mmotm 2018-08-23-17-26 uploaded
 2018-08-28  4:20 UTC  (2+ messages)

[PATCH 1/2] Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
 2018-08-27 23:33 UTC  (8+ messages)
` [PATCH 2/2] mm: zero remaining unavailable struct pages

[PATCH v3 1/3] mm: rework memcg kernel stack accounting
 2018-08-27 23:24 UTC  (7+ messages)
` [PATCH v3 2/3] mm: drain memcg stocks on css offlining
` [PATCH v3 3/3] mm: don't miss the last page because of round-off error

[PATCH 0/4] x86: TLB invalidate fixes
 2018-08-27 22:13 UTC  (25+ messages)
` [PATCH 3/4] mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
                        ` removig ia64, was: "

[PATCH 0/3] swap: Code refactoring for some swap free related functions
 2018-08-27 22:44 UTC  (5+ messages)
` [PATCH 1/3] swap: Use __try_to_reclaim_swap() in free_swap_and_cache()
` [PATCH 2/3] swap: call free_swap_slot() in __swap_entry_free()
` [PATCH 3/3] swap: Clear si->swap_map[] in swap_free_cluster()

INFO: rcu detected stall in snd_seq_write
 2018-08-27 21:04 UTC  (2+ messages)

[PATCH v6 0/2] huge_pmd_unshare migration and flushing
 2018-08-27 19:11 UTC  (9+ messages)
` [PATCH v6 1/2] mm: migration: fix migration of huge PMD shared pages

[PATCH] mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()
 2018-08-27 13:51 UTC 

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-08-27  8:06 UTC  (3+ messages)
` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing

[PATCH RESEND] mips: switch to NO_BOOTMEM
 2018-08-27  7:59 UTC 

[PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-08-27  7:41 UTC  (13+ 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).