linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-17 17:39:34 to 2020-08-18 20:50:34 UTC [more...]

[PATCH RFC 0/2] Break heap spraying needed for exploiting use-after-free
 2020-08-18 20:50 UTC  (17+ messages)
` [PATCH RFC 1/2] mm: Extract SLAB_QUARANTINE from KASAN
` [PATCH RFC 2/2] lkdtm: Add heap spraying test

Regarding HMM
 2020-08-18 20:35 UTC  (3+ messages)

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-08-18 19:30 UTC  (26+ messages)
` [RFC PATCH 1/8] memcg: Enable fine-grained control of over memory.high action

[RFC v7 00/10] DAMON: Support Physical Memory Address Space Monitoring
 2020-08-18 19:22 UTC  (12+ messages)
` [RFC v7 01/10] mm/damon/debugfs: Allow users to set initial monitoring target regions
` [RFC v7 02/10] tools/damon: Support init target regions specification
` [RFC v7 03/10] mm/damon-test: Add more unit tests for 'init_regions'
` [RFC v7 04/10] selftests/damon/_chk_record: Do not check number of gaps
` [RFC v7 05/10] Docs/admin-guide/mm/damon: Document 'init_regions' feature
` [RFC v7 06/10] mm/damon: Implement callbacks for physical memory monitoring
` [RFC v7 07/10] mm/damon/debugfs: Support "
` [RFC v7 08/10] tools/damon/record: "
` [RFC v7 09/10] tools/damon/record: Support NUMA specific recording
` [RFC v7 10/10] Docs/DAMON: Document physical memory monitoring support

[v3 PATCH] mm/memory.c: skip spurious TLB flush for retried page fault
 2020-08-18 19:01 UTC  (2+ messages)

[PATCH v2 1/3] mm: remove activate_page() from unuse_pte()
 2020-08-18 18:47 UTC  (3+ messages)
` [PATCH v2 2/3] mm: remove superfluous __ClearPageActive()
` [PATCH v2 3/3] mm: remove superfluous __ClearPageWaiters()

[PATCH v3] mm: introduce reference pages
 2020-08-18 18:25 UTC  (5+ messages)

[PATCH 1/2] mm/mmap: Add inline vma_next() for readability of mmap code
 2020-08-18 15:47 UTC  (2+ messages)
` [PATCH 2/2] mm/mmap: Add inline munmap_vma_range() for code readability

[RFC-PATCH 1/2] mm: Add __GFP_NO_LOCKS flag
 2020-08-18 17:13 UTC  (20+ messages)

[PATCH v8 0/6] ACPI: Support Generic Initiator proximity domains
 2020-08-18 17:04 UTC  (7+ messages)
` [PATCH v8 1/6] ACPI: Support Generic Initiator only domains
` [PATCH v8 2/6] x86: Support Generic Initiator only proximity domains
` [PATCH v8 3/6] ACPI: Let ACPI know we support Generic Initiator Affinity Structures
` [PATCH v8 4/6] ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3
` [PATCH v8 5/6] node: Add access1 class to represent CPU to memory characteristics
` [PATCH v8 6/6] docs: mm: numaperf.rst Add brief description for access class 1

[PATCH] kprobes: Use module_name() macro
 2020-08-18 17:00 UTC  (4+ messages)

[RFC 0/7] Support high-order page bulk allocation
 2020-08-18 16:49 UTC  (19+ messages)
` [RFC 5/7] mm: introduce alloc_pages_bulk API

[PATCH 0/3] Chunk Heap Support on DMA-HEAP
 2020-08-18 16:48 UTC  (8+ messages)
    ` [PATCH 1/3] dma-buf: add missing EXPORT_SYMBOL_GPL() for dma heaps
    ` [PATCH 2/3] dma-buf: heaps: add chunk heap to dmabuf heaps
    ` [PATCH 3/3] dma-heap: Devicetree binding for chunk heap

PROBLEM: Long Workqueue delays V2
 2020-08-18 16:45 UTC  (2+ messages)

[PATCH v5 0/6] arch/x86: kprobes: Remove MODULES dependency
 2020-08-18 16:30 UTC  (14+ messages)
` [PATCH v5 1/6] kprobes: Remove dependency to the module_mutex
` [PATCH v5 5/6] kprobes: Use text_alloc() and text_free()

Flushing transparent hugepages
 2020-08-18 16:08 UTC  (2+ messages)

