linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/19] bio: check return values of bio_add_page
 2023-04-19 14:09 UTC  (19+ messages)
` [PATCH v3 01/19] swap: use __bio_add_page to add page to bio
` [PATCH v3 02/19] drbd: "
` [PATCH v3 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v3 05/19] md: use __bio_add_page to add single page
` [PATCH v3 06/19] md: raid5-log: "
` [PATCH v3 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v3 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v3 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH v3 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v3 11/19] gfs: use __bio_add_page for adding "
` [PATCH v3 12/19] zonefs: "
` [PATCH v3 13/19] zram: "
` [PATCH v3 14/19] floppy: "
` [PATCH v3 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v3 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v3 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH v3 18/19] dm-crypt: check if adding pages to clone "
` [PATCH v3 19/19] block: mark bio_add_page as __must_check

[PATCH v1] lib/stackdepot: limit nr_entries size
 2023-04-19 13:51 UTC  (7+ messages)

[PATCH v7 00/13] fold per-CPU vmstats remotely
 2023-04-19 13:48 UTC  (9+ messages)

[PATCH] printk: Enough to disable preemption in printk deferred context
 2023-04-19 13:45 UTC  (8+ messages)

[PATCH 00/33] Split ptdesc from struct page
 2023-04-19 13:33 UTC  (7+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH 04/33] mm: add utility functions for ptdesc
  ` [PATCH 4/33] "

[PATCH] splice: Fix filemap of a blockdev
 2023-04-19 13:10 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 6ba2ee0e9acdcdbb3fc8f031f4d9c5769442d13e
 2023-04-19 12:34 UTC 

[PATCH v4 0/6] remove the vmas parameter from GUP APIs
 2023-04-19 12:05 UTC  (5+ messages)
` [PATCH v4 1/6] mm/gup: remove unused vmas parameter from get_user_pages()
` [PATCH v4 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()

[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
 2023-04-19 12:03 UTC  (4+ messages)

[PATCH mm-unstable RFC 0/5] cgroup: eliminate atomic rstat
 2023-04-19 11:44 UTC  (5+ messages)
` [PATCH mm-unstable RFC 1/5] writeback: move wb_over_bg_thresh() call outside lock section
` [PATCH mm-unstable RFC 2/5] memcg: flush stats non-atomically in mem_cgroup_wb_stats()

[PATCH v9 0/3] mm: process/cgroup ksm support
 2023-04-19 11:40 UTC  (5+ messages)
` [PATCH v1 0/3] mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM
  ` [PATCH v1 3/3] mm/ksm: move disabling KSM from s390/gmap code to KSM code

[PATCH 0/3] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-04-19 11:39 UTC  (19+ messages)
` [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode

[PATCH] mm: skip CMA pages when they are not available
 2023-04-19 11:36 UTC  (5+ messages)

[PATCH v3 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-04-19 11:27 UTC  (12+ messages)
` [PATCH v3 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER
` [PATCH v3 05/14] ia64: don't allow users to override ARCH_FORCE_MAX_ORDER

[RFC v2 PATCH 00/17] variable-order, large folios for anonymous memory
 2023-04-19 11:13 UTC  (7+ messages)

[RFC PATCH 00/26] mm: reliable huge page allocator
 2023-04-19 11:10 UTC  (38+ messages)
` [RFC PATCH 01/26] block: bdev: blockdev page cache is movable
` [RFC PATCH 02/26] mm: compaction: avoid GFP_NOFS deadlocks
` [RFC PATCH 03/26] mm: make pageblock_order 2M per default
` [RFC PATCH 04/26] mm: page_isolation: write proper kerneldoc
` [RFC PATCH 05/26] mm: page_alloc: per-migratetype pcplist for THPs
` [RFC PATCH 06/26] mm: page_alloc: consolidate free page accounting
` [RFC PATCH 07/26] mm: page_alloc: move capture_control to the page allocator
` [RFC PATCH 08/26] mm: page_alloc: claim blocks during compaction capturing
` [RFC PATCH 09/26] mm: page_alloc: move expand() above compaction_capture()
` [RFC PATCH 10/26] mm: page_alloc: allow compaction capturing from larger blocks
` [RFC PATCH 11/26] mm: page_alloc: introduce MIGRATE_FREE
` [RFC PATCH 12/26] mm: page_alloc: per-migratetype free counts
` [RFC PATCH 13/26] mm: compaction: remove compaction result helpers
` [RFC PATCH 14/26] mm: compaction: simplify should_compact_retry()
` [RFC PATCH 15/26] mm: compaction: simplify free block check in suitable_migration_target()
` [RFC PATCH 16/26] mm: compaction: improve compaction_suitable() accuracy
` [RFC PATCH 17/26] mm: compaction: refactor __compaction_suitable()
` [RFC PATCH 18/26] mm: compaction: remove unnecessary is_via_compact_memory() checks
` [RFC PATCH 19/26] mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()
` [RFC PATCH 20/26] mm: vmscan: use compaction_suitable() check in kswapd
` [RFC PATCH 21/26] mm: compaction: align compaction goals with reclaim goals
` [RFC PATCH 22/26] mm: page_alloc: manage free memory in whole pageblocks
` [RFC PATCH 23/26] mm: page_alloc: kill highatomic
` [RFC PATCH 24/26] mm: page_alloc: kill watermark boosting
` [RFC PATCH 25/26] mm: page_alloc: disallow fallbacks when 2M defrag is enabled
` [RFC PATCH 26/26] mm: page_alloc: add sanity checks for migratetypes

[PATCH v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-19 11:07 UTC  (6+ messages)
` [PATCH v15 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v15 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v15 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v15 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v15 5/5] selftests: mm: add pagemap ioctl tests

[PATCH] maple_tree: Fix allocation in mas_sparse_area()
 2023-04-19  9:36 UTC 

[PATCH] ia64: fix an addr to taddr in huge_pte_offset()
 2023-04-19  9:29 UTC  (3+ messages)

[PATCH v2] kasan: Fix lockdep report invalid wait context
 2023-04-19  9:20 UTC  (7+ messages)

[PATCH] mm, vmpressure: remove redundant check in vmpressure()
 2023-04-19  9:20 UTC 

[PATCH 1/3] maple_tree: Make maple state reusable after mas_empty_area_rev()
 2023-04-19  9:02 UTC  (2+ messages)

[linux-next:master] [net] d288a162dd: canonical_address#:#[##]
 2023-04-19  8:59 UTC  (7+ messages)

[PATCH mm/cma] mm/cma: retry allocation of dedicated area on EBUSY
 2023-04-19  8:38 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-04-19  8:29 UTC  (6+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
  ` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[linux-next:master] BUILD REGRESSION 67d5d9f013d6c3829383c08162939cabff14fccc
 2023-04-19  8:13 UTC 

[PATCH v2 1/2] memcg, oom: remove unnecessary check in mem_cgroup_oom_synchronize()
 2023-04-19  7:38 UTC  (4+ messages)
` [PATCH v2 2/2] memcg, oom: remove explicit wakeup "

[PATCH] migrate_pages_batch: fix statistics for longterm pin retry
 2023-04-19  7:34 UTC  (2+ messages)

[linux-next:master 10579/12016] fs/xfs/scrub/refcount.c: xfs_mount.h is included more than once
 2023-04-19  7:28 UTC 

[PATCH] module: add debugging auto-load duplicate module support
 2023-04-19  7:15 UTC  (2+ messages)

[PATCH] mm/page_alloc: consider pfn holes after pfn_valid() in __pageblock_pfn_to_page()
 2023-04-19  6:47 UTC  (5+ messages)

[linux-next:master 10286/12016] arch/arm64/mm/fixmap.c:199:10: warning: variable 'bm_pudp' set but not used
 2023-04-19  6:06 UTC  (3+ messages)

[PATCH next] hugetlb: pte_alloc_huge() to replace huge pte_alloc_map()
 2023-04-19  5:22 UTC 

[PATCH v6 0/4] mm/khugepaged: fixes for khugepaged+shmem
 2023-04-19  4:37 UTC  (4+ messages)
` [PATCH v6 4/4] mm/khugepaged: maintain page cache uptodate flag

[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2023-04-19  4:19 UTC  (3+ messages)

[Lsf-pc] [LSF TOPIC] online repair of filesystems: what next?
 2023-04-19  4:02 UTC  (2+ messages)

[PATCH] mm/mmap: Map MAP_STACK to VM_STACK
 2023-04-19  3:46 UTC  (7+ messages)

[PATCH 1/2] binfmt_elf_fdpic: support 64-bit systems
 2023-04-19  3:27 UTC  (2+ messages)

[RFC PATCH] migrate_pages: Never block waiting for the page lock
 2023-04-19  0:33 UTC  (8+ messages)

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-04-18 23:38 UTC  (2+ messages)

[PATCH v2 1/1] mm: do not increment pgfault stats when page fault handler retries
 2023-04-18 23:38 UTC  (20+ messages)

[PATCH v5 0/6] userfaultfd: convert userfaultfd functions to use folios
 2023-04-18 22:21 UTC  (5+ messages)
` [PATCH v5 3/6] userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()

[PATCH v2 0/6] tmpfs: add the option to disable swap
 2023-04-18 21:51 UTC  (18+ messages)
` [PATCH v2 4/6] shmem: skip page split if we're not reclaiming
` [PATCH v2 5/6] shmem: update documentation
` [PATCH v2 6/6] shmem: add support to ignore swap

[PATCH] mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()
 2023-04-18 21:40 UTC 

[PATCH v2] mm: khugepaged: Fix kernel BUG in hpage_collapse_scan_file
 2023-04-18 21:28 UTC  (7+ messages)

[v4 PATCH] fs/proc: task_mmu.c: don't read mapcount for migration entry
 2023-04-18 21:17 UTC  (11+ messages)

[linux-next:master 12115/12616] mm/page_alloc.c:6244:9: error: too many arguments to function 'cpu_vm_stats_fold'
 2023-04-18 21:05 UTC  (2+ messages)

[RFC PATCH] mm, compaction: kcompactd work shouldn't count towards memory PSI
 2023-04-18 20:25 UTC  (3+ messages)

[PATCH] [v2] mm: make arch_has_descending_max_zone_pfns() static
 2023-04-18 20:18 UTC  (2+ messages)

[PATCH v3 0/9] mm: introduce Designated Movable Blocks
 2023-04-18 20:09 UTC  (6+ messages)

[PATCH v14 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
 2023-04-18 20:04 UTC  (2+ messages)

[PATCHv3] zsmalloc: allow only one active pool compaction context
 2023-04-18 19:49 UTC  (2+ messages)

[PATCHv2] zsmalloc: allow only one active pool compaction context
 2023-04-18 19:37 UTC  (5+ messages)

[PATCH] mm: fix printk format within cma
 2023-04-18 19:33 UTC  (3+ messages)

[PATCH mm-unstable v1] mm: don't check VMA write permissions if the PTE/PMD indicates write permissions
 2023-04-18 19:01 UTC  (3+ messages)

[PATCH] mm/folio: Avoid special handling for order value 0 in folio_set_order
 2023-04-18 18:56 UTC  (3+ messages)

BUG: unable to handle page fault for address: c370a778, #PF: error_code(0x0000) - not-present page (kernel v6.3-rc7, Pentium 4)
 2023-04-18 18:49 UTC 

[RFC 0/2] module: fix virtual memory wasted on finit_module()
 2023-04-18 18:46 UTC  (7+ messages)
` [RFC 2/2] kread: avoid duplicates

[PATCH v3 0/4] module: avoid userspace pressure on unwanted allocations
 2023-04-18 18:37 UTC  (5+ messages)
` [PATCH v3 3/4] module: add debug stats to help identify memory pressure
  ` [PATCH v4] "

[PATCH v2 09/10] fortify: Add KUnit tests for runtime overflows
 2023-04-18 18:27 UTC  (2+ messages)

[PATCH 0/7] remove the vmas parameter from GUP APIs
 2023-04-18 18:19 UTC  (7+ messages)
` [PATCH 5/7] io_uring: rsrc: use FOLL_SAME_FILE on pin_user_pages()

[PATCH 3/4] openrisc: Support floating point user api
 2023-04-18 16:58 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox