linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-10 23:46:53 to 2021-03-11 23:32:23 UTC [more...]

[RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
 2021-03-11 23:31 UTC  (10+ messages)
` [RFC PATCH v2 03/11] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [RFC PATCH v2 04/11] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH v2 05/11] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [RFC PATCH v2 06/11] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [RFC PATCH v2 07/11] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [RFC PATCH v2 08/11] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [RFC PATCH v2 09/11] block: Add BLK_STS_P2PDMA
` [RFC PATCH v2 10/11] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [RFC PATCH v2 11/11] nvme-pci: Convert to using dma_map_sg for p2pdma pages

[PATCH v2] mm/mmu_notifiers: Esnure range_end() is paired with range_start()
 2021-03-11 23:28 UTC  (2+ messages)

[PATCH v18 0/9] Free some vmemmap pages of HugeTLB page
 2021-03-11 22:53 UTC  (46+ messages)
` [PATCH v18 1/9] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
    ` [External] "
` [PATCH v18 3/9] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v18 4/9] mm: hugetlb: alloc "
    ` [External] "
` [PATCH v18 5/9] mm: hugetlb: set the PageHWPoison to the raw error page
    ` [External] "
` [PATCH v18 6/9] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
      ` [External] "
` [PATCH v18 9/9] mm: hugetlb: optimize the code with the help of the compiler
    ` [External] "

[PATCH v3 1/3] mm: replace migrate_prep with lru_add_drain_all
 2021-03-11 22:41 UTC  (3+ messages)
` [PATCH v3 2/3] mm: disable LRU pagevec during the migration temporarily

[PATCH v2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-11 22:37 UTC  (4+ messages)

[PATCH v1] mm, hwpoison: enable error handling on shmem thp
 2021-03-11 22:00 UTC  (6+ messages)

[PATCH] mm/rmap: convert anon_vma.refcount from atomic_t to refcount_t
 2021-03-11 21:57 UTC  (2+ messages)

[linux-next:master 2366/3917] drivers/scsi/bfa/bfa_ioc.c:2066:21: sparse: sparse: incorrect type in assignment (different base types)
 2021-03-11 21:52 UTC 

[PATCH v6 0/4] Cleanup and fixups for vmemmap handling
 2021-03-11 21:48 UTC  (4+ messages)
` [PATCH v6 3/4] x86/vmemmap: Handle unpopulated sub-pmd ranges

linux-next: Tree for Mar 11 (vmemmap)
 2021-03-11 21:46 UTC  (2+ messages)

[PATCH 01/11] kasan: docs: clean up sections
 2021-03-11 21:37 UTC  (11+ messages)
` [PATCH 02/11] kasan: docs: update overview section
` [PATCH 03/11] kasan: docs: update usage section
` [PATCH 04/11] kasan: docs: update error reports section
` [PATCH 05/11] kasan: docs: update boot parameters section
` [PATCH 06/11] kasan: docs: update GENERIC implementation details section
` [PATCH 07/11] kasan: docs: update SW_TAGS "
` [PATCH 08/11] kasan: docs: update HW_TAGS "
` [PATCH 09/11] kasan: docs: update shadow memory section
` [PATCH 10/11] kasan: docs: update ignoring accesses section
` [PATCH 11/11] kasan: docs: update tests section

Page zapping and page table reclaim
 2021-03-11 21:35 UTC  (3+ messages)

[PATCH v2 0/2] set memcg when split page
 2021-03-11 20:37 UTC  (17+ messages)
` [PATCH v2 1/2] mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg
` [PATCH v2 2/2] mm/memcg: set memcg when split page

[PATCH v5] mm: page_alloc: dump migrate-failed pages
 2021-03-11 19:40 UTC 

[PATCH v4] mm: page_alloc: dump migrate-failed pages
 2021-03-11 19:27 UTC  (3+ messages)

[v10 PATCH 00/13] Make shrinker's nr_deferred memcg aware
 2021-03-11 19:08 UTC  (14+ messages)
` [v10 PATCH 01/13] mm: vmscan: use nid from shrink_control for tracepoint
` [v10 PATCH 02/13] mm: vmscan: consolidate shrinker_maps handling code
` [v10 PATCH 03/13] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v10 PATCH 04/13] mm: vmscan: remove memcg_shrinker_map_size
` [v10 PATCH 05/13] mm: vmscan: use kvfree_rcu instead of call_rcu
` [v10 PATCH 06/13] mm: memcontrol: rename shrinker_map to shrinker_info
` [v10 PATCH 07/13] mm: vmscan: add shrinker_info_protected() helper
` [v10 PATCH 08/13] mm: vmscan: use a new flag to indicate shrinker is registered
` [v10 PATCH 09/13] mm: vmscan: add per memcg shrinker nr_deferred
` [v10 PATCH 10/13] mm: vmscan: use per memcg nr_deferred of shrinker
` [v10 PATCH 11/13] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v10 PATCH 12/13] mm: memcontrol: reparent nr_deferred when memcg offline
` [v10 PATCH 13/13] mm: vmscan: shrink deferred objects proportional to priority

[PATCH v4 0/5] Allocate memmap from hotadded memory (per device)
 2021-03-11 19:06 UTC  (3+ messages)
` [PATCH v4 1/5] mm,memory_hotplug: Allocate memmap from the added memory range

