[PATCH 0/3] mm/pagemap: A few fixes to the recent PAGEMAP_SCAN
2023-11-19 15:54 UTC (10+ messages)
` [PATCH 1/3] mm/pagemap: Fix ioctl(PAGEMAP_SCAN) on vma check
` [PATCH 2/3] mm/pagemap: Fix wr-protect even if PM_SCAN_WP_MATCHING not set
` [PATCH 3/3] mm/selftests: Fix pagemap_ioctl memory map test
Fwd: kernel 6.6.x and higher , apci reboot problems
2023-11-19 14:16 UTC
[PATCH v5] zswap: memcontrol: implement zswap writeback disabling
2023-11-19 9:39 UTC (6+ messages)
[PATCH v5 0/6] workload-specific and memory pressure-driven zswap writeback
2023-11-19 8:50 UTC (11+ messages)
[PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
2023-11-19 8:29 UTC (13+ messages)
` [External] "
[linux-next:master 1467/1905] drivers/hwmon/nct6775-i2c.c:164:15: warning: cast to smaller integer type 'enum kinds' from 'const void *'
2023-11-19 4:09 UTC
kismet: WARNING: unmet direct dependencies detected for HUGETLBFS when selected by PPC_8xx
2023-11-19 4:09 UTC
[PATCH v3] libfs: getdents() should return 0 after reaching EOD
2023-11-18 23:36 UTC (3+ messages)
[PATCH] iov_iter: fix copy_page_to_iter_nofault()
2023-11-18 20:25 UTC (2+ messages)
[PATCH v2] libfs: getdents() should return 0 after reaching EOD
2023-11-18 16:40 UTC (3+ messages)
fs/proc/base.c:1980:25: sparse: sparse: cast to restricted fmode_t
2023-11-18 8:05 UTC
[linux-next:pending-fixes] BUILD SUCCESS 1da100f819fbef3f6f1982cd0e448694e6ef2956
2023-11-18 6:34 UTC
[PATCH v4 0/5] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v4)
2023-11-18 6:32 UTC (6+ messages)
` [PATCH v4 1/5] udmabuf: Use vmf_insert_pfn and VM_PFNMAP for handling mmap
` [PATCH v4 2/5] udmabuf: Add back support for mapping hugetlb pages (v3)
` [PATCH v4 3/5] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v4)
` [PATCH v4 4/5] udmabuf: Pin the pages using pin_user_pages_fd() API (v3)
` [PATCH v4 5/5] selftests/dma-buf/udmabuf: Add tests to verify data after page migration
[PATCH v3 0/5] mm: cleanup and use more folio in page fault
2023-11-18 2:43 UTC (7+ messages)
` [PATCH v3 1/5] mm: ksm: use more folio api in ksm_might_need_to_copy()
` [PATCH v3 2/5] mm: memory: use a folio in validate_page_before_insert()
` [PATCH v3 3/5] mm: memory: rename page_copy_prealloc() to folio_prealloc()
` [PATCH v3 4/5] mm: memory: use a folio in do_cow_fault()
` [PATCH v3 5/5] mm: memory: use folio_prealloc() in wp_page_copy()
drivers/misc/sgi-gru/grukdump.c:60:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
2023-11-18 1:55 UTC
drivers/video/fbdev/atmel_lcdfb.c:342:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
2023-11-17 23:58 UTC
[GIT PULL] hotfixes for 6.7-rc2
2023-11-17 22:30 UTC (2+ messages)
[PATCH 0/8] implement "memmap on memory" feature on s390
2023-11-17 21:39 UTC (25+ messages)
` [PATCH 3/8] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE
` [PATCH 7/8] s390/sclp: remove unhandled memory notifier type
` [PATCH 1/8] mm/memory_hotplug: fix memory hotplug locking order
` [PATCH 4/8] mm/memory_hotplug: introduce MEM_PHYS_ONLINE/OFFLINE memory notifiers
` [PATCH 6/8] s390/mm: implement MEM_PHYS_ONLINE MEM_PHYS_OFFLINE "
[PATCH v2 00/51] netfs, afs, cifs: Delegate high-level I/O to netfslib
2023-11-17 21:15 UTC (52+ messages)
` [PATCH v2 01/51] netfs: Add a procfile to list in-progress requests
` [PATCH v2 02/51] netfs: Track the fpos above which the server has no data
` [PATCH v2 03/51] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH v2 04/51] netfs: Add a ->free_subrequest() op
` [PATCH v2 05/51] afs: Don't use folio->private to record partial modification
` [PATCH v2 06/51] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v2 07/51] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v2 08/51] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v2 09/51] netfs: Add support for DIO buffering
` [PATCH v2 10/51] netfs: Provide tools to create a buffer in an xarray
` [PATCH v2 11/51] netfs: Add bounce buffering support
` [PATCH v2 12/51] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [PATCH v2 13/51] netfs: Limit subrequest by size or number of segments
` [PATCH v2 14/51] netfs: Export netfs_put_subrequest() and some tracepoints
` [PATCH v2 15/51] netfs: Extend the netfs_io_*request structs to handle writes
` [PATCH v2 16/51] netfs: Add a hook to allow tell the netfs to update its i_size
` [PATCH v2 17/51] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v2 18/51] fscache: Add a function to begin an cache op from a netfslib request
` [PATCH v2 19/51] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v2 20/51] netfs: Prep to use folio->private for write grouping and streaming write
` [PATCH v2 21/51] netfs: Dispatch write requests to process a writeback slice
` [PATCH v2 22/51] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v2 23/51] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v2 24/51] netfs: Allocate multipage folios in the writepath
` [PATCH v2 25/51] netfs: Implement support for unbuffered/DIO read
` [PATCH v2 26/51] netfs: Implement unbuffered/DIO write support
` [PATCH v2 27/51] netfs: Implement buffered write API
` [PATCH v2 28/51] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v2 29/51] netfs: Provide netfs_file_read_iter()
` [PATCH v2 30/51] netfs: Provide a writepages implementation
` [PATCH v2 31/51] netfs: Provide minimum blocksize parameter
` [PATCH v2 32/51] netfs: Make netfs_skip_folio_read() take account of blocksize
` [PATCH v2 33/51] netfs: Perform content encryption
` [PATCH v2 34/51] netfs: Decrypt encrypted content
` [PATCH v2 35/51] netfs: Support decryption on ubuffered/DIO read
` [PATCH v2 36/51] netfs: Support encryption on Unbuffered/DIO write
` [PATCH v2 37/51] netfs: Provide a launder_folio implementation
` [PATCH v2 38/51] netfs: Implement a write-through caching option
` [PATCH v2 39/51] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [PATCH v2 40/51] afs: Use the netfs write helpers
` [PATCH v2 41/51] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v2 42/51] cifs: Share server EOF pos with netfslib
` [PATCH v2 43/51] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [PATCH v2 44/51] cifs: Use more fields from netfs_io_subrequest
` [PATCH v2 45/51] cifs: Make wait_mtu_credits take size_t args
` [PATCH v2 46/51] cifs: Implement netfslib hooks
` [PATCH v2 47/51] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v2 48/51] cifs: Cut over to using netfslib
` [PATCH v2 49/51] cifs: Remove some code that's no longer used, part 1
` [PATCH v2 50/51] cifs: Remove some code that's no longer used, part 2
` [PATCH v2 51/51] cifs: Remove some code that's no longer used, part 3
kernel/fork.c:1672:9: sparse: sparse: incorrect type in argument 2 (different address spaces)
2023-11-17 21:03 UTC
[RFC V3 PATCH] arm64: mm: swap: save and restore mte tags for large folios
2023-11-17 20:36 UTC (11+ messages)
[RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
2023-11-17 20:20 UTC (6+ messages)
` [RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
` [RFC PATCH 11/53] netfs: Add support for DIO buffering
[RFC PATCH 00/86] Make the kernel preemptible
2023-11-17 19:51 UTC (5+ messages)
` [RFC PATCH 57/86] coccinelle: script to remove cond_resched()
` [RFC PATCH 66/86] treewide: kernel: "
[PATCH v3 0/5] mm: memcg: subtree stats flushing and thresholds
2023-11-17 18:47 UTC (6+ messages)
` [PATCH v3 1/5] mm: memcg: change flush_next_time to flush_last_time
` [PATCH v3 2/5] mm: memcg: move vmstats structs definition above flushing code
[PATCH 0/6] Convert aops->error_remove_page to ->error_remove_folio
2023-11-17 18:14 UTC (9+ messages)
` [PATCH 1/6] memory-failure: Use a folio in me_pagecache_clean()
` [PATCH 2/6] memory-failure: Use a folio in me_pagecache_dirty()
` [PATCH 3/6] memory-failure: Convert delete_from_lru_cache() to take a folio
` [PATCH 4/6] memory-failure: Use a folio in me_huge_page()
` [PATCH 5/6] memory-failure: Convert truncate_error_page to truncate_error_folio
` [PATCH 6/6] fs: Convert error_remove_page to error_remove_folio
[linus:master] [mm/ksm] 5e924ff54d: ltp.ksm01.fail
2023-11-17 16:45 UTC (3+ messages)
[PATCH 00/32] kmsan: Enable on s390
2023-11-17 16:41 UTC (8+ messages)
` [PATCH 13/32] kmsan: Support SLAB_POISON
` [PATCH 26/32] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH 28/32] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
2023-11-17 16:19 UTC (14+ messages)
` [PATCH V2 2/3] mm: page_alloc: correct high atomic reserve calculations
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill
[RFC PATCH] mm: support large folio numa balancing
2023-11-17 16:04 UTC (8+ messages)
[linux-next:master] BUILD REGRESSION eff99d8edbed7918317331ebd1e365d8e955d65e
2023-11-17 15:21 UTC
[PATCH v4 0/4] Remove the XFS mrlock
2023-11-17 14:51 UTC (5+ messages)
` [PATCH v4 1/4] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
` [PATCH v4 2/4] mm: Use rwsem assertion macros for mmap_lock
` [PATCH v4 3/4] xfs: Replace xfs_isilocked with xfs_assert_ilocked
` [PATCH v4 4/4] xfs: Remove mrlock wrapper
Mixed page compact code and (higher order) folios for filemap
2023-11-17 13:36 UTC (7+ messages)
[linux-next:master 1819/1905] htmldocs: ./security/landlock/ruleset.h:287: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2023-11-17 13:07 UTC
[PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
2023-11-17 11:27 UTC (11+ messages)
[PATCH] mm/pgtable: return null if no ptl in __pte_offset_map_lock
2023-11-17 9:16 UTC (8+ messages)
[PATCH] mm: fix oops when filemap_map_pmd() without prealloc_pte
2023-11-17 8:49 UTC
[linus:master] [mm] 51a755c56d: will-it-scale.per_thread_ops 21.7% improvement
2023-11-17 8:42 UTC
[syzbot] [mm?] BUG: unable to handle kernel paging request in __pte_offset_map_lock
2023-11-17 6:24 UTC (3+ messages)
[linux-next:master 1554/1745] drivers/mmc/host/sdhci-of-dwcmshc.c:873:7: warning: use of bitwise '|' with boolean operands
2023-11-17 3:02 UTC
[PATCH v5 1/1] mm: report per-page metadata information
2023-11-17 2:42 UTC (2+ messages)
[PATCH v3 0/4] Remove the XFS mrlock
2023-11-17 1:50 UTC (7+ messages)
` [PATCH v3 1/4] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
Several tst-robust* tests time out with recent Linux kernel
2023-11-17 1:22 UTC (9+ messages)
[PATCH 27/32] s390/string: Add KMSAN support
2023-11-16 21:42 UTC (2+ messages)
[PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
2023-11-16 21:00 UTC (2+ messages)
[syzbot] [mm?] WARNING in unmap_page_range (2)
2023-11-16 20:04 UTC (5+ messages)
[PATCH RFC 00/12] mm/gup: Unify hugetlb, part 2
2023-11-16 19:41 UTC (5+ messages)
` [PATCH RFC 07/12] mm/gup: Refactor record_subpages() to find 1st small page
[PATCH] ksm: delay the check of splitting compound pages
2023-11-16 18:06 UTC (4+ messages)
[PATCH AUTOSEL 4.14 2/4] binfmt_misc: cleanup on filesystem umount
2023-11-16 18:02 UTC (3+ messages)
[PATCH v2 00/14] Transparent Contiguous PTEs for User Mappings
2023-11-16 17:58 UTC (9+ messages)
` [PATCH v2 01/14] mm: Batch-copy PTE ranges during fork()
[PATCH 0/3] kmemleak report format changes
2023-11-16 17:56 UTC (4+ messages)
[RFC PATCH 0/6] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
2023-11-16 17:52 UTC (3+ messages)
` [RFC PATCH 5/6] cxl/memscrub: Add CXL device DDR5 ECS control feature
[syzbot] [mm?] general protection fault in hugetlb_vma_lock_read
2023-11-16 17:32 UTC (2+ messages)
[RFC PATCH 11/53] netfs: Add support for DIO buffering
2023-10-16 16:10 UTC
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