linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 11:38:45 to 2021-03-23 12:10:31 UTC [more...]

[PATCH 0/3] cachefiles, afs: mm wait fixes
 2021-03-23 12:08 UTC  (5+ messages)
` [PATCH 1/3] fs/cachefiles: Remove wait_bit_key layout dependency
` [PATCH 2/3] mm/writeback: Add wait_on_page_writeback_killable
` [PATCH 3/3] afs: Use wait_on_page_writeback_killable

[PATCH] drm/ttm: stop warning on TT shrinker failure
 2021-03-23 12:05 UTC  (14+ messages)

[PATCH 1/2] mm/util: Add kvmalloc_node_caller
 2021-03-23 12:04 UTC  (5+ messages)
` [PATCH 2/2] mm/vmalloc: Use kvmalloc to allocate the table of pages

[RFC PATCH 0/2] mm,drm/ttm: Always block GUP to TTM pages
 2021-03-23 11:57 UTC  (8+ messages)
` [RFC PATCH 1/2] mm,drm/ttm: Block fast GUP to TTM huge pages
` [RFC PATCH 2/2] mm,drm/ttm: Use VM_PFNMAP for TTM vmas

[PATCH v5 03/27] afs: Use wait_on_page_writeback_killable
 2021-03-23 11:29 UTC  (7+ messages)
` [PATCH v5 00/27] Memory Folios

[PATCH 0/5] Cleanup and fixup for mm/migrate.c
 2021-03-23 11:28 UTC  (10+ messages)
` [PATCH 2/5] mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' case
` [PATCH 3/5] mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()
` [PATCH 4/5] mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_hole()

[PATCH v1 0/3] kernel/resource: make walk_system_ram_res() and walk_mem_res() search the whole tree
 2021-03-23 11:26 UTC  (16+ messages)
` [PATCH v1 1/3] kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resources
` [PATCH v1 2/3] kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources
` [PATCH v1 3/3] kernel/resource: remove first_lvl / siblings_only logic

[PATCH 0/3 v5] Introduce a bulk order-0 page allocator
 2021-03-23 11:13 UTC  (10+ messages)

[PATCH v6 0/5] Make alloc_contig_range handle Hugetlb pages
 2021-03-23 10:49 UTC  (5+ messages)
` [PATCH v6 2/5] mm,compaction: Let isolate_migratepages_{range,block} return error codes
` [PATCH v6 5/5] mm,page_alloc: Drop unnecessary checks from pfn_range_valid_contig

[PATCH v5 0/5] Allocate memmap from hotadded memory (per device)
 2021-03-23 10:47 UTC  (7+ messages)
` [PATCH v5 1/5] mm,memory_hotplug: Allocate memmap from the added memory range
` [PATCH v5 2/5] acpi,memhotplug: Enable MHP_MEMMAP_ON_MEMORY when supported
` [PATCH v5 3/5] mm,memory_hotplug: Add kernel boot option to enable memmap_on_memory

[linux-next:pending-fixes] BUILD SUCCESS 8d59c115a79a3d94b899c73e8369e949a007631a
 2021-03-23 10:22 UTC 

[PATCH] khugepaged: Raplace barrier() with READ_ONCE() for a selective variable
 2021-03-23 10:21 UTC  (2+ messages)

[linux-next:master 4765/6512] drivers/iommu/sprd-iommu.c:456:42: sparse: sparse: Using plain integer as NULL pointer
 2021-03-23 10:06 UTC 

AMD SEV-SNP/Intel TDX: validation of memory pages
 2021-03-23  9:33 UTC  (2+ messages)

drivers/net/ethernet/chelsio/cxgb4/sge.c:2396:13: warning: stack frame size of 1168 bytes in function 'ethofld_xmit'
 2021-03-23  9:24 UTC  (2+ messages)

[PATCH v5 0/7] Use obj_cgroup APIs to charge kmem pages
 2021-03-23  9:18 UTC  (10+ messages)
` [PATCH v5 1/7] mm: memcontrol: slab: fix obtain a reference to a freeing memcg
    ` [External] "
` [PATCH v5 5/7] mm: memcontrol: use obj_cgroup APIs to charge kmem pages
` [PATCH v5 6/7] mm: memcontrol: inline __memcg_kmem_{un}charge() into obj_cgroup_{un}charge_pages()

[f2fs] 02eb84b96b: ltp.swapon03.fail
 2021-03-23  9:04 UTC  (7+ messages)