[PATCH v3 0/4] Use obj_cgroup APIs to charge kmem pages
 2021-03-11 18:56 UTC  (12+ messages)
` [PATCH v3 1/4] mm: memcontrol: introduce obj_cgroup_{un}charge_pages
` [PATCH v3 2/4] mm: memcontrol: make page_memcg{_rcu} only applicable for non-kmem page
    ` [External] "
` [PATCH v3 3/4] mm: memcontrol: use obj_cgroup APIs to charge kmem pages
    ` [External] "

[linux-next:master 1430/3917] drivers/platform/surface/surface_aggregator_registry.c:398:25: warning: implicit conversion from 'int' to '__u8' (aka 'unsigned char') changes value from 65535 to 255
 2021-03-11 18:51 UTC  (3+ messages)

[PATCH] mm: cma: Use pr_err_ratelimited for CMA warning
 2021-03-11 18:39 UTC  (3+ messages)

[PATCH v3] mm: page_alloc: dump migrate-failed pages
 2021-03-11 18:17 UTC  (5+ messages)

[PATCH 0/3] Add support for free vmemmap pages of HugeTLB for arm64
 2021-03-11 18:00 UTC  (5+ messages)

[PATCH] hugetlb: select PREEMPT_COUNT if HUGETLB_PAGE for in_atomic use
 2021-03-11 17:50 UTC  (17+ messages)

[linux-next:master] BUILD REGRESSION 98546348153dee5f8ced572fd6c4690461d20f51
 2021-03-11 17:23 UTC 

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-03-11 17:05 UTC  (13+ messages)

[PATCH v3] x86/fault: Send a SIGBUS to user process always for hwpoison page access
 2021-03-11 16:56 UTC  (7+ messages)

[PATCH] mm/highmem.c: fix coding style issue
 2021-03-11 16:51 UTC  (2+ messages)

[PATCH 0/5 v3] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-11 16:42 UTC  (8+ messages)
` [PATCH 1/5] SUNRPC: Set rq_page_end differently
` [PATCH 2/5] mm/page_alloc: Add a bulk page allocator
` [PATCH 3/5] SUNRPC: Refresh rq_pages using "
` [PATCH 4/5] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [PATCH 5/5] net: page_pool: use alloc_pages_bulk in refill code path

[PATCH v5 0/4] Cleanup and fixups for vmemmap handling
 2021-03-11 16:38 UTC  (7+ messages)
` [PATCH v5 3/4] x86/vmemmap: Handle unpopulated sub-pmd ranges

[PATCH] mm/oom_kill: Ensure MMU notifier range_end() is paired with range_start()
 2021-03-11 16:20 UTC  (7+ messages)

