linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-17 14:16:40 to 2019-12-18 16:25:37 UTC [more...]

[PATCH v17 00/23] Generic page walk and ptdump
 2019-12-18 16:24 UTC  (24+ 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 v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-18 16:19 UTC  (7+ 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 v11 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM

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

[GIT PULL] Please pull hmm changes
 2019-12-18 14:59 UTC  (8+ 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

[PATCH] mm: vmscan: memcg: Add global shrink priority
 2019-12-18 14:09 UTC  (3+ messages)

[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  (13+ 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 0/4] memcg, inode: protect page cache from freeing inode
 2019-12-18 10:16 UTC  (15+ 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 RFC v3 00/36] Add KernelMemorySanitizer infrastructure
 2019-12-18 10:02 UTC  (4+ messages)
` [PATCH RFC v3 24/36] kmsan: disable instrumentation of certain functions

[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  (11+ messages)
` [RFC PATCH 2/2] mm/mmu_gather: Avoid multiple page walk cache flush
        ` [PATCH] asm-generic/tlb: Avoid potential double flush

[Patch v2] mm: remove dead code totalram_pages_set()
 2019-12-18  8:46 UTC  (2+ messages)

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

[PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys
 2019-12-18  7:51 UTC  (24+ 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 v15 0/7] mm / virtio: Provide support for free page reporting
 2019-12-18  7:31 UTC  (16+ messages)
` [PATCH v15 3/7] mm: Add function __putback_isolated_page
` [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  (20+ messages)
` [PATCH 1/6] fs: add read support "
` [PATCH 2/6] mm: make generic_perform_write() take a struct kiocb
` [PATCH 3/6] mm: make buffered writes work with RWF_UNCACHED
` [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 v9 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-12-17 23:16 UTC  (8+ 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 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 00/22] arm64: Memory Tagging Extension user-space support
 2019-12-17 20:06 UTC  (13+ messages)
` [PATCH 12/22] arm64: mte: Add specific SIGSEGV codes
` [PATCH 13/22] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH 20/22] arm64: mte: Allow user control of the excluded tags via prctl()

[PATCH v2] mm/hugetlb: Defer freeing of huge pages if in non-task context
 2019-12-17 18:33 UTC  (9+ messages)
  `  "

[PATCH 0/2] sh: get rid of __ARCH_USE_5LEVEL_HACK
 2019-12-17 18:32 UTC  (7+ messages)
` [PATCH 1/2] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH 2/2] sh: add support for folded p4d page tables

[linux-next:master 2520/4050] lib/zlib_deflate/../zlib_dfltcc/dfltcc_util.h:114: Error: Unrecognized opcode: `stfle'
 2019-12-17 18:12 UTC 

[PATCH] mm: memcontrol.c: move mem_cgroup_id_get_many under CONFIG_MMU
 2019-12-17 15:46 UTC  (14+ messages)

[linux-next:master 2516/4050] lib/zlib_dfltcc/dfltcc_util.h:109: Error: Unrecognized opcode: `stfle'
 2019-12-17 15:09 UTC 

[PATCH v11 23/25] mm/gup: track FOLL_PIN pages
 2019-12-17 14:19 UTC  (2+ messages)
` [PATCH v12 "


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