linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/21] Converge on using secs_to_jiffies()
 2024-11-18 18:18 UTC  (36+ messages)
` [PATCH v2 01/21] netfilter: conntrack: Cleanup timeout definitions
` [PATCH v2 02/21] coccinelle: misc: Add secs_to_jiffies script
  ` [cocci] "
` [PATCH v2 03/21] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH v2 04/21] s390: kernel: "
` [PATCH v2 05/21] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH v2 15/21] wifi: ath11k: "
` [PATCH v2 19/21] livepatch: "
` [PATCH v2 21/21] nfp: "

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-11-18 18:14 UTC  (3+ messages)
` [PATCH v8 01/19] fs: get rid of __FMODE_NONOTIFY kludge

[PATCH net-next] mm: page_frag: fix a compile error when kernel is not compiled
 2024-11-18 18:12 UTC  (3+ messages)

Queries regarding consolidated picture of virtualization and SPT/EPT/IOMMU/DMAR/PT
 2024-11-18 18:00 UTC 

[PATCH] mm: correct typo in MMAP_STATE() macro
 2024-11-18 17:54 UTC 

[PATCH] mm: Respect mmap hint address when aligning for THP
 2024-11-18 17:52 UTC  (7+ messages)

[syzbot] [mm?] [v9fs?] BUG: stack guard page was hit in sys_open
 2024-11-18 17:41 UTC  (6+ messages)

[PATCH v2] docs/mm: add more warnings around page table access
 2024-11-18 17:33 UTC  (2+ messages)

[PATCH v4 23/33] afs: Use netfslib for directories
 2024-11-18 17:20 UTC  (8+ messages)
` [PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
  ` [PATCH v4 07/33] netfs: Abstract out a rolling folio buffer implementation
  ` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item

[PATCH v3 0/5] move per-vma lock into vm_area_struct
 2024-11-18 16:57 UTC  (13+ messages)
` [PATCH v3 1/5] mm: introduce vma_start_read_locked{_nested} helpers
` [PATCH v3 2/5] mm: move per-vma lock into vm_area_struct
` [PATCH v3 3/5] mm: mark vma as detached until it's added into vma tree
` [PATCH v3 4/5] mm: make vma cache SLAB_TYPESAFE_BY_RCU
` [PATCH v3 5/5] docs/mm: document latest changes to vm_lock

[PATCH 0/3] mm: fix format issues and param types
 2024-11-18 16:56 UTC  (7+ messages)
` [PATCH 1/3] mm: prefer 'unsigned int' to bare use of 'unsigned'
` [PATCH 2/3] mm: remove unnecessary whitespace before a quoted newline
` [PATCH 3/3] mm: remove the non-useful else after a break in a if statement

[PATCH 0/5] Track node vacancy to reduce worst case allocation counts
 2024-11-18 16:36 UTC  (6+ messages)
` [PATCH 3/5] maple_tree: use vacant nodes to reduce worst case allocations

[PATCH 6.1.y v2 0/4] fix error handling in mmap_region() and refactor (hotfixes)
 2024-11-18 16:17 UTC  (5+ messages)
` [PATCH 6.1.y v2 1/4] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH 6.1.y v2 2/4] mm: unconditionally close VMAs on error
` [PATCH 6.1.y v2 3/4] mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
` [PATCH 6.1.y v2 4/4] mm: resolve faulty mmap_region() error path behaviour

[syzbot] [mm?] general protection fault in mas_store_prealloc
 2024-11-18 15:38 UTC  (7+ messages)

[PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound
 2024-11-18 15:11 UTC  (13+ messages)

[PATCH v3 00/17] Provide a new two step DMA mapping API
 2024-11-18 14:59 UTC  (5+ messages)
` [PATCH v3 03/17] iommu: generalize the batched sync after map interface
` [PATCH v3 07/17] dma-mapping: Implement link/unlink ranges API

[PATCHSET v5 0/17] Uncached buffered IO
 2024-11-18 14:49 UTC  (4+ messages)
` [PATCH 10/17] mm/filemap: make buffered writes work with RWF_UNCACHED