[PATCH v22 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2021-03-11 15:44 UTC  (7+ messages)
` [PATCH v22 8/8] x86/vdso: Add ENDBR64 to __vdso_sgx_enter_enclave

[PATCH] kasan: fix per-page tags for non-page_alloc pages
 2021-03-11 15:17 UTC  (2+ messages)

[PATCH 0/9] memcg accounting from OpenVZ
 2021-03-11 15:14 UTC  (7+ messages)

[drm/i915] 7962893ecb: WARNING:at_drivers/gpu/drm/i915/intel_runtime_pm.c:#intel_runtime_pm_driver_release[i915]
 2021-03-11 14:57 UTC  (4+ messages)
  ` [LKP] "

[linux-next:pending-fixes] BUILD SUCCESS d966befb15b035e69ee6598cf7e6ce4e3f8ce697
 2021-03-11 12:20 UTC 

[RFC] mm: Enable generic pfn_valid() to handle early sections with memmap holes
 2021-03-11 10:43 UTC  (8+ messages)

[linux-next:master 1197/3917] undefined reference to `of_find_i2c_device_by_node'
 2021-03-11  9:18 UTC 

[PATCH] vmscan: retry without cache trim mode if nothing scanned
 2021-03-11  8:52 UTC  (3+ messages)

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-11  8:48 UTC  (6+ messages)
` [PATCH 2/5] mm/page_alloc: Add a bulk page allocator

[PATCH 0/3] Move kernel mapping outside the linear mapping
 2021-03-11  8:42 UTC  (7+ messages)
` [PATCH 2/3] Documentation: riscv: Add documentation that describes the VM layout

make alloc_anon_inode more useful
 2021-03-11  8:42 UTC  (7+ messages)
` [PATCH 3/9] powerpc/pseries: remove the ppc-cmm file system
` [PATCH 4/9] drm: remove the drm "

[PATCH] z3fold: prevent reclaim/free race for headless pages
 2021-03-11  8:40 UTC 

[RFC -V6 0/6] NUMA balancing: optimize memory placement for memory tiering system
 2021-03-11  8:18 UTC  (7+ messages)
` [RFC -V6 1/6] NUMA balancing: optimize page "
` [RFC -V6 2/6] memory tiering: add page promotion counter
` [RFC -V6 3/6] memory tiering: skip to scan fast memory
` [RFC -V6 4/6] memory tiering: hot page selection with hint page fault latency
` [RFC -V6 5/6] memory tiering: rate limit NUMA migration throughput
` [RFC -V6 6/6] memory tiering: adjust hot threshold automatically

include/linux/fortify-string.h:187:4: error: call to '__read_overflow2' declared with attribute error: detected read beyond size of object passed as 2nd parameter
 2021-03-11  8:08 UTC 

[linux-next:master 3851/3917] drivers/gpu/drm/amd/amdgpu/smuio_v13_0.c:99: warning: expecting prototype for smuio_v13_0_supports_host_gpu_xgmi(). Prototype was for smuio_v13_0_is_host_gpu_xgmi_supported() instead
 2021-03-11  7:54 UTC 

[PATCH v4] kasan: remove redundant config option
 2021-03-11  5:45 UTC  (4+ messages)

[printk] 996e966640: stress-ng.klog.ops_per_sec 1097.4% improvement
 2021-03-11  2:14 UTC 

[PATCH v17 1/9] mm: Adjust shuffle code to allow for future coalescing
 2021-03-11  1:05 UTC  (2+ messages)

[PATCH 3/3] arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB
 2021-03-11  0:47 UTC  (2+ messages)

[PATCH v2] fb_defio: Remove custom address_space_operations
 2021-03-11  0:46 UTC  (2+ messages)

[linux-next:master 2744/3213] drivers/scsi/lpfc/lpfc_els.c:5840:36: sparse: sparse: incorrect type in assignment (different base types)
 2021-03-11  0:19 UTC 

[PATCH 2/3] mm: hugetlb: introduce arch_free_vmemmap_page
 2021-03-11  0:15 UTC  (2+ messages)

[PATCH v5 0/7] Optionally randomize kernel stack offset each syscall
 2021-03-10 23:56 UTC  (3+ messages)
` [PATCH v5 1/7] mm: Restore init_on_* static branch defaults


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