` [LTP] "

ERROR: modpost: "ioremap" undefined!
 2021-03-23  8:37 UTC 

[PATCH v4 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-03-23  8:31 UTC  (7+ messages)
` [PATCH v4 1/4] userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
` [PATCH v4 2/4] userfaultfd.2: Add write-protect mode
` [PATCH v4 3/4] ioctl_userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
` [PATCH v4 4/4] ioctl_userfaultfd.2: Add write-protect mode docs

[PATCH v25 12/13] mm/damon: Add user space selftests
 2021-03-23  8:20 UTC  (2+ messages)

[RFC PATCH 0/8] make hugetlb put_page safe for all calling contexts
 2021-03-23  8:14 UTC  (30+ messages)
` [RFC PATCH 1/8] hugetlb: add per-hstate mutex to synchronize user adjustments
` [RFC PATCH 2/8] hugetlb: recompute min_count when dropping hugetlb_lock
` [RFC PATCH 3/8] hugetlb: create remove_hugetlb_page() to separate functionality
` [RFC PATCH 4/8] hugetlb: call update_and_free_page without hugetlb_lock
` [RFC PATCH 5/8] hugetlb: change free_pool_huge_page to remove_pool_huge_page
` [RFC PATCH 6/8] hugetlb: make free_huge_page irq safe
  ` [hugetlb] cd190f60f9: BUG:sleeping_function_called_from_invalid_context_at_mm/hugetlb.c
` [RFC PATCH 7/8] hugetlb: add update_and_free_page_no_sleep for irq context

[linux-next:master 1103/6512] drivers/platform/surface/surface_aggregator_registry.c:398:25: warning: implicit conversion from 'int' to '__u8' (aka 'unsigned char') changes value from 65535 to 255
 2021-03-23  8:10 UTC 

[patch] Clarify that MAP_POPULATE is best-effort
 2021-03-23  7:48 UTC 

[PATCH 1/4] mm/doc: Fix fault_flag_allow_retry_first kerneldoc
 2021-03-23  7:28 UTC  (8+ messages)
` [PATCH 2/4] mm/doc: Fix page_maybe_dma_pinned kerneldoc
` [PATCH 3/4] mm/doc: Turn fault flags into an enum
` [PATCH 4/4] mm/doc: Add mm.h and mm_types.h to the mm-api document

[PATCH] kernel: kcov: fix a typo in comment
 2021-03-23  6:45 UTC 

[PATCH] mm: process_vm_access: Remove duplicate include of compat.h
 2021-03-23  6:33 UTC  (2+ messages)

[PATCH] mm/page_alloc: Duplicate include linux/vmalloc.h
 2021-03-23  3:05 UTC 

[PATCH] userfaultfd: Write protect when virtual memory range has no page table entry
 2021-03-23  2:48 UTC  (6+ messages)

[PATCH 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2021-03-23  2:34 UTC  (27+ messages)
` [PATCH 01/23] shmem/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH 02/23] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH 03/23] mm/userfaultfd: Introduce special pte for unmapped file-backed mem
` [PATCH 04/23] mm/swap: Introduce the idea of special swap ptes
` [PATCH 05/23] shmem/userfaultfd: Handle uffd-wp special pte in page fault handler
` [PATCH 06/23] mm: Drop first_index/last_index in zap_details
` [PATCH 07/23] mm: Introduce zap_details.zap_flags
` [PATCH 08/23] mm: Introduce ZAP_FLAG_SKIP_SWAP
` [PATCH 09/23] mm: Pass zap_flags into unmap_mapping_pages()
` [PATCH 10/23] shmem/userfaultfd: Persist uffd-wp bit across zapping for file-backed
` [PATCH 11/23] shmem/userfaultfd: Allow wr-protect none pte for file-backed mem
` [PATCH 12/23] shmem/userfaultfd: Allows file-back mem to be uffd wr-protected on thps
` [PATCH 13/23] shmem/userfaultfd: Handle the left-overed special swap ptes
` [PATCH 14/23] shmem/userfaultfd: Pass over uffd-wp special swap pte when fork()
` [PATCH 15/23] hugetlb/userfaultfd: Hook page faults for uffd write protection
` [PATCH 16/23] hugetlb/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH 17/23] hugetlb/userfaultfd: Handle UFFDIO_WRITEPROTECT
` [PATCH 18/23] mm/hugetlb: Introduce huge version of special swap pte helpers
` [PATCH 19/23] hugetlb/userfaultfd: Handle uffd-wp special pte in hugetlb pf handler
` [PATCH 20/23] hugetlb/userfaultfd: Allow wr-protect none ptes
` [PATCH 21/23] hugetlb/userfaultfd: Only drop uffd-wp special pte if required
` [PATCH 22/23] mm/userfaultfd: Enable write protection for shmem & hugetlbfs
` [PATCH 23/23] userfaultfd/selftests: Enable uffd-wp for shmem/hugetlbfs

