linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-17 20:51:57 to 2019-12-19 14:16:33 UTC [more...]

[PATCH RFC v3 00/36] Add KernelMemorySanitizer infrastructure
 2019-12-19 14:16 UTC  (7+ messages)
` [PATCH RFC v3 10/36] kmsan: add KMSAN runtime
` [PATCH RFC v3 24/36] kmsan: disable instrumentation of certain functions

use generic DMA mapping code in powerpc V4
 2019-12-19 13:54 UTC  (5+ messages)

[PATCH] mm, debug_pagealloc: don't rely on static keys too early
 2019-12-19 13:34 UTC  (3+ messages)

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-19 13:26 UTC  (17+ messages)
` [PATCH v11 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v11 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
    ` [PATCH v12] "
` [PATCH v11 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM

[PATCH v4 0/4] KASAN for powerpc64 radix
 2019-12-19 12:21 UTC  (11+ messages)
` [PATCH v4 1/4] kasan: define and use MAX_PTRS_PER_* for early shadow tables
` [PATCH v4 2/4] kasan: Document support on 32-bit powerpc
` [PATCH v4 3/4] powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
` [PATCH v4 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH v17 00/23] Generic page walk and ptdump
 2019-12-19 11:49 UTC  (26+ messages)
` [PATCH v17 01/23] mm: Add generic p?d_leaf() macros
` [PATCH v17 02/23] arc: mm: Add p?d_leaf() definitions
` [PATCH v17 03/23] arm: "
` [PATCH v17 04/23] arm64: "
` [PATCH v17 05/23] mips: "
` [PATCH v17 06/23] powerpc: "
` [PATCH v17 07/23] riscv: "
` [PATCH v17 08/23] s390: "
` [PATCH v17 09/23] sparc: "
` [PATCH v17 10/23] x86: "
` [PATCH v17 11/23] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v17 12/23] mm: pagewalk: Allow walking without vma
` [PATCH v17 13/23] mm: pagewalk: Don't lock PTEs for walk_page_range_novma()
` [PATCH v17 14/23] mm: pagewalk: fix termination condition in walk_pte_range()
` [PATCH v17 15/23] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v17 16/23] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v17 17/23] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v17 18/23] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v17 19/23] mm: Add generic ptdump
` [PATCH v17 20/23] x86: mm: Convert dump_pagetables to use walk_page_range
` [PATCH v17 21/23] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v17 22/23] arm64: mm: Display non-present entries in ptdump
` [PATCH v17 23/23] mm: ptdump: Reduce level numbers by 1 in note_page()

[PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys
 2019-12-19 11:39 UTC  (30+ messages)
` [PATCH v15 01/23] selftests/x86/pkeys: Move selftests to arch-neutral directory
` [PATCH v15 02/23] selftests/vm/pkeys: Rename all references to pkru to a generic name
` [PATCH v15 03/23] selftests/vm/pkeys: Move generic definitions to header file
` [PATCH v15 04/23] selftests/vm/pkeys: Move some definitions to arch-specific header
` [PATCH v15 05/23] selftests/vm/pkeys: Make gcc check arguments of sigsafe_printf()
` [PATCH v15 06/23] selftests/vm/pkeys: Typecast the pkey register
` [PATCH v15 07/23] selftests: vm: pkeys: Add helpers for pkey bits
` [PATCH v15 08/23] selftests/vm/pkeys: Fix pkey_disable_clear()
` [PATCH v15 09/23] selftests/vm/pkeys: Fix assertion in pkey_disable_set/clear()
` [PATCH v15 10/23] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really random
` [PATCH v15 11/23] selftests: vm: pkeys: Use the correct huge page size
` [PATCH v15 12/23] selftests/vm/pkeys: Introduce generic pkey abstractions
` [PATCH v15 13/23] selftests/vm/pkeys: Introduce powerpc support
` [PATCH v15 14/23] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v15 15/23] selftests/vm/pkeys: Improve checks to determine pkey support
` [PATCH v15 16/23] selftests/vm/pkeys: Associate key on a mapped page and detect access violation
` [PATCH v15 17/23] selftests/vm/pkeys: Associate key on a mapped page and detect write violation
` [PATCH v15 18/23] selftests/vm/pkeys: Detect write violation on a mapped access-denied-key page
` [PATCH v15 19/23] selftests/vm/pkeys: Introduce a sub-page allocator
` [PATCH v15 20/23] selftests/vm/pkeys: Test correct behaviour of pkey-0
` [PATCH v15 21/23] selftests/vm/pkeys: Fix number of reserved powerpc pkeys
` [PATCH v15 22/23] selftests/vm/pkeys: Override access right definitions on powerpc
` [PATCH v15 23/23] selftests: vm: pkeys: Use the correct page size "

[PATCH] mm: vmscan: memcg: Add global shrink priority
 2019-12-19 11:26 UTC  (6+ messages)

[PATCH] mm: fix hanging shrinker management on long do_shrink_slab
 2019-12-19 10:35 UTC  (8+ messages)

WARNING in unaccount_page_cache_page
 2019-12-19  9:45 UTC  (3+ messages)

[PATCH] mm: Drop elements 'hw' and 'phys_callback' from struct memory_block
 2019-12-19  9:26 UTC  (3+ messages)

[PATCH v3] powerpc/32: add support of KASAN_VMALLOC
 2019-12-19  7:11 UTC 

[PATCH] move_pages.2: remove ENOENT from the list of possible return values
 2019-12-19  5:13 UTC 

[Patch v2] mm: remove dead code totalram_pages_set()
 2019-12-19  2:56 UTC  (3+ messages)

[PATCH 0/4] memcg, inode: protect page cache from freeing inode
 2019-12-19  2:04 UTC  (20+ messages)
