linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-14 15:12:33 to 2020-07-16 06:12:00 UTC [more...]

[PATCH v2] memcg, oom: check memcg margin for parallel oom
 2020-07-16  6:11 UTC  (13+ messages)

[PATCH] /dev/mem: Add missing memory barriers for devmem_inode
 2020-07-16  6:05 UTC 

[RFC PATCH 0/7] mmu context cleanup, lazy tlb cleanup,
 2020-07-16  6:06 UTC  (10+ messages)
` [RFC PATCH 4/7] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode

[PATCH v2] mm: memcg/slab: fix memory leak at non-root kmem_cache destroy
 2020-07-16  5:07 UTC  (3+ messages)
  ` [External] "

[PATCH 1/1] staging: android: ashmem: Fix lockdep warning for write operation
 2020-07-16  3:30 UTC  (2+ messages)

[PATCH v2 0/2] psi: enhance psi with the help of ebpf
 2020-07-16  3:18 UTC  (3+ messages)

KCSAN: data-race in generic_file_buffered_read / generic_file_buffered_read
 2020-07-16  3:03 UTC  (6+ messages)

possible deadlock in shmem_fallocate (4)
 2020-07-16  2:49 UTC  (11+ messages)

[RFC for Linux v4 0/2] virtio_balloon: Add VIRTIO_BALLOON_F_CONT_PAGES to report continuous pages
 2020-07-16  2:41 UTC  (6+ messages)
` [RFC for Linux v4 1/2] virtio_balloon: Add VIRTIO_BALLOON_F_CONT_PAGES and inflate_cont_vq
` [RFC for Linux v4 2/2] virtio_balloon: Add deflate_cont_vq to deflate continuous pages
` [RFC for qemu v4 0/2] virtio-balloon: Add option cont-pages to set VIRTIO_BALLOON_F_CONT_PAGES
` [RFC for qemu v4 1/2] virtio_balloon: Add cont-pages and icvq
` [RFC for qemu v4 2/2] virtio_balloon: Add dcvq to deflate continuous pages

[RFC PATCH 7/7] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
 2020-07-16  2:35 UTC  (4+ messages)

[linux-next:master 7932/8137] drivers/gpu/drm/ttm/ttm_bo_util.c:256:40: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-07-16  2:13 UTC 

[PATCH] linux/sched/mm.h: drop duplicated words in comments
 2020-07-16  1:30 UTC 

[PATCH] mm: drop duplicated words in <linux/pgtable.h>
 2020-07-16  1:29 UTC 

[PATCH] mm: drop duplicated words in <linux/mm.h>
 2020-07-16  1:29 UTC 

[PATCH] binder: Don't use mmput() from shrinker function
 2020-07-15 23:36 UTC 

[PATCHv2] mm: Fix warning in move_normal_pmd()
 2020-07-15 23:18 UTC  (14+ messages)

[PATCH 1/1] rcu/tree: Drop the lock before entering to page allocator
 2020-07-15 23:13 UTC  (7+ messages)

[v2 PATCH] mm: avoid access flag update TLB flush for retried page fault
 2020-07-15 21:36 UTC 

[PATCH v2 00/11] Fix PM hibernation in Xen guests
 2020-07-15 21:18 UTC  (9+ messages)
` [PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode

[PATCH v6 00/18] generic mmu_gather patches
 2020-07-15 19:49 UTC  (8+ messages)
` [PATCH v6 10/18] sh/tlb: Convert SH to generic mmu_gather

[PATCH v2 1/2] mm: pgtable: Make generic pgprot_* macros available for no-MMU
 2020-07-15 17:39 UTC  (3+ messages)
` [PATCH v2 2/2] riscv: Use generic pgprot_* macros from <linux/pgtable.h>

[patch] mm, memcg: provide a stat to describe reclaimable memory
 2020-07-15 17:33 UTC  (5+ messages)
  `  "

[PATCH v7 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-15 17:08 UTC  (30+ messages)
` [PATCH v7 01/29] arm64: mte: system register definitions
` [PATCH v7 02/29] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v7 03/29] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v7 04/29] arm64: mte: Add specific SIGSEGV codes
` [PATCH v7 05/29] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v7 06/29] mm: Add PG_arch_2 page flag
` [PATCH v7 07/29] mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()
` [PATCH v7 08/29] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
` [PATCH v7 09/29] arm64: mte: Tags-aware copy_{user_,}highpage() implementations
` [PATCH v7 10/29] arm64: Avoid unnecessary clear_user_page() indirection
` [PATCH v7 11/29] arm64: mte: Tags-aware aware memcmp_pages() implementation
` [PATCH v7 12/29] arm64: mte: Handle the MAIR_EL1 changes for late CPU bring-up
` [PATCH v7 13/29] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v7 14/29] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v7 15/29] mm: Introduce arch_validate_flags()
` [PATCH v7 16/29] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v7 17/29] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v7 18/29] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v7 19/29] arm64: mte: Allow user control of the generated random tags "
` [PATCH v7 20/29] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v7 21/29] arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks
` [PATCH v7 22/29] arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v7 23/29] arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regset
` [PATCH v7 24/29] fs: Handle intra-page faults in copy_mount_options()
` [PATCH v7 25/29] mm: Add arch hooks for saving/restoring tags
` [PATCH v7 26/29] arm64: mte: Enable swap of tagged pages
` [PATCH v7 27/29] arm64: mte: Save tags when hibernating
` [PATCH v7 28/29] arm64: mte: Kconfig entry
` [PATCH v7 29/29] arm64: mte: Add Memory Tagging Extension documentation