[PATCH v11 0/6] KASAN for powerpc64 radix
 2021-03-23  1:21 UTC  (5+ messages)
` [PATCH v11 6/6] powerpc: Book3S 64-bit outline-only KASAN support

[selftests] e48d82b67a: BUG_TestSlub_RZ_alloc(Not_tainted):Redzone_overwritten
 2021-03-23  0:02 UTC  (4+ messages)

[PATCH] mm, thp: Relax the VM_DENYWRITE constraint on file-backed THPs
 2021-03-22 23:55 UTC  (2+ messages)

[PATCH 0/3] Allow for multiple pages in a single writeback event
 2021-03-22 22:35 UTC  (5+ messages)
` [PATCH 1/3] mm/writeback: Rename __add_wb_stat to wb_stat_mod
` [PATCH 2/3] flex_proportions: Allow N events instead of 1
` [PATCH 3/3] mm/writeback: Change __wb_writeout_inc to __wb_writeout_add

[PATCH v3 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-03-22 22:06 UTC  (4+ messages)
` [PATCH v3 4/4] ioctl_userfaultfd.2: Add write-protect mode docs

[mm, net-next v2] mm: net: memcg accounting for TCP rx zerocopy
 2021-03-22 21:35 UTC  (5+ messages)

[PATCH] mm: Fix typos in comments
 2021-03-22 21:26 UTC  (7+ messages)
  ` [PATCH, -v2] "
      ` [PATCH, -v3] "

[mm, net-next v2] mm: net: memcg accounting for TCP rx zerocopy
 2021-03-22 21:19 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION e3128d2f068ed56299c7277138d1eb88e3cfae1b
 2021-03-22 21:08 UTC 

[PATCH] userfaultfd/shmem: fix minor fault page leak
 2021-03-22 21:00 UTC  (2+ messages)

[PATCH] userfaultfd/hugetlbfs: Fix minor fault page leak
 2021-03-22 20:19 UTC  (3+ messages)

[PATCH v6 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-22 20:05 UTC  (2+ messages)
` [PATCH v6 2/2] mm: huge_memory: debugfs for file-backed THP split

[PATCH v23 00/28] Control-flow Enforcement: Shadow Stack
 2021-03-22 17:27 UTC  (11+ messages)
` [PATCH v23 07/28] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v23 12/28] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v23 14/28] x86/mm: Shadow Stack page fault error checking

[PATCH v4 08/28] netfs: Provide readahead and readpage netfs helpers
 2021-03-22 17:13 UTC  (4+ messages)
` [PATCH v4 00/28] Network fs helper library & fscache kiocb API

[PATCH v4 1/3] mm: disable LRU pagevec during the migration temporarily
 2021-03-22 16:46 UTC  (7+ messages)
` [PATCH v4 3/3] mm: fs: Invalidate BH LRU during page migration

[PATCH v5 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-22 16:29 UTC  (4+ messages)

[PATCH 1/2] mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabled
 2021-03-22 15:53 UTC  (4+ messages)
` [PATCH 2/2] mm: memcontrol: deprecate swapaccounting=0 mode

[PATCH RFC 0/3] drivers/char: remove /dev/kmem for good
 2021-03-22 15:18 UTC  (10+ messages)
` [PATCH RFC 1/3] "
` [PATCH RFC 3/3] mm/vmalloc: remove vwrite()

[mm/mremap] c10e9d3441: Bad_pagetable:#[##]
 2021-03-22 14:42 UTC 

[PATCH v4] mm: cma: support sysfs
 2021-03-22 14:44 UTC  (12+ messages)

[net] 5478fcd0f4: BUG:sleeping_function_called_from_invalid_context_at_include/linux/sched/mm.h
 2021-03-22 14:32 UTC  (5+ messages)

[PATCH v3 0/1] correct the inside linear map range during hotplug check
 2021-03-22 13:19 UTC  (2+ messages)

[PATCH 0/2] kernel-doc and MAINTAINERS clean-up
 2021-03-22 12:25 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: assign pagewalk.h to MEMORY MANAGEMENT
` [PATCH 2/2] pagewalk: prefix struct kernel-doc descriptions


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