` [PATCH 3/4] mm, memcg: reset memcg's memory.{min, low} for reclaiming itself
` [PATCH 4/4] memcg, inode: protect page cache from freeing inode

[PATCH v9 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-12-19  1:59 UTC  (11+ messages)
` [PATCH v9 2/8] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v9 3/8] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v9 4/8] hugetlb: disable region_add file_region coalescing
` [PATCH v9 5/8] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v9 6/8] hugetlb_cgroup: support noreserve mappings
` [PATCH v9 7/8] hugetlb_cgroup: Add hugetlb_cgroup reservation tests
` [PATCH v9 8/8] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

[PATCH] mm: memcg/slab: fix percpu slab vmstats flushing
 2019-12-18 23:05 UTC 

workingset transition detection corner case
 2019-12-18 22:14 UTC  (2+ messages)

[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-12-18 20:16 UTC  (6+ messages)
` [PATCH v6 05/10] mm/memory_hotplug: Shrink zones when offlining memory

[GIT PULL] Please pull hmm changes
 2019-12-18 19:33 UTC  (11+ messages)

WARNING in wp_page_copy
 2019-12-18 15:11 UTC  (6+ messages)

[PATCH V6 0/7] ACPI: Support Generic Initiator proximity domains
 2019-12-18 14:50 UTC  (6+ messages)
` [PATCH V6 7/7] docs: mm: numaperf.rst Add brief description for access class 1

[PATCH] ia64: add support for folded p4d page tables
 2019-12-18 14:21 UTC  (3+ messages)

[PATCH v2 1/3] powerpc/mmu_gather: Enable RCU_TABLE_FREE even for !SMP case
 2019-12-18 14:15 UTC  (9+ messages)
` [PATCH v2 2/3] mm/mmu_gather: Invalidate TLB correctly on batch allocation failure and flush
` [PATCH v2 3/3] asm-generic/tlb: Avoid potential double flush

[RFC] workqueue: dexpose worker
 2019-12-18 13:57 UTC  (2+ messages)

[PATCH v3 0/3] KASAN for powerpc64 radix
 2019-12-18 13:39 UTC  (8+ messages)
` [PATCH v3 3/3] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH v2] hugetlbfs: Disable softIRQ when taking hugetlb_lock
 2019-12-18 12:18 UTC  (11+ messages)
  ` [PATCH v2] mm/hugetlb: defer free_huge_page() to a workqueue
                  ` hugetlbfs testing coverage (was: Re: [PATCH v2] mm/hugetlb: defer free_huge_page() to a workqueue)

[PATCH v1] mm/memory_hotplug: Don't free usage map when removing a re-added early section
 2019-12-18 12:06 UTC  (5+ messages)

[PATCH] move_pages.2: not return ENOENT if the page are already on the target nodes
 2019-12-18 10:17 UTC  (6+ messages)

[PATCH v2 1/3] mm: fix uninitialized memmaps on a partially populated last section
 2019-12-18  9:25 UTC  (3+ messages)

[RFC PATCH 1/2] mm/mmu_gather: Invalidate TLB correctly on batch allocation failure and flush
 2019-12-18  9:01 UTC  (6+ messages)

[PATCH v3] mm/hugetlb: Defer freeing of huge pages if in non-task context
 2019-12-18  8:40 UTC  (4+ messages)

[PATCH v15 0/7] mm / virtio: Provide support for free page reporting
 2019-12-18  7:31 UTC  (7+ messages)
` [PATCH v15 4/7] mm: Introduce Reported pages

[PATCH V3 1/2] KVM: PPC: Add skip_page_out parameter
 2019-12-18  5:36 UTC  (4+ messages)
` [PATCH V3 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall

incoming
 2019-12-18  4:51 UTC  (7+ messages)
` [patch 1/6] kasan: fix crashes on access to memory mapped by vm_map_ram()
` [patch 2/6] mm/memory.c: add apply_to_existing_page_range() helper
` [patch 3/6] kasan: use apply_to_existing_page_range() for releasing vmalloc shadow
` [patch 4/6] kasan: don't assume percpu shadow allocations will succeed
` [patch 5/6] mm: vmscan: protect shrinker idr replace with CONFIG_MEMCG
` [patch 6/6] lib/Kconfig.debug: fix some messed up configurations

mmotm 2019-12-17-20-41 uploaded
 2019-12-18  4:41 UTC 

[PATCHSET v5 0/6] Support for RWF_UNCACHED
 2019-12-18  4:15 UTC  (14+ messages)
` [PATCH 1/6] fs: add read support "
` [PATCH 4/6] iomap: add struct iomap_ctx
` [PATCH 5/6] iomap: support RWF_UNCACHED for buffered writes
` [PATCH 6/6] xfs: don't do delayed allocations for uncached "

[PATCH v2] powerpc/pseries/cmm: fix managed page counts when migrating pages between zones
 2019-12-18  4:05 UTC  (2+ messages)

[PATCH] powerpc: ensure that swiotlb buffer is allocated from low memory
 2019-12-18  4:05 UTC  (2+ messages)

[PATCH] mm: remove dead code totalram_pages_set()
 2019-12-18  1:04 UTC  (6+ messages)

[PATCHSET v3 0/5] Support for RWF_UNCACHED
 2019-12-18  1:01 UTC  (9+ messages)
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

[PATCH v5 0/2] mm/hmm/test: add self tests for HMM
 2019-12-17 21:50 UTC  (4+ messages)
` [PATCH v5 1/2] mm/mmu_notifier: make interval notifier updates safe

[PATCH v15 3/7] mm: Add function __putback_isolated_page
 2019-12-17 21:50 UTC  (3+ 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).