linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-27 13:22:31 to 2022-01-28 13:10:30 UTC [more...]

[PATCH v2 00/35] Speculative page faults
 2022-01-28 13:09 UTC  (11+ messages)
` [PATCH v2 01/35] mm: export dump_mm
` [PATCH v2 02/35] mmap locking API: mmap_lock_is_contended returns a bool
` [PATCH v2 03/35] mmap locking API: name the return values
` [PATCH v2 04/35] do_anonymous_page: use update_mmu_tlb()
` [PATCH v2 06/35] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v2 07/35] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v2 08/35] mm: add FAULT_FLAG_SPECULATIVE flag
` [PATCH v2 09/35] mm: add do_handle_mm_fault()
` [PATCH v2 10/35] mm: add per-mm mmap sequence counter for speculative page fault handling
` [PATCH v2 14/35] mm: add speculative_page_walk_begin() and speculative_page_walk_end()

[PATCH RFC v2 0/9] mm: COW fixes part 1: fix the COW security issue for THP and swap
 2022-01-28 12:53 UTC  (6+ messages)
` [PATCH RFC v2 1/9] mm: optimize do_wp_page() for exclusive pages in the swapcache
` [PATCH RFC v2 6/9] mm/khugepaged: remove reuse_swap_page() usage

[PATCH v2 0/2] mm: fix cma allocation fail sometimes
 2022-01-28 12:20 UTC  (3+ messages)
  ` [PATCH v2 2/2] mm: cma: try next MAX_ORDER_NR_PAGES during retry

[PATCH] memcg: replace in_interrupt() with !in_task()
 2022-01-28 12:23 UTC  (2+ messages)

[linux-next:master 2464/2855] arch/arm/kernel/setup.c:1028:63: error: 'SECTION_SIZE' undeclared; did you mean 'SUBSECTION_SIZE'?
 2022-01-28 12:11 UTC  (2+ messages)

[PATCH 0/5] Update doc and fix some issues about kdump
 2022-01-28 11:52 UTC  (7+ messages)
` [PATCH 1/5] docs: kdump: update description about sysfs file system support
` [PATCH 2/5] docs: kdump: add scp sample to write out the dump file
` [PATCH 3/5] kcsan: unset panic_on_warn before calling panic()
` [PATCH 4/5] sched: "
` [PATCH 5/5] kfence: "

[linux-next:pending-fixes] BUILD SUCCESS 4db37f24284ff1fe9e32aab9eb2199fd9ab4c592
 2022-01-28 11:39 UTC 

[PATCH 00/16] Introduce memblock simulator
 2022-01-28 11:25 UTC  (32+ messages)
` [PATCH 01/16] tools: Move gfp.h and slab.h from radix-tree to lib
` [PATCH 02/16] tools/include: Add phys_addr_t to types.h
` [PATCH 03/16] tools/include: Add _RET_IP_ and math definitions to kernel.h
` [PATCH 04/16] tools/include: Update atomic.h header
` [PATCH 05/16] tools/include: Add mm.h file
` [PATCH 06/16] tools/include: Add cache.h stub
` [PATCH 07/16] tools/include: Add io.h stub
` [PATCH 08/16] tools/include: Add pfn.h stub
` [PATCH 09/16] tools/include: Add debugfs.h stub
` [PATCH 10/16] memblock tests: Add skeleton of the memblock simulator
` [PATCH 11/16] memblock tests: Add memblock reset function
` [PATCH 12/16] memblock tests: Add memblock_add tests
` [PATCH 13/16] memblock tests: Add memblock_reserve tests
` [PATCH 14/16] memblock tests: Add memblock_remove tests
` [PATCH 15/16] memblock tests: Add memblock_add_node test
` [PATCH 16/16] memblock tests: Add memblock_free tests

[PATCH V3 0/2] mm/migration: Add trace events
 2022-01-28 11:09 UTC  (3+ messages)
` [PATCH V3 1/2] mm/migration: Add trace events for THP migrations
` [PATCH V3 2/2] mm/migration: Add trace events for base page and HugeTLB migrations

[PATCH 3/6] mm, memory_hotplug: drop arch_free_nodedata
 2022-01-28 11:01 UTC  (18+ messages)
  ` [PATCH 4/6] mm, memory_hotplug: reorganize new pgdat initialization
  ` [PATCH 1/6] mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOTPLUG
  ` [PATCH 2/6] mm: handle uninitialized numa nodes gracefully
  ` [PATCH 5/6] mm: make free_area_init_node aware of memory less nodes
  ` [PATCH 6/6] memcg: do not tweak node in alloc_mem_cgroup_per_node_info

[PATCH] Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"
 2022-01-28 10:56 UTC 

[RFC PATCH 0/3] Add hugetlb MADV_DONTNEED support
 2022-01-28  9:55 UTC  (6+ messages)

[PATCH v2] kfence: Make test case compatible with run time set sample interval
 2022-01-28  9:49 UTC  (2+ messages)

[PATCH 0/9] Remove remaining parts of congestions tracking code
 2022-01-28  9:37 UTC  (10+ messages)
` [PATCH 3/9] f2fs: change retry waiting for f2fs_write_single_data_page()
` [PATCH 2/9] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 4/9] f2f2: replace some congestion_wait() calls with io_schedule_timeout()
` [PATCH 1/9] Remove inode_congested()

[tools headers UAPI] e2bcbd7769: kernel-selftests.ir.make_fail
 2022-01-28  9:31 UTC  (2+ messages)