[PATCH v3] mm/hugetlb: split hugetlb_cma in nodes with memory
 2020-07-15 17:05 UTC  (6+ messages)

[PATCH v3 0/3] arm64: tlb: add support for TLBI RANGE instructions
 2020-07-15 17:05 UTC  (6+ messages)
` [PATCH v3 1/3] arm64: tlb: Detect the ARMv8.4 TLBI RANGE feature
` [PATCH v3 2/3] arm64: enable tlbi range instructions
` [PATCH v3 3/3] arm64: tlb: Use the TLBI RANGE feature in arm64

[PATCH] mm: memcontrol: avoid workload stalls when lowering memory.high
 2020-07-15 16:54 UTC  (11+ messages)

[PATCH] ACPI: Only create numa nodes from entries in SRAT or SRAT emulation
 2020-07-15 16:49 UTC  (3+ messages)

[PATCH v5.4.y, v4.19.y] mm: memcg/slab: fix memory leak at non-root kmem_cache destroy
 2020-07-15 16:31 UTC  (9+ messages)
  ` [External] "

[PATCH v3] x86/mm: use max memory block size on bare metal
 2020-07-15 15:59 UTC  (2+ messages)

[PATCH] mm: vmstat: fix /proc/sys/vm/stat_refresh generating false warnings
 2020-07-15 11:20 UTC  (3+ messages)

[PATCH 1/4] mm/page_alloc: fix non cma alloc context
 2020-07-15  9:51 UTC  (10+ messages)
` [PATCH 2/4] mm/gup: restrict CMA region by using allocation scope API
` [PATCH 3/4] mm/hugetlb: make hugetlb migration callback CMA aware
` [PATCH 4/4] mm/gup: use a standard migration target allocation callback

[PATCH V3] arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configs
 2020-07-15 14:14 UTC  (2+ messages)

[PATCH] mm: Fix warning in move_normal_pmd()
 2020-07-15 13:42 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 9259f7ab5c133c5c70de297c0abf11b651894606
 2020-07-15 13:33 UTC 

[PATCH v2 0/8] spelling.txt: /decriptors/descriptors/
 2020-07-15 12:48 UTC  (2+ messages)
` [PATCH v2 7/8] mm/balloon_compaction: Fix trivial spelling

[PATCH v2 04/16] b43: Remove uninitialized_var() usage
 2020-07-15 10:37 UTC  (2+ messages)

[PATCH] mm : fix pte _PAGE_DIRTY bit when fallback migrate page
 2020-07-15  8:11 UTC  (8+ messages)

kernel panic: System is deadlocked on memory
 2020-07-15  6:04 UTC  (3+ messages)

[PATCH] mm/hugetlb: hide nr_nodes in the internal of for_each_node_mask_to_[alloc|free]
 2020-07-15  3:46 UTC  (7+ messages)

[PATCH] mm/percpu: mark pcpu_chunk_type() as __maybe_unused
 2020-07-15  2:18 UTC  (9+ messages)
  ` [PATCH v2] mm/percpu: fix 'defined but not used' warning
      ` [PATCH v3] "

mmotm 2020-07-09-21-00 uploaded
 2020-07-14 23:58 UTC  (5+ messages)
` mmotm 2020-07-09-21-00 uploaded (drivers/net/ethernet/mellanox/mlx5/core/en_main.c)

[PATCH 1/2] mm: pgtable: Make generic pgprot_* macros available for no-MMU
 2020-07-14 20:42 UTC  (2+ messages)

[RFC PATCH 00/15] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-14 20:00 UTC  (18+ messages)
` [RFC PATCH 04/15] x86/pks: Preserve the PKRS MSR on context switch
` [RFC PATCH 11/15] memremap: Add zone device access protection
` [RFC PATCH 12/15] kmap: Add stray write protection for device pages

WARNING: at mm/mremap.c:211 move_page_tables in i386
 2020-07-14 18:49 UTC  (11+ messages)

[PATCH v2] mm: vmstat: fix /proc/sys/vm/stat_refresh generating false warnings
 2020-07-14 17:39 UTC 

[PATCH v2 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-07-14 15:58 UTC  (7+ messages)

[PATCH v2 0/2] mm, memcg: reclaim harder before high throttling
 2020-07-14 15:45 UTC  (3+ messages)
` [PATCH v2 1/2] mm, memcg: reclaim more aggressively before high allocator throttling

[PATCH 17/26] mm/riscv: Use general page fault accounting
 2020-07-14 15:12 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).