[PATCH v3 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-18 15:16 UTC  (18+ messages)
` [PATCH v3 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH v3 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH v3 03/17] arm, xtensa: simplify initialization of high memory pages
` [PATCH v3 04/17] arm64: numa: simplify dummy_numa_init()
` [PATCH v3 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH v3 06/17] riscv: drop unneeded node initialization
` [PATCH v3 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH v3 08/17] memblock: make for_each_memblock_type() iterator private
` [PATCH v3 09/17] memblock: make memblock_debug and related functionality private
` [PATCH v3 10/17] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH v3 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH v3 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH v3 13/17] x86/setup: simplify initrd relocation and reservation
` [PATCH v3 14/17] x86/setup: simplify reserve_crashkernel()
` [PATCH v3 15/17] memblock: remove unused memblock_mem_size()
` [PATCH v3 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [PATCH v3 17/17] memblock: use separate iterators for memory and reserved regions

[PATCH v3 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_lock properly in there
 2020-08-18 15:17 UTC  (11+ messages)
` [PATCH v3 1/5] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH v3 2/5] coredump: Let dump_emit() bail out on short writes
` [PATCH v3 3/5] coredump: Refactor page range dumping into common helper
` [PATCH v3 4/5] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot
` [PATCH v3 5/5] mm/gup: Take mmap_lock in get_dump_page()

[PATCH] mm/page_reporting: the "page" must not be the list head
 2020-08-18 14:58 UTC  (10+ messages)

[Patch v2] mm/page_reporting: drop stale list head check in page_reporting_cycle
 2020-08-18 14:55 UTC  (3+ messages)

PROBLEM: Long Workqueue delays
 2020-08-18 14:48 UTC  (6+ messages)

[PATCH v3 0/6] ACPI: Only create NUMA nodes from entries in SRAT or SRAT emulation
 2020-08-18 14:24 UTC  (7+ messages)
` [PATCH v3 1/6] ACPI: Add out of bounds and numa_off protections to pxm_to_node
` [PATCH v3 2/6] ACPI: Do not create new NUMA domains from ACPI static tables that are not SRAT
` [PATCH v3 3/6] ACPI: Remove side effect of partly creating a node in acpi_map_pxm_to_online_node
` [PATCH v3 4/6] ACPI: Rename acpi_map_pxm_to_online_node to pxm_to_online_node
` [PATCH v3 5/6] ACPI: Remove side effect of partly creating a node in acpi_get_node
` [PATCH v3 6/6] irq-chip/gic-v3-its: Fix crash if ITS is in a proximity domain without processor or memory

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-18 14:15 UTC  (7+ messages)
` [PATCH v4 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v4 2/6] mmap: make mlock_future_check() global
` [PATCH v4 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v4 4/6] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v4 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v4 6/6] mm: secretmem: add ability to reserve memory at boot

[RFC PATCH] mm: silence soft lockups from unlock_page
 2020-08-18 13:50 UTC  (11+ messages)

[PATCH v6] mm/zswap: move to use crypto_acomp API for hardware acceleration
 2020-08-18 12:31 UTC 

[PATCH 0/2] arm64/mm: Enable THP migration
 2020-08-18 12:26 UTC  (5+ messages)
` [PATCH 1/2] arm64/mm: Change THP helpers to comply with generic MM semantics

[PATCH STABLE 4.9] mm: Avoid calling build_all_zonelists_init under hotplug context
 2020-08-18 12:26 UTC  (3+ messages)

[PATCH] mm/memory.c: Replace vmf->vma with variable vma
 2020-08-18 12:01 UTC  (2+ messages)

[PATCH -next] mm/madvise: Remove duplicate include
 2020-08-18 11:44 UTC 

[PATCH -next] mm: slab: Remove duplicate include
 2020-08-18 11:43 UTC 

[PATCH v2] mm/memory: Fix typo in __do_fault() comment
 2020-08-18 10:43 UTC 

[PATCH] mm/memory.c: Correct the function name in comment
 2020-08-18 10:26 UTC  (3+ messages)

[PATCH] mm/memory-failure: do pgoff calculation before for_each_process()
 2020-08-18  8:46 UTC  (2+ messages)

[PATCH] mm: sort freelist by rank number
 2020-08-18  8:54 UTC  (5+ messages)

[PATCH v6 0/3] Offline memoryless cpuless node 0
 2020-08-18  8:11 UTC  (4+ messages)
` [PATCH v6 1/3] powerpc/numa: Set numa_node for all possible cpus
` [PATCH v6 2/3] powerpc/numa: Prefer node id queried from vphn
` [PATCH v6 3/3] powerpc/numa: Offline memoryless cpuless node 0

[PATCH v5 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline
 2020-08-18  7:49 UTC  (14+ messages)

[PATCH 1/2] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-08-18  7:15 UTC  (6+ messages)
` [PATCH 2/2] mm/pageblock: remove false sharing in pageblock_flags

[PATCH] mm/hotplug: Enumerate memory range offlining failure reasons
 2020-08-18  7:08 UTC  (5+ messages)

[RFC PATCH 0/3] Re: [PATCH v17 14/21] mm/compaction: do page isolation first in compaction
 2020-08-18  6:50 UTC  (3+ messages)
` [RFC PATCH 2/3] mm: Drop use of test_and_set_skip in favor of just setting skip

[PATCH] hugetlb_cgroup: convert comma to semicolon
 2020-08-18  6:43 UTC 

[RFC PATCH 1/2] sparc64: remove mm_cpumask clearing to fix kthread_use_mm race
 2020-08-18  3:34 UTC  (2+ messages)
` [RFC PATCH 2/2] powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm

[PATCH] mm/migrate: Avoid possible unnecessary ptrace_may_access() call in kernel_move_pages()
 2020-08-18  2:25 UTC 

[PATCH v4 8/8] mm/vmalloc: Hugepage vmalloc mappings
 2020-08-18  0:30 UTC  (2+ messages)
` [mm/vmalloc] a1a514f208: WARNING:at_kernel/locking/lockdep.c:#__lock_acquire

[PATCH v17 00/21] per memcg lru lock
 2020-08-17 22:58 UTC  (3+ messages)
` [PATCH v17 14/21] mm/compaction: do page isolation first in compaction

[PATCH] khugepaged: collapse_pte_mapped_thp() flush the right range
 2020-08-17 20:50 UTC  (4+ messages)
` [PATCH] khugepaged: khugepaged_test_exit() check mmget_still_valid()
  ` [PATCH] khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()

[PATCH 1/3] mm: don't call activate_page() on new ksm pages
 2020-08-17 20:48 UTC  (4+ messages)

Odd-sized kmem_cache_alloc and slub_debug=Z
 2020-08-17 18:31 UTC  (5+ messages)

[RESEND PATCH] mm: util: update the kerneldoc for kstrdup_const()
 2020-08-17 17:39 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).