linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-12 12:50:05 to 2023-10-13 16:38:40 UTC [more...]

[PATCH v14 08/39] mm/swap: Add folio_mark_accessed()
 2023-10-13 16:38 UTC  (4+ messages)

[RFC PATCH v1 0/2] Swap-out small-sized THP without splitting
 2023-10-13 16:31 UTC  (3+ messages)

[PATCHv14 5/9] efi: Add unaccepted memory support
 2023-10-13 16:22 UTC  (3+ messages)

[PATCH v3 0/3] userfaultfd move option
 2023-10-13 16:08 UTC  (15+ messages)
` [PATCH v3 1/3] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
` [PATCH v3 3/3] selftests/mm: add UFFDIO_MOVE ioctl test

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-13 16:04 UTC  (54+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
` [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
` [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op
` [RFC PATCH 06/53] afs: Don't use folio->private to record partial modification
` [RFC PATCH 07/53] netfs: Provide invalidate_folio and release_folio calls
` [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request
` [RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [RFC PATCH 10/53] netfs: Add iov_iters to (sub)requests to describe various buffers
` [RFC PATCH 11/53] netfs: Add support for DIO buffering
` [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
` [RFC PATCH 13/53] netfs: Add bounce buffering support
` [RFC PATCH 14/53] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [RFC PATCH 15/53] netfs: Limit subrequest by size or number of segments
` [RFC PATCH 16/53] netfs: Export netfs_put_subrequest() and some tracepoints
` [RFC PATCH 17/53] netfs: Extend the netfs_io_*request structs to handle writes
` [RFC PATCH 18/53] netfs: Add a hook to allow tell the netfs to update its i_size
` [RFC PATCH 19/53] netfs: Make netfs_put_request() handle a NULL pointer
` [RFC PATCH 20/53] fscache: Add a function to begin an cache op from a netfslib request
` [RFC PATCH 21/53] netfs: Make the refcounting of netfs_begin_read() easier to use
` [RFC PATCH 22/53] netfs: Prep to use folio->private for write grouping and streaming write
` [RFC PATCH 23/53] netfs: Dispatch write requests to process a writeback slice
` [RFC PATCH 24/53] netfs: Provide func to copy data to pagecache for buffered write
` [RFC PATCH 25/53] netfs: Make netfs_read_folio() handle streaming-write pages
` [RFC PATCH 26/53] netfs: Allocate multipage folios in the writepath
` [RFC PATCH 27/53] netfs: Implement support for unbuffered/DIO read
` [RFC PATCH 28/53] netfs: Implement unbuffered/DIO write support
` [RFC PATCH 29/53] netfs: Implement buffered write API
` [RFC PATCH 30/53] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [RFC PATCH 31/53] netfs: Provide netfs_file_read_iter()
` [RFC PATCH 32/53] netfs: Provide a writepages implementation
` [RFC PATCH 33/53] netfs: Provide minimum blocksize parameter
` [RFC PATCH 34/53] netfs: Make netfs_skip_folio_read() take account of blocksize
` [RFC PATCH 35/53] netfs: Perform content encryption
` [RFC PATCH 36/53] netfs: Decrypt encrypted content
` [RFC PATCH 37/53] netfs: Support decryption on ubuffered/DIO read
` [RFC PATCH 38/53] netfs: Support encryption on Unbuffered/DIO write
` [RFC PATCH 39/53] netfs: Provide a launder_folio implementation
` [RFC PATCH 40/53] netfs: Implement a write-through caching option
` [RFC PATCH 41/53] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [RFC PATCH 42/53] afs: Use the netfs write helpers
` [RFC PATCH 43/53] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [RFC PATCH 44/53] cifs: Share server EOF pos with netfslib
` [RFC PATCH 45/53] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [RFC PATCH 46/53] cifs: Use more fields from netfs_io_subrequest
` [RFC PATCH 47/53] cifs: Make wait_mtu_credits take size_t args
` [RFC PATCH 48/53] cifs: Implement netfslib hooks
` [RFC PATCH 49/53] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [RFC PATCH 50/53] cifs: Cut over to using netfslib
` [RFC PATCH 51/53] cifs: Remove some code that's no longer used, part 1
` [RFC PATCH 52/53] cifs: Remove some code that's no longer used, part 2
` [RFC PATCH 53/53] cifs: Remove some code that's no longer used, part 3

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-13 15:56 UTC  (6+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
` [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
` [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op

[RFC PATCH 1/1] mm: only use old generation and stable tier for madv_pageout
 2023-10-13 15:38 UTC  (2+ messages)

[PATCH -next v2 00/19] mm: convert page cpupid functions to folios
 2023-10-13 15:19 UTC  (22+ messages)
` [PATCH -next v2 01/19] mm_types: add virtual and _last_cpupid into struct folio
` [PATCH -next v2 02/19] mm: add folio_last_cpupid()
` [PATCH -next v2 03/19] mm: memory: use folio_last_cpupid() in do_numa_page()
` [PATCH -next v2 04/19] mm: huge_memory: use folio_last_cpupid() in do_huge_pmd_numa_page()
` [PATCH -next v2 05/19] mm: huge_memory: use folio_last_cpupid() in __split_huge_page_tail()
` [PATCH -next v2 06/19] mm: remove page_cpupid_last()
` [PATCH -next v2 07/19] mm: add folio_xchg_access_time()
` [PATCH -next v2 08/19] sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()
` [PATCH -next v2 09/19] mm: mprotect: use a folio in change_pte_range()
` [PATCH -next v2 10/19] mm: huge_memory: use a folio in change_huge_pmd()
` [PATCH -next v2 11/19] mm: remove xchg_page_access_time()
` [PATCH -next v2 12/19] mm: add folio_xchg_last_cpupid()
` [PATCH -next v2 13/19] sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()
` [PATCH -next v2 14/19] mm: migrate: use folio_xchg_last_cpupid() in folio_migrate_flags()
` [PATCH -next v2 15/19] mm: huge_memory: use folio_xchg_last_cpupid() in __split_huge_page_tail()
` [PATCH -next v2 16/19] mm: make finish_mkwrite_fault() static
` [PATCH -next v2 17/19] mm: convert wp_page_reuse() and finish_mkwrite_fault() to take a folio
` [PATCH -next v2 18/19] mm: use folio_xchg_last_cpupid() in wp_page_reuse()
` [PATCH -next v2 19/19] mm: remove page_cpupid_xchg_last()

[PATCH v1 0/5] mm, kpageflags: support folio and fix output for compound pages
 2023-10-13 15:03 UTC  (7+ messages)

[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
 2023-10-13 14:51 UTC  (13+ messages)

[PATCH] mm: memcontrol: Don't css_get() on root_mem_cgroup in get_mem_cgroup_from_mm()
 2023-10-13 14:17 UTC  (2+ messages)

[RFC PATCH] zswap: add writeback_time_threshold interface to shrink zswap pool
 2023-10-13 14:02 UTC  (9+ messages)
  ` [External] "

[linux-next:master 454/12130] drivers/gpu/drm/amd/amdgpu/../display/dc/dcn35/dcn35_hwseq.c:159 dcn35_init_hw() warn: inconsistent indenting
 2023-10-13 13:50 UTC 

[linux-next:master 11413/12130] drivers/fpga/altera-ps-spi.c:74:34: warning: unused variable 'of_ef_match'
 2023-10-13 13:40 UTC 

[PATCH v2] debugobjects: stop accessing objects after releasing spinlock
 2023-10-13 13:15 UTC  (2+ messages)

[PATCH] lazy tlb: consolidate lazy tlb mm switching fix
 2023-10-13 13:12 UTC  (2+ messages)

[PATCH] mm/sparsemem: fix race in accessing memory_section->usage
 2023-10-13 13:04 UTC 

[PATCH v2 00/11] Batch hugetlb vmemmap modification operations
 2023-10-13 12:58 UTC  (3+ messages)
` [PATCH v2 01/11] hugetlb: set hugetlb page flag before optimizing vmemmap

[PATCH v6 0/8] Add printf attribute to kselftest functions
 2023-10-13 11:36 UTC  (3+ messages)
` [PATCH v6 2/8] selftests/cachestat: Fix print_cachestat format
` [PATCH v6 7/8] selftests/mm: Substitute attribute with a macro

[PATCH v4 0/3] permit write-sealed memfd read-only shared mappings
 2023-10-13 10:32 UTC  (5+ messages)
` [PATCH v4 1/3] mm: drop the assumption that VM_SHARED always implies writable
` [PATCH v4 2/3] mm: update memfd seal write check to include F_SEAL_WRITE
` [PATCH v4 3/3] mm: perform the mapping_map_writable() check after call_mmap()

[PATCH 0/5] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
 2023-10-13  9:58 UTC  (5+ messages)
` [PATCH 4/5] riscv: Suffix all page table entry pointers with 'p'

[PATCH v4 0/2] mm: Don't set and reset page count in MEMINIT_EARLY
 2023-10-13  9:29 UTC  (10+ messages)
` [PATCH v4 2/2] mm: Init page count in reserve_bootmem_region when MEMINIT_EARLY

[PATCH v2] maple_tree: Add GFP_KERNEL to allocations in mas_expected_entries()
 2023-10-13  9:25 UTC  (2+ messages)

[RFC PATCH 0/9] ACPI:RASF: Add support for ACPI RASF, ACPI RAS2 and configure scrubbers
 2023-10-13  9:07 UTC  (13+ messages)
` [RFC PATCH 2/9] memory: scrub: sysfs: Add Documentation entries for set of scrub attributes

[PATCH 2/3] hugetlb: Remove a few calls to page_folio()
 2023-10-13  9:06 UTC  (2+ messages)

[linux-next:master 453/12130] drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn35/dcn35_fpu.c:260 dcn35_update_bw_bounding_box_fpu() warn: inconsistent indenting
 2023-10-13  8:46 UTC 

[PATCH] mm, memcg: avoid recycling when there is no more recyclable memory
 2023-10-13 15:40 UTC 

[PATCH net-next v11 1/6] page_pool: fragment API support for 32-bit arch with 64-bit DMA
 2023-10-13  6:48 UTC 

[linux-next:master 10163/11653] sound/soc/rockchip/rockchip_i2s_tdm.c:1315:34: warning: unused variable 'rockchip_i2s_tdm_match'
 2023-10-13  5:12 UTC 

[PATCH 00/10] mm: PCP high auto-tuning
 2023-10-13  3:06 UTC  (18+ messages)
` [PATCH 01/10] mm, pcp: avoid to drain PCP when process exit
` [PATCH 02/10] cacheinfo: calculate per-CPU data cache size
` [PATCH 09/10] mm, pcp: avoid to reduce PCP high unnecessarily

[PATCH v2 0/5] mm: memcg: subtree stats flushing and thresholds
 2023-10-13  2:38 UTC  (21+ messages)
` [PATCH v2 3/5] mm: memcg: make stats flushing threshold per-memcg

[PATCH] mm: hugetlb: Only prep and add allocated folios for non-gigantic pages
 2023-10-13  0:12 UTC  (5+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 960f4d0f660c7eca51d814d65d3757ead9c2ca65
 2023-10-12 23:21 UTC 

[linux-next:master 448/11653] drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c:292 dcn35_update_clocks() warn: inconsistent indenting
 2023-10-12 21:56 UTC 

[RFC PATCH 00/10] how to reclaim unneeded vmlinux memory ?
 2023-10-12 19:48 UTC  (11+ messages)
` [RFC PATCH 01/10] dyndbg: prep to isolate 3 repetetive fields
` [RFC PATCH 02/10] dyndbg: split __dyndbg_sites section out from __dyndbg
` [RFC PATCH 03/10] dyndbg: add 2nd cursor pair to init-fn
` [RFC PATCH 04/10] dyndbg: save _ddebug_site mod,file,func fields into maple-trees
` [RFC PATCH 05/10] dyndbg: avoid _ddebug.site in ddebug_condense_sites
` [RFC PATCH 06/10] dyndbg: add site_*() macros to avoid using _ddebug.site
` [RFC PATCH 07/10] dyndbg: wire in __desc_*() functions
` [RFC PATCH 08/10] dyndbg: drop _ddebug.site member
` [RFC PATCH 09/10] dyndbg: add dd_clear_range to prune mtrees
` [RFC PATCH 10/10] dyndbg: cache the dynamically generated prefixes per callsite

[RFC PATCH 00/10] how to reclaim unneeded vmlinux memory ?
 2023-10-12 19:47 UTC  (11+ messages)
` [RFC PATCH 01/10] dyndbg: prep to isolate 3 repetetive fields
` [RFC PATCH 02/10] dyndbg: split __dyndbg_sites section out from __dyndbg
` [RFC PATCH 03/10] dyndbg: add 2nd cursor pair to init-fn
` [RFC PATCH 04/10] dyndbg: save _ddebug_site mod,file,func fields into maple-trees
` [RFC PATCH 05/10] dyndbg: avoid _ddebug.site in ddebug_condense_sites
` [RFC PATCH 06/10] dyndbg: add site_*() macros to avoid using _ddebug.site
` [RFC PATCH 07/10] dyndbg: wire in __desc_*() functions
` [RFC PATCH 08/10] dyndbg: drop _ddebug.site member
` [RFC PATCH 09/10] dyndbg: add dd_clear_range to prune mtrees
` [RFC PATCH 10/10] dyndbg: cache the dynamically generated prefixes per callsite

[PATCH 0/3] mm/damon/sysfs-schemes: Do DAMOS tried regions update for only one apply interval
 2023-10-12 19:22 UTC  (4+ messages)
` [PATCH 1/3] mm/damon/sysfs-schemes: do not update tried regions more than one DAMON snapshot
` [PATCH 2/3] mm/damon/sysfs: avoid empty scheme tried regions for large apply interval
` [PATCH 3/3] Docs/admin-guide/mm/damon/usage: update for tried regions update time interval

[PATCH v4 7/8] soc/tegra: fuse: Add ACPI support for Tegra194 and Tegra234
 2023-10-12 18:59 UTC  (2+ messages)

Large Block Sizes update and monthly sync ups
 2023-10-12 17:56 UTC 

[PATCH] mm/slub: disable slab merging in the default configuration
 2023-10-12 16:43 UTC  (5+ messages)

[linux-next:master 10440/11653] a6xx_gmu.c:undefined reference to `qmp_send'
 2023-10-12 15:59 UTC 

[PATCH v2] selftests/mm: include mman header to access MREMAP_DONTUNMAP identifier
 2023-10-12 15:52 UTC 

[PATCH] maple_tree: Add GFP_KERNEL to allocations in mas_expected_entries()
 2023-10-12 14:52 UTC  (3+ messages)

[PATCH v6 00/38] New page table range API
 2023-10-12 14:43 UTC  (5+ messages)
` [PATCH v6 06/38] mm: Add default definition of set_ptes()

[PATCH v2 0/5] mm: improve performance of accounted kernel memory allocations
 2023-10-12 13:48 UTC  (5+ messages)
` [PATCH v2 4/5] mm: kmem: scoped objcg protection
` [PATCH v2 5/5] percpu: "

[PATCH RFC 0/5] support NUMA emulation for arm64
 2023-10-12 13:30 UTC  (3+ messages)


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