linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-18 04:50:23 to 2019-12-20 11:48:39 UTC [more...]

[PATCH v17 00/23] Generic page walk and ptdump
 2019-12-20 11:48 UTC  (28+ 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] oom: choose a more suitable process to kill while all processes are not killable
 2019-12-20 11:37 UTC  (4+ messages)

[PATCH v2] mm: memcg/slab: fix percpu slab vmstats flushing
 2019-12-20  9:31 UTC  (2+ messages)

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-20  9:21 UTC  (22+ 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/2] mm, drm/ttm: Fix pte insertion with customized protection
 2019-12-20  8:23 UTC  (4+ messages)
` [PATCH v4 1/2] mm: Add a vmf_insert_mixed_prot() function
` Ack to merge through DRM tree? WAS [PATCH v4 0/2] mm, drm/ttm: Fix pte insertion with customized protection

[PATCH] mm: vmscan: memcg: Add global shrink priority
 2019-12-20  7:48 UTC  (7+ messages)

[PATCHv2 0/3] Allow ZRAM to use any zpool-compatible backend
 2019-12-20  6:04 UTC  (6+ messages)
` [PATCHv2 1/3] zpool: add compaction api
` [PATCHv2 2/3] zsmalloc: add compaction and huge class callbacks
` [PATCHv2 3/3] zram: use common zpool interface

[PATCH v2 0/3] mm: memcontrol: recursive memory protection
 2019-12-20  4:29 UTC  (7+ messages)
` [PATCH v2 1/3] mm: memcontrol: fix memory.low proportional distribution
` [PATCH v2 2/3] mm: memcontrol: clean up and document effective low/min calculations
` [PATCH v2 3/3] mm: memcontrol: recursive memory.low protection

[RFC] mm: readahead: change ra size for random read
 2019-12-20  1:58 UTC 

[PATCH 00/22] arm64: Memory Tagging Extension user-space support
 2019-12-20  1:48 UTC  (4+ messages)
` [PATCH 19/22] arm64: mte: Allow user control of the tag check mode via prctl()
    ` [PATCH] arm64: mte: Clear SCTLR_EL1.TCF0 on exec

[PATCH 13/22] arm64: mte: Handle synchronous and asynchronous tag check faults
 2019-12-20  1:36 UTC  (2+ messages)
` [PATCH] arm64: mte: Do not service syscalls after async tag fault

[PATCH v4 1/2] KVM: PPC: Add skip_page_out parameter
 2019-12-19 21:51 UTC  (2+ messages)
` [PATCH v4 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall

[PATCH V3 1/2] KVM: PPC: Add skip_page_out parameter
 2019-12-19 21:51 UTC  (7+ messages)
` [PATCH V3 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall

[PATCH] mm: memcg/slab: fix percpu slab vmstats flushing
 2019-12-19 20:15 UTC  (2+ messages)

[PATCH] kmemleak: Turn kmemleak_lock and object->lock to raw_spinlock_t
 2019-12-19 17:08 UTC 

[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 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 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: 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  (13+ messages)
` [PATCH 4/4] "

[PATCH v9 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-12-19  1:59 UTC  (4+ messages)

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  (3+ 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

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


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