[PATCH v5 00/24] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-01-28  9:26 UTC  (27+ messages)
` [PATCH v5 01/24] ext4/xfs: add page refcount helper
` [PATCH v5 02/24] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v5 03/24] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v5 04/24] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v5 05/24] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v5 06/24] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v5 07/24] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v5 08/24] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v5 09/24] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v5 10/24] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v5 11/24] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v5 12/24] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v5 13/24] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v5 14/24] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v5 15/24] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v5 16/24] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v5 17/24] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v5 18/24] block: add check when merging zone device pages
` [PATCH v5 19/24] lib/scatterlist: "
` [PATCH v5 20/24] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v5 21/24] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v5 22/24] mm: use custom page_free for P2PDMA pages
` [PATCH v5 23/24] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v5 24/24] nvme-pci: allow mmaping the CMB in userspace

[PATCH v3 0/4] mm: Rework zap ptes on swap entries
 2022-01-28  9:18 UTC  (10+ messages)
` [PATCH v3 1/4] mm: Don't skip swap entry even if zap_details specified
` [PATCH v3 2/4] mm: Rename zap_skip_check_mapping() to should_zap_page()
` [PATCH v3 3/4] mm: Change zap_details.zap_mapping into even_cows
` [PATCH v3 4/4] mm: Rework swap handling of zap_pte_range

[PATCH] mm: make 'highmem' symbol ro_after_init
 2022-01-28  9:07 UTC  (3+ messages)

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-28  8:54 UTC  (4+ messages)

[PATCH -V11 0/3] NUMA balancing: optimize memory placement for memory tiering system
 2022-01-28  8:27 UTC  (4+ messages)
` [PATCH -V11 1/3] NUMA Balancing: add page promotion counter
` [PATCH -V11 2/3] NUMA balancing: optimize page placement for memory tiering system
` [PATCH -V11 3/3] memory tiering: skip to scan fast memory

[PATCH] elf: Relax assumptions about vaddr ordering
 2022-01-28  8:26 UTC  (2+ messages)

[PATCH 1/2] mm/memory_hotplug: Export shrink span functions for zone and node
 2022-01-28  8:10 UTC  (6+ messages)

[v2 PATCH] fs/proc: task_mmu.c: don't read mapcount for migration entry
 2022-01-28  8:02 UTC  (14+ messages)

Kernel BUG with "Enabling large folios for 5.17"
 2022-01-28  7:15 UTC 

[PATCH v4 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-28  7:08 UTC  (18+ messages)
` [PATCH v4 01/10] mm: add zone device coherent type memory support
` [PATCH v4 02/10] mm: add device coherent vma selection for memory migration
` [PATCH v4 03/10] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [PATCH v4 04/10] drm/amdkfd: add SPM support for SVM
` [PATCH v4 06/10] lib: test_hmm add ioctl to get zone device type
` [PATCH v4 07/10] lib: test_hmm add module param for "
` [PATCH v4 08/10] lib: add support for device coherent type in test_hmm

[PATCH v2] mm: Fix invalid page pointer returned with FOLL_PIN gups
 2022-01-28  6:26 UTC  (2+ messages)

[PATCH] mm: Fix invalid page pointer returned with FOLL_PIN gups
 2022-01-28  6:15 UTC  (12+ messages)

[PATCH] mm,migrate: fix establishing demotion target
 2022-01-28  5:59 UTC 

A two-bit folio_mapcount
 2022-01-28  3:05 UTC  (2+ messages)

[PATCH] psi: Treat ksm swapping in copy as memstall
 2022-01-28  2:31 UTC  (4+ messages)

Should bios always mark CXL DRAM as EFI_MEMORY_SP?
 2022-01-28  0:47 UTC 

[RFC][PATCH v2 0/5] sched: User Managed Concurrency Groups
 2022-01-28  0:17 UTC  (14+ messages)
` [RFC][PATCH v2 4/5] x86/uaccess: Implement unsafe_try_cmpxchg_user()
` [RFC][PATCH v2 5/5] sched: User Mode Concurency Groups

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-27 23:03 UTC  (16+ messages)
` [PATCH v4 42/66] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v4 55/66] mm/mempolicy: Use maple tree iterators instead of vma linked list
` [PATCH v4 64/66] nommu: Remove uses of VMA "

[PATCH v3 0/9] Hardening page _refcount
 2022-01-27 19:42 UTC  (8+ messages)
` [PATCH v3 1/9] mm: add overflow and underflow checks for page->_refcount

[PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS
 2022-01-27 19:39 UTC  (3+ messages)

[PATCH v2] usercopy/csky: Do not fail on memory from former init sections
 2022-01-27 19:03 UTC 

[PATCH 0/7] Allocate module text and data separately
 2022-01-27 18:04 UTC  (4+ messages)
` [PATCH 6/7] modules: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC

[PATCH v8 29/40] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
 2022-01-27 17:23 UTC  (8+ messages)

[RFC PATCH v2 0/5] User Managed Concurrency Groups
 2022-01-27 17:20 UTC  (6+ messages)
` [RFC PATCH v2 4/5] sched: UMCG: add a blocked worker list
` [RFC PATCH v2 5/5] sched: UMCG: allow to sys_umcg_kick UMCG servers

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-27 17:02 UTC  (3+ messages)
` [PATCH v8 36/40] x86/sev: Provide support for SNP guest request NAEs

[PATCH v3] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-27 16:51 UTC  (3+ messages)

[PATCH v10 1/9] dax: Introduce holder for dax_device
 2022-01-27 16:44 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 0eb96e2c58c03e79fc2ee833ba88bf9226986564
 2022-01-27 16:01 UTC 

[PATCH] mm/util.c: Make kvfree() safe for calling while holding spinlocks
 2022-01-27 15:54 UTC  (5+ messages)

Backport memcg flush improvements into 5.15
 2022-01-27 15:41 UTC 

[PATCH 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-01-27 13:36 UTC  (6+ messages)
` [PATCH 1/4] mm/memcg: Disable threshold event handlers on PREEMPT_RT


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