linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-31 03:42:33 to 2021-04-01 16:00:14 UTC [more...]

[PATCH v5 00/27] Memory Folios
 2021-04-01 16:00 UTC  (15+ messages)

[PATCH v2 1/5] mm/vmalloc: remove map_kernel_range
 2021-04-01 15:58 UTC  (2+ messages)
  ` [PATCH v2 4/5] mm/vmalloc: remove unmap_kernel_range

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-04-01 15:33 UTC  (13+ messages)
              ` [PATCH] mm/memory-failure: Use a mutex to avoid memory_failure() races
                    ` [PATCH v2] mm,hwpoison: return -EBUSY when page already poisoned
                      ` [PATCH v3] mm,hwpoison: return -EHWPOISON "

[PATCH -next 1/3] mm/debug_vm_pgtable: Fix one comment mistake
 2021-04-01 15:05 UTC  (6+ messages)
` [PATCH -next 2/3] mm/debug_vm_pgtable: Move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH -next 3/3] mm/debug_vm_pgtable: Remove useless pfn_pmd()

[PATCH] mm/hugeltb: fix renaming of PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
 2021-04-01 14:26 UTC  (2+ messages)

[PATCH v9 0/6] Optionally randomize kernel stack offset each syscall
 2021-04-01 13:33 UTC  (9+ messages)
` [PATCH v9 1/6] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v9 2/6] init_on_alloc: Optimize static branches
` [PATCH v9 3/6] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v9 4/6] x86/entry: Enable random_kstack_offset support
` [PATCH v9 5/6] arm64: entry: "
` [PATCH v9 6/6] lkdtm: Add REPORT_STACK for checking stack offsets

[PATCH v6 00/27] Memory Folios
 2021-04-01 13:30 UTC  (33+ messages)
` [PATCH v6 01/27] mm: Introduce struct folio
` [PATCH v6 02/27] mm: Add folio_pgdat and folio_zone
` [PATCH v6 03/27] mm/vmstat: Add functions to account folio statistics
` [PATCH v6 04/27] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v6 05/27] mm: Add folio reference count functions
` [PATCH v6 06/27] mm: Add put_folio
` [PATCH v6 07/27] mm: Add get_folio
` [PATCH v6 08/27] mm: Create FolioFlags
` [PATCH v6 09/27] mm: Handle per-folio private data
` [PATCH v6 10/27] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v6 11/27] mm/filemap: Add folio_next_index
` [PATCH v6 12/27] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v6 13/27] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v6 14/27] mm: Add folio_mapcount
` [PATCH v6 15/27] mm/memcg: Add folio wrappers for various functions
` [PATCH v6 16/27] mm/filemap: Add unlock_folio
` [PATCH v6 17/27] mm/filemap: Add lock_folio
` [PATCH v6 18/27] mm/filemap: Add lock_folio_killable
` [PATCH v6 19/27] mm/filemap: Add __lock_folio_async
` [PATCH v6 20/27] mm/filemap: Add __lock_folio_or_retry
` [PATCH v6 21/27] mm/filemap: Add wait_on_folio_locked
` [PATCH v6 22/27] mm/filemap: Add end_folio_writeback
` [PATCH v6 23/27] mm/writeback: Add wait_on_folio_writeback
` [PATCH v6 24/27] mm/writeback: Add wait_for_stable_folio
` [PATCH v6 25/27] mm/filemap: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v6 26/27] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit
` [PATCH v6 27/27] mm/filemap: Convert page wait queues to be folios

[PATCH -next] mm/vmalloc: Fix non-conforming function headers
 2021-04-01 13:22 UTC 

[syzbot] WARNING in unsafe_follow_pfn
 2021-04-01 12:19 UTC  (4+ messages)

[v2 PATCH] mm: gup: remove FOLL_SPLIT
 2021-04-01 12:17 UTC  (2+ messages)

[PATCH v5 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-04-01 12:00 UTC  (2+ messages)

[PATCH v7 0/8] Add support for SVM atomics in Nouveau
 2021-04-01 11:55 UTC  (19+ messages)
` [PATCH v7 5/8] mm: Device exclusive memory access
` [PATCH v7 3/8] mm/rmap: Split try_to_munlock from try_to_unmap

[PATCH v8 0/6] Optionally randomize kernel stack offset each syscall
 2021-04-01 11:15 UTC  (9+ messages)
` [PATCH v8 4/6] x86/entry: Enable random_kstack_offset support
  ` [PATCH v8 3/6] stack: Optionally randomize kernel stack offset each syscall

[PATCH -next] hugetlb: Fix the loss of exclamation point in comment
 2021-04-01 11:18 UTC 

unexpected -ENOMEM from percpu_counter_init()
 2021-04-01 10:51 UTC 

[PATCH v3 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-04-01 10:36 UTC  (5+ messages)
` [PATCH v3 2/2] slub: remove resiliency_test() function