[PATCH RFC 0/6] SLUB percpu sheaves
 2024-11-18 14:26 UTC  (7+ messages)
` [PATCH RFC 2/6] mm/slub: add sheaf support for batching kfree_rcu() operations
` [PATCH RFC 6/6] mm, slub: sheaf prefilling for guaranteed allocations

[RFC] mm/kmemleak: Fix sleeping function called from invalid context at print message
 2024-11-18 14:22 UTC  (2+ messages)

memfd and transparent hugepages
 2024-11-18 14:13 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 0fcbabde6f9d095738223c761956ac3dbff6251e
 2024-11-18 13:22 UTC 

[linux-next:fs-next] BUILD SUCCESS a048d47fe907bf61b21dc7c593a027e930aeed30
 2024-11-18 13:22 UTC 

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2024-11-18 13:19 UTC  (2+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[linux-next:fs-current] BUILD SUCCESS 3411b60e3168cda2f47805dd86ef583f46623399
 2024-11-18 13:14 UTC 

[RFCv1 0/6] Page Detective
 2024-11-18 12:53 UTC  (15+ messages)
` [RFCv1 1/6] mm: Make get_vma_name() function public
` [RFCv1 2/6] pagewalk: Add a page table walker for init_mm page table
` [RFCv1 3/6] mm: Add a dump_page variant that accept log level argument
` [RFCv1 4/6] misc/page_detective: Introduce Page Detective
` [RFCv1 5/6] misc/page_detective: enable loadable module
` [RFCv1 6/6] selftests/page_detective: Introduce self tests for Page Detective

[PATCH] mm/vma: check retry_merge only for new vma case
 2024-11-18 12:52 UTC  (7+ messages)

[PATCH] docs/mm: add more warnings around page table access
 2024-11-18 12:35 UTC  (4+ messages)

[PATCH 00/22] Converge on using secs_to_jiffies()
 2024-11-18 11:27 UTC  (8+ messages)
` [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH 08/22] drm/xe: Convert timeout to secs_to_jiffies()
` [PATCH 19/22] livepatch: Convert timeouts "

[PATCH v3 0/9] synchronously scan and reclaim empty user PTE pages
 2024-11-18 11:13 UTC  (18+ messages)
` [PATCH v3 4/9] mm: introduce skip_none_ptes()

[PATCH RFC v2 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-11-18 10:27 UTC  (9+ messages)

[RFC PATCH v2 0/1] mm/vmscan: move the written-back folios to the tail of LRU after shrinking
 2024-11-18  9:55 UTC  (9+ messages)
` [RFC PATCH v2 1/1] "

[PATCH RFC v3 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2024-11-18  9:38 UTC  (6+ messages)
` [PATCH RFC v3 1/2] KVM: guest_memfd: Convert .free_folio() to .release_folio()

[RFC 0/8] enable bs > ps for block devices
 2024-11-18  9:18 UTC  (5+ messages)
` [RFC 6/8] block/bdev: lift block size restrictions and use common definition
` [RFC 8/8] bdev: use bdev_io_min() for statx block size

[PATCH] filemap: Remove unused folio_add_wait_queue
 2024-11-18  7:58 UTC  (2+ messages)

[linux-next:master] [alloc_tag] 0f9b685626: BUG:KASAN:vmalloc-out-of-bounds_in_move_module
 2024-11-18  6:56 UTC  (4+ messages)

[PATCH v2 1/1] sched/numa: Fix memory leak due to the overwritten vma->numab_state
 2024-11-18  5:44 UTC  (2+ messages)

[PATCH] mm: Handle compound pages better in __dump_page()
 2024-11-18  5:17 UTC  (4+ messages)

[syzbot] [mm?] general protection fault in mas_store_prealloc
 2024-11-18  5:04 UTC  (2+ messages)

[syzbot] [mm?] general protection fault in mas_store_prealloc
 2024-11-18  4:26 UTC  (2+ messages)

[RFC PATCH 0/2] Improve simple directory offset wrap behavior
 2024-11-17 21:32 UTC  (3+ messages)
` [RFC PATCH 1/2] libfs: Return ENOSPC when the directory offset range is exhausted
` [RFC PATCH 2/2] libfs: Improve behavior when directory offset values wrap

[PATCH 6.1.y 0/4] fix error handling in mmap_region() and refactor (hotfixes)
 2024-11-17 21:11 UTC  (5+ messages)
` [PATCH 6.1.y 4/4] mm: resolve faulty mmap_region() error path behaviour

[GIT PULL] slab updates for 6.13
 2024-11-17 21:01 UTC  (7+ messages)

[linus:master] [mm, mmap] d4148aeab4: will-it-scale.per_process_ops 3888.9% improvement
 2024-11-17 16:42 UTC  (2+ messages)

[PATCH v2 1/2] lib: stacklog_debug: Introduce helper tool for collecting and displaying stacktraces
 2024-11-17 14:16 UTC 

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-11-17 12:09 UTC  (2+ messages)
` (subset) "

[PATCH bpf-next 1/2] mm, bpf: Introduce __GFP_TRYLOCK for opportunistic page allocation
 2024-11-17 10:54 UTC  (9+ messages)
` [PATCH bpf-next 2/2] bpf: Use try_alloc_page() to allocate pages for bpf needs

[PATCH v4 1/1] memcg/hugetlb: Add hugeTLB counters to memcg
 2024-11-17  3:34 UTC  (7+ messages)

[GIT PULL] hotfixes for 6.12
 2024-11-17  0:24 UTC  (4+ messages)

[syzbot] [batman?] [mm?] [ext4?] INFO: rcu detected stall in rescuer_thread
 2024-11-16 21:50 UTC 

[PATCH v9 00/29] Generic `Allocator` support for Rust
 2024-11-16 14:21 UTC  (4+ messages)

[RFC PATCH 0/6 6.6] Address rename/readdir bugs in fs/libfs.c
 2024-11-16  7:22 UTC  (7+ messages)
` [RFC PATCH 6/6 6.6] libfs: fix infinite directory reads for offset dir

[syzbot] [mm?] BUG: stack guard page was hit in v9fs_file_read_iter
 2024-11-16  6:34 UTC  (3+ messages)
` [PATCH] netfs: If didn't read new data then abandon retry

[PATCH v2 0/5] Support large folios for tmpfs
 2024-11-16  3:00 UTC  (5+ messages)
` [PATCH v2 4/5] mm: shmem: add a kernel command line to change the default huge policy "

[PATCH 0/3] mas_anode_descend() related cleanup
 2024-11-16  1:48 UTC  (4+ messages)
` [PATCH 1/3] maple_tree: index has been checked to be smaller than pivot
` [PATCH 2/3] maple_tree: not possible to be a root node after loop
` [PATCH 3/3] maple_tree: we don't set offset to MAPLE_NODE_SLOTS on error

[PATCH v1] selftest/mm: remove seal_elf
 2024-11-16  0:50 UTC 

[PATCH v5 0/5] fuse: remove temp page copies in writeback
 2024-11-15 23:12 UTC  (8+ messages)
` [PATCH v5 1/5] mm: add AS_WRITEBACK_INDETERMINATE mapping flag
` [PATCH v5 2/5] mm: skip reclaiming folios in legacy memcg writeback indeterminate contexts
` [PATCH v5 3/5] fs/writeback: in wait_sb_inodes(), skip wait for AS_WRITEBACK_INDETERMINATE mappings
` [PATCH v5 4/5] mm/migrate: skip migrating folios under writeback with "
` [PATCH v5 5/5] fuse: remove tmp folio for writebacks and internal rb tree

[PATCH 1/2] mm: swap_cgroup: allocate swap_cgroup map using vcalloc()
 2024-11-15 22:46 UTC  (3+ messages)

[PATCH net-next v23 0/7] Replace page_frag with page_frag_cache (Part-1)
 2024-11-15 22:34 UTC  (6+ messages)
` [PATCH net-next v23 1/7] mm: page_frag: add a test module for page_frag

[PATCH v4 07/33] netfs: Abstract out a rolling folio buffer implementation
 2024-11-15 20:01 UTC 

[PATCH v4 28/33] netfs: Change the read result collector to only use one work item
 2024-11-14 16:39 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