[PATCH RFC v3 0/4] mTHP-friendly compression in zsmalloc and zram based on multi-pages
2024-11-21 22:25 UTC (4+ messages)
` [PATCH RFC v3 1/4] mm: zsmalloc: support objects compressed based on multiple pages
` [PATCH RFC v3 2/4] zram: support compression at the granularity of multi-pages
` [PATCH RFC v3 3/4] zram: backend_zstd: Adjust estimated_src_size to accommodate multi-page compression
[PATCH] slab: Fix too strict alignment check in create_cache()
2024-11-21 22:02 UTC (13+ messages)
[PATCH v3 0/2] rust: page: Add support for existing struct page mappings
2024-11-21 22:01 UTC (17+ messages)
` [PATCH v3 2/2] rust: page: Extend support to "
[PATCH 1/2 v2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
2024-11-21 21:32 UTC (27+ messages)
` review process (was: underalated stuff)
[RFC PATCH 0/2] Improve simple directory offset wrap behavior
2024-11-21 21:29 UTC (10+ messages)
` [RFC PATCH 2/2] libfs: Improve behavior when directory offset values wrap
[linux-next:master] BUILD REGRESSION decc701f41d07481893fdea942c0ac6b226e84cd
2024-11-21 20:31 UTC
[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
2024-11-21 20:21 UTC (22+ messages)
` [RFC PATCH v3 06/15] jump_label: Add forceful jump label type
` [RFC PATCH v3 08/15] sched/clock, x86: Make __sched_clock_stable forceful
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI
[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
2024-11-21 19:47 UTC (15+ messages)
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h
` [PATCH v1 07/11] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel
[PATCH] mm/kmemleak: Fix sleeping function called from invalid context in kmemleak_seq_show
2024-11-21 19:19 UTC (7+ messages)
[RFC v2 0/2] dmapool: Mitigate device-controllable mem. corruption
2024-11-21 19:07 UTC (13+ messages)
` [RFC v2 1/2] dmapool: Move pool metadata into non-DMA memory
[PATCH v3 0/9] Buddy allocator like folio split
2024-11-21 18:52 UTC (10+ messages)
` [PATCH v3 1/9] mm/huge_memory: add two new (not yet used) functions for folio_split()
` [PATCH v3 2/9] mm/huge_memory: move folio split common code to __folio_split()
` [PATCH v3 3/9] mm/huge_memory: add buddy allocator like folio_split()
` [PATCH v3 4/9] mm/huge_memory: remove the old, unused __split_huge_page()
` [PATCH v3 5/9] mm/huge_memory: add folio_split() to debugfs testing interface
` [PATCH v3 6/9] mm/truncate: use folio_split() for truncate operation
` [PATCH v3 7/9] selftests/mm: use selftests framework to print test result
` [PATCH v3 8/9] selftests/mm: add tests for splitting pmd THPs to all lower orders
` [PATCH v3 9/9] selftests/mm: add tests for folio_split(), buddy allocator like split
[PATCH v8 00/19] fanotify: add pre-content hooks
2024-11-21 18:37 UTC (24+ messages)
` [PATCH v8 02/19] fsnotify: opt-in for permission events at file open time
` [PATCH v8 03/19] fsnotify: add helper to check if file is actually being watched
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v8 17/19] xfs: add pre-content fsnotify hook for write faults
[PATCH v4 0/5] move per-vma lock into vm_area_struct
2024-11-21 18:25 UTC (14+ messages)
` [PATCH v4 2/5] mm: "
` [PATCH v4 3/5] mm: mark vma as detached until it's added into vma tree
[PATCH v4 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2024-11-21 17:40 UTC (6+ messages)
` [PATCH v4 1/2] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v4 2/2] mm: guestmem: Convert address_space operations to guestmem library
[linux-next:fs-next] BUILD SUCCESS 60f0e72dda8c420b19e4521bfbc3d6577cb9cf81
2024-11-21 17:13 UTC
[RFC PATCH 0/4] KVM: ioctl for populating guest_memfd
2024-11-21 16:46 UTC (9+ messages)
[PATCH v4 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-11-21 16:32 UTC (17+ messages)
` [PATCH v4 tip/perf/core 1/4] mm: Convert mm_lock_seq to a proper seqcount
` [PATCH v4 tip/perf/core 2/4] mm: Introduce mmap_lock_speculation_{begin|end}
[PATCH v2 1/3] seqlock: add raw_seqcount_try_begin
2024-11-21 16:28 UTC (3+ messages)
` [PATCH v2 2/3] mm: convert mm_lock_seq to a proper seqcount
` [PATCH v2 3/3] mm: introduce mmap_lock_speculate_{try_begin|retry}
[PATCH] mm: add per-order mTHP swap-in fallback counters
2024-11-21 16:27 UTC
[PATCH v9 00/19] fanotify: add pre-content hooks
2024-11-21 16:06 UTC (22+ messages)
` [PATCH 01/19] fs: get rid of __FMODE_NONOTIFY kludge
` [PATCH 02/19] fsnotify: opt-in for permission events at file open time
` [PATCH 03/19] fsnotify: check if file is actually being watched for pre-content events on open
` [PATCH 04/19] fanotify: don't skip extra event info if no info_mode is set
` [PATCH 05/19] fanotify: rename a misnamed constant
` [PATCH 06/19] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH 07/19] fsnotify: introduce pre-content permission events
` [PATCH 08/19] fsnotify: pass optional file access range in pre-content event
` [PATCH 09/19] fsnotify: generate pre-content permission event on truncate
` [PATCH 10/19] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH 11/19] fanotify: report file range info with pre-content events
` [PATCH 12/19] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH 13/19] fanotify: disable readahead if we have pre-content watches
` [PATCH 14/19] mm: don't allow huge faults for files with pre content watches
` [PATCH 15/19] fsnotify: generate pre-content permission event on page fault
` [PATCH 16/19] xfs: add pre-content fsnotify hook for DAX faults
` [PATCH 17/19] btrfs: disable defrag on pre-content watched files
` [PATCH 18/19] ext4: add pre-content fsnotify hook for DAX faults
` [PATCH 19/19] fs: enable pre-content events on supported file systems
[PATCH] mm/huge_memory: Fix to make vma_adjust_trans_huge() use find_vma() correctly
2024-11-21 16:02 UTC (6+ messages)
[linux-next:fs-current] BUILD SUCCESS 85ff74ab004e3f5655ee8185acc295126bb0cb96
2024-11-21 15:56 UTC
[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
2024-11-21 15:49 UTC (9+ messages)
` [RFC PATCH 1/4] cxl: Register devices for CXL Hotness Monitoring Units (CHMU)
` [RFC PATCH 2/4] cxl: Hotness Monitoring Unit via a Perf AUX Buffer
` [RFC PATCH 3/4] perf: Add support for CXL Hotness Monitoring Units (CHMU)
` [RFC PATCH 4/4] hwtrace: Document CXL Hotness Monitoring Unit driver
[PATCH v3] ACPI: PCI: check if the root io space is page aligned
2024-11-21 15:01 UTC (5+ messages)
[PATCH] mm/mempolicy: Fix redundant check and refine lock protection scope in init_nodemask_of_mempolicy
2024-11-21 14:41 UTC (3+ messages)
[PATCH v8 0/7] Rust support for mm_struct, vm_area_struct, and mmap
2024-11-21 14:39 UTC (31+ messages)
` [PATCH v8 1/7] mm: rust: add abstraction for struct mm_struct
` [PATCH v8 2/7] mm: rust: add vm_area_struct methods that require read access
` [PATCH v8 3/7] mm: rust: add vm_insert_page
` [PATCH v8 4/7] mm: rust: add lock_vma_under_rcu
` [PATCH v8 5/7] mm: rust: add mmput_async support
` [PATCH v8 6/7] mm: rust: add VmAreaNew
` [PATCH v8 7/7] rust: miscdevice: add mmap support
[PATCH v3 0/3] symlink length caching
2024-11-21 14:16 UTC (10+ messages)
` [PATCH v3 1/3] vfs: support caching symlink lengths in inodes
` [PATCH v3 2/3] ext4: use inode_set_cached_link()
` [PATCH v3 3/3] tmpfs: "
[PATCH RFC v4 0/3] fix two bugs related to page_pool
2024-11-21 13:44 UTC (5+ messages)
` [PATCH RFC v4 3/3] page_pool: skip dma sync operation for inflight pages
[ISSUE] split_folio() and dirty IOMAP folios
2024-11-21 12:15 UTC (7+ messages)
[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
2024-11-21 11:49 UTC (3+ messages)
` [PATCH v2] mm/page-writeback: raise "
[PATCH v5 0/5] fuse: remove temp page copies in writeback
2024-11-21 10:11 UTC (6+ messages)
` [PATCH v5 5/5] fuse: remove tmp folio for writebacks and internal rb tree
[syzbot] [mm?] BUG: Bad page state in iomap_write_begin
2024-11-21 9:55 UTC (4+ messages)
[PATCH v2] mm/gup: handle NULL pages in unpin_user_pages()
2024-11-21 8:11 UTC (2+ messages)
[syzbot] [mm?] possible deadlock in try_to_wake_up (7)
2024-11-21 7:32 UTC
[PATCH 0/3] mas_anode_descend() related cleanup
2024-11-21 7:15 UTC (11+ messages)
` [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
[RFC PATCH] mm: memory-failure: add soft-offline stat in mf_stats
2024-11-21 4:55 UTC
[linux-next:fs-current] BUILD SUCCESS fb10a97cf34a2fc712b3d8114bcef19e1387d14c
2024-11-21 1:36 UTC
[linux-next:pending-fixes] BUILD SUCCESS 823517506b6a4ea2de8215ce5a226d2f1cda9b02
2024-11-21 0:16 UTC
[PATCHSET v2 0/15] Uncached buffered IO
2024-11-20 23:11 UTC (6+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox