linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-07 23:28:02 to 2021-04-08 17:02:08 UTC [more...]

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-04-08 17:01 UTC  (13+ messages)
` [PATCH 01/16] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
` [PATCH 02/16] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [PATCH 03/16] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH 04/16] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagmap and device
` [PATCH 06/16] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [PATCH 08/16] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH 12/16] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [PATCH 13/16] nvme-pci: Convert to using dma_map_sg_p2pdma for p2pdma pages
` [PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma
` [PATCH 15/16] RDMA/rw: use dma_map_sg_p2pdma()
` [PATCH 16/16] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()

[PATCH 0/11 v2] Use local_lock for pcp protection and reduce stat overhead
 2021-04-08 10:56 UTC  (4+ messages)
` [PATCH 02/11] mm/page_alloc: Convert per-cpu list protection to local_lock

[PATCH v1 0/2] drivers: don't select DMA_CMA or CMA
 2021-04-08 16:46 UTC  (19+ messages)
` [PATCH v1 1/2] drivers/video/fbdev: don't select DMA_CMA
` [PATCH v1 2/2] drivers/gpu/drm: don't select DMA_CMA or CMA from aspeed or etnaviv

[RFC bpf-next 0/1] bpf: Add page cache iterator
 2021-04-08 16:45 UTC  (6+ messages)
  ` [RFC bpf-next 1/1] bpf: Introduce iter_pagecache

[PATCH v10 6/9] Reimplement RLIMIT_SIGPENDING on top of ucounts
 2021-04-08 16:44 UTC  (4+ messages)
` 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression

[PATCH] arch/m68k/kernel/sys_m68k: Add missing mmap_read_lock() to sys_cacheflush()
 2021-04-08 16:38 UTC  (2+ messages)

[PATCH v13 01/18] arm64: hyp-stub: Check the size of the HYP stub's vectors
 2021-04-08 16:28 UTC  (20+ messages)
` [PATCH v13 02/18] arm64: hyp-stub: Move invalid vector entries into the vectors
` [PATCH v13 03/18] arm64: hyp-stub: Move el1_sync "
` [PATCH v13 04/18] arm64: kernel: add helper for booted at EL2 and not VHE
` [PATCH v13 05/18] arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectors
` [PATCH v13 06/18] arm64: hibernate: abstract ttrb0 setup function
` [PATCH v13 07/18] arm64: kexec: flush image and lists during kexec load time
` [PATCH v13 08/18] arm64: kexec: skip relocation code for inplace kexec
` [PATCH v13 09/18] arm64: kexec: Use dcache ops macros instead of open-coding
` [PATCH v13 10/18] arm64: kexec: pass kimage as the only argument to relocation function
` [PATCH v13 12/18] arm64: kexec: relocate in EL1 mode
` [PATCH v13 13/18] arm64: kexec: use ld script for relocation function
` [PATCH v13 15/18] arm64: kexec: keep MMU enabled during kexec relocation
` [PATCH v13 16/18] arm64: kexec: remove the pre-kexec PoC maintenance
` [PATCH v13 17/18] arm64: kexec: Remove cpu-reset.h
` [PATCH v13 18/18] arm64/mm: remove useless trans_pgd_map_page()

[PATCH] mm: page_counter: mitigate consequences of a page_counter underflow
 2021-04-08 16:24 UTC  (4+ messages)

[RFC 0/4] Fix machine check recovery for copy_from_user
 2021-04-08 16:06 UTC  (10+ messages)
` [PATCH 3/4] mce/copyin: fix to not SIGBUS when copying from user hits poison
` [PATCH 4/4] x86/mce: Avoid infinite loop for copy from user recovery

[PATCH v6 00/30] Network fs helper library & fscache kiocb API
 2021-04-08 15:57 UTC  (36+ messages)
` [PATCH v6 01/30] iov_iter: Add ITER_XARRAY
` [PATCH v6 02/30] mm: Add set/end/wait functions for PG_private_2
` [PATCH v6 03/30] mm/filemap: Pass the file_ra_state in the ractl
` [PATCH v6 04/30] fs: Document file_ra_state
` [PATCH v6 05/30] mm: Implement readahead_control pageset expansion
` [PATCH v6 06/30] netfs: Make a netfs helper module
` [PATCH v6 07/30] netfs: Documentation for helper library
` [PATCH v6 08/30] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH v6 09/30] netfs, mm: Add set/end/wait_on_page_fscache() aliases
` [PATCH v6 10/30] netfs: Provide readahead and readpage netfs helpers
` [PATCH v6 11/30] netfs: Add tracepoints
` [PATCH v6 12/30] netfs: Gather stats
` [PATCH v6 13/30] netfs: Add write_begin helper
` [PATCH v6 14/30] netfs: Define an interface to talk to a cache
` [PATCH v6 15/30] netfs: Add a tracepoint to log failures that would be otherwise unseen
` [PATCH v6 16/30] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v6 17/30] afs: Disable use of the fscache I/O routines
` [PATCH v6 18/30] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v6 19/30] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v6 20/30] afs: Move key to afs_read struct
` [PATCH v6 21/30] afs: Don't truncate iter during data fetch
` [PATCH v6 22/30] afs: Log remote unmarshalling errors
` [PATCH v6 23/30] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v6 24/30] afs: Use ITER_XARRAY for writing
` [PATCH v6 25/30] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v6 26/30] afs: Extract writeback extension into its own function
` [PATCH v6 27/30] afs: Prepare for use of THPs
` [PATCH v6 28/30] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v6 29/30] afs: Use new netfs lib read helper API
` [PATCH v6 30/30] afs: Use the netfs_write_begin() helper

[linux-next:master 7287/10499] undefined reference to `pinconf_generic_dt_node_to_map'
 2021-04-08 15:07 UTC  (4+ messages)

unexpected -ENOMEM from percpu_counter_init()
 2021-04-08 15:02 UTC  (8+ messages)

[PATCH 0/5] close various race windows for swap
 2021-04-08 14:55 UTC  (5+ messages)
` [PATCH 3/5] mm/swap_state: fix get_shadow_from_swap_cache() race with swapoff
` [PATCH 4/5] mm/swap_state: fix potential faulted in race in swap_ra_info()
` [PATCH 5/5] mm/swap_state: fix swap_cluster_readahead() race with swapoff

[PATCH -next] mm: Fix typos in comments
 2021-04-08 14:00 UTC 

[linux-next:master 8225/11059] drivers/fpga/dfl.c:1828:16: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-04-08 14:19 UTC 

[PATCH v27 00/13] Introduce Data Access MONitor (DAMON)
 2021-04-08 13:48 UTC  (14+ messages)
` [PATCH v27 01/13] mm: "
` [PATCH v27 02/13] mm/damon/core: Implement region-based sampling
` [PATCH v27 03/13] mm/damon: Adaptively adjust regions
` [PATCH v27 04/13] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v27 05/13] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v27 06/13] mm/damon: Add a tracepoint
` [PATCH v27 07/13] mm/damon: Implement a debugfs-based user space interface
` [PATCH v27 08/13] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v27 09/13] mm/damon/dbgfs: Support multiple contexts
` [PATCH v27 10/13] Documentation: Add documents for DAMON
` [PATCH v27 11/13] mm/damon: Add kunit tests
` [PATCH v27 12/13] mm/damon: Add user space selftests
` [PATCH v27 13/13] MAINTAINERS: Update for DAMON

[PATCH -V2] NUMA balancing: reduce TLB flush via delaying mapping on hint page fault
 2021-04-08 13:46 UTC  (2+ messages)

[PATCH v7 1/8] drivers/base/memory: Introduce memory_block_{online,offline}
 2021-04-08 13:36 UTC  (7+ messages)
` [PATCH v7 2/8] mm,memory_hotplug: Relax fully spanned sections check
` [PATCH v7 3/8] mm,memory_hotplug: Factor out adjusting present pages into adjust_present_page_count()
` [PATCH v7 5/8] acpi,memhotplug: Enable MHP_MEMMAP_ON_MEMORY when supported
` [PATCH v7 7/8] x86/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
` [PATCH v7 8/8] arm64/Kconfig: "

[linux-next:pending-fixes] BUILD SUCCESS cf25ba5668cc0b5c5ab99c77d7aadbbba81a39ed
 2021-04-08 13:03 UTC 

[linux-next:master 4968/10499] drivers/pwm/pwm-raspberrypi-poe.c:69:24: sparse: sparse: incorrect type in initializer (different base types)
 2021-04-08 12:18 UTC 

[RFC PATCH v1 00/11] Manage the top tier memory in a tiered memory
 2021-04-08 11:52 UTC  (4+ messages)

[PATCH 0/3] switch to unsafe_follow_pfn
 2021-04-08 11:44 UTC  (6+ messages)
` [PATCH 3/3] mm: unexport follow_pfn

add remap_pfn_range_notrack instead of reinventing it in i915 v2
 2021-04-08 11:28 UTC  (3+ messages)

[RFC PATCH 24/37] mm: implement speculative handling in __do_fault()
 2021-04-08 11:28 UTC  (12+ messages)
` [RFC PATCH 34/37] mm: rcu safe vma freeing only for multithreaded user space

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-04-08 10:47 UTC  (11+ messages)
` [PATCH 01/10] mm/numa: node demotion data structure and lookup
` [PATCH 02/10] mm/numa: automatically generate node migration order
` [PATCH 03/10] mm/migrate: update node demotion order during on hotplug events
` [PATCH 04/10] mm/migrate: make migrate_pages() return nr_succeeded
` [PATCH 05/10] mm/migrate: demote pages during reclaim

[PATCH v3 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-04-08 10:29 UTC  (6+ messages)

[PATCH] mm: page_poison: print page owner info when corruption is caught
 2021-04-08 10:27 UTC  (2+ messages)
  ` [PATCH v2] mm: page_poison: print page "

[PATCH v2 0/2] drivers: don't select DMA_CMA or CMA
 2021-04-08 10:16 UTC  (4+ messages)
` [PATCH v2 1/2] drivers/video/fbdev: don't select DMA_CMA
` [PATCH v2 2/2] drivers/gpu/drm: don't select DMA_CMA or CMA from aspeed or etnaviv

[RFCv1 0/7] TDX and guest memory unmapping
 2021-04-08  9:52 UTC  (3+ messages)
` [RFCv1 2/7] x86/kvm: Introduce KVM memory protection feature

[PATCH v6 00/27] Memory Folios
 2021-04-08  9:01 UTC  (3+ messages)
` [PATCH v6 01/27] mm: Introduce struct folio

[PATCH v4 0/8] make hugetlb put_page safe for all calling contexts
 2021-04-08  7:11 UTC  (3+ messages)

[RFC/RFT PATCH 0/3] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-08  6:27 UTC  (12+ messages)
` [RFC/RFT PATCH 1/3] memblock: update initialization of reserved pages
` [RFC/RFT PATCH 2/3] arm64: decouple check whether pfn is normal memory from pfn_valid()
` [RFC/RFT PATCH 3/3] arm64: drop pfn_valid_within() and simplify pfn_valid()

[RFC PATCH 23/37] mm: rcu safe vma->vm_file freeing
 2021-04-08  5:12 UTC  (2+ messages)
` [mm] 87b1c39af4: nvml.blk_rw_mt_TEST0_check_pmem_debug.fail

[PATCH v3 0/6] percpu: partial chunk depopulation
 2021-04-08  3:57 UTC  (7+ messages)
` [PATCH v3 1/6] percpu: fix a comment about the chunks ordering
` [PATCH v3 2/6] percpu: split __pcpu_balance_workfn()
` [PATCH v3 3/6] percpu: make pcpu_nr_empty_pop_pages per chunk type
` [PATCH v3 4/6] percpu: generalize pcpu_balance_populated()
` [PATCH v3 5/6] percpu: factor out pcpu_check_chunk_hint()
` [PATCH v3 6/6] percpu: implement partial chunk depopulation

[PATCHv2] mm/mmap.c: lines in __do_munmap repeat logic of inlined find_vma_intersection
 2021-04-08  3:46 UTC 

[PATCH] mm/mmap.c: lines in __do_munmap repeat logic of inlined find_vma_intersection
 2021-04-08  3:35 UTC 

[PATCH 0/4] Cleanup and fixup for hugetlb
 2021-04-08  3:26 UTC  (14+ messages)
` [PATCH 2/4] mm/hugeltb: simplify the return code of __vma_reservation_common()
` [PATCH 3/4] mm/hugeltb: fix potential wrong gbl_reserve value for hugetlb_acct_memory()

[PATCH v2 0/5] percpu: partial chunk depopulation
 2021-04-08  2:34 UTC  (3+ messages)
` [PATCH v2 5/5] percpu: implement "

[xfs] 1fea323ff0: aim7.jobs-per-min 2.4% improvement
 2021-04-08  2:26 UTC 


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