[linux-next:pending-fixes] BUILD SUCCESS 896505d11915b2a6c4dd243f94e178cd199b64f9
 2021-04-01  9:55 UTC 

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-04-01  9:38 UTC  (2+ messages)

[PATCH V2 RESEND] mm/memtest: Add ARCH_USE_MEMTEST
 2021-04-01  9:26 UTC 

[PATCH mm] kfence, x86: fix preemptible warning on KPTI-enabled systems
 2021-04-01  9:11 UTC  (2+ messages)

[RFC] NUMA balancing: reduce TLB flush via delaying mapping on hint page fault
 2021-04-01  8:38 UTC  (7+ messages)

[PATCH v7 0/6] Optionally randomize kernel stack offset each syscall
 2021-04-01  8:34 UTC  (3+ messages)
` [PATCH v7 5/6] arm64: entry: Enable random_kstack_offset support

[linux-next:master 8015/8469] drivers/gpu/drm/i915/i915_mm.c:76 remap_io_sg() error: uninitialized symbol 'err'
 2021-04-01  7:55 UTC  (2+ messages)

[PATCH v3] sysfs: Unconditionally use vmalloc for buffer
 2021-04-01  7:08 UTC  (4+ messages)

[PATCH V2 0/6] mm: some config cleanups
 2021-04-01  6:44 UTC  (3+ messages)
` [PATCH V2 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
` [PATCH V2 4/6] mm: Drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION

[PATCH v2] kernel/resource: Fix locking in request_free_mem_region
 2021-04-01  5:03 UTC  (7+ messages)

mmotm 2021-03-31-21-27 uploaded
 2021-04-01  4:27 UTC 

[PATCH] mm: memcontrol: fix forget to obtain the ref to objcg in split_page_memcg
 2021-04-01  3:38 UTC  (5+ messages)

[PATCH] mm/gup: check page posion status for coredump
 2021-04-01  2:31 UTC  (18+ messages)
      ` [PATCH v3] "
          ` [PATCH v5] mm/gup: check page hwposion "

[PATCH] mm/page_alloc: redundant definition variables of pfn in for loop
 2021-04-01  2:28 UTC 

[PATCH] userfaultfd: Write protect when virtual memory range has no page table entry
 2021-04-01  0:24 UTC  (6+ messages)

[PATCH v8 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-31 23:53 UTC  (2+ messages)
` [PATCH v8 2/2] mm: huge_memory: debugfs for file-backed THP split

[PATCH mmotm] mm: vmscan: fix shrinker_rwsem in free_shrinker_info()
 2021-03-31 23:14 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 7a43c78d0573e0bbbb0456b033e2b9a895b89464
 2021-03-31 22:37 UTC 

BUG_ON(!mapping_empty(&inode->i_data))
 2021-03-31 21:58 UTC  (3+ messages)

[PATCH] memfd_secret: use unsigned int rather than long as syscall flags type
 2021-03-31 21:52 UTC  (3+ messages)

[RFC PATCH 0/6] Use local_lock for pcp protection and reduce stat overhead
 2021-03-31 20:42 UTC  (12+ messages)
` [PATCH 2/6] mm/page_alloc: Convert per-cpu list protection to local_lock

[RFC v2 00/43] PKRAM: Preserved-over-Kexec RAM
 2021-03-31 20:28 UTC  (4+ messages)
` [RFC v2 01/43] mm: add PKRAM API stubs and Kconfig

[linux-next:master 6117/8451] drivers/md/raid10.c:1707:39: warning: Uninitialized variable: first_r10bio [uninitvar]
 2021-03-31 19:48 UTC  (2+ messages)

[PATCH] mm: use proper type for cma_[alloc|release]
 2021-03-31 17:34 UTC  (2+ messages)

[linux-next:master 8480/8897] drivers/staging/media/tegra-video/vi.c:1180:4: error: implicit declaration of function 'host1x_syncpt_free'; did you mean 'host1x_syncpt_read'?
 2021-03-31 17:20 UTC 

[PATCH v7 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-31 17:00 UTC  (4+ messages)
` [PATCH v7 2/2] mm: huge_memory: debugfs for file-backed THP split

[PATCH] kasan: detect false-positives in tests
 2021-03-31 16:58 UTC  (2+ messages)

[PATCH v1 0/3] drivers/char: remove /dev/kmem for good
 2021-03-31 15:18 UTC  (3+ messages)

[PATCH RFC 0/3] drivers/char: remove /dev/kmem for good
 2021-03-31 15:19 UTC  (5+ messages)

[RFC PATCH 00/15] Use obj_cgroup APIs to charge the LRU pages
 2021-03-31 15:17 UTC  (6+ messages)

[RFC PATCH v3 00/49] 1GB PUD THP support on x86_64
 2021-03-31 14:48 UTC  (9+ messages)

[PATCH V2 1/1] mm:improve the performance during fork
 2021-03-31 14:42 UTC  (4+ messages)

[PATCH RFC 0/6] fix the negative dentres bloating system memory usage
 2021-03-31 14:23 UTC  (2+ messages)

[linux-next:master 7919/8897] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:2608:13: error: 'struct pipe_ctx' has no member named 'ttu_regs'
 2021-03-31 13:34 UTC 

[RFC PATCH 0/6] mm: thp: use generic THP migration for NUMA hinting fault
 2021-03-31 13:20 UTC  (5+ messages)

[linux-stable-rc:linux-5.4.y 3729/5750] arch/riscv/include/asm/processor.h:68:2: error: implicit declaration of function 'barrier'
 2021-03-31 13:02 UTC 

[PATCH v3] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTNUE behavior
 2021-03-31 12:54 UTC  (4+ messages)

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-03-31 10:58 UTC  (7+ messages)

[linux-next:pending-fixes] BUILD SUCCESS c67c9c0a9e1402de224f6c480345b7c21569c0a5
 2021-03-31 10:33 UTC 

[PATCH 0/2] kernel-doc and MAINTAINERS clean-up
 2021-03-31  9:39 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: assign pagewalk.h to MEMORY MANAGEMENT

[PATCH RESEND] mm: Move mem_init_print_info() into mm_init()
 2021-03-31  9:34 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/3] Allow for multiple pages in a single writeback event
 2021-03-31  9:28 UTC  (5+ messages)
` [PATCH 2/3] flex_proportions: Allow N events instead of 1

[PATCH v3 0/8] make hugetlb put_page safe for all calling contexts
 2021-03-31  7:52 UTC  (11+ messages)
` [PATCH v3 1/8] mm/cma: change cma mutex to irq safe spinlock
` [PATCH v3 2/8] hugetlb: no need to drop hugetlb_lock to call cma_release
` [PATCH v3 3/8] hugetlb: add per-hstate mutex to synchronize user adjustments
` [PATCH v3 4/8] hugetlb: create remove_hugetlb_page() to separate functionality
` [PATCH v3 5/8] hugetlb: call update_and_free_page without hugetlb_lock
` [PATCH v3 6/8] hugetlb: change free_pool_huge_page to remove_pool_huge_page
` [PATCH v3 7/8] hugetlb: make free_huge_page irq safe
` [PATCH v3 8/8] hugetlb: add lockdep_assert_held() calls for hugetlb_lock

[PATCH] nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoff
 2021-03-31  7:30 UTC  (4+ messages)

[PATCH v1 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
 2021-03-31  6:46 UTC  (4+ messages)

[PATCH v4] kasan: remove redundant config option
 2021-03-31  5:36 UTC  (3+ messages)

[PATCH v2 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-03-31  4:34 UTC  (2+ messages)

[PATCH] mm: add ___GFP_NOINIT flag which disables zeroing on alloc
 2021-03-31  3:55 UTC  (4+ 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).