[PATCH -V3 0/9] mm: PCP high auto-tuning
2023-10-16 5:30 UTC (9+ messages)
` [PATCH -V3 1/9] mm, pcp: avoid to drain PCP when process exit
` [PATCH -V3 2/9] cacheinfo: calculate size of per-CPU data cache slice
` [PATCH -V3 3/9] mm, pcp: reduce lock contention for draining high-order pages
` [PATCH -V3 4/9] mm: restrict the pcp batch scale factor to avoid too long latency
` [PATCH -V3 5/9] mm, page_alloc: scale the number of pages that are batch allocated
` [PATCH -V3 6/9] mm: add framework for PCP high auto-tuning
` [PATCH -V3 7/9] mm: tune PCP high automatically
` [PATCH -V3 8/9] mm, pcp: decrease PCP high if free pages < high watermark
[PATCH v6 0/8] Add printf attribute to kselftest functions
2023-10-16 5:28 UTC (6+ messages)
` [PATCH v6 2/8] selftests/cachestat: Fix print_cachestat format
` [PATCH v6 7/8] selftests/mm: Substitute attribute with a macro
[PATCH] mm: page_alloc: don't allocate page from memoryless nodes
2023-10-16 4:09 UTC (11+ messages)
[PATCH v5 00/10] Introduce __mt_dup() to improve the performance of fork()
2023-10-16 3:40 UTC (12+ messages)
` [PATCH v5 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v5 02/10] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v5 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v5 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior
` [PATCH v5 05/10] maple_tree: Add test for mtree_dup()
` [PATCH v5 06/10] maple_tree: Update the documentation of maple tree
` [PATCH v5 07/10] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v5 08/10] maple_tree: Update check_forking() and bench_forking()
` [PATCH v5 09/10] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v5 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH] mm: page_alloc: check the order of compound page event when the order is 0
2023-10-16 3:28 UTC (4+ messages)
[PATCH] mm: Fixed multiple typos in multiple files
2023-10-16 2:27 UTC (7+ messages)
[PATCH] mm: kmsan: Panic on failure to allocate early boot metadata
2023-10-15 20:35 UTC (2+ messages)
[linux-next:master 4288/12130] idpf_txrx.c:undefined reference to `tcp_gro_complete'
2023-10-15 20:30 UTC
[PATCH] efi/unaccepted: Fix soft lockups caused by parallel memory acceptance
2023-10-15 18:52 UTC (3+ messages)
[linux-next:master 10393/12130] a6xx_gmu.c:undefined reference to `qmp_get'
2023-10-15 4:37 UTC
[PATCH v2 0/5] mm: memcg: subtree stats flushing and thresholds
2023-10-14 23:08 UTC (22+ messages)
` [PATCH v2 3/5] mm: memcg: make stats flushing threshold per-memcg
[PATCH] mm/page_alloc.c: function call alloc_percpu() unchecked
2023-10-14 23:01 UTC
[PATCH] mm/sparsemem: fix race in accessing memory_section->usage
2023-10-14 22:25 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION e3b18f7200f45d66f7141136c25554ac1e82009b
2023-10-14 7:35 UTC
[sudeep-holla:android13-5.15/ffa 2846/4062] include/linux/mm.h:3292:59: warning: unused parameter 'start'
2023-10-14 6:26 UTC
[PATCH -next v2 00/19] mm: convert page cpupid functions to folios
2023-10-14 3:11 UTC (23+ 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()
[linux-next:pending-fixes] BUILD SUCCESS 1026f1ab9e072d96616b988ed4b066b5b95613a2
2023-10-14 1:38 UTC
[PATCH] mm: hugetlb: Only prep and add allocated folios for non-gigantic pages
2023-10-14 0:04 UTC (6+ messages)
[PATCHv14 5/9] efi: Add unaccepted memory support
2023-10-13 21:54 UTC (8+ messages)
[PATCH v2 00/11] Batch hugetlb vmemmap modification operations
2023-10-13 21:43 UTC (4+ messages)
` [PATCH v2 01/11] hugetlb: set hugetlb page flag before optimizing vmemmap
[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
2023-10-13 21:03 UTC (4+ messages)
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc functions to use ptdescs
[PATCH v6 0/9] variable-order, large folios for anonymous memory
2023-10-13 20:14 UTC (6+ messages)
[linux-next:master 3438/12130] fs/bcachefs/extents.h:603:17: warning: writing 8 bytes into a region of size 0
2023-10-13 19:30 UTC
[PATCH 0/5] Fix page_owner's use of free timestamps
2023-10-13 19:03 UTC (6+ messages)
` [PATCH 1/5] mm/page_owner: Remove free_ts from page_owner output
` [PATCH 2/5] tools/mm: Remove references to free_ts from page_owner_sort
` [PATCH 3/5] tools/mm: Filter out timestamps for correct collation
` [PATCH 4/5] tools/mm: Fix the default case for page_owner_sort
` [PATCH 5/5] tools/mm: Update the usage output to be more organized
[PATCH v1] tools/cgroup: introduce cgroup v2 memory.events listener
2023-10-13 18:41 UTC
[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
2023-10-13 17:27 UTC (55+ 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
[PATCH v3 0/3] userfaultfd move option
2023-10-13 17:05 UTC (17+ 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
[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)
[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
[PATCH] mm, memcg: avoid recycling when there is no more recyclable memory
2023-10-13 15:40 UTC
[RFC PATCH 1/1] mm: only use old generation and stable tier for madv_pageout
2023-10-13 15:38 UTC (2+ messages)
[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 v4 0/3] permit write-sealed memfd read-only shared mappings
2023-10-13 10:32 UTC (3+ messages)
` [PATCH v4 2/3] mm: update memfd seal write check to include F_SEAL_WRITE
[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 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 (8+ messages)
` [PATCH 02/10] cacheinfo: calculate per-CPU data cache size
[linux-next:pending-fixes] BUILD SUCCESS 960f4d0f660c7eca51d814d65d3757ead9c2ca65
2023-10-12 